@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Poppins', sans-serif;

    --color-primary: #174B8D;
}


.hero-bg img {
    width: 100%;
}

.about {
    background: linear-gradient(180deg, #000 0%, var(--color-primary) 100%);
    z-index: -10;
}

.hero {
    text-align: left;
}

.hero {
    background: url(../img/sobre/sobre-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-description h2 {
    color: #ffffff;
    font-family: var(--font-primary);
    font-weight: bold;
    font-size: 30px;
}

.hero-description h1 {
    color: #3D92FF;
    font-family: var(--font-secondary);
    font-size: 40px;
    font-weight: bold;
}

.hero-description p {
    color: #ffffff;
    font-family: var(--font-secondary);
    font-size: 30px;
}

.sobre {
    text-align: center;
}

.sobre h2 {
    color: white;
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: normal;
    padding-top: 100px;
}

.img2 img, .img1 img{
    width: 70%;
}


.img1 img, .img2 img {
    border: 2px solid #FFF;
    box-shadow: 10px 10px 2px #FFF;
}


.texto-sobre-1 h2{
    text-align: right;
}
.texto-sobre-2 h2{
    text-align: left;
}

.principios {
    text-align: center;
}

.principios-title {
    font-family: var(--font-primary);
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}

.principios i {
    color: white;
    font-size: 80px;
}

.valores h1 {
    color: white;
    font-family: var(--font-secondary);
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.valores p {
    color: white;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
}


@media (max-width: 480px) {

    .hero {
        text-align: center;
    }

    .hero-description h2 {
        color: #ffffff;
        font-family: var(--font-primary);
        font-weight: bold;
    }

    .hero-description h1 {
        color: #3D92FF;
        font-family: var(--font-secondary);
        font-size: 32px;
        font-weight: bold;
    }

    .hero-description p {
        color: #ffffff;
        font-family: var(--font-secondary);
        font-size: 20px;
    }

    .about img{
        width: 100%;
    }

    .hero {
        text-align: center;
    }

    .hero img {
        padding-top: 100px;
    }

    .hero-description h2 {
        color: #ffffff;
        font-family: var(--font-primary);
        font-weight: bold;
    }

    .hero-description h1 {
        color: #3D92FF;
        font-family: var(--font-secondary);
        font-size: 32px;
        font-weight: bold;
    }

    .hero-description p {
        color: #ffffff;
        font-family: var(--font-secondary);
        font-size: 20px;
    }

    .sobre {
        text-align: center;
    }

    .sobre h2 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
        font-weight: normal;
    }

    .img1 {
        width: 100%;
    }

    .img2 img{
        display: none;
    }

    .texto-sobre-1 h2{
        text-align: center;
    }
    .texto-sobre-2 h2{
        text-align: center;
    }
    

    .principios-title h1{
        font-family: var(--font-primary);
        color: white;
        font-weight: 700;
        text-align: center;
        font-size: 26px;
    }

    .principios {
        text-align: center;
    }

    .principios i {
        color: white;
        font-size: 60px;
    }

    .principios h1 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .principios p {
        color: white;
        font-family: var(--font-secondary);
        font-size: 20px;
        font-weight: 400;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero {
        text-align: center;
    }

    .hero img {
        padding-top: 100px;
    }

    .hero-description h2 {
        color: #ffffff;
        font-family: var(--font-primary);
        font-weight: bold;
    }

    .hero-description h1 {
        color: #3D92FF;
        font-family: var(--font-secondary);
        font-size: 32px;
        font-weight: bold;
    }

    .hero-description p {
        color: #ffffff;
        font-family: var(--font-secondary);
        font-size: 20px;
    }


    .sobre h2 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
        font-weight: normal;
    }

    .img1 img{
        width: 100%;
    }

    .principios {
        text-align: center;
    }

    .principios-title h1{
        font-family: var(--font-primary);
        color: white;
        font-weight: 700;
        text-align: center;
        font-size: 26px;
    }

    .principios i {
        color: white;
        font-size: 60px;
    }

    .principios h1 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .principios p {
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
        font-weight: 400;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .hero {
        text-align: center;
    }

    .hero img {
        padding-top: 100px;
    }

    .hero-description h2 {
        color: #ffffff;
        font-family: var(--font-primary);
        font-weight: bold;
    }

    .hero-description h1 {
        color: #3D92FF;
        font-family: var(--font-secondary);
        font-size: 32px;
        font-weight: bold;
    }

    .hero-description p {
        color: #ffffff;
        font-family: var(--font-secondary);
        font-size: 20px;
    }


    .sobre h2 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
        font-weight: normal;
    }

    .img1 img{
        width: 100%;
    }

    .principios {
        text-align: center;
    }

    .principios-title h1{
        font-family: var(--font-primary);
        color: white;
        font-weight: 700;
        text-align: center;
        font-size: 26px;
    }

    .principios i {
        color: white;
        font-size: 60px;
    }

    .principios h1 {
        color: white;
        font-family: var(--font-secondary);
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .principios p {
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
        font-weight: 400;
    }
}