/* -------------------- Estilos generales --------------------- */

/* ======================
  VALIDAR FORMULARIOS
   ====================== */

span.wpcf7-not-valid-tip, .screen-reader-response, .wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-not-valid {
    border: 1px solid #ff471f !important;
    background-color: #ffdddd !important;
    color: #ff471f !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: green;
    margin: 0px !important;
}
/* ====================== */
body{
  font-family: 'Roboto', sans-serif !important;
  font-weight:300 !important;
  color:#9c9b9b !important;
  background-color:#f6f6f6 !important;
  font-size:16px !important;
}
h1,h2,h3,h4,h5{
  font-weight:300 !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  color:#767676 !important;
}
b{
  color:#585858 !important;
}
#menu-menu-landings{
  margin-right:100px;
  margin-top:30px;
}
#menu-menu-landings li a{
    color: #fc1c4e;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.oculto{
  display:none;
}
#menu-menu-landings li a:hover , .current-menu-item{
    text-decoration: underline !important;
    color: #fc1c4e !important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

a:focus, a:hover {
  text-decoration:none !important;
  color:#767676 !important;
}
.resaltado-rojo{
  color: #eca1b9;
  font-weight:500;
}

.texto-grande{
  font-size:1.7em;
}
#formulario, #video{
  position:fixed;
  width:100%;
  height:100%;
  z-index:9999;
  background-color:rgba(0, 0, 0, 0.83);
}

#formulario{
  display:table;
}

#formulario .contenedor-formulario{
  display:table-cell;
  vertical-align: middle;
}
::-webkit-scrollbar {
    margin-right: 5px;
    background-color: #a7a7a7;
  border-radius: 6px;
    width: 12px;
}
::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    border: 1px #eee solid;
    border-radius: 12px;
    background: #facedb;
    box-shadow: 0 0 8px #facedb inset;
    -webit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #bbb;
    box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;
}
::-webkit-scrollbar-thumb:hover { 
  background: #facedb; 
} 
.formulario-oculto:-webkit-scrollbar {
  width: 5px;
}
.formulario-oculto:-webkit-scrollbar-button {
  display: none;
}
.formulario-oculto:-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #0062b7;
}
.formulario-oculto:-webkit-scrollbar-track {
  background-color: #ccc;
}

.video-oculto{
    width: 60%;
    height: 72%;
    margin: 0 auto;
    margin-top: 50px;
    padding: 30px;
    background-color: #000;
}
.cerrar{
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background-color: #292929;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
}
.video_ver_mas , .formulario_ver_mas{
  cursor:pointer;
}
.flex-direction-nav a:before {
   font-size: 30px !important;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto !important;
}
iframe{
  width:100%;
  height:100%;
}
.enlace{
  color:#9c9b9b;
}

.bg-gris{
  background-image:url('../img/background.png');
  background-repeat:repeat;
}

.espaciado-arriba{
  padding: 60px 0px;
}

.titulo{
  padding-top:90px;
}
.formulario-oculto h3{
  color:#fff !important;
}
.formulario-oculto ul{
  color:#fff !important;
  margin-bottom:20px;
}

hr{
  margin-top: 0px !important;
  margin-bottom: 20px;
  border: 0;
  width: 80px;
  text-align: left;
  float: left;
  border-top: 2px solid #767676 !important;
}
 .titulo-centrado{
  padding-top:60px;
}
.alto-slides img{
  -webkit-transform: translateY(20px) scale(0.9) !important;
  -moz-transform: translateY(20px) scale(0.9) !important;
  transform: translateY(20px) scale(0.9) !important;
}
.solo-movil{
  display:none;
}
.boton{
   color: #fff;
   background-color: #db2150;
   display: block;
   text-align: center;
   width: 100px;
   font-weight: 500;
   padding: 7px;
}
.boton:hover{
  color:#fff !important;
}
/* --------------- AlineaciÃ³n contendores: Arriba , Medio , Abajo (Display:table) -------------------*/
.table{
    display: table;
    height: 425px;
    width: 100%;
}
.centrado-vertical-arriba{
  display:table-cell;
  vertical-align:top;
}
.centrado-vertical-medio{
  display:table-cell;
  vertical-align:middle;
}
.centrado-vertical-abajo{
  display:table-cell;
  vertical-align:bottom;
}
/* -------------- Fin alineaciÃ³n contendores --------------*/

/* ------------- SLIDE 1: Cabecera -------------*/
.header1{
  background:url('../img/slide-principal.jpg') no-repeat center center scroll;
  padding: 80px 0px;
  background-size:cover;
}

.primer-cuadro{
  text-align: center;
}

@media (min-width: 1199px) {
  .primer-cuadro{
    text-align: initial;
  }
}
.contenedor-principal{
  max-width:1200px;
  margin:0 auto;
}
.contenedor-info-principal{
    background-color:rgba(255,255,255,0.9);
    padding:35px;
}
.contenedor-info-principal a{
  color: black !important;
}

.leyenda{
  margin-top: 20px;
  font-size: 18px;
  color: #3f3f3f;
  font-weight: 500;
}

.info{
  margin-top: 15px;
}

/* ------------- SLIDE 2 -------------*/
.segundo-cuadro{
  height:850px;
}

.fondo-slide{
  height:33%;
}
.slides p {
  margin: 30px 0px 0px 0px;
  height:86px;
}

.slides li{
  height: 215px;
}    

.slide-uno-deportistas{
  background-image:url('img/slides-deportistas/atlethes.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}

.slide-uno-entrenadores{
  background-image:url('img/slides-entrenadores/trainers.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}

.contenido-texto-slide{
    position: absolute !important;
    bottom: -190px;
    height: 225px;
    width: 450px;
    left: 40px;
    background-color: #fff;
    padding: 0px 40px 15px 40px!important;
}
.encabezado-sliders{
  width: 200px;
    background-color: #767676;
    margin-left: 20px;
    margin-top: 60px;
    color: #fff;
    padding:1px;
}
.encabezado-sliders p{
    margin: 10px;
    font-size: 22px;
}
.contenido-texto-slide h3:after{
    content: '';
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0px;
    height: 2px;
    background-color: #767676;
}
.flex-control-nav {
    width: 20% !important;
    position: absolute;
    bottom: 21px !important;
    right: 17px !important;
}

.flex-control-paging li a {
  border-radius:0px !important;
}
.flex-control-paging li a.flex-active {
    background: #db224f !important;
}
.flex-direction-nav {
    display: none;
}
/* ------------- SLIDE 3 -------------*/

.tercer-cuadro{
  height:1000px;
  background-color:#fff;
}

section.tercer-cuadro:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    margin-top: -10px;
    box-shadow: 0px 7px 15px #cecece;
}
section.tercer-cuadro:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left:0px;
    margin-top: 85px;
    box-shadow: 0px -6px 15px #cecece;
}
.img-caracteristica{
  width:33%;
  float:left;
}

.texto-caracteristica{
  padding-top:15px;
  width:90%;
  padding-left: 248px; 
  line-height:28px;
}

.listado-caracteristicas li{
  height:200px;
  list-style:none ;
  margin-bottom: 30px;
}

.formulario{
    background: rgba(219,33,79,1);
    background: -moz-linear-gradient(135deg, rgb(237, 121, 151) 0%, rgb(250, 206, 219) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 206, 219,1)), color-stop(100%, rgba(36, 161, 185,1)));
    background: -webkit-linear-gradient(135deg, rgb(237, 121, 151) 0%, rgb(250, 206, 219) 100%);
    background: -o-linear-gradient(135deg, rgb(237, 121, 151) 0%, rgb(250, 206, 219) 100%);
    background: -ms-linear-gradient(135deg, rgb(237, 121, 151) 0%, rgb(250, 206, 219) 100%);
    background: linear-gradient(135deg, rgb(237, 121, 151) 0%, rgb(250, 206, 219) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db214f', endColorstr='#eca1b9', GradientType=1 );
    padding: 40px;
    margin-top:-22px;
}

.formulario:before{
   content: '';
   position: absolute;
   border-style: solid;
   top: -22px; 
   left: 98.1%;
   border-width: 22px 0px 0px 18px;
     border-color: transparent transparent transparent #c65777;
}
.flexslider .slides img {
    opacity: 1 !important;
    width: 306px !important;
    margin: 27px -15px;
    height: 541px !important;
    display: block;
}
.background-telefono{
  width:363px;
  height:659px;
  margin:0 auto;
  background-image:url('img/Telefono-vacio.png');
}

.background-telefono .flex-control-nav{
  display:none;
}
.slides-telefono{
  width: 276px;
  height: 489px;
  position: absolute;
  top: 77px;
  left: 62px;
}
.alto-slides{
  height: 565px !important;
}
.transparente{
  background:transparent !important;
  width: 282px !important;
  left: 35px !important;
  border: 4px solid transparent !important;
}
/* --------- SLIDE 4 -----------*/

.titulo-centrado h2:after{ 
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 40%;
    background-color: #767676;
}

.cuarto-cuadro{
   height: 470px;
}
.cuarto-cuadro-deportistas{
   height: 470px;
}
.logos-app-abajo img{
  margin:15px;
  width:200px;
}

.checkbox-inline{
  border: 2px solid #dcdcdc !important;
  width: 49%;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
}
.btn-primary{
    float: right;
    border-radius: 0px !important;
    height: 50px;
    width: 150px;
    background-color: #292929 !important;
    border-color: #292929 !important;
}
.titulo-formulario h2 {
    color: #fff !important;
}
.titulo-formulario hr{
  border:1px solid #fff !important;
}
.logos-app-abajo{
  margin-top: 160px;
}

/* ----------- FOOTER ----------- */
footer{
  height:90px;
  padding-bottom: 140px;
}
.contenedor-redes-sociales-footer{
  text-align:right;   
}

.contenedor-redes-sociales-footer i{
  border:1px solid #9c9b9b;
  border-radius:5px;
  font-size:25px;
  line-height: 40px;
  width:40px;
  margin-top:6px;
  text-align:center;
}
.menu-footer{
  float:right;
}
.espaciado-footer{
  margin-top:40px;
}
footer .contenedor-principal{
  border-top: 1px solid #9c9b9b;
  padding-top: 30px;
}
.menu-footer .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
    color: #9c9b9b;
    font-size: 10px;
}
/* ----------- MEDIA QUERIES ----------- */
@media (max-width: 1199px) {
  .contenedor-info-principal{
    margin: 0 auto;
    margin-top: 30px;
  }
  .table{
    display:block;
    height:0px;
  }
  .table .centrado-vertical-medio {
    display: block;
    margin-top:80px;
  }
}

@media (max-width: 992px) {
  .solo-movil{
    display:block;
    margin-top: 5px; 
  }
  .solo-movil img{
    width:300px;
  }

  .formulario-oculto{
    height: 95%;
  }
  .oculto-movil{
    display:none;
  }
  .titulo-centrado h2:after{ 
    bottom: -17px;
    left: 45%;
  }
  .logos-app-abajo {
    margin-top: 0px;
  }
  .formulario:before{
    display:none;
  }
  .segundo-cuadro{
    height:1240px;
  }
  .contenido-texto-slide {
    width: 100%;
    position:relative !important; 
    left:0px;
    bottom: -160px;
  }
  .fondo-slide {
      margin-bottom: 200px;
    height: 240px;
  }
  .cuarto-cuadro {
      height: 775px;
  }
    .cuarto-cuadro-deportistas {
      height: 800px;
  }
  .contenedor-info-principal{
    width:auto;
    float:none;
  }
  .contenedor-logo{
    text-align: center;
    float:none;
  }
  .leyenda{
    padding-left:15px;
    text-align:center;
  }
  .info{
    text-align:center;
  }
  .logos-app{
    width: 472px;
      margin: 0 auto;
      float: none;
  }
  .contenedor-redes-sociales {
      font-size: 5rem;
      width: 145px;
      margin: 0 auto;
      margin-top: 200px;
  }
  .contenedor-redes-sociales i{
    display: inline-block !important;
  }
  .contenedor-redes-sociales-footer {
      text-align: center;
  }
  .menu-footer {
      text-align: center;
      float:none;
  }
  .telefono{
    margin-bottom:130px;
  }
  .tercer-cuadro{
    height:auto;
    padding-bottom:50px;
  }
  section.tercer-cuadro:after{
    margin-top: 0px;
  }
  footer .logo-outivate{
    margin-bottom: 20px;
  }
} 

@media (max-width: 768px) {
  .header1{
    padding: 50px 0px;
  }
  .contenedor-principal h1{
    font-size: 32px;
  }
  .texto-grande{
    font-size: 1.2em;
  }
  .contenido-texto-slide {
    bottom: -139px;
  }
  .flex-control-nav {
    width: 30% !important;
  }
  .contenido-texto-slide {
    height: 255px;
  }
  .slides p {
    height: 100px;
  }
  .slides li{
    height: 235px;
  }
}

@media (max-width: 650px) {
  .listado-caracteristicas li {
      height: auto;
      /*margin: 0px 0px 120px 0px;*/
  }
  .img-caracteristica {
      width: 100%;
      float: none;
      text-align: center;
      margin-left: -25px;
  }
  .checkbox-inline {
      width: 47%;
  }
}
@media (max-width: 600px) {
  .slide-uno-deportistas{
    background-size:contain;
  }
  .slide-uno-entrenadores{
    background-size:contain;
  }
  .formulario-oculto{
    width: 80%;
    margin-top:20px;
    padding: 10px 25px;
  }
  .video-oculto {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .img-caracteristica {
      width: 100%;
      float: none;
      text-align: center;
  }
  .contenedor-logo{
    padding-left:0px;
  }
    .leyenda{
    margin-bottom: 0px;
    }
    .info {
      padding-left: 0px; 
    }
    .logos-app {
      text-align: center;
      width:auto;
      margin-top: 30px;
      float:left;
  }
    .logos-app img {
      width: 60%;
      float: none;
      z-index:999999;
      margin: 15px 0px;
  }
}
@media (max-width: 430px) {
  .contenido-texto-slide h3:after{
    display:none;
  }
}


/* --------------- ESTILOS PARA LA PÃGINA DE ATLETAS y ENTRENADORES-------------------*/
.titulo-deportistas {
  padding-top: 60px;
  padding-bottom: 40px;
}
.espaciado-deportistas{
  margin:65px 0px;
}
.info-deportistas{
  padding-bottom:90px;
}
.info-deportistas:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    margin-top: -10px;
    box-shadow: 0px 7px 15px #cecece;
}
.info-deportistas:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    margin-top: 1px;
    box-shadow: 0px -6px 15px #cecece;
    margin-top: 90px;
}
.espaciado-lateral-izq{
  padding-left:39px;
}
/* ----------- Slide 1 ------------*/
.header2{
  background:url('img/slide-deportista.jpg') no-repeat center center scroll;
  height:800px;
  background-size:cover;
}
.header3{
  background:url('img/slide-entrenador.jpg') no-repeat center center scroll;
  height:800px;
  background-size:cover;
}

/* ----------- Slide 2 ------------*/
.cuadro-info {
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    line-height:28px;
}
.cuadro-info h2 {
    margin-left: 39px;
}

.cuadro-info ul li{
  margin: 15px 0px;
}
.img-entrenador{ 
  width: auto;
  position: absolute;
  top: 100px;
  right: -215px;
}
/* ----------- Footer -------------*/
/* ----------- Media queries ------------*/
@media (max-width: 1460px) {
  .contenedor-principal.ocultar{
    overflow:hidden;
  }
  .img-entrenador{
    width: 470px;
    top: 352px;
    right: 9px;
  }
}
@media (max-width: 1200px) {
  .img-deportista {
    width: 742px;
    top: 138px;
    right: -226px;
  }
}
@media (max-width: 992px) {
  .espaciado-deportistas {
    margin: 10px 20px;
  }
  .segundo-cuadro-deportistas {
    height:auto;
  }
  .img-deportista {
    display:none;
  }
  .img-entrenador{
    display:none;
  }
  .tercer-cuadro .alto-fijo{
    height:auto;
  }
}
@media (max-width: 900px){
  .listado-caracteristicas li {
    height: 400px;
  }
}
@media(max-width:768px){
  #menu-menu-landings {
    margin-right: 60px;
  }
}
@media (max-width: 660px) { 
  .texto-caracteristica{
    padding-left: 0px;
  }
}
@media (max-width: 599px) {
  .listado-caracteristicas li {
    height:auto;
  }
  .header2 {
    height: 946px;
  }
  .header3 {
    height: 946px;
  }
}



/* =============================================================================
    JM
   ============================================================================= */

/* ==================================================
  TEXTO SLIDER
   ================================================== */
   
.contenedor-principal h1{
  font-weight: 600 !important;
  font-size: 44px;
  color: #323232 !important;
}
@media (min-width: 1199px) {
  .contenedor-principal h1{
    margin-top: 415px !important;
  }
}

/* ==================================================
  TELEFONO
   ================================================== */

.contenedorTelefono a{
  background-color: #facedb;
  margin: 0px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  float: initial;
  display: inline-block;
  padding: 10px 40px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 10px 26px -10px rgba(92,89,92,1);
  -moz-box-shadow: 0px 10px 26px -10px rgba(92,89,92,1);
  box-shadow: 0px 10px 26px -10px rgba(92,89,92,1);
  transition: 0.15s linear all;
}
@media (min-width: 1199px) {
  .contenedorTelefono a{
    float: right;
    display: initial;
  }
}
.contenedorTelefono a:hover{
  background-color: #ff6697;
  color: white !important;
  -webkit-box-shadow: 0px 10px 26px -15px rgba(92,89,92,1);
  -moz-box-shadow: 0px 10px 26px -15px rgba(92,89,92,1);
  box-shadow: 0px 10px 26px -15px rgba(92,89,92,1);
  transition: 0.15s linear all;
}
.contenedorTelefono a img{
  margin-top: -6px;
  border: 1px solid white;
  border-radius: 90px;
  padding: 6px;
}
.contenedorTelefono a span{
  display: inline-block;
  font-size: 22px;
  margin-left: 7px;
}

/* ==================================================
  FORMULARIO
   ================================================== */

input{
  border-radius: 0px !important;
  height: 40px !important;
  border: 1px solid #dcdcdc !important;
  background-color: inherit;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
input[type=submit] {
  background-color: #ff6697;
  border: 0px !important;
  color: white;
  -webkit-box-shadow: 0px 10px 26px -6px rgba(92,89,92,1);
  -moz-box-shadow: 0px 10px 26px -6px rgba(92,89,92,1);
  box-shadow: 0px 10px 26px -6px rgba(92,89,92,1);
  transition: 0.15s all linear;
}
input[type=submit]:hover {
  background-color: #ff437f;
  -webkit-box-shadow: 0px 10px 26px -12px rgba(92,89,92,1);
  -moz-box-shadow: 0px 10px 26px -12px rgba(92,89,92,1);
  box-shadow: 0px 10px 26px -12px rgba(92,89,92,1);
  transition: 0.15s all linear;
}
input[type="submit"]:disabled {
  background-color: #eca1b9;
  cursor: no-drop;
  box-shadow: initial;
  transition: 0.15s all linear;
}
.ajax-loader{
  position: absolute;
}
textarea{
  border-radius: 0px !important;
  height: 70px !important;
  border: 1px solid #dcdcdc !important;
  background-color: inherit;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

/* ==================================================
  HOME Dr ANA
   ================================================== */

 .drAna{
  background-color: #f1f1f1;
}
 .drAna .container{
    padding: 80px 15px;
}
 .drAna .fotoAna{
  width: 32%;
  height: 435px;
  background: url(../img/dr-ana-moreno.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}
 .drAna .textoAna{
  float: left;
  margin-left: -2%;
  width: 70%;
  height: auto;
  padding: 60px;
  background-color: #ffffff;
  margin-top: 2.5%;
}
 .drAna .textoAna h2{
  font-family: Roboto;
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 2.64;
  text-align: left;
  color: #575757;
  margin-top: 0px;
}
 .drAna .textoAna .divTextoAna{
  padding-bottom: 22px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.14;
  text-align: left;
  color: #666;
}

@media (max-width: 1200px) {
  .drAna .textoAna {
      padding: 45px;
  }
}
@media (max-width: 992px) {
  .drAna .fotoAna {
    width: 36%;
    height: 428px;
  }
  .drAna .textoAna {
    width: 66%;
    height: 390px;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .drAna .container{
      padding: 60px 0px;
  }
  .drAna .fotoAna {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    z-index: 2 !important;
    position: relative;
    float: initial;
  }
  .drAna .textoAna {
    width: 90%;
    z-index: 1 !important;
    position: relative;
    height: auto;
    margin: 0 auto;
    margin-left: 5%;
    margin-top: -20px;
  }
}
@media (max-width: 576px) {
  .drAna .fotoAna {
    width: 200px;
    height: 200px;
  }
  .drAna .textoAna {
    width: 100%;
    margin-left: 0;
  }
}

/* ==================================================
  SEGUNDA SECCION
   ================================================== */

.cuadro-info{
  padding: 40px 40px 20px 20px !important;
}

.espaciado-lateral-izq.destacado{
  color: black;
  font-weight: 400;
}

/* ==================================================
  TERCERA SECCION
   ================================================== */

.segundo-cuadro-deportistas{
  padding: 80px 0px;
}
.segundo-cuadro-deportistas::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0px;
  margin-top: 80px;
  box-shadow: 0px -6px 15px #cecece;
}
.segundo-cuadro-deportistas .cuadro-info h2{
  margin-bottom: 50px !important;
  margin-top: 0px !important;
}
.segundo-cuadro-deportistas .cuadro-info hr{
  margin-top: -30px !important;
  margin-bottom: 0px;
  border: 0;
  width: 80px;
  float: inherit;
  position: absolute;
  left: 95px;
  border-top: 2px solid #767676 !important;
}
.img-deportista{
  width: 666px;
  position: absolute;
  top: 30px;
  right: -104px;
}

/* ==================================================
  FORMULARIO FOOTER
   ================================================== */

.formulario span{
  color: white;
}
.formulario a{
  color: black !important;
}
.formulario input, .formulario textarea{
  background-color: white;
}

.formulario input[type=submit]{
  background-color: #4b4b4b;
  -webkit-box-shadow: 0px 10px 26px -12px rgba(0,0,0,1);
  -moz-box-shadow: 0px 10px 26px -12px rgba(0,0,0,1);
  box-shadow: 0px 10px 26px -12px rgba(0,0,0,1);
  transition: 0.15s all linear;
}
input[type=submit]:hover {
  background-color: #222;
  -webkit-box-shadow: 0px 10px 26px -12px rgba(0,0,0,1);
  -moz-box-shadow: 0px 10px 26px -12px rgba(0,0,0,1);
  box-shadow: 0px 10px 26px -12px rgba(0,0,0,1);
  transition: 0.15s all linear;
}
input[type="submit"]:disabled {
  background-color: #999;
  cursor: no-drop;
  box-shadow: initial;
  transition: 0.15s all linear;
}

/* ==================================================
  LLÁMANOS
   ================================================== */

.footerLlama{
  margin-top: 30px;
  color: black;
}
.footerLlama a{
  float: inherit;
  display: inline-block;
  margin-top: 20px !important;
}