
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

img {max-width: 100% !important;}

:root{
    scroll-behavior: smooth;
    --text : ;
    --link: ;
    --bgLight : ;
    --bgDark : ;
    --realce : ;
    --alternative : ;
    
    --fontTitle:'';
    --fontBody:'';
    --fontNav:'';
}

body{
    font-family: "Poppins", sans-serif;
    background-color: white;
    font-size: 18px;
    overflow-x: hidden;
}

h2 { font-size: 2.4em;}
#inicio { padding-top: 75px;}
section { padding-top: 50px;color:#1C3771 }

.bg-color1{ background-color:#61EE60 !important;}
.bg-color2{ background-color: #2C6FFA !important;}
.bg-color3{ background-color: #F02682 !important;}
.bg-color4 {
    background-color: #4BEFFF !important;
}

.gradient {
    background: rgb(23,240,133);
    background: linear-gradient(50deg, rgba(23,240,133,1) 0%, rgba(242,95,150,1) 28%, rgba(251,255,255,1) 68%, rgba(2,237,255,1) 100%);
}
.hero img {max-width: 100%;}

.hero { 
    position: relative; height: 660px;}
.hero .bg-hero { position: absolute; bottom: 0; left: 0;}
.hero .junior {position: absolute; bottom: 0; width: 95%; right: 2.5%; }
.hero .numero {position: absolute; top:-30px; width: 80%; left: 10%; }

.bgdark { background-color:#08196E;}


@media screen AND (min-width:465px) {
    .hero .junior { width: 80%; right: 10%;}
    .hero .numero { width: 90%; left: 5%;}
}
@media screen AND (min-width:539px) {
    .hero { height: 800px;}
    .hero .numero { width: 70%; left: 15%;}
}
@media screen AND (min-width:613px) {
    .hero { height: 890px;}
}
@media screen AND (min-width:786px) {
    .hero .junior { width: 60%; right: 20%;}
    .hero .numero { width: 60%; left: 20%;}
}
@media screen AND (min-width:992px) {
    .hero { height: 500px;}
    .hero .junior { bottom: 0; width: 60%; right: 0; }
    .hero .numero { top:40px; width: 37%; left: 0; }
    
}

.navbar { 
    height: 75px;
    background-color: white !important;}

.navbar .navbar-nav {
    z-index: 999; position: relative;
    background-color: white
}
.navbar .nav-item { margin: 0 10px; background-color: white;}
.navbar .nav-item .nav-link{
    color:#1C3771;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid transparent;
}
.navbar .nav-item .nav-link.active{
    color:#1C3771;
    border-bottom: 1px solid #064EC4;
}
.navbar .nav-item .nav-link.destaque{
    color:#1C3771;
    border: 2px solid #1C3771;
    border-radius: 4px;
}

.container {
    max-width: 1120px;
}
.container-2 {
    max-width: 770px;
}
.container-3 {
    max-width: 680px;
}

.btn-default {
    border-radius: 57px;
    text-align: center;
    padding:20px; display: inline-block;
    margin-top: 10px;
    border:1px solid #1C3771;
    color:#1C3771;
    transition: 0.3s;
}
.btn-default:hover {
    color:white;
    background-color:#1C3771;
    text-decoration: none;
}


#conquistas a { color:white;}
.item-conquistas {
    height: 350px;
    text-align: center;
    margin:20px;
    position: relative;
    background-size: cover;
    background-position: top center;
    transition: 0.3s;
}
.item-conquistas::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgba(30, 93, 120, 0.6), rgba(14, 74, 79, 0.8));
    z-index: 1;
}

.item-conquistas h3 { text-shadow: 2px 3px 8px #333;}
.item-conquistas > div { z-index: 3; position: absolute; width: 100%; bottom: 55px;}
.item-conquistas .readmore {  background-color:none; border-radius: 8px; padding:12px 0; position: absolute; bottom: 0; color:white; font-size: 0.9em;}
.item-conquistas > div.play { transition: 0.3s; z-index: 3; background: url(img/play.png); height: 90px; width: 90px; background-size: contain; left: calc(50% - 45px); top: calc(50% - 35px);}

.item-conquistas:hover {
    transform: scale(1.05);
}
.item-conquistas:hover > div.play { transform: scale(1.2);}

.item-proposta {
    height: 250px;
    text-align: center;
    margin:20px;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}
.item-proposta > div { z-index: 3; position: absolute; width: 100%; bottom:0;}
.item-proposta .readmore { font-size: 0.8em; background-color: #08196E; padding:4px 0; width: 100%;}

.social-icons {background-color:white;}
.social-icons ul { padding: 0; margin:0}
.social-icons li{ list-style: none; width: 28px; display:inline-block; margin-left: 6px;}
.social-icons li img,.social-icons li svg { width: 30px; height: 30px; padding:4px; fill:#08196E; border-radius:4px; transition: 0.2s;}
.social-icons li a:hover svg { background-color:#08196E; fill:#FAD704;}

.barra-divisoria {
    background-color:#04ADEF; height: 90px;
    transform: rotate(-1.5deg);
    margin-top: -20px;   
    max-width: 100%;
}

.item-service {
    background-color:#FFCC01;
    padding: 30px 0;
    border-radius: 15px;
    font-size: 0.9em;
    height: 100%;
    color:#1C3771;
    position: relative;
}
.item-service .icon { 
    background-color: #1C3771; border:1px solid white; 
    color:white; 
    font-size: 30px; 
    line-height: 30px; 
    display: inline-block;
    padding: 8px;
    text-align: center;
    border-radius: 10px;
    width: 70px;
    position: absolute;
    left: calc(50% - 35px);
    top: -35px;
}
.item-service .icon img { 
    filter:invert(100%);
    max-width: 100%;
}
.filter-invert {
    filter:invert(100%);
}
.item-service h4 { font-size: 2.75em; font-family: "Poppins";  font-weight: 700;}

.copyright { font-size: 0.7em;}