* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

@media screen and (min-width: 1920px) {
    .photoback {
        background-image: url("../img/sp13.jpg");


        height: 410px;
        background-color: #2a4674;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .main_header {
        width: 1280px;
        margin: 5px auto 0 auto;
        gap: 3%;
        
        
    }

    .mobile-container {
        display: none;
    }

    .maintext {
        font-size: 54px;
        width: 1280px;
        margin: 0 auto;
        padding-top: 150px;
        padding-left: 40px;
    }



    .maintext2 {
        font-size: 54px;
        width: 1280px;
        margin: 0 auto;
        padding-top: 75px;
        padding-left: 60px;
        color: white;
    }

    .img_logo {
        /* margin-left: 7%; */
        margin-right: 13%;
    }



    #footeraligner {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        padding: 100px 70px 100px 65px;
        gap: 11%;
    }

    .topheader {
        width: 1280px;
        margin: 0 auto;
        display: flex;
    }

    .subcontainer {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
        row-gap: 40px;

        width: 1280px;
        margin: 30px auto 50px auto;
    }

    .intro-cursos {
    max-width: 1180px; /* Limita a largura do texto para melhor leitura */
    margin: 25px auto; /* Centraliza o texto na página */
    }
    
    .subcontainer2 {
        gap: 1%;
        width: 1280px;
        margin: 40px auto 85px auto;
    }

    .subcontainer3 {
        padding: 0;
        width: 1150px;
        margin: 40px auto 40px auto;
        display: flex;
        /* <-- Alinha os dois filhos lado a lado */
        align-items: stretch;
        /* <-- Faz com que a altura se ajuste igualmente */

    }

    .subcontainer4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        row-gap: 30px;
        background-color: white;
        width: 1150px;
        margin: 20px auto 50px auto;
        overflow: hidden;
        /* Garante que a imagem respeite os cantos arredondados */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }
    
      .ementa-wrapper {
        width: 1150px;
        margin: 0 auto 60px auto;
        background-color: white;
        padding-top: 25px;

        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }

    .ementa-titulo {
        text-align: center;
        font-size: 27px;
        font-weight: bold;
        color: #2f3235;
        margin-bottom: 10px;
         font-family: "Montserrat", Sans-serif;
     
        font-weight: 400;
         text-decoration: underline;
    }


    .subcontainer5 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        row-gap: 10px;
        padding: 30px 0;
        width: 1180px;
        ;
        margin: 40px auto 50px auto;
    }

    .subcontainer6 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        row-gap: 40px;
        padding: 30px 0;
        width: 1180px;
        margin: 40px auto 50px auto;
        font-size: 22px;
        background-color: white;
        overflow: hidden;
        /* Garante que a imagem respeite os cantos arredondados */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }


    .servbox {
        background-color: white;
        width: 550px;
        height: 100%;
        padding: 35px 35px;

    }

  .servbox2,.servbox3 { width: 320px;}

    .separator2 {
        width: 100%;
        height: 500px;
    }

    .responsiveimg2 {
        height: 320px;
        text-align: center;
        object-fit: cover;
        display: block;


        overflow: hidden;
        /* Garante que a imagem respeite os cantos arredondados */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
    }

    .textosobre2 {
        margin-left: 0px;
        height: 320px;
        padding: 20px 40px;
    }


    h1 {

       
        font-size: 55px;
 
    }

    h3 {
        font-size: 16px;
    }

}

@media screen and (min-width: 1280px) and (max-width: 1920px) {
    .photoback {
        background-image: url("../img/sp12.jpg");
        height: 430px;
    }

    .main_header {
        width: 1280px;
        margin: 0 auto;
        gap: 3%;
    }

    .mobile-container {
        display: none;
    }

    .maintext {
        font-size: 54px;
        width: 1280px;
        margin: 0 auto;
        padding-top: 100px;
        padding-left: 40px;
    }

    .maintext2 {
        font-size: 54px;
        width: 1280px;
        margin: 0 auto;
        padding-top: 85px;
        padding-left: 60px;
        color: white;
    }

    .img_logo {
        /* margin-left: 7%; */
        margin-right: 13%;
    }

    #footeraligner {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        padding: 100px 70px 100px 65px;
        gap: 11%;
    }

    .topheader {
        width: 1280px;
        margin: 0 auto;
        display: flex;
    }

    .subcontainer {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
        row-gap: 40px;

        width: 1280px;
           margin: 30px auto 50px auto;
    }

    .intro-cursos {
    max-width: 1180px; /* Limita a largura do texto para melhor leitura */
    margin: 25px auto; /* Centraliza o texto na página */
    }
    


    .subcontainer2 {
        gap: 1%;
        width: 1280px;
        margin: 40px auto 85px auto;

    }

    .subcontainer3 {

        gap: 0%;
        width: 1150px;
        margin: 20px auto 70px auto;
    }

  
    .subcontainer4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        row-gap: 30px;
        background-color: white;
        width: 1150px;
        margin: 20px auto 50px auto;
        overflow: hidden;
        /* Garante que a imagem respeite os cantos arredondados */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }
    
      .ementa-wrapper {
        width: 1150px;
        margin: 0 auto 60px auto;
        background-color: white;
        padding-top: 25px;

        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }

    .ementa-titulo {
        text-align: center;
        font-size: 27px;
        font-weight: bold;
        color: #2f3235;
        margin-bottom: 10px;
         font-family: "Montserrat", Sans-serif;
     
        font-weight: 400;
         text-decoration: underline;
    }


    .subcontainer5 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        row-gap: 10px;
        padding: 30px 0;
        width: 1180px;
        ;
        margin: 40px auto 50px auto;
    }

    .subcontainer6 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        row-gap: 40px;
        padding: 30px 0;
        width: 1180px;
        margin: 40px auto 50px auto;
        font-size: 22px;
            background-color: white;
        overflow: hidden;
        /* Garante que a imagem respeite os cantos arredondados */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }

    .servbox {
        background-color: white;
        width: 520px;
        height: 100%;
        padding: 20px 30px
    }

    .separator2 {
        width: 100%;
        height: 500px;
    }

    .responsiveimg2 {
        height: 320px;
        text-align: center;
    }

    .textosobre2 {
        margin-left: 0px;
        height: 320px;
        padding: 20px 40px;
    }


    h1 {
        font-family: "Montserrat", Sans-serif;
        font-size: 49px;
        font-weight: 700;
        text-transform: uppercase;
    }

    h3 {
        font-size: 16px;
    }
    
    .servbox2,.servbox3  { width: 320px;}
}

@media screen and (min-width: 1071px) and (max-width: 1279px) {
    .photoback {
        height: 350px;
        background-image: url("../img/sp14.jpg");
    }

    .main_header {
        width: 100%;
        gap: 1%;
    }

    .mobile-container {
        display: none;
    }

    .maintext {
        font-size: 54px;
        width: 100%;
        padding-top: 100px;
        padding-left: 40px;
    }

    .maintext2 {
        font-size: 54px;
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
        padding-left: 60px;
        color: white;
    }


    .img_logo {
        /* margin-left: 7%; */
        margin-right: 1%;
    }

    #footeraligner {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        padding: 100px 70px 100px 65px;
        gap: 11%;
    }

    .topheader {
        width: 100%;
        display: flex;
    }

    .subcontainer {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 40px;

        width: 100%;
         margin: 30px auto 50px auto;
    }

    .intro-cursos {
    max-width: 970px; /* Limita a largura do texto para melhor leitura */
    margin: 25px auto; /* Centraliza o texto na página */
    }
    

    .imgsobre {
        width: 60%;
    }



    .subcontainer3 {

        gap: 0%;
        width: 1000px;
        margin: 20px auto 70px auto;
    }

 
    .subcontainer4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        row-gap: 30px;
        background-color: white;
        width: 100%;
        margin: 20px auto 50px auto;
        overflow: hidden;
        /* Garante que a imagem respeite os cantos arredondados */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }
    
      .ementa-wrapper {
        width: 1150px;
        margin: 20px auto 60px auto;
        background-color: white;
        padding-top: 25px;

        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }

    .ementa-titulo {
        text-align: center;
        font-size: 27px;
        font-weight: bold;
        color: #2f3235;
        margin-bottom: 10px;
         font-family: "Montserrat", Sans-serif;
     
        font-weight: 400;
         text-decoration: underline;
    }



    .subcontainer5 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        row-gap: 40px;
        padding: 30px 0;
        width: 1180px;
        margin: 40px auto 50px auto;
    }

    .subcontainer6 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        row-gap: 40px;
        padding: 30px 0;
        width: 1180px;
                font-size: 18px;
        margin: 40px auto 50px auto;
            background-color: white;
        overflow: hidden;
        /* Garante que a imagem respeite os cantos arredondados */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }

    .servbox {
        background-color: white;
        width: 500px;
        height: 100%;
        padding: 20px 30px
    }


    .subcontainer2 {
        gap: 1%;
        width: 100%;
        margin: 40px auto 85px auto;
        flex-direction: column;
    }


    .separator2 {
        width: 100%;
        height: 350px;
    }

    .responsiveimg2 {
        height: 320px;
        text-align: center;
    }

    .textosobre2 {
        margin-left: 0px;
        height: 320px;
        padding: 10px 20px;
    }


    h1 {
        font-size: 47px;

    }

    h3 {
        font-size: 16px;
    }
    
    .servbox2,.servbox3  { width: 320px;}
}

@media screen and (min-width: 761px) and (max-width: 1070px) {
    .photoback {
        height: 100%;
        width: 100%;

        background-image: url("../img/sp15.jpg");
    }

    .main_header {
        width: 100%;
        flex-direction: column;
    }

    .mobile-container {
        display: none;
    }

    .maintext {
        font-size: 48px;
        width: 100%;
        padding-top: 70px;
        padding-left: 40px;
    }

    .maintext2 {
        font-size: 40px;
        width: 80%;
        margin: 0 auto;
        padding-top: 60px;
        padding-left: 60px;
        color: white;
    }

    #footeraligner {
      display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem a linha */
    justify-content: space-around; /* Distribui os itens uniformemente */
    align-items: flex-start; /* Alinha o conteúdo ao topo */
    padding: 50px 20px; /* Reduz o padding para não estourar em telas pequenas */
    gap: 20px; /* Reduz o espaçamento entre os elementos */
    }

    .topheader {
        width: 100%;
        display: flex;
    }

    .subcontainer {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 20px;
        padding: 30px 0;
        width: 100%;
        margin: 20px auto 30px auto;
    }

    
    
    
     .intro-cursos {
    max-width: 85%; /* Limita a largura do texto para melhor leitura */
    margin: 20px auto; /* Centraliza o texto na página */
    }
    
    .imgsobre {
        width: 80%;
    }

    .textosobre2 {
        width: 80%;
        margin-top: 15px;
        margin-left: 0px;
        padding: 10px 10px;
    }

    .subcontainer2 {
        gap: 1%;
        width: 100%;
        margin: 40px auto 85px auto;
        flex-direction: column;
    }

    .subcontainer3 {
        gap: 5%;
        width: 90%;
        margin: 20px auto 70px auto;
        flex-direction: column;
    }
    
     .ementa-wrapper {
        width: 100%;
        margin: 0 auto 60px auto;
        background-color: white;
        padding-top: 25px;

        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }

    .ementa-titulo {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #2f3235;
        margin-bottom: 10px;
         font-family: "Montserrat", Sans-serif;
     
        font-weight: 400;
         text-decoration: underline;
    }
    

    .subcontainer4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        row-gap: 20px;
        padding: 30px 20px;
        width: 80%;
        margin: 40px auto 50px auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }


    .subcontainer5 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        row-gap: 40px;
        padding: 30px 0;
        width: 90%;
        margin: 40px auto 50px auto;
    }

    .subcontainer6 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        row-gap: 40px;
        padding: 30px 0;
        width: 90%;
        margin: 40px auto 50px auto;
            background-color: white;
        font-size: 18px;
        overflow: hidden;
        /* Garante que a imagem respeite os cantos arredondados */
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }

    .servbox {
        background-color: white;
        width: 320px;
        height: 100%;
        padding: 20px 30px
    }

    
    .servbox2,.servbox3  { width: 320px;}

    .separator2 {
        width: 100%;
        height: 250px;
    }

    .responsiveimg2 {
        max-width: 100%;
        text-align: center;
    }

    h1 {
        font-size: 44px;
    }

    h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    .photoback {
        height: 100%;
        width: 100%;
        background-image: url("../img/sp15.jpg");
    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        padding: 14px 0 14px 0;
    }

    #footeraligner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        padding: 50px 20px;
        gap: 20px;
    }

    .maintext2 {
        font-size: 30px;
        width: 95%;
        margin: 0 auto;
        padding-top: 40px;
        padding-left: 5%;
        color: white;
    }

    .subcontainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 20px;
        /* Corrected to be responsive for mobile */
        width: 100%;
        margin: 0 auto;
    }
    
    .subcontainer2 {
        /* Corrected to be responsive for mobile */
        width: 90%; 
        margin: 40px auto 85px auto;
        flex-direction: column;
    }

    .subcontainer3 {
        gap: 5%;
        width: 90%;
        margin: 20px auto 70px auto;
        flex-direction: column;
    }

     .ementa-wrapper {
        width: 90%;
        margin: 0 auto 30px auto;
        background-color: white;
        padding: 15px 10px 10px 10px;

        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        /* mesma sombra da direita */
        border-radius: 0.75rem;
    }

       .ementa-titulo {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #2f3235;
        margin-bottom: 10px;
         font-family: "Montserrat", Sans-serif;
     
        font-weight: 400;
         text-decoration: underline;
    }
    
    
    
    .imgsobre {
        /* Corrected to be responsive for mobile */
        width: 100%;
    }

    .textosobre2 {
        /* Corrected to be responsive for mobile */
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
        padding: 10px 10px;
    }

    .subcontainer4 {
 
        width: 95%;
        margin: 0px auto 20px auto;
        flex-direction: column;
        padding: 10%;
    }

    .subcontainer5 {
        gap: 5%;
        width: 97%;
        margin: 20px auto 50px auto;
        flex-direction: column;
        padding: 10;
    }

    .subcontainer6 {
        gap: 5%;
        /* Corrected to be responsive for mobile */
        width: 90%;
        margin: 20px auto 70px auto;
        flex-direction: column;
        padding: 10;
        background-color: white;
        font-size: 18px;
        overflow: hidden;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        border-radius: 0.75rem;
    }

    .servbox {
        background-color: white;
        width: 320px;
        padding: 20px 30px
    }

    .servbox2 { 
        width: 95%;
        padding-top: 30px;
        
    }
    
     .servbox3 { 
        width: 80%;
        padding-top: 30px;
        
    }

    .separator2 {
        width: 100%;
        height: 250px;
    }

    img.imgservsmall {
        width: 80%;
      height: 80%;
    }

    img.responsiveimg {
        max-width: 60%;
        border-radius: 0;
    }

    .mobile-container {
        display: block;
        max-width: 760px;
        margin: auto;
        color: white;
        border-radius: 10px;
    }

    nav {
        display: none;
    }

   .topnav {
        overflow: hidden;

        position: relative;
        background-color: #1a2f53;
        color: black;
    }

    .topnav #myLinks {
        display: none;
        background-color:#203965;
        
    }

    .topnav a {
        color: white;
        padding: 19px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        border-bottom: 1px solid #314464;
    }

    .topnav a.icon {
        /* background: black; */
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }
    .active {
        color: white;
    }

    .maintext {
        font-size: 35px;
        width: 100%;
        text-align: center;
    }

    .topheader {
        display: none;
    }

    .rightfooter {
        padding-bottom: 70px;
    }

    .responsiveimg2 {
        max-width: 100%;
        text-align: center;
    }

    h1 {
        font-size: 32px;
        text-align: center;
    }
    
    h2{text-align: center;}

    h3 {
        font-size: 14px;
        width:150px;
    }
    
    h4{ width:150px;}
}

body {
    /* background-color: rgba(255, 255, 255, 0.986); */
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    color: #343a40;
    /* background-image: url("C:/Users/User/Desktop/Site_Drone/img/sp2.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain; */
    position: relative;
}

.photoback {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    grid-column: 1 / -1;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.topheader {
    padding-top: 12px;
    /* padding-bottom: 6px; */
    padding-right: 56px;

    /* background-color: #272a30; */
    /* background-color: #001743; */
    color: #f8f9fa;

    align-items: center;
    text-align: center;
    justify-content: flex-end;
    font-family: "Nunito", Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.main_header {
    /* margin: 0px 0 15px 0px; */
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;

    /* padding-right: 5%; */

    /* border-bottom: rgb(190, 190, 190) solid 1px; */
}

a {
    font-size: 15px;
    transition: 0.3s;

    letter-spacing: 0px;
    color: white;

    text-decoration: none;
}

.numerowhats {
    padding-bottom: 10px;

    text-decoration: none;
}

nav {
    padding-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
}

nav a {
    font-size: 15px;
    transition: 0.3s;
    margin: 0 25px;
    letter-spacing: 0px;
}

nav a:link {
    color: #fff;
}

nav a:visited {
    color: #fff;
}

nav a:hover {
    color: rgb(148, 155, 172);
}

nav a:active {}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}

nav li {}

li a,
.dropbtn {
    color: white;
    text-align: center;
    padding-right: 4px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    padding-bottom: 10px;
    letter-spacing: 0px;
}




li a:hover,
.dropdown:hover .dropbtn {
    color: rgb(148, 155, 172);
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f9f9f9; */
    color: rgb(148, 155, 172);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;

    margin: 0 0;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #333742;
}

.dropdown:hover .dropdown-content {
    display: block;
    padding: 0;
    position: absolute;
}

.divisao {
    margin: 0 -9999rem;
    /* margin-bottom: 500px; */
    /* border-bottom: rgb(190, 190, 190) solid 1px; */
}

.maintext {
    color: #f8f9fa;
    font-style: normal;
    font-weight: 600;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.1;
    padding-bottom: 11%;
}

.maintext2 {

    font-style: normal;
    font-weight: 600;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.1;

}


h2.subtext {

    font-family: "Nunito", Verdana, sans-serif, Arial;
    font-size: 27px;
    line-height: 1.3;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 59px;

}

.subtexto {
    font-family: Nunito, OpenSans, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    text-align: center;
}

.add-cart {
    background-color: #29374e;
    border-radius: 50px;
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 18px 60px;
    width: 70%;
    border: none;
    font-weight: 400;
    /* border-top: 4px solid #3b3f46; */
}

.credenciamento {
    display: flex;
    gap: 8%;
    margin-top: 15px;
    justify-content: center;
}

.regula {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.redesocial {
    /* margin-top: -20px; */
    margin-left: 1%;
    /*margin-right: 75px; */
}

.redesocial a {
    margin-right: 5px;
    margin-left: 5px;
}

.upperheader {
    font-weight: 800;
    font-style: normal;
    font-family: Nunito, Roboto, Arial, Helvetica, sans-serif;
    color: #2597fc;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}

p.lowerheader {
    font-weight: 400;
    font-style: normal;
    font-family: "Muli", sans-serif;
    color: black;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 10px;

}

ul.lowerheader2 {
    font-weight: 400;
    font-style: normal;
    font-family: "Nunito" "Muli", sans-serif;
    color: black;
    font-size: 17px;
    line-height: 1.4;
padding-left: 15px;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 10px;

}

img {
    border-radius: 0%;
}

h2 {
        font-family: "Montserrat", OpenSans, Sans-serif;
   text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    font-style:normal;
    line-height: 1.3;
    width: 100%;

   
}

.h2cursos {
    font-family: Open Sans, Nunito, Arial, sans-serif;
    font-size: 29px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}


h3 {
    font-family: "Montserrat", OpenSans, Sans-serif;
 font-weight: 700;
   margin-top: 30px;
    margin-bottom: 20px;
     font-style:normal;
   text-transform: uppercase;
    color: #535763;
    width: 100%;
    text-align: center;
}

h4 {
    font-size: 24px;
    color: #535763;
    font-family: "Montserrat", OpenSans, Sans-serif;
   text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    font-style:normal;
    line-height: 1.3;
    width: 100%;
}

h4,
a {
    font-family: "Nunito", Roboto, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

h5 {
    font-size: 13px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: rgb(247, 247, 247);
    letter-spacing: 1.5;
}

.titulos {
    margin: 15px 0;
    text-align: center;
}

/* 
main {
grid-column: 1 / -1;
} */

main {
    margin: 0px auto 0px auto;
    padding-bottom: 40px;
    width: 100%;
    grid-column: 1 / -1;
    background-color: #F3F5F7;
}

.subcontainer {
    display: grid;

    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;

    row-gap: 70px;
    text-align: center;
}

.subcontainer2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
}

.subcontainer3 {
    display: flex;

    align-items: center;

    gap: 0%;
    margin: 50px auto 60px auto;
}

.subcontainer4 {
    display: grid;
    font-size: 17px;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
padding-bottom: 30px;
    text-align: left;
     font-family: "Nunito", Roboto, Arial, Helvetica, sans-serif;
   
}

.subcontainer5 {
    display: grid;

    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;

    row-gap: 30px;
    text-align: center;
}


.subcontainer6 {
    display: grid;

    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;

    row-gap: 30px;
    text-align: left;

    padding-top: 20px;
    padding-bottom: 20px;
     font-family: "Nunito", Roboto, Arial, Helvetica, sans-serif;
   

}



.cabecalho {
    width: 1280px;
    height: 30px;
    margin: 0 auto 0 auto;
}

.separator2 {
    background-image: url("../img/background_2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    grid-column: 1/-1;
    /* padding: 0.25rem 9999rem; */
    /* background: rgba(0, 0, 0, 0.5); */
}

/* section ul {
list-style: none;
} */

#servicos {
    margin-bottom: 0;
}

.servicos {
    display: flex;
    align-items: left;
    justify-items: left;
    gap: 90px;
    list-style: none;
    /* flex: 1; */
}

.equipe {
    grid-column: 2/-1;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    padding-left: 3%;
    /* border-left: 10px solid rgb(226, 127, 13); */
}

.experiencia {
    /* list-style: none; */
    margin: 15px 0 0 0;
    line-height: 2.5;
    font-size: 20px;
    text-decoration: none;
    list-style: none;
}

.textosobre {
    font-weight: 400;
    padding: 30px 30px;
    text-justify: inter-character;
    flex: 1;
    color: black;
    font-size: 18px;



}

.textosobre2 {
    font-weight: 400;
font-family: "Nunito" "Muli", sans-serif;
    text-justify: inter-character;
    flex: 1;
    color: black;
    font-size: 17px;
    background-color: white;
    border-top-right-radius: 0.75rem;
    /* canto superior direito */
    border-bottom-right-radius: 0.75rem;
    /* canto inferior direito */
    border-top-left-radius: 0;
    /* canto superior esquerdo */
    border-bottom-left-radius: 0;
    /* canto inferior esquerdo */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);


}

.imgsobre {
    flex: 0 0 35%;
    padding-left: 0px;

}

/* .aboutus {
background-color: #474e5d;
color: #444;
padding: 25px 60px;
text-align: justify;
font-family: Poppins, Arial, Helvetica, sans-serif !important;
font-weight: normal;
text-justify: inter-word;
display: flex;
justify-content: center;
gap: 55px;
} */

.img_srv {
    height: 223px;
    width: 180px;
}

.servbox img {
    object-fit: cover;
}



 h1 {

        font-family: "Montserrat", Sans-serif;
     
        font-weight: 700;
        text-transform: uppercase;
    }

#footercontainer {
    font-size: 17px;
    
    
    background-color: #2a4467;
    color: rgb(247, 247, 247);
    grid-column: 1/-1;
    display: flex;
   padding-bottom: 0; /* Remove padding na parte inferior para o copyright */



}

.leftfooter {
    font-size: 14px;

    text-justify: inter-word;
    flex: 1;

    line-height: 1.5;
}

.centerfooter a:link,
a:visited {
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    font-weight: 400;
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 6px;
}


.rightfooter {
    font-size: 15px;
    flex: 1;
    line-height: 2;
}

.responsiveimg {
    max-width: 55%;
}



.responsiveimgrodape {
    max-width: 260px;
}

.linksep {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 70px;
    padding-left: 15px;
}

.linklist {
    display: flex;
    flex-direction: column;
}


.servbox2,.servbox3 {
 

    
    border-radius: 1px;
   
    border-radius: 0.75rem;

    display: block;

   background-color: white;
   

    overflow: hidden;
    /* Garante que a imagem respeite os cantos arredondados */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    /* mesma sombra da direita */
}

.contato {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
    text-align: left;
}

.copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #253954;
    color: #767982;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nomeempresa {
    color: #b1b4b9;
}




.linkpage:link,
.linkpage:visited {
    color: blue; /* Or your preferred color, e.g., #1a0dab */
    font-weight: 400;
    font-family: "Nunito", "Muli", sans-serif;
    text-justify: inter-character;
    flex: 1;
    text-decoration: underline;
    font-size: 17px;
   
    margin-top: 6px;
    margin-bottom: 6px;
}

/* Opcional: Para remover o sublinhado quando o mouse passar por cima */
.linkpage a:hover {
    text-decoration: none;
}

.whatsapp {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.button {
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}


/* Button styling */
.course-button {
    display: inline-block;
    /* Allows padding and margin */
    margin-top: 5px;
    margin-bottom: 35px;
    /* Equivalent to Tailwind's mt-auto, pushes button to bottom */
    align-self: flex-start;
    /* Equivalent to Tailwind's self-start, aligns button to start */
    background-color: white;
    /* Equivalent to Tailwind's bg-blue-600 */
    
    color: #2b2c2d;
    /* Equivalent to Tailwind's text-white */
    padding: 0.75rem 1.5rem;
    /* Equivalent to Tailwind's px-6 py-3 (12px vertical, 24px horizontal) */
    border-radius: 0.5rem;
    /* Equivalent to Tailwind's rounded-lg (8px) */
    font-weight: 600;
    /* Equivalent to Tailwind's font-semibold */
    text-decoration: none;
    /* Removes underline from link */
    transition: background-color 0.3s ease-in-out;
    /* Smooth transition for hover */
    border: 2px solid dimgray;
    /* borda azul */
    cursor: pointer;
    /* Indicate it's clickable */
}

.course-button:hover {
    background-color: #2789ee;
    /* Equivalent to Tailwind's hover:bg-blue-700 */

    color: white;
    border: 2px solid white;
    /* borda azul */
    cursor: pointer;
    /* Indicate it's clickable */

}

.course-button:focus {
    outline: none;
      background-color: white;
    /* Equivalent to Tailwind's bg-blue-600 */
     border: 2px solid dimgray;
    color: #2b2c2d;
    /* Remove default focus outline */
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
    /* Equivalent to Tailwind's focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50 */
}

.course-button:visited {
    background-color: white;
    /* Equivalent to Tailwind's bg-blue-600 */
    
    color: #2b2c2d;
  
    /* borda azul */
  
    /* Indicate it's clickable */
    
      transition: background-color 0.3s ease-in-out;
    /* Smooth transition for hover */
    border: 2px solid dimgray;
    /* borda azul */
    cursor: pointer;
    

}


.intro-cursos {
    text-align: center; /* Centraliza o texto */
    padding: 20px ; /* Adiciona espaçamento vertical para não ficar colado */
}

.descricao-cursos {
    font-family: "Nunito", sans-serif; /* Use uma fonte do seu site, como a 'Nunito' */
    font-size: 18px; /* Tamanho de fonte legível */
    line-height: 1.6; /* Espaçamento entre linhas para facilitar a leitura */
    color: #444; /* Uma cor de texto mais suave que preto puro */
}

#faleconosco {
    text-align: center;
    padding-top: 20px;
}

.button1 {
    background-color: #04AA6D;
    color: white;
    border: 2px solid #04AA6D;
    font-size: 18px;
}

.button1:hover {
    background-color: #04AA6D;
    color: white;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #404040;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

