@font-face {
    font-family: 'GC commune';
    src: url('../fonts/GC commune.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ExtraLight.otf') format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    text-decoration: none;

}

.wrapper{
   
}

.redes-sociais a {
    color: #fff;
}

img {
    /* Impede que a imagem seja selecionada ou arrastada */
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body{
    background-image: url("/assets/images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    font-family: 'Gotham', sans-serif;    
}



input[type="submit"], 
button[type="submit"] {
    cursor: pointer;
    font-family: 'GC commune', sans-serif !important; /* O !important garante que vença o padrão do navegador */
}

header{
    padding: 12px;
    padding-bottom: 0px;
    overflow-x: hidden;

    font-weight: 400;
    letter-spacing: 12px;

}

.swiper-wrapper {
    transition-timing-function: linear !important;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: transparent;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide div {
    display: flex;
    align-items: center;
}

.swiper-slide svg {
    margin-right: 10px;
}

main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 90px;
    padding: 10px 60px;
    padding-top: 10px;

}

.ctx-info{
    display: flex;
    flex-direction: column;
}

.ctx-info img{
    max-width: 100%;
    width: 300px;
}


.ctx-info-2{
    display: flex;
    gap: 20px;

}

.ctx-info-2 .imagem-bg{
    
    margin-left: -55px;
    
    width: 200px
}



.ctx-form{
    z-index: 9;
}


.form {
    background-color: #095E9F;
    border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}

.head-form {
    color: #ffffff;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.head-form span{
    font-size: 18px;
    font-weight: 500;
}


.head-form h4{
    font-size: 36px;
    font-weight: 400;
}

.body-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.body-form input{
    padding: 16px 20px;
    border: none;
    border: 1px solid  #fff;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}


.body-form input::placeholder{
    color: #fff;
}

.form-antecipe{
    background-color: #fff;
    padding: 20px;
}


.body-form button[type="submit"] {
    width: 100%;
    background-color: #fff;
    color: #045E9D;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin-top: 10px;

}

.form-antecipe img{
    max-width: 80%;
    display: block;
    margin: 0 auto;
}


.redes-sociais{

   
    background-color: #09A69C;
    padding: 12px;
    border-radius: 12px  0 ;

   
    margin-top: 30px;
    margin-bottom: -30px;

}


.redes-sociais ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.redes-sociais ul li{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
}

footer{
    background: linear-gradient(90deg, #01A59B 0%, #045E9D 100%);
    height:auto;
    display: grid;;
    grid-template-columns: 200px 1fr 1fr;
    align-items: center;
    padding: 12px;

    position: relative;
    z-index: 1;


    color: #fff;
    font-size: 14px;



}


footer img{
    
    
     position: absolute;
     bottom: 0;
     left: -60px;
}







.redes-sociais {
    background-color: #09A69C;
    padding: 12px;
    border-radius: 12px 0;
    margin-bottom: -40px;
}

.redes-sociais a {
    
    font-size: 13px;
}