/* Template Name: Appland */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Heebo', sans-serif;
    color: #0f2346;
    font-weight: 300;
    font-size: 18px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

a {
    color: #5777ba;
    text-decoration: none;
}

a:hover {
    color: #7b94c9;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 20px;

}

#hero h1 {
    margin: 0;
    font-size: 1px;
    color: transparent;
}

#hero img.plato {
    width: 100%;
}

#hero img.titulo {
    width: 94%;
    margin: 50px 4% 85px;
}

#hero img.logos {
    width: 70%;
    margin: 0 15%;
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
    }

    #hero .hero-img {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #hero .hero-img img {
        width: 30%;
    }
}

@media (max-width: 575px) {
    body {
        background-size: auto;
        background-repeat: repeat-y;
    }

    #hero img {
        width: 100%;
    }

    #hero .pt-5 {
        padding-top: 0 !important;
    }

    #hero img.titulo {
        width: 98%;
        margin: 28px 1% 50px;
    }

    #hero img.logos {
        width: 84%;
        margin: 0 8%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 20px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f2f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.features .section-title {
    padding-bottom: 0;
}

.features .section-title h2 {
    font-size: 70px;
}

.section-title h2 {
    font-size: 46px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 76px;
}

.section-title h2 span {
    color: #E5890E;
    font-size: 84px;
}

.section-title p {
    font-size: 22px;
    margin: 30px 15% 0;
}

.section-title p span {
    color: #E5890E;
    font-weight: 500;
}

.section-title p strong {
    font-weight: 500;
}

.section-title p img {
    width: 86%;
    margin: 30px 7%0;
}

@media (max-width: 575px) {
    .features .section-title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .section-title h2 span {
        color: #E5890E;
        font-size: 38px;
    }

    .section-title p {
        font-size: 16px;
        margin: 6px 4% 30px;
        line-height: 20px;
    }
    
    .section-title p+p {
        margin: 6px 1% 0;
    }

    .section-title p img {
        width: 100%;
        margin: 10px 0;
    }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
    padding: 30px 0;
}

.features .content .icon-box {
    margin-top: 25px;
}

.features .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #5777ba;
}

.features .content .icon-box p {
    font-size: 15px;
    color: #979aa1;
    margin-left: 60px;
}

@media (max-width: 991px) {
    .features .image {
        text-align: center;
    }

    .features .image img {
        max-width: 80%;
    }
}

@media (max-width: 667px) {
    .features .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content {
    margin-top: 80px;
}

.details img {
    width: 92%;
}

.details p {
    text-align: justify;
}

.details .content h3 {
    font-weight: 600;
    font-size: 48px;
    color: #E5890E;
    margin-bottom: 28px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.details .content h3::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #1b3966;
    display: block;
    margin-top: 10px;
}

.one p,
.one h3 {
    margin-left: 3%;
    margin-right: 3%;
}

.one img {
    float: left;
}

.two img {
    float: right;
}

.two p,
.two h3 {
    margin-right: 3%;
    margin-left: 3%;
}


.details .content ul {
    list-style: none;
    padding: 0;
}

.details .content ul li {
    padding-bottom: 10px;
}

.details .content ul i {
    font-size: 24px;
    padding-right: 2px;
    color: #5777ba;
    line-height: 0;
}

@media (max-width: 575px) {
    .details .content {
        margin-top: 30px;
    }

    .details img {
        width: 70%;
        margin: 0 15%;
    }

    .details .content h3 {
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 24px;
        margin-top: 0;
        padding-bottom: 10px;
        text-align: center;
    }

    .details .content h3::after {
        width: 20%;
        height: 3px;
        margin: 8px 40% 0;
    }

    .one p,
    .one h3,
    .two p,
    .two h3 {
        margin-left: 0;
        margin-right: 0;
    }

    .details p {
        font-size: 16px;
        padding: 0 18px;
    }

    .section-title h2 {
        font-size: 32px;
        margin-top: 20px;
    }

    .contact .section-title p {
        margin: 0;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    padding: 20px 40px;
    text-align: center;
}

.contact .info i {
    font-size: 48px;
    color: #E5890E;
    margin-bottom: 15px;
}

.contact .info h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}

.contact .info h4 span {
    font-size: 20px;
}

.contact .section-title p {
    margin: 0 0 25px;
}

.contact .gana {
    margin: 0 25% 25px;
    padding: 25px;
    border: 2px solid #E5890E;
    font-size: 22px;
}

.contact .logos img {
    width: 74%;
    margin: 80px 12%;
}


.contact .php-email-form button[type=submit] {
    background: #fff;
    border: 2px solid #5777ba;
    padding: 10px 24px;
    color: #5777ba;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 5px;
}

.contact a {
    background: #E5890E;
    border: 2px solid #B26908;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 20px;
}

.contact a:hover,
.contact a:focus {
    background: #810024;
    color: #fff;
}

@media (max-width: 1024px) {
    .contact .php-email-form {
        padding: 30px 15px 15px 15px;
    }
}

@media (max-width: 768px) {
    .contact .php-email-form {
        padding: 15px 0 0 0;
    }
}

@media (max-width: 575px) {
    .contact .section-title p {
        font-size: 16px;
    }

    .contact .gana {
        margin: 0 5% 0;
        padding: 22px;
        border: 2px solid #E5890E;
        font-size: 17px;
        line-height: 22px;
    }

    .contact br {
        display: none;
    }

    .contact .info h4 {
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 20px;
        font-weight: 500;
    }

    .contact .info br {
        display: block;
    }

    .contact .info i {
        font-size: 44px;
    }

    .contact .logos img {
        width: 94%;
        margin: 40px 3% 20px;
    }

    .contact .mt-5 {
        margin-top: 2rem !important;
    }

    .contact a {
        font-weight: 300;
    }

    #footer {
        padding: 0 !important;
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {}

#footer .container {
    border-radius: 90px 90px 0 0;
    background: #0f2346;
    color: #fff;
    font-size: 16px;
}

#footer .copyright {
    text-align: center;
    color: #fff;
    width: 100%;
}

@media (max-width: 768px) {

    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
        font-size: 14px;
    }

    #footer .container {
        border-radius: 47px 47px 0 0;
        font-size: 14px;
    }
}
