@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    border: none;
    text-decoration: none;
    font-family: "Libre Franklin", sans-serif;
}

html {
    width: 100vw;
    height: 100vh;
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #ffffff;
}

/* MENU */
.header {
    width: 100vw;
    height: 100vh;
    padding: 0;
}

.content {
    width: 100vw;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: none;
    position: fixed;
    padding: 1rem;
    z-index: 10;
    transition: background-color 1s ease-in-out;


}

.content.scrolled {
 
    background-color: rgb(255, 255, 255);
    height: 70px;
    box-shadow: 5px 2px 15px 6px rgb(0, 0, 0, 0.1);

    

}

.logo {
    width: 70px;
    height: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.logo img {
    width: 95%;
    height: 95%;
    min-width: 40px;
    transition: 1s ease-in-out;    
}
.scrolled .logo  img {
    width: 70%;
    height: auto;
   
}

.content .list-menu {
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.content .list-menu li a {

    width: 100px;
    text-align: center;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
    color: rgb(175, 175, 175);
    font-size: 1.5rem;

    text-transform: uppercase;
    font-weight: 500;
    transition: all 200ms ease-in;
}
.scrolled.content .list-menu li a {
    color: #474747;
}
.content .list-menu li a:hover {


    color: #ffffff;
    border-bottom: 3px solid #af9240;
    transition: 0.2s;
}

.scrolled.content .list-menu li a:hover {
    color: #ababab;
    border-bottom: 3px solid #af9240;
    transition: 0.2s;
}

.content .list-menu li a img {
    font-weight: 700;

}

.content .list-menu li a img:hover {
    z-index: index 8;
    border-bottom: 2px solid #dfa651;

}

.idiomas {


    margin: 1rem;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}


.idiomas a {
    text-align: center;
    padding-top: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    color: rgb(175, 175, 175);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 200;
    transition: all 200ms ease-in;
    margin-left: 3rem;
}

.idiomas a:hover {

    border-bottom: 2px solid #dfa651;
    transition: 0.2s;


}



/* -----CURSO PEP ----- */


.cursos-pep .conteudo .titulo {
    width: 100vw;
    height: 500px;
    background-image: url(../img/bgg_pep.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
  
   
}


.cursos-pep .conteudo .titulo img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-top: 90px;
    margin-bottom: 0rem;
}
.cursos-pep h1 {
    color: #555555;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0rem;
    text-align: center;
}



.cursos-pep {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    background-color: #d7d7d7;
    line-height: 1.5;
}


.cursos-pep .conteudo {
    width: 100vw;
    height: auto;
    margin-top: -10px;
    margin-bottom: 1rem;
    background-image: url(../img/bg_bombeiros.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    align-content: center;
    gap: 90px;
   
}

.cursos-pep .conteudo  p {

    color: rgb(0, 0, 0);
    justify-content: center;
    align-content: center;
  
  
    border-radius: 16px;
    padding: 1rem;
    display: inline-block;
    align-content: start;
    margin: 20px;
}




.cursos-pep .cursos {
    display: flex;
    margin-top: 1rem;
 
    flex-wrap: wrap;
    
  
  
  }
    
   
/* ----cards---- */
.cursos .cards-branco {
    width:100%;
    display: flex;
    flex-direction: column;
     max-width: 2000px;

    margin-bottom: 0rem;
    margin: auto;
}

.cursos .cards-branco .cards {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    justify-content: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    
    gap:20px
  
}

.cursos .cards-branco .cards .icones {
       
  width: 100vw;
   display: inline-flex;
    justify-content: center;
    background-color: rgb(236, 236, 236);
    border: solid 0.1em;
    border-color:#977d35;

}

.cursos .cards-branco .cards .icones img {

    align-items:  center;
    align-content:  center;
    justify-content: center;
  
    margin: 020px;

}


.cursos .cards-branco .cards .icones h2 {
   
    justify-content: center;
    align-content: center;
    color: rgb(46, 46, 46);
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2rem 0rem 2rem 0;


}


.cursos .cards-branco p {

    color: rgb(46, 46, 46);
    justify-content: center;
    align-content: center;
    font-size: 2rem;
    font-weight: 400;
    display: inline-block;
    align-content: start;
    margin: 0px 0px 70px 0px;
  
}
/* valores */
.valores {
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: top;
    margin: 0px 0  80px 0;
    height: auto;
    }



    .valores a {
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    border-radius: 32px;
    font-size: 1.4rem;
     text-decoration: none;
    color: #ffffff;
    background-color:#977d35;
    background: linear-gradient(45deg, #b79b4d, #977d35);
    padding: .5rem 2rem;
    border: 0;
    text-align: center;
     justify-content: top;
     margin: auto;
    height: 160px;
    }



.valores a:hover{
    color: #ffff;
    background: linear-gradient(-45deg, #b79b4d, #977d35);
}


/* voltar*/


  .voltar a {
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    border-radius: 32px;
    font-size: 1.4rem;
    font-style: normal;
     text-decoration: none;
    color: #ffffff;
    background-color:#977d35;
    background: linear-gradient(45deg, #b79b4d, #977d35);
    padding: 1rem 3rem;
    border: 0;
    justify-content: center;
    height: 160px;
    margin-bottom: 25rem;
    }



.voltar a:hover{
        color: #ffff;
        background: linear-gradient(-45deg, #b79b4d, #977d35);
      
    }
  
  



/* footer */




* footer */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.footer {
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: #d7d7d7;
    padding: 300px 0;
}
.container {
    max-width: 1000px;
    margin: auto;

}
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-col_1 .marca_dourada {
    width: 10%;
    margin: 80px;
}


.footer-col {
    width: 15%;

}

.footer-col_1 {
    margin: auto;
    width: 20%;


}

.footer-col_2 {
    margin: auto;
    width: 3%;


}

.footer-col_s {
    margin: auto;
    width: 33%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    align-content: center;
}


ul {
    list-style: none;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    color: #383838;
    display: block;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;

}

.footer-col ul li a:hover {
    color: #7e682c;
    padding-left: 8px;
}

.footer-col_s h4 {
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    color: #5a5a5a;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;


}

.footer-col_s h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background: linear-gradient(45deg, #b79b4d, #977d35);
    height: 2px;
    box-sizing: border-box;
    width: 200px;
}


.footer-col_s .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: linear-gradient(45deg, #b79b4d, #977d35);
    margin: 10px 10px 12px 0px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    justify-content: top;

}




.footer-col_s .social-links a:hover {
    color: #24262b;
    
    
    background: linear-gradient(-45deg, #b79b4d, #977d35);
}
.footer-col_s .social-links img {
    display: inline-block;
    margin: 0px 0px 4px 0px;
    text-align: center;
    transition: all 0.5s ease;
    justify-content: top;

}

.button_depoimentos {
    width: 670px;
    border: 0;
    text-align: center;
    font-size: 1rem;
    justify-content: top;
    height: 150px;

}




p::-webkit-scrollbar {
    background-color: #0397BB;
    border-radius: 10px;
}

p::-webkit-scrollbar-thumb {
    background-color: #f2f1ef;
    border-radius: 10px
}




/* ////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
 */



@media (max-width: 1280px) {
    html {
        font-size: 55.0%;
    }

    .content {

        justify-content: space-between;
        padding: 20px 20px;

    }

    .content .list-menu {
        display: none;
    }

    .one,
    .two,
    .three {
        width: 100%;
        height: 4px;
        background-color: rgb(129, 129, 129);
        margin: 6px auto;
        transition-duration: 0.5s;

    }
    
    .menu-toggle {
        position: absolute;

        width: 40px;
        height: 30px;
        margin-top: 0px;
        margin-left:80px;


    }

    content.on {
        position: absolute;
        width: 80vw;
        height: 100vh;

        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-between;

    }

    .content.on .menu-toggle {
        position: fixed;
        left: 9px;
        top: 25px;
    }



    .content.on .list-menu {
        position: fixed;
        left: 0px;
        top: 70px;
        
        display: block;
        flex-direction: column;
        justify-content: start;
        width: 160px;
        height: 255px;
        background-color: rgba(62, 62, 62, 0.8);
border-radius: 8px;
    }

    .content.on .list-menu li {
        display: flex;
        justify-content: start;
        text-align: center;
    }

    .content.on .list-menu li a {
        font-size: 1.5rem;
        width: 100%;
        height: 100%;
        color: rgb(255, 255, 255);

    }

    .content.on .menu-toggle .one {
        transform: rotate(45deg) translate(14px, -6px);
        background-color: rgb(129, 129, 129);
    }

    .content.on .menu-toggle .two {
        opacity: 0;
    }

    .content.on .menu-toggle .three {
        transform: rotate(-45deg) translate(18px, 1px);
        background-color: rgb(129, 129, 129);
    }
    .idiomas {
        margin: 20px;
        width: 100px;
        display: flex;
    }

    .idiomas a {
        padding-top: 25px;
        padding-left: 1px;
    }
    .logo {
        width: 55px;
        height: auto;
      
        align-items: center;
        justify-content: center;
        padding: 0 0 2rem ;
    
    }
    .cursos .cards-branco .cards {
        display: flex;
        flex-direction: column;
        max-width: 550px;
    }
    .footer-col_1 .marca_dourada {
        width: 07%;
        margin: 80px;
    }
        
    }

@media (max-width: 800px) {
    html {
        font-size: 50.0%;
    }

   
    .content.on .list-menu {
       
        
        width: 160px;
        height: 230px;
      
    }

    .cursos .cards-branco .cards {
        display: flex;
        flex-direction: column;
        max-width: 420px;}

    .footer-col_1 .marca_dourada  {
            width: 50%;
            margin: 20px;
        }

}


@media (max-width: 620px) {
    html {
        font-size: 45.0%;
    }

    .content.on .list-menu {
       
        width: 150px;
        height: 205px;
      
    }


    .cursos .cards-branco .cards {
        display: flex;
        flex-direction: column;
        max-width: 320px;}





    .footer-col_s .social-links a {
            display: inline-block;
            width: 25px;
            height: 25px;
            background: linear-gradient(45deg, #b79b4d, #977d35);
            margin: 10px 10px 12px 0px;
            text-align: center;
            line-height: 60px;
            border-radius: 50%;
            color: #ffffff;
            transition: all 0.5s ease;
            justify-content: top;
        
        }
        .footer-col_s .social-links img {
            width: 14px;
            height: 14px;
             display: inline-block;
            margin: 0px 0px 12px 0px;
            text-align: center;
            transition: all 0.5s ease;
            justify-content: top;
        
        }
   

        .footer-col_1 .marca_dourada img{
            width: 60px;
            height: auto;
            margin: 5px;
        }
        .footer-col_s {
            margin: auto;
            width: 25%;
            height: auto;
            display: flex;
            align-items: center;
            text-align: center;
            align-content: center;
        }
        .footer-col ul li a {
            font-size: 1.2rem;
           
        
        }
        
        .footer-col ul li a:hover {
            color: #7e682c;
            padding-left: 8px;
        }
        
        .footer-col_s h4 {
           
            font-size: 1.4rem;     
        }
        .footer-col_s h4::before {
          
            width: 110px;
        }
    }





@media (max-width: 430px) {
    html {
        font-size: 35.0%;
    }

    .content.on .list-menu {
       
        width: 140px;
        height: 165px;
      
    }

    .cursos .cards-branco .cards {
        display: flex;
        flex-direction: column;
        max-width: 230px;}




        .footer-col_1 .marca_dourada {
            width: 7%;
        }
        .footer-col_1 .marca_dourada img{
            width: 60px;
            height: auto;
            margin: 5px;
        }
        .footer-col_s {
            margin: auto;
            width: 25%;
            height: auto;
            display: flex;
            align-items: center;
            text-align: center;
            align-content: center;
        }
        .footer-col ul li a {
            font-size: 1.2rem;
           
        
        }
        
        .footer-col ul li a:hover {
            color: #7e682c;
            padding-left: 8px;
        }
        
        .footer-col_s h4 {
           
            font-size: 1.4rem;
            
         
        
        }
        .footer-col_s h4::before {
              
            width: 100px;
        }
    

    }