.layout{
    background-color: #e6fbfe;
}
header div a img{
    width: 100px;
}
/*Menu Mobile*/
.menu-mobile, #btn-menu{
    display: none;
}
.menu-mobile{
    background-color: hsla(190, 61%, 65%, 0.098);
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0px;
    backdrop-filter: blur(10px);
    display: block;
    border-radius: 0px 0px 15px 15px;
    visibility: hidden;
    transition: 0.4s;
    overflow: hidden;
}
/*----------*/
.content div h1 p{
    color: #6fc9dc;
    font-family: font_1;
}
.content div h1{
    font-family: font_1;
}
.content div h1{
    font-size: 55px;
}
.links a{
    color: #e6fbfe;
    margin-right: 20px;
    border: solid 1px #6fc9dc;
    background-color: #6fc9dc;
    padding: 15px;
    transition: 0.3s;
    border-radius: 70% 30% 70% 30%;
    font-size: 13px; 
}
.links a:hover{
    box-shadow: 3px 3px 8px #6fc9dc;
    font-size: 15px;
}
.img, .img_2{
    width: 350px;
}
/*--------------------------------------------------*/
.inf_1{
    width: 50%;
}
/*--------------------------------------------------*/
section h1{
    color: #6fc9dc;
    font-family: font_1;
}
.formador div p{
    font-family: font_1;
    padding: 7px;
    background-color: #6fc9dc;
    color: #e6fbfe;
}
.formador div img{
    width: 200px;
}
/*--------------------------------------------------*/
.testemunho{
    background-color: #6fc9dc;
}
.testemunho article{
    width: 400px;
    margin-bottom: 17px;
}
.testemunho div article div img{
    width: 140px;
    margin-right: 14px;
}
.testemunho div article div h4{
    color: #e6fbfe;
}
/*--------------------------------------------------*/
.inscricao_btn{
    color: #e6fbfe;
    padding: 5px;
    background-color: #6fc9dc;
}
/*--------------------------------------------------*/
footer div a img{
    width: 30px;
    margin-right: 4px;
    transition: 0.3s;
}
footer div img{
    width: 170px;
}
footer div a img:hover{
    box-shadow: 0px 0px 4px rgba(111, 202, 220, 0.307);
    width: 34px;
}
footer div p, footer div p a{
    color: #6fc9dc;
    transition: 0.3s;
}
footer div p a:hover{
    text-shadow: 0px 0px 4px rgba(111, 202, 220, 0.307);
    font-size: 17px;
}
footer div p small img{
    width: 20px;
    margin-right: 7px;
}
footer div form label{
    color: #6fc9dc;
}
footer div form div input, footer div form div input::placeholder{
    border: none;
    color: #e6fbfe;
    background-color: transparent;
}
footer div form div{
    width: max-content;
    height: max-content;
    padding: 4px;
    background-color: #6fc9dc;
    border-radius: 4px;
}
.enviar_btn{
    border-radius: 4px;
    background-color: #51efbc;
}

@font-face {
    font-family: font_1;
    src: url(../fontes/FONT\ 1.TTF);
}
@font-face {
    font-family: font_2;
    src: url(../fontes/FONT\ 2.ttf);
}
@font-face {
    font-family: font_3;
    src: url(../fontes/FONT\ 3.ttf);
}

@media screen and (max-width: 768px) {
    .content{
        display: flex;
        flex-direction: column-reverse;
    }
    .content h1{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .content .links, .content div p{
        text-align: center;
    }
    /*Menu Mobile*/
    .menu{
        display: none;
    }
    .menu-mobile{
        display: block;
    }
    .menu-mobile.abrir-menu{
        visibility: visible;
        height: 230px;
    }
    .menu-mobile a{
        transition: 0.3s;
        border: 1px solid transparent;
        width: 100%;
        margin-bottom: 4px;
        font-size: 17px;
        padding: 5px;
        display: block;
    }
    .menu-mobile a:hover{
        border: 1px solid hsla(190, 61%, 65%, 0.17);
        background-color: hsla(190, 61%, 65%, 0.17);
        width: 100%;
    }
    #btn-menu{
        display: block;
    }
   /*btn-menu*/
   section header button{
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
   }
   .linha{
    width: 30px;
    height: 2px;
    background-color: #6fc9dc;
    display: block;
    margin: 5px auto;
    transform-origin: center;
    border-radius: 1px;
    transition: 0.3s;
   }
   section header button.ativar .linha:nth-child(1){
    transform: translateY(1px) rotate(-40deg);
    background-color: #ef5151;
   }
   section header button.ativar .linha:nth-child(2){
    display: none;
   }
   section header button.ativar .linha:nth-child(3){
    transform: translateY(-7px) rotate(40deg);
    background-color: #ef5151;
   } 
    /*----------*/
    .img{
        width: 320px;
    }
    .img_2{
        width: 140px;
    }
    /*--------------------------------------------------*/
    .inf_1{
        width: 90%;
        text-align: center;
    }
    

    

}