@charset "UTF-8";
/*! familia de fuentes: 'Playfair Display', serif;
familia = Quattrocento: wght @ 400; 700 &*/

figure{
  background-color: #f6f6f6;
}

* {
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;

}

p{
  font-family: 'helvetica';
  color:#76787a;
}
.contenedor{
width: 70%;
max-width: 1280px;
margin: auto;
}

.logo{
	margin: auto;
	display: block;
  width: 100%;
}


  h3 {
  margin: 10px;
  color: #025fc2;
  z-index: 900;
  font-size: 35px;
  text-align: center;
  font-family:'helvetica';
font-weight: 400;
  margin: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
    }


    h2 {
    margin: 10px;
    color:;
    z-index: 900;
    font-size: 22px;
    text-align: left;
    font-family:'helvetica';
  font-weight: 400;
    margin: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
      }


  label{
  	color: #76787a !important;
      font-family:'helvetica' !important;
  }
  select{
    color: #76787a !important;
      font-family:'helvetica' !important;
  }



  }

  .form_headTab{
  	color: black;
  	padding: 2px;
  	font-size: 0.9em;

  }
  .Ajust{
  	background:  black
  	max-width: 450px;
  	min-width: 250px;
  }
  .form-consulta {
  	max-width: 680px;
  	min-width: 250px;
    padding: 25px;
    font-family:'helvetica';
  	text-align: left !important;
  	margin: auto;
    color: black;

   }
  .campo-form {
  	width:100%;
  	height:36px;
  	margin:5px 0 6px;
  	padding: 10px 6px 10px 10px;
  	font-family:'hervetica'!important;
  	background: #ffffff;
  	font-size:1em;
  	transition: 1s;
  	border-radius: 5px;
  	border: 1px solid #f1a301;
  	color: #333333;

  }


  .campo-form-grip {
  	width:100%;
  	height:36px;
  	margin:5px 0 6px;
    padding: 0px 0px 5px 0px;
  	font-family:'hervetica'!important;
  	background: #e1e1e1;
  	font-size:1em;
  	transition: 1s;
  	border-radius: 5px;
  	border: 1px solid #6a0520;
  	color: #333333;

  }

#categorias {
  height:70px;
  width:101%;
  font-family:'hervetica'!important;

}

#categorias label{
  font-family:'hervetica'!important;

}


  .campo-form:hover{
  	transition: 1s;
  	background: #ffffff;

  }
  input:focus{
  	background: #ffffff;
  }
  label:focus{
  	background: #ffffff;
  }


  input:visited{
background: #bebebe;
}
  label:visited{
  background: #ffffff;
  }

  .obligatorio {
  color: #f1a301 !important;}


textarea {
  min-height: 150px!important;}

  .btn-form {
    display: inline-block;
    border:0;
   background: #000;
    height: 46px;
    line-height: 46px;
    padding: 0px 20px;
    border-radius: 6px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px
   }
  .btn-form:hover {
    background: #444
  }

  .boton-formulario{
  width: 100%;
  border: none;
  font-size:20px;
  background:#f1a301;
  padding: 15px 20px 15px 20px;
  font-family:'helvetica';
  color:white;
  margin: 30px 10px 10px 0px;
  display: inline-block;
  transition: 1.5s;
  cursor: pointer;

  }

  .boton-formulario:hover{
  text-decoration: none;
  transition: 1.5s;
  background: #c17107;
  transform: scale(1.05);
  cursor: pointer;

  }

.contenedor-boton{
  background: #ba1233;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

}

.contenedor-boton-2{
  background: #4f4f4f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

  .boton-grip{
   
  border: none;
  font-size:20px;
  background:#060400;
  padding:  20px 70px;
  font-family:'helvetica';
  color:white;
  display:block;
  transition: 1.5s;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;


  }



      .whats {
        background: none !important;
        position: fixed;
        top: 85%;
        right: 15px;
        z-index: 900;

      }



          @media (max-width: 800px)

{



                .whats {
                  background: none !important;
                  position: fixed;
                  top: 70%;
                  left: 5px;
                  z-index: 900;

                }


              }
