
@font-face {
    font-family: 'Black';
    font-style: normal;
    font-weight: bolder;
    font-display:swap;
    src:url('./fonts/Montserrat-Black.woff') format('woff'),
        url('./fonts/Montserrat-Black.otf') format('otf'),
        url('./fonts/Montserrat-Black.ttf') format('ttf'),
        url('./fonts/Montserrat-Black.woff2') format('woff2');
}  
@font-face {
    font-family: 'Bold';
    font-style: normal;
    font-display:swap;
    font-weight: bold;
    src:url('./fonts/Montserrat-Bold.woff') format('woff'),
        url('./fonts/Montserrat-Bold.otf') format('otf'),
        url('./fonts/Montserrat-Bold.ttf') format('ttf'),
        url('./fonts/Montserrat-Bold.woff2') format('woff2');
}            

@font-face {
    font-family: 'Regular';
    font-style: normal;
    font-display:swap;
    font-weight: 400;
    src:url('./fonts/Montserrat-Regular.woff') format('woff'),
        url('./fonts/Montserrat-Regular.otf') format('otf'),
        url('./fonts/Montserrat-Regular.ttf') format('ttf'),
        url('./fonts/Montserrat-Regular.woff2') format('woff2');
}            
@font-face {
    font-family: 'Light';
    font-style: normal;
    font-display:swap;
    font-weight: lighter;
    src:url('./fonts/Montserrat-Light.woff') format('woff'),
        url('./fonts/Montserrat-Light.otf') format('otf'),
        url('./fonts/Montserrat-Light.ttf') format('ttf'),
        url('./fonts/Montserrat-Light.woff2') format('woff2');
}          

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    box-sizing: border-box;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
a{
    text-decoration: none;
    color: initial;
}
body {
    line-height: 1;
    /*overflow: hidden;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root{
    --menu: 165px;
}
::-webkit-scrollbar-track {
    background: #0b1f34;
}
::-webkit-scrollbar-thumb {
    background: #00b219;
}
::-webkit-scrollbar {
    width: 5px;
}
section{
    padding: 112px 0em;
    width: 100%;
    max-width:100%;
    float: left;
    position: relative;
}
.texto-secao{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 2em;
}
.texto-secao h1{
    font-size: 3.5em;
    font-family: 'Light';
    display: block;
}
.texto-secao h1 strong{
    font-family: 'Bold';
}
.cta{
    position:fixed;
    right:0px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    top: 55%;
    transform: translateY(-55%);
    z-index: 9;
    padding: 15px 0;
    /*background: #fff;*/
}
.cta span{
    display: block;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .4s;
    margin:8px 0;
    box-shadow: 0 0 7px 0 #6a6a6a;
    transform-origin: center;
    opacity: .4;
}
.cta span:hover{
    opacity: 1;
    background: #56b032;
    transform: scale(1.15) translateX(-8px);
}
.cta span img{
    transition: all 0.4s;
    max-height: 35px;
    max-width: 35px;
    filter:brightness(0);
}
.cta span:hover img{
    filter:brightness(1);
    transform:scale(1.15);
}


header{
    width: 100%;
    backface-visibility: hidden;
    position: fixed;
    top: 0px;
    left: 0;
    background: transparent;
    backdrop-filter: blur(7px);
    /*padding: 30px 0;*/
    padding-top: 30px;
    border-bottom: 1px solid transparent;
    z-index: 99;
    text-align: center;
    transition: all 0.2s;
}
header.fixo{
    border-bottom-color: #fff;
    background-color: transparent;
    padding-top: 0;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    header.fixo {
      background-color:transparent;
      -webkit-backdrop-filter: blur(2em);
      backdrop-filter: blur(2em);
    }
  }
header.dark{
    background: #0b1f34;
}
.container{
    position: relative;
}
.div-menu{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-rows: 1fr;
    height: 100%;
    align-items: center;
}
.div-menu > img{
    max-width: 120px;
    max-height: 100%;
    transition: all 0.2s;
}
header.fixo .div-menu > img{
    transform: scale(.8)
}
.div-menu #menu li{
    cursor: pointer;
    font-family: 'Light';
    display: inline-block;
    align-items: center;
    letter-spacing: 1px;
    padding: 0px;
    font-size: .9em;
    color: #fff;
}
.div-menu #menu li span{
    display: inline-block;
    margin: 0 16px;
    height: 15px;
    width: 1px;
    height: .6em;
    width: 1px;
    background: #fff;
    transition: all 0.4s;
    position: relative;
    /*border-radius: 50%;*/
}


 #rede-topo{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
 #rede-topo li{
    margin: 0 6px;
}
 #rede-topo li a{
    padding: 10px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: block;
    transform-origin: bottom;
    transition: all 0.4s;
}
 #rede-topo li:hover a{
    box-shadow: 0px 5px 10px 0px #031920;
    /*backface-visibility: hidden;*/
    transform: scale(1.05) translateY(-5px);
}
 #rede-topo img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}
#li-lang{
    padding: 0px 15px;
    width: 90px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: block;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    transform: none;
}
.div-menu #li-lang:hover span{
    transform: translateY(-100%) scale(1.25);
    /*border-top-color: #fff;*/
    /*backface-visibility: hidden;*/
}
#li-lang span{
    transform-origin: top;
    transition: all .4s;
    border-top: 7px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    display: block;
    bottom: 15px;
    right: 15px;
}
#li-lang span::before{
    content: '';
    position: absolute;
    top: 0;
    transition: all 0.3s .1s;
    left: 0;
    transform-origin: center;
    transform: translate(-50%, 10%) scale(0);
    width: 15px;
    height: 7px;
    border-radius: 50%;
    filter:blur(1px);
    background: radial-gradient(#000, transparent);
    /*box-shadow:*/
}
#li-lang:hover span::before{
    transform: translate(-50%, 35%) scale(1);
}
#li-lang:hover{
    /*background: #243882;*/
    border-color: #00b219;
}
#li-lang ul{
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #fff;
    padding: 10px;
    display: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
}
.div-menu #rede-topo #li-lang img{
    margin: 0;
    max-height: 70%;
    margin: calc(15% - 2px) 0;
    border-radius: 50%;
    transition: all 0.4s;
} 




#secao-1{
    background: linear-gradient(-135deg, #58b031, #00b219 ,#359c2b,#008437, #243882, #29679d, #517a93);
    background-size: 300% 300%;
    width: 100%;
    animation: cores 10s linear;
    /*height: 100vh;*/
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    overflow: hidden;
    padding-top: calc(var(--menu) + 2em);
}
#secao-1::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #0d1634;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}
#secao-1 .texto-secao h1{
    line-height: 135%;
    text-align: center;
    font-family: 'Light';
    color: #fff;
}




#secao-1 ul{
    margin-top: 6em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    width: 100%;
    float: left;
    gap:3em;
    position: relative;
}
#secao-1 ul li{
    backface-visibility: hidden;
    cursor: pointer;
    text-align: center;
}
#secao-1 ul li > span{
    display: block;
    width: 115px;
    height: 115px;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 25px;
    transform-origin: right;
    transition: all 0.3s;
    position: relative;

}
#secao-1 ul img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
#secao-1 ul li div{
    color: #fff;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all 0.6s;
    font-family: 'Light';
    transform-origin: left;

    transform: translateY(0) translateX(0) scale(1)

}
#secao-1 ul li:nth-of-type(3n) div{
    transform-origin: left;
}
#secao-1 ul li:nth-of-type(2n) div{
    transform-origin: right;
}
#secao-1 ul li div strong{
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 5px;
    letter-spacing: 1px;
    display: block;
    font-family: 'Regular';
}
#secao-1 ul li div p{
    opacity: 0;
}
#secao-1 ul li:hover div,
#secao-1 ul li:nth-of-type(3n):hover div{
    margin-top: 0;
    animation: floatLeft .6s ease-in-out 0s 1 normal forwards;
}
#secao-1 ul li:nth-of-type(2n):hover div{
    margin-top: 0;
    animation: floatRight .6s ease-in-out 0s 1 normal forwards;
}
@keyframes floatLeft{
    0%{
        text-align:left;
        transform:translateY(-100%) translateX(25%) scale(1);
        opacity:0;
    }
    50%{
        text-align:left;
        transform:translateY(-198%) translateX(33%) scale(1.25);
        opacity:0;
    }
    100%{
        text-align:left;
        transform:translateY(-200%) translateX(33%) scale(1.25);
        opacity:1;
    }
}
@keyframes floatRight{
    0%{
        text-align:right;
        transform:translateY(-100%) translateX(-25%) scale(1);
        opacity:0;
    }
    50%{
        text-align:right;
        transform:translateY(-198%) translateX(-38%) scale(1.25);
        opacity:0;
    }
    100%{
        text-align:right;
        transform:translateY(-200%) translateX(-38%) scale(1.25);
        opacity:1;
    }
}
#secao-1 ul li:hover div p{
    transition: all 0.6s .3s;
    opacity: 1;
}
#secao-1 ul li:hover{
    z-index: 0;
}
#secao-1 ul li:hover > span,
#secao-1 ul li:nth-of-type(3n):hover > span{
    transition: all 0.6s, transform 0.6s;
    background: #56b032;
    /*box-shadow: 0 0 13px -2px #0d172a;*/
    transform: scale(1.15) translateX(-100%);
}
#secao-1 ul li:nth-of-type(2n):hover > span{
    transform: scale(1.15) translateX(100%);
}

#secao-1 ul li div strong span{
    display: inline-block;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 5px;
}
#align-modal-topo{
    position: relative;
}
.modal-content{
    border-radius: 0;
    box-shadow: none;
    background: linear-gradient(-135deg, #09223e, #092017);
}
.modal-content{
    border: 1px solid #56b032;
}
.modal-body{
    text-align: center;
    padding: 5em;
}
#align-modal-topo .modal .close{
    position: absolute;
    font-size: 2em;
    top: 0;
    height: 55px;
    cursor: pointer;
    z-index: 3;
    width: 55px;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    background: #56b032;    
    transition: all 0.3s;
    padding: 0;
    right: 0;
    border: 2px solid #fff;
    transform: translate(25%, -25%);
    outline: none;
}
#align-modal-topo .modal .close:hover{
    background: transparent;
    box-shadow: 0 0 18px 0 #000;
}
#align-modal-topo h1{
    font-family: 'Bold';
    font-size: 2.5em;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
}
#align-modal-topo h3{
    font-size: 1.3em;
    margin: 0;
    color: #000;
    margin-top: 12px;
    font-family: 'Regular';
    color: #56b032;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#align-modal-topo .modal-body > p{
    margin: 0;
    color: #e4e4e4;
    line-height: 200%;
    font-family: 'Regular';
    font-size: 1.1em;
    text-align: justify;
    margin-top: 50px;

}
#align-modal-topo h3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    background: #56b032;
    height: 1px;
    transform: translateX(-50%);
}

#secao-2{
    background-color: #0b1f34;
}
#secao-2 .lista-sobre{
    width: 100%;
    float: left;
    position: relative;
    display: grid;
    grid-template-columns: 2fr .5fr .5fr;
    grid-auto-rows: 1fr;

    align-items: center;
    column-gap: 1em;
    color: #fff;
    font-family: 'Regular';
}
#secao-2 .lista-sobre li{
    background: no-repeat top center;
    background-size: cover;
    padding: 0 2em;
    padding-top: 7em;
    text-align: center;
    padding-bottom: 5em;
    border:5px solid transparent;
    border-radius: 5px;
    transition: all 0.4s;
    position: relative;
    transform-origin: bottom;
    background-image: url('./img/capa-sobre.jpg');
}
#secao-2 .lista-sobre li:hover{
    border-color:#00b219;
    transform: translateY(-8px);
    box-shadow: 0px 5px 15px 0 #1a1e28;
}
#secao-2 .lista-sobre li#li-texto{
    background: transparent;
    border: none;
    box-shadow: none;
    transform: none;
    text-align: justify;
    padding: 0;
    padding-right: 2em;
}

#secao-2 .lista-sobre li#li-texto .texto-secao{
    margin: 0;
}
#secao-2 .lista-sobre li#li-texto .texto-secao h1{
    font-family: 'Light';
    font-size: 1.8em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #00b219;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
}
#secao-2 .lista-sobre li#li-texto .texto-secao h1::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*transform: translateX(-50%);*/
    height: 1px;
    background: #00b219;
}
#secao-2 .lista-sobre li#li-texto .texto-secao h1 strong{

    font-size: 2em;
    color: #fff;
    margin-top: 2px;
    display: block;
}
#secao-2 .lista-sobre li#li-texto .texto-secao h3{
    line-height: 175%;
    /*margin-top: 25px;*/
    font-size: 1.3em;
    text-align: justify;
}
#secao-2 .lista-sobre li p{
    font-size: 1.4em;
    letter-spacing: 2px;
}
#secao-2 .lista-sobre li p strong{
    font-size: 1.1em;

}
#secao-2 .lista-sobre li a{
    display: block;
    width: 90%;
    margin: auto;
    transition: all 0.4s;
    margin-top: 10em;
    font-size: 1em;
    padding: 14px 15px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-family: 'Bold';
    text-decoration: none;
    outline: none;
}
#secao-2 .lista-sobre li a:hover{
    background: #fff;
    color: #0b1f34;
}



#secao-3{
    box-shadow:0 8px 16px 0 #0e0e0e;
    padding: 3em 0;
    z-index: 4;
}
#secao-3 .texto-secao img{
    display: block;
    margin: auto;
    max-width: 80px;
}
#secao-3 .texto-secao h1{
    font-family: 'Light';
    text-align: center;
    font-size: 1.8em;
}
#secao-3 .texto-secao h1 strong{
    display: block;

    font-size: 2em;
    color: #243882;
}
#secao-3 .texto-secao{
    margin-top: 0;
}
#secao-3 .texto-secao img{
    margin-bottom: 25px;
}
#secao-3 form{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    width: 100%;
    float: left;
    position: relative;
}
#secao-3 form input::placeholder{
    font-family: 'Regular';
    color: #243882;
}
#secao-3 form > *,
#secao-3 form input{
    border-radius: 25px;
    border: 2px solid #243882;
    height: 40px;
    padding: 0 15px;
    font-family: 'Bold';
    color: #243882;
    letter-spacing: 1px;
}
#secao-3 form button{
    background: #00b219;
    border-color: #00b219;
    color: #fff;
    transition: all 0.4s;
    cursor: pointer;
}
#secao-3 form button:hover{
    background: transparent;
    color: #00b219;
}



#secao-4{
    /*background: linear-gradient(135deg, #58b031, #00b219 ,#359c2b,#008437, #243882, #29679d, #517a93);*/
    background: #0b1f34;
    padding-bottom: 0;
    /*background-size:200% 200%;*/
    background-position: 50% 100%;
    box-shadow: 0 8px 20px 0 #1f2330;
    z-index: 3;
    overflow: hidden;
}


#secao-4 .texto-secao{
    text-align: center;
    width: 50%;
    float: none;
    display: block;
    margin: auto;
    clear: both;
}
#secao-4 .texto-secao h1{
    font-size: 1.8em;
    color: #fff;
}
#secao-4 .texto-secao h1 strong{
    font-size: 2em;
    display: block;
    color: #fff;
}
#secao-4 .texto-secao::before,
#secao-4 .texto-secao::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 50%;
    height: 2px;
    background: #fff;
}
#secao-4 .texto-secao::before{
    transform: translate(-100%, -50%);
    left: 0;
}
#secao-4 .texto-secao::after{
    transform: translate(100%, -50%);
    right:0;
}
#secao-4 .lista-equipe{
    width: 100%;
    float: left;
    position: relative;
    display: grid;
    margin-top: 5em;
    gap:1em 0;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
}
#secao-4 .lista-equipe li{
    min-height: 55vh;
    border-radius: 3px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    position: relative;
}
#secao-4 .lista-equipe li:hover{
    background: transparent;
    border-color: #fff;
    /*box-shadow: 0 0 0 5px #000;*/
}
#secao-4 .lista-equipe li::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
    background: linear-gradient(to top, #0b1f34, transparent);
    background-size: cover;
    background-position: center;
    opacity: 1;
    /*transition: all 0.4s;*/
}
/*#secao-4 .lista-equipe li:hover::before{
    opacity: 1;
}*/
#secao-4 .lista-equipe li > img{
    width: 90%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    /*filter:grayscale(1s);*/
    opacity: 0;
    transform: translate(-50%,-50%);
}
#secao-4 .lista-equipe li:hover img{
    opacity: 1;
    transition: all 0.4s ease-in-out;

}
#secao-4 .lista-equipe .initial-img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(3em);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 55%;
    padding-top: 55%;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}
#secao-4 .lista-equipe .initial-img::before{
    content: '';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%) scale(1.5);
    height: 100%;
    width:  100%;
    border: 3px solid transparent;
    border-radius: 50%;
}
#secao-4 .lista-equipe li:hover .initial-img::before{
    transition: all 0.4s ease-in-out;
    border-color: #5cff58;
    transform: translate(-50%,-50%) scale(1);
}
#secao-4 .lista-equipe li:hover .initial-img{
    /*background: transparent;*/
    border-color: #5cff58;
    filter:brightness(1.1);
    /*box-shadow: 0 0 12px 0 #5cff58;*/
}
@media (min-width:992px){
    #secao-4 .lista-equipe li:last-of-type:hover .initial-img{
        background-size: 325%;
        background-position: top 15% center;
    }
    #secao-2 .lista-sobre li#li-texto{
        padding-right:0;
    }
    #secao-2 .lista-sobre li{
        padding: 1em;
    }
    #secao-3 form{
        column-gap: 5px;
    }
}
@media (min-width: 1199px){
    #secao-4 .lista-equipe li:hover .initial-img{
        background-size: 158%;
        background-position: top 15% center;
    }
    #secao-4 .lista-equipe li:last-of-type:hover .initial-img{
        background-size: 158%;
        background-position: top 14% center;
    }
}
@media (min-width: 1900px){
    #secao-4 .lista-equipe li:last-of-type:hover .initial-img{
        background-size: 160%;
        background-position: top 13% center;
    }
}
#secao-4 .texto-equipe{
    transform: translateY(-15%);
    /*opacity: 0;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    padding: 2em 1.5em;
    font-size: 1em;
    transition: all 0.4s ease-in-out;
    color: #fff;
    font-family: 'Light';
    line-height: 1.5;
    text-align: center;
}
#secao-4 .lista-equipe li:hover .texto-equipe strong{
    /*color: #fff;*/
    color: #5cff58;
    transition: all 0.4s;
}
#secao-4 .lista-equipe li .texto-equipe strong{
    letter-spacing: 2px;
    font-size: 1.1em;
    font-family: 'Regular';
    margin-bottom: 3px;
    font-weight: normal;
    display: block;
}
#secao-5{
    background: no-repeat center;
    background-size: cover;

}
#secao-5::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg, #aadb95, #5cb75a ,#1c7a13,#00421c);
    background-size: 350% 350%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    animation: cores 6s ease-in-out;
    /* height: 100vh; */
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
#secao-5::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0d1634;
    background-size: 200% 200%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    animation: cores 10s linear;
    /* height: 100vh; */
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@keyframes cores{
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 50% 50%;
    }
    100%{
        background-position: 100% 50%;
    }
}

#secao-5{
    padding: 8em 0;
}
#secao-5 .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    /*align-items: center;*/
    column-gap:20px;
}
#secao-5 .texto-secao{
    z-index: 4;
    width: 100%;
    padding-right: 3em;
    margin-top: 0;
    text-align: left;
    /*margin-right: 3%;*/
    /*    border-right: 1px solid #fff;*/
}
#secao-5 .texto-secao h1{
    color: #fff;
    font-size: 1.8em;
}
#secao-5 .texto-secao h1 strong{
    font-size: 2em;
    display: block;
}
#secao-5 .texto-secao h3{
    line-height: 200%;
    color: #fff;
    margin-top: 3em;
    font-family: 'Light';
}
#secao-5 .texto-curso{
    width: 100%;
    padding: 3em;
    z-index: 4;
    box-shadow: 0 0 20px -5px #000000;
    /*border: 1px solid #ffffff;*/
    border-radius: 12px;
    font-size: 1.2em;
    font-family: 'Light';
    color: #fff;
    float: left;
    backdrop-filter: blur(10px);
    background: transparent;
    background: rgba(0,0,0,0.15);
    position: relative;
}
#secao-5 .texto-curso strong{
    font-family: 'Regular';
    font-weight: normal;
}
#secao-5 .texto-curso li{
    margin: 25px 0;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Light';
    display: block;
}
#secao-5 .texto-curso #valor-curso > span{
    font-size: 1.5em;
    display: block;
    margin-top: 35px;
    color: #b7b7b7;
    /*text-decoration: line-through;*/
}

#secao-5 .texto-curso li > span{
    font-size: .8em;
    line-height: 200%;
    display: block;
    margin-top:0px;
}
#secao-5 .texto-curso li strong{
    display: block;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-top: 0;
}

#secao-5 .texto-secao a,
#secao-5 .texto-curso a{
    width: 100%;
    margin-top: 25px;
    display: block;
    color: #fff;
    background: #00b219;
    border-color: #00b219;
    font-size: 1.2em;
    /*height: 40px;*/
    border-radius: 5px;
    text-align:  center;
    padding: 18px 0;
    font-family: 'Regular';
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.4s;
    transform-origin: bottom;
    overflow: hidden;
}
#secao-5 .texto-secao a{
    color: #fff;
    background: transparent;
    border:1px solid #fff;
    position: relative;
}
#secao-5 .texto-secao a span{
    width: 100%;
    height: 100%;
    padding: 9px 0;
    background: #00b219;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0;
    transform: translateY(100%);
    transition: all 0.4s;
}
#secao-5 .texto-secao a:hover span{
    transform: translateY(0);
    border-radius: 0;
}
#secao-5 .texto-secao a span img{
    max-width: 100%;
    max-height: 100%;
}
#secao-5 .texto-secao a:hover,
#secao-5 .texto-curso a:hover{
    transform: translateY(-5%);
    box-shadow:0 9px 11px -4px #202020;
}
#secao-5 .texto-curso a:hover{
    transform: translateY(-5%) scale(1.15);
}
#secao-5 .texto-curso div{
    display: block;
    margin: auto;
    width: 85px;
    height: 85px;
    padding: 20px;
    /*border: 1px solid #fff;*/
    text-align: center;
    border-radius: 50%;
}
#secao-5 .texto-curso img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
#secao-5 #valor-curso > p{
    color: #5cff58;
    font-size: 3em;
    display: block;
    /*margin-top:3px;*/
    font-family: 'Regular';
}
#secao-5 #valor-curso > p i{
    font-size: .4em;
}
/*#secao-5 #v*/




.slick-dots{
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}
.slick-dots li{
    display: inline-block;
    height: 13px;
    width: 13px;
    margin: 0 7px;
    border: none;
}
.slick-dots button{
    font-size: 0;
    transition: all 0.3s;
    height: 16px;
    width: 16px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #cc9afd;
    transform: scale(.8);
    transform-origin: center;
}
.slick-dots .slick-active button{
    background: #cc9afd;
    transform: scale(1);
}

footer{
    width: 100%;
    float: left;
    position: relative;
    background: #0b1f34;
    padding: 5em 10em;
    text-align: center;
    box-shadow: 0 0 10px 0 #000;
    z-index: 2;
}
footer img{
    margin: auto;
    display: block;
    max-width: 25%;
    max-height: 100px;
}
footer p{
    text-align: center;
    color: #fff;
    line-height: 200%;
    margin-top: 50px;
    font-family: 'Light';
    display: block;
    margin-bottom: 50px;
}
footer a{
    margin-top: 45px;
    display: inline-block;
    margin: 0 35px;
    position: relative;
}
footer a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 225%;
    width: 225%;
    transform: translate(-50%,-50%) scale(1);
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.4s;
}
footer a:hover::before{
    transform: translate(-50%,-50%) scale(1.25);
    border-color: #00b219;
}
footer a img{
    display: inline-block;
    max-width: 25px;
    filter:brightness(5) grayscale(1);
}
@media (min-width: 1279px) and (max-width: 1679px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(5em);
    }
}
@media(max-height:1051px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(4.8em);
    }
}
@media(min-height:1051px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(5em);
    }
}
@media(max-height:961px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(2.2em);
    }
}
@media(min-height:721px) and (max-height:899px) and (min-width:992px){
    #secao-4 .lista-equipe li{
        min-height: 62vh;
    }
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(2em);
    }
}
@media (min-height:901px) and (max-height:980px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(3em);
    }
}
@media(max-height:721px){
    #secao-4 .lista-equipe li{
        min-height: 70vh;
    }
}
@media(min-width:1099px) and (max-width: 1199px) and (max-height:899px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(6em);
    }
}
@media(min-width: 999px) and(max-width:1199px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(4em);
    }

}
@media(max-width:992px) and (max-height:720px){
    #secao-4 .lista-equipe li{
        min-height: 65vh;
    }
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(1.5em);
    }
}



@media (max-width:991px){
    .div-menu{
        grid-template-columns: 1fr 2fr 0fr
    }
    #secao-1 ul li div strong{
        font-size:.9em;
    }
    #secao-1 ul li > span{
        height: 90px;
        width:90px;
    }
    #secao-1 ul li div p{
        font-size:.8em;
    }
    .cta{
        display: none;
    }
    section{
        padding: 5em 0;
    }
    #secao-1 ul{
        margin-top: 4em;
    }
    #secao-4 .lista-equipe .initial-img{
        display: none; 
    }
    #secao-4 .lista-equipe .initial-img::before{
        border-color: #5cff58;
        transform: translate(-50%,-50%) scale(1);
    }
    #secao-4 .lista-equipe li .texto-equipe strong{
        color: #5cff58;
    }
    #secao-4 .texto-secao h1 strong{
        font-size: 1.6em;
    }
    #secao-4 .texto-secao{
        width: 75%;
    }
    #secao-4 .texto-secao::before, #secao-4 .texto-secao::after{
        width: 15%;
    }
    #secao-5 .texto-secao,
    #secao-5 .texto-curso{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #secao-5 .texto-secao a, #secao-5 .texto-curso a{
        font-size: 1em;
    }
    #secao-5 .texto-curso{
        padding: 1em;
        margin-top: 2em;
    }
    #secao-5 .container{
        display: block;
    }
    #secao-2 .lista-sobre{
        display: block;
    }
    #secao-2 .lista-sobre li{
        width: 48%;
        margin: 0 1%;
        float: left;
        padding:3em 1em;
    }
    #secao-2 .lista-sobre li p{
        font-size: 1.2em;
    }
    #secao-2 .lista-sobre li#li-texto{
        width: 100%;
        margin: 0;
        margin-bottom: 2em;
    }
    #secao-3 form{
        display: block;
    }
    #secao-3 form > *{
        width: 80%;
        margin: 15px 10%;
    }
    #secao-4 .lista-equipe{
        margin-top: 3em;
        grid-template-columns: repeat(2, 1fr);
    }
    #secao-4 .texto-equipe{
        transform: translate(0%);
        padding: 2em 0;
    }
    footer{
        padding: 5em 0;
    }
}
@media(max-width:480px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(4em);
    }
    #secao-4 .lista-equipe li > img{
        opacity: 1;
    }
    #secao-4 .lista-equipe li::before{
        border-radius: 3px;
        background: linear-gradient(to top, #0b1f34, transparent, #0b1f34);
    }
    #secao-4 .lista-equipe .initial-img{
        width: 50%;
        padding-top: 50%;
    }
    #secao-4 .lista-equipe{
        grid-template-columns: 1fr;
    }
    .texto-secao h1{
        font-size: 1.8em;
    }
    #secao-1 ul li div strong{
        font-size: .9em;
        line-height: 150%;
    }
    #secao-1 ul li div p{
        line-height: 175%;
        margin-top: 8px;
        font-size: .8em;
    }
    #secao-1 ul li > span{
        width: 100px;
        height: 100px;
        transform: none!important;
    }
    #secao-1 ul li div strong span{
        border-left: 7px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
    #secao-1 ul li:hover div{
        animation: none!important;
        margin-top: 20px!important;
    }
    #secao-3 .texto-secao h1 strong,
    #secao-2 .lista-sobre li#li-texto .texto-secao h1 strong{
        font-size: 1.2em;
    }
    #secao-2 .lista-sobre li{
        width: 70%;
        margin: 15px 15%;
    }
    #secao-5 .texto-secao h1 strong{
        font-size: 1.5em;
    }
    #secao-1 .texto-secao{
        margin-top: 0em;
    }
    #secao-5 .texto-secao h3{
        font-size: 1em;
    }
 
}
@media(max-width:380px){
    #secao-4 .lista-equipe .initial-img{
        transform: translateX(-50%) translateY(5em);
    }

    #secao-1 .texto-secao{
        margin-top: 0;
    }
    #secao-1{
        padding-top: 145px;
    }
    /*.div-menu #menu li span*/
}