/********** Template CSS **********/


#logotipo {
    width: 150px;
}

.input:active{
    border-color: #E71D27 !important;
}


.box-topo {
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 0.5rem;
    transition: 0.5s;
}

.img-topo {
    width: 22px !important;
    height: 22px !important;
    margin-bottom: 0.2rem;
}

.box-btn-whatsapp {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    transition: 0.5s;
    
}

.box-btn-whatsapp:hover {
    scale: 102%;
}


.img-topo:hover{
    scale: 110%;
}


.box-inline {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem !important;
    
}
.box-inline img {
    width: 20px;
    height: 20px;
    margin-top: 0.2rem;
}


#container-whatsapp {
    background-color: black;
    width: 500px;
    margin: 0 auto;
    display: flex;
    padding: 1rem;
    color: white;
}



.text-online {
    width: 100%;
    font-size: 1.8rem;
}
.experiencia-background {
    background-color: #E7EAEF;
}

.experiencia-container {
    display: flex;
    justify-content: center;
    gap: 5rem;
    align-items: center;
}


#logotipo-footer {
    margin-bottom: 0.5rem;
    width: 150px;
    color: black;
}

.container-description{
    width: 30%;
   
}

#button-cards {
    font-weight: 800 !important;
    color: var(--primary);
    border: 2px solid  var(--primary);
    text-align: center;
    margin: 3rem auto;
    display: block;
    width: 240px;
    padding: 0.5rem 1rem;
   
}

footer {
    box-shadow: 0 0.125rem 1rem rgba(0,0,0,0.075) !important;
}

#button-cards:hover {
    scale:110%;
     transition: 0.5s;
     background-color: var(--primary);
     color: white;
}

.item {
    cursor: pointer;
}


.text-cursos {
    padding: 1rem 0rem !important;
    
}

.btn-card {
    width: 50%;
}

.btn-card:hover {
     background-color: var(--primary);
     border: none;
     width: 60%;
}

.card-text {
    position: absolute;
    color: white;
    bottom: 20px;
    padding: 1rem;
    font-size: 1rem;
}

.course-title {
    color: white;
    font-size: 1.5rem;
    width: 90%;
}

.card img {
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053"; /* Use the correct content code for left arrow */
  font-size: 2rem;
  color: #000; /* Your desired arrow color */
}

.owl-carousel .owl-nav .owl-next:after {
  content: "\f054"; /* Use the correct content code for right arrow */
}




.limit-section {
    max-width: 1250px;
    margin: 0 auto;
}


.text-top {
    color: white;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 1rem;
    padding: 0.5rem 0rem;
    font-weight: 400 !important;
   
}


.text-principal {
    font-size: 2.8rem !important;
    margin: 0rem 0rem .2rem 0rem  !important;
}
.nav-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.text-bold {
    font-weight: 700 !important;
}
:root {
    --primary: #E71D27;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


.box-unidade {
    width: 40%;
    text-align: center;
    padding: 1rem;
    background-color: white;
   box-shadow: 0 0.125rem 1rem rgba(0,0,0,0.075) !important;
    
}

.box-unidade h4 {
    font-weight: 800;
}


.button-contato {
    width: 30%;
}
.contato-unidade {
    color: var(--primary);
    font-size: 1rem;
    
     transition: 0.5s;
}

.contato-unidade:hover {
    font-size: 1.1rem;
    color: var(--primary);
   
}


#unidade-container {
   
    display: flex;
    gap: 1rem;
    justify-content:center;
    flex-wrap: wrap;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
    color:var(--primary);
}

.instagram-icon, .facebook-icon {
    font-size: 22px !important;
    transition: 0.5s;
}

.facebook-icon:hover {
    color: white;
    font-size:24px;
    background-color: var(--primary);
    padding: 0.5rem;
}

.instagram-icon:hover {
    color: white;
    font-size:24px;
    background-color: var(--primary);
    padding: 0.5rem;
}




.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    display:flex;
    padding: 0.5rem 0rem !important;
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {

    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    transition: 0.5s;
    
}

/*.navbar .navbar-nav .nav-link:hover::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: var(--primary);*/
/*    transition: 0.5s !important;*/
/*}*/


.navbar .navbar-nav .nav-link {
    position: relative; /* Importante para posicionar corretamente o pseudo-elemento */
    color: var(--text-color, black); /* Define uma cor padrão e permite personalização */
    transition: color 0.5s; /* Suaviza a transição de cor */
}

.navbar .navbar-nav .nav-link::after {
    content: "";
    display: block;
    width: 0%; 
    height: 2px;
    background-color: var(--primary);
    transition: width 0.5s; 
    position: absolute;
    bottom: 0;
    left: 0;
    top: 30px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .navbar-nav .nav-link:hover::after {
    width: 100%; 
}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Nunito", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}



#todos-os-cursos {
  
    padding: 4rem 0rem;
}

#container-cursos {
    display: flex;
    flex-wrap: wrap;
 
    justify-content: center;
}

.cardCurso {
    padding: 0.5rem;
    width: 320px;
    height: 420px;
}


.cardAph {
    margin-top: -119px !important;
}
.cardCurso img {
    width: 100%;
}

.cardText {
  
    padding: 0.5rem;
    position: relative;
    margin-top: -100px;
    
}

.text-cursos {
    text-align: center;
}

.copy {
    padding: 0.5rem 0rem;
    font-size: 0.8rem;
   color: white;
    margin: 0 auto;
    text-align: center;
}

.suporte-verde {
    width: 20px;
}

.cardText h3 {
    color: white;
    font-size: 1rem;
}


#link-whatsapp {
    color: white;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: flex;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .col-lg-3 {
        width: 16%;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}


.carousel-item img {
    height: 500px; 
    object-fit: cover;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
       
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: flex;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    
    font-weight: normal;
    text-transform: none;
    transition: .3s;
}



.footer .btn.btn-link:hover {
    color: var(--primary);
    font-weight: 800;
    box-shadow: none;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}


.container-description {
    width: 100%;
}


.button-experiencia {
    justify-content: initial;
}

@media screen and (min-width: 320px) and (max-width: 990px){
    .limit-section {
    max-width: 90%;
    margin: 0 auto;
}

.text-principal {
    font-size: 2rem;
}


 .nav-container {
         flex-wrap: wrap;
     }
.experiencia-container{
    flex-direction:column;
    gap: 1.5rem;
}

.container-description {
    width: 100%;
}


.experiencia-background {
padding: 1rem 0rem;
    
}


.container-img img {
  width: 100%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: none;
}

.texto-principal {
    font-size: 2.5rem;
}

.owl-carousel .owl-nav .owl-next:after {
    display: none;
}

#logotipo {
    width: 100%;
    display: flex;
}

#unidade-container {
    flex-direction: column;
    
}

.box-unidade {
    width: 100%;
}

.button-contato {
    width: 100%;
}



.navbar .navbar-brand {
    display: flex !important;
}

.navbar {
    
    display: flex;
}

#todos-os-cursos {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
}
}

@media screen and (min-width: 1024px){
    .owl-carousel .owl-nav {
display: initial;
}
.nav-container {
    display: flex;
}



.limit-section{
    width: 90%;
}

.footer .btn.btn-link {
font-size: 0.9rem;
}

footer h4 {
    font-size: 1rem;
}
}

.text-footer {
     font-size: 0.9rem !important;
}

@media screen and (min-width: 400px ) and (max-width: 768px) {
    .footer .btn.btn-link {
        justify-content: center;
    }
 
    .redes-sociais {
        justify-content: center;
    }
}



@media screen and (min-width: 768px ) and (max-width: 1024px) {
    .col-md-2 {
        width: 30%;
        text-align: left;
    }

    .footer .btn.btn-link {
        text-align: left !important;
    }
} 

@media screen and (min-width:400px) and (max-width: 1070px){
      
   
    .row {
        justify-content: center;
    }

    footer {
        text-align: center !important;
    }
    
    .box-redes {
        justify-content: center !important;
    }
    
   
    .owl-carousel .owl-nav .owl-next {
        display: none;
    }
   
    
    .box-inline {
        justify-content: center !important;
    }
}



@media screen and (min-width: 992px) and (max-width: 1024px){
    
   .nav-container {
       width: 80%;
   }
    .experiencia-container {
        text-align: center;
        padding: 0rem 1rem;
    }
    
    .footer .btn.btn-link {
        font-size: 0.8rem;
    }
    
   
    
    .container-description p {
        font-size: 0.9rem;
    }
    
    #experiencia p {
        margin-bottom: 0.5rem;
    }
}