@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

h3{
  font-family: 'Nunito', sans-serif;
}

input[type="text"], textarea,button {
              outline: none;
              box-shadow:none !important;
              
                                                 }

input[type="submit"]  
{
 border: 0;
 background: none;
 box-shadow: none;
 border-radius: 0px;
 outline: none;
}

.banner-sm-svg{
  background-color:#F1D9DA;
  min-height: 200px;
  
}

smallBannerImg{
  padding:15px;
  padding-top: 50px;
  margin: 0 auto;
}

.svg-small{
  padding: 30px;
}

#tex-small-size{
  padding:10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #872429;
  font-size: 28px;
}


.formInput{
  font-family: 'Nunito', sans-serif;
  margin-bottom: 15px;
  width: 90%;
  height: 60px;
  font-size: 16px;
  background-color: #FFFFFF;
  border: 2.5px solid #E2DFF2; /*#E2DFF2;*/
  border-radius: 5px;
  padding-left: 10px;
}

.formInput_xs{
  font-family: 'Nunito', sans-serif;
  margin-bottom: 15px;
  width: 80%;
  height: 60px;
  font-size: 16px;
  background-color: #FFFFFF;
  border: 2.5px solid #E2DFF2;/**/
  border-radius: 5px;
  padding: 10px;
}


.info{
  margin-bottom: 30px;
  margin-left: 30px;
}

input:focus{
  border-color:  #766F6C;
}

input:hover{
  border-color:  #766F6C;
}

input::placeholder{
  padding: 3px;
  font-size: 16px;
  opacity: 0.5;
}

label{
  margin-top: 20px;
 
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
} 

#contactForm{
 
  width: 100%;
  min-height: 350px;
  border-radius: 10px;
  background-color: #F6F5FC; 
  opacity: 0.8;          /*#F6F5FC;*/
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 150px;
  margin-top: 50px;
}

#contactForm_XS{
 
  width: 100%;
  min-height: 700px;
  
  background-color: #F6F5FC;         /*#F6F5FC;*/
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  margin-bottom: 150px;
  margin-top: 150px;
}

#graphics{
 
  width:35%;
  min-height:350px;
  background-color: #B02F35;
  border-radius: 20px 0px 0px 20px;
}

#formData{
  
  width: 90%;
  min-height: 795px;
  margin-top: 30px;
  margin-left: 80px;
}


#formData_XS{

  width: 90%;
  height: 795px;
  margin-top: 30px;
  margin-left:60px;
  margin-bottom: 100px;
}


.infoTextLoc{
  margin-top: -5px;
}

.infoTextEmail{
  margin-top: -5px;
}

.infoTextWhats{
  margin-top: -15px;
}

#formTitle{
  margin-top: 150px;
  font-size: 28px;
  font-family: Nunito;
  margin-left: 250px;
}

textarea{
  background-color: #ffff;
  font-family: 'Nunito', sans-serif;
  border-radius: 5px;
  width: 90%;
  height: 200px;
  margin-left: 130px;
  padding: 5px;
  border: 2.5px solid #E2DFF2;
}

textarea::placeholder{
  padding: 5px;
  opacity: 0.5;
}


textarea:hover{
  border-color:  #766F6C;
}


textarea:focus{
  border-color:  #766F6C;
}

#bannerCohete{
  min-height: 300px;
  background-color:  #872429;
}

#submit{
  
  width: 65%;
  height: 80px; 
  color: #ffff;
  font-size: 20px;
  background-color:  #B02F35;
  font-family: 'Nunito', sans-serif;
  border-radius: 5px;
  /* box-shadow: 0px   5px 10px lightgrey; */
  margin-top: 60px;
  margin-bottom: 100px;
  margin-left: 120px;
  transition: border-radius  0.4s;
  z-index: 20;
  
}

#submit_xs{
  width: 65%;
  height: 80px; 
  color: #ffff;
  font-size: 20px;
  background-color:  #B02F35;
  font-family: 'Nunito', sans-serif;
  border-radius: 5px;
  /* box-shadow: 0px   5px 10px lightgrey; */
  margin-top: 60px;
  margin-bottom: 100px;
  margin-left: 30px;
  transition: border-radius  0.4s;
  z-index: 20;
}

#submit:hover{
 
  background-color: #B02F35;
 
  color: #ffff;
   border-bottom-right-radius: 80px;
   border-top-left-radius: 80px;
   border-bottom-left-radius: 80px;
   border-top-right-radius: 80px;
   z-index: 20;
}

#frase{
  margin-top: 20px;
  
}

input.required:invalid {
    color: #B02F35;
}

@media screen and (max-width:360px){
  textarea{
    width: 80%;
  }
}

@media (min-width:360px) and (max-width:768px){
    textarea{
      background-color: #ffff;
      font-family: 'Nunito', sans-serif;
      border-radius: 5px;
      width: 80%;
      height: 200px; 
      border: 2.5px solid #E2DFF2;
  }

    #submit{
    
    width: 65%;
    height: 80px; 
    color: #ffff;
    font-size: 20px;
    background-color:  #B02F35;
    font-family: 'Nunito', sans-serif;
    border-radius: 5px;
    /* box-shadow: 0px   5px 10px lightgrey; */
    margin-top: 35px;
    margin-left: 40px;
    margin-bottom: 50px;
    transition: border-radius  0.4s;
  }

  #submit_xs{
    
    width: 65%;
    height: 80px; 
    color: #ffff;
    font-size: 20px;
    background-color:  #B02F35;
    font-family: 'Nunito', sans-serif;
    border-radius: 5px;
    /* box-shadow: 0px   5px 10px lightgrey; */
    margin-top: 35px;
    margin-bottom: 50px;
    transition: border-radius  0.4s;
  }



    .formInput_xs{
    font-family: 'Nunito', sans-serif;
    margin-bottom: 25px;
    width: 80%;
    height: 60px;
    font-size: 16px;
    margin-right: 35px;
    background-color: #FFFFFF;
    border: 2.5px solid #E2DFF2;
    border-radius: 5px;
    padding-left:10px;

    
  }


}

@media (min-width:769px) and (max-width:1085px){
   .textarea{
    width:80%;
  }
  #submit{
    margin-left: 50px;
  }
}