@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

body{
    margin:0;
    font-family: inherit;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
}

.navbar{
    display: flex;
    flex-flow: row wrap;
    height: 100px;
    background: #091778;
    justify-content: center;
    align-items: center;
    position:fixed;
    color: white;
    width: 100vw;
}

.logo{
    flex:20%;
    margin-left:10%;
     /* border:1px solid red;  */
    text-align: left;
    width: 13vw;
}

.logo h1{
    font-family: initial;
    color:white;
    font-size:34px;
}
.redes-sociais{
    display: flex;
    width: 100%;
    height: 198px;
    background-color: #091778;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-direction: column;
    color: white;
}

.redescontainer{
    display: flex;
    gap: 20px;
}
.menu{
    flex:70%;
   /* border:1px solid green;*/
    text-align:right;
    padding:20px;
    
}

.menu a{
    color:white;
    text-decoration: none;
    font-size:20px;
    padding:20px 16px; 
}

.menu a:hover{
    color: #091778;
    border-top:4px solid #091778;
}

#botao{
    background: #091778;
    padding: 10px 25px;
    color:white;
    border-radius:5px;
    margin-right:10%;
    margin-left:5%;
}

#botao:hover{
    border:none;
    background: #091778;
}

.header{
    display: flex;
    flex-flow:row wrap;
    justify-content: center;
    align-items: center;
    background: white;
    padding-top:100px;
}

.headline{
    margin-left:10%;
    flex:40%;
    justify-content: center;
    /* border:1px solid black; */
}

.h2-form{
    /* width: 80%; */
    text-align: center;
    font-weight: 900;
    font-size:20px;
    color:#091778;
    padding:0;
    margin:0;
}

.p-form{
    text-align: center;

    color:gray;
    
}

.contact-btn{
    display: inline-block;
    background: #091778;
    padding:20px;
    color:white;
    text-transform: uppercase;
    border-radius:5px;
    text-decoration: none;
}

.contact-btn:hover{
    background:#091778;
}

.img-headline{
    margin-right:10%;
    flex:40%;
    /* border:1px solid deeppink; */
    text-align:center;
}

section{
    display: inline-block;
    margin-top:80px;
    /* border:1px solid black; */
    margin-left:5%;
    margin-right:5%;
    padding:5%;
    text-align: center;
    
}

section h2{
    width:100%;
    font-size:50px;
    margin:0;
    font-family: inherit;
    font-weight: bold;
    color:#091778;
}

.servicos{
    display: inline-block;
    margin-top:5%;
}

.card{
    display: inline-block;
    width: 40%;
    padding:20px;
    margin:1%;
    border:1px solid #091778;
    border-radius:10px;
    cursor:pointer;
    height: 32vh;
}

.texto-oculto{
    display: none;
}

/* .card:hover{
    background: #FF2978;
    color:white;
    padding:40px;
} */

/* .card:hover img{
    display: none;
}

.card:hover .card-text{
    display:none;
}

.card:hover .texto-oculto{
    display:block;
} */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
.container{
  max-width: 1170px;
  margin:auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}
.footer{
  background-color: #091778;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background-color: white;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover{
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.2);
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
  color: #24262b;
  background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}



.direitos{
    display: flex;
    justify-content: center;
    background-color: #091778;
    color: white;
}
.whats{
    position: fixed;
    bottom:5px;
    right:5px;
   
}

.sec-videos{
    width: 90%;
    align-items: center;
    justify-content: center;

}
.sec-form{
    width: 100%;
    min-height: 100vh;
    display: flex;
    place-items: center;
    padding: 1rem;
    background-color: #ffffff;
    margin: 0;
    margin-top: 40px;
    justify-content: space-around;
}
.div-form{
    width: 100%;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1rem;
    background-color: #ffffff;
    margin: 0;
    margin-top: 40px;
    justify-content: space-around;   
}

form {
    width: 100%;
    max-width: 30rem;
}
label,input,textarea,button {
    display: block;
    border: 1px solid black;
}

input,textarea,button{
    width: 100%;
    font: inherit;
    padding: 1.25rem;
    font-weight: 700;
    border: 1px solid black;  
}
input,textarea{
    margin-bottom: 1rem;
    color: whites;
    background: #ffffff;
    /* border: 0.125rem solid transparent; */
    transition: border-color 0.3s , box-shadow 0.3s ;
}

input:hover,input:focus,textarea:focus,textarea:hover{
    outline: none;
    border-color: #1d90f5;
    box-shadow: 0 0 0 0.3125rem #26344a;
}

label{
    margin-bottom: 0.5rem;
    color: #84868f;
}

textarea{
    min-height: 12.5rem;
    resize: vertical;
}

button{
    border: none;
    border-radius: 99px;
    color: white;
    background-color: #091778;
    cursor: pointer;
    transition: 0.3s;
}

button:focus, button:hover{
    outline: none;
    background-color: #091778;
}

button:disabled{
    cursor: not-allowed;
    background-color: #555b69;
}