@font-face { font-family: 'Nunito'; src: url('../fonts/NunitoSans-Regular.ttf'); }
@font-face { font-family: 'Nunito-Light'; src: url('../fonts/NunitoSans-Light.ttf'); }
@font-face { font-family: 'Nunito-Bold'; src: url('../fonts/NunitoSans-SemiBold.ttf'); }

body{
  font-family: "Nunito";
}

p{
  font-size: 18px;
  font-family: "Nunito-Light";
}

strong, b{
  font-family: "Nunito-Bold";
}

h1, h2, h3, h4, h5, h6{
  font-family: "Nunito-Bold";
}

.wazbio {
  font-size: 48px; 
  line-height: 54px;
  padding-bottom: 10px;
}

.encavezado{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #f8f9fa;
}

.encavezado-landing{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: transparent;
}

.main {
  padding-top: 7.4rem;
}

.row-carousel{
  margin-left: 0px;
  margin-right: 0px;
}

.container-carousel{
  padding-left: 0px;
  padding-right: 0px;
}

.carousel1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

#imagen {
    width: 100%;
    height: 600px;
    background-size: cover;
}

.botones{
  font-size: 3vmin;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgb(0,0,0,.7);
  text-align: center;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,.6);
  -webkit-transition: all ,3s ease;
  -o-transition: all .3s ease;
  transition: all .3 ease;
}

.botones:hover{
  cursor: pointer;
  transform: scale(1.2,1.2);
}

.btn-wazbio {
  color: #fff;
  background-color: #1b485c;
  border-color: #1b485c;
}

.btn-wazbio:hover {
  color: #fff;
  background-color: #607d8b;
  border-color: #607d8b;
}

.btn-wazbio:focus, .btn-wazbio.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 125, 139, 0.5);
}

.btn-wazbio.disabled, .btn-wazbio:disabled {
  color: #fff;
  background-color: #1b485c;
  border-color: #1b485c;
}

.btn-wazbio:not(:disabled):not(.disabled):active, .btn-wazbio:not(:disabled):not(.disabled).active,
.show > .btn-wazbio.dropdown-toggle {
  color: #fff;
  background-color: #1b485c;
  border-color: #1b485c;
}

.btn-wazbio:not(:disabled):not(.disabled):active:focus, .btn-wazbio:not(:disabled):not(.disabled).active:focus,
.show > .btn-wazbio.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 125, 139, 0.5);
  color: #fff;
}

.btn-wazbio2 {
  color: #fff;
  background-color: #34a096;
  border-color: #34a096;
}

.btn-wazbio2:hover {
  color: #fff;
  background-color: #7bb7b1;
  border-color: #7bb7b1;
}

.btn-wazbio2:focus, .btn-wazbio2.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 183, 177, 0.5);
}

.btn-wazbio2.disabled, .btn-wazbio2:disabled {
  color: #fff;
  background-color: #34a096;
  border-color: #34a096;
}

.btn-wazbio2:not(:disabled):not(.disabled):active, .btn-wazbio2:not(:disabled):not(.disabled).active,
.show > .btn-wazbio2.dropdown-toggle {
  color: #fff;
  background-color: #34a096;
  border-color: #34a096;
}

.btn-wazbio2:not(:disabled):not(.disabled):active:focus, .btn-wazbio2:not(:disabled):not(.disabled).active:focus,
.show > .btn-wazbio2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 183, 177, 0.5);
  color: #fff;
}

.btn-outline-wazbio {
  color: #1b485c;
  background-color: transparent;
  background-image: none;
  border-color: #1b485c;
}

#img-bg-lde{
  background-image: url("../img/empresario_portada.jpg");
  background-size: cover;
  height: 780px;
  background-position: 50% 50%;
} 

#img-bg-ldc{
  background-image: url("../img/Wazbio_Colaborador.jpg");
  background-size: cover;
  height: 780px;
  background-position: 50% 50%;
}

#mejor-franquicia{
  width: 60%;
}

.index-landing{
  padding: 10px;
  background-color: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.btn-outline-wazbio:hover {
  color: #fff;
  background-color: #1b485c;
  border-color: #1b485c;
}

.btn-outline-wazbio:focus, .btn-outline-wazbio.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 72, 92, 0.5);
}

.btn-outline-wazbio.disabled, .btn-outline-wazbio:disabled {
  color: #1b485c;
  background-color: transparent;
}

.btn-outline-wazbio:not(:disabled):not(.disabled):active, .btn-outline-wazbio:not(:disabled):not(.disabled).active,
.show > .btn-outline-wazbio.dropdown-toggle {
  color: #fff;
  background-color: #1b485c;
  border-color: #1b485c;
}

.btn-outline-wazbio:not(:disabled):not(.disabled):active:focus, .btn-outline-wazbio:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-wazbio.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 72, 92, 0.5);
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #fff;
  background-color: #1b485c;
  border-color: #1b485c;
}

.btn-outline-wwhite:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 72, 92, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #1b485c;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #1b485c;
  border-color: #1b485c;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 72, 92, 0.5);
}

.navbar-wazbio .navbar-brand {
  color: #63b0aa;
}

.navbar-wazbio .navbar-brand:hover, .navbar-wazbio .navbar-brand:focus {
  color: #63b0aa;
}

.navbar-wazbio .navbar-nav .nav-link {
  color: rgba(99, 176, 170, 0.5);
}

.navbar-wazbio .navbar-nav .nav-link2 {
  color: rgba(99, 176, 170);
}

.navbar-wazbio .navbar-nav .nav-link:hover, .navbar-wazbio .navbar-nav .nav-link:focus {
  color: rgba(99, 176, 170, 0.75);
}

.navbar-wazbio .navbar-nav .nav-link.disabled {
  color: rgba(99, 176, 170, 0.25);
}

.navbar-wazbio .navbar-nav .show > .nav-link,
.navbar-wazbio .navbar-nav .active > .nav-link,
.navbar-wazbio .navbar-nav .nav-link.show,
.navbar-wazbio .navbar-nav .nav-link.active {
  color: #63b0aa;
}

.navbar-wazbio .navbar-toggler {
  color: rgba(99, 176, 170, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-wazbio .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-wazbio .navbar-text {
  color: rgba(99, 176, 170, 0.5);
}

.navbar-wazbio .navbar-text a {
  color: #63b0aa;
}

.navbar-wazbio .navbar-text a:hover, .navbar-wazbio .navbar-text a:focus {
  color: #63b0aa;
}

.bg-wazbio-y{
  background-color: #e7b85a;
  color: #fff;
}

.bg-wazbio{
  background-color: #1b485c;
  color: #fff;
}

#imagen-landing1{
  background-image: url("../img/Wazbio-Empresario-01.jpg");
  background-size: cover;
  height: 600px;
  background-position: 50% 50%;
}

#imagen-landingC1{
  background-image: url("../img/Wazbio-lavado.jpg");
  background-size: cover;
  height: 630px;
  background-position: 50% 50%;
}

#imagen-landing2{
  background-image: url("../img/Wazbio-Empresario-02.jpg");
  background-size: cover;
  height: 450px;
  background-position: 50% 50%;
}

#imagen-landingC2{
  background-image: url("../img/Wazbio-lavado02.jpg");
  background-size: cover;
  height: 790px;
  background-position: 50% 50%;
}

#imagen-landing3{
  background-image: url("../img/Wazbio-Empresario-03.jpg");
  background-size: cover;
  height: 640px;
  background-position: 50% 50%;
}

#imagen-landing4{
  background-image: url("../img/Wazbio-Empresario-04.jpg");
  background-size: cover;
  height: 500px;
  background-position: 50% 40%;
}

#mapa-landing{
  background-image: url("../img/mapa_landing.png");
  background-size: cover;
  height: 600px;
  background-position: 20% 50%;
}

#mapa-landing2{
  background-image: url("../img/mapa_landing.png");
  background-size: cover;
  height: 430px;
  background-position: 20% 50%;
}

.bg-wazbio-red{
  background-color: #b71f2d;
  color: #fff;
}

.bg-wazbio2{
  background-color: #63b0aa;
  color: #fff;
}

.bg-wazbio3{
  background-color: #fff;
  color: #000;
}

.tam-circ{
  min-height: 25px;
  min-width: 25px;
}

.tam-circ-g{
  min-height: 35px;
  min-width: 35px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.tam-nav-min{
  min-height: 80px;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}

.btn-link:hover {
    text-decoration: underline;
}

.img-med{
  width: 250px;
}

.pading-item{
  padding-left: 20px;
  padding-right: 20px;
}

.res-title{
  font-size: 5vmin;
}

.res-text{
  font-size: 3vmin;
}

.h-carousel{
  height: 600px;
}

.letra_wazbio{
	color: #1b485c;
  font-weight: bold; 
}

.letra_wazbio2{
  color: #1b485c;
}

.linea-verde{
  background-color: #ACC801;
  height: 60px;
}

.texto-encima{
  position: absolute;
  margin-top: 150px;   
  margin-left: 140px;
}

.texto-carousel{
  padding-top: 150px;   
}

#carousel1{
  background-image: url(../img/carousel2.jpg);
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  height: 650px;
}

#carousel2{
  background-image: url(../img/carousel3.png);
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  height: 650px;
}

#carousel3{
  background-image: url(../img/carousel4.jpg);
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 50%;
  height: 650px;
}

#carousel4{
  background-image: url(../img/carousel1.jpg);
  background-size: cover;
  margin-bottom: 0;
  background-position: 15% 50%;
  height: 650px;
}

#servicio{
  background-image: url(../img/servicios.jpg);
  background-size: cover;
  margin-bottom: 0;
  background-position: 0% 0%;
  height: 650px;
}

.text_big{
    font-size: xx-large;
}

.why_wazbio{
	background: url(assets/img/img1.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
}

.text_why_wazbio{
  margin: 30px 0px 30px 0px;	
  padding: 10px;
  background: rgba(0,0,0,0.5);
  display: inline-block;
}

.oscuro{
	background-color: #f8f8f8;
}

.link-wazbio{
  color: #487d96;
}

.border-rojo{
  border-color: #FF0000;
}

.color-rojo{
  color: #FF0000;
}

.link-wazbio:hover{
  color: #487d96;
}

.texto-centrado{
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.circulo1{
  background-image: url("../img/Oval.svg");
}

.select-wazbio{
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: transparent;
  border-right-color: transparent;
}

.select{
  padding-top: 20px;
  padding-bottom: 20px;

  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top-color: rgba(0, 0, 0, 0.125);
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: rgba(0, 0, 0, 0.125);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0.125);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: rgba(0, 0, 0, 0.125);
  border-left-style: solid;
  border-left-width: 2px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;

  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.select-active{
  border: 1px solid rgba(99, 176, 170);
  border-top-color: rgba(99, 176, 170);
  border-top-style: solid;
  border-top-width: 3px;
  border-right-color: rgba(99, 176, 170);
  border-right-style: solid;
  border-right-width: 3px;
  border-bottom-color: rgba(99, 176, 170);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-color: rgba(99, 176, 170);
  border-left-style: solid;
  border-left-width: 3px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;

  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: static;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.card {
  position: static;
}

.jumbotron-fluid{
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
  ), url(../img/porque.png);
  background-size: cover;
  margin-bottom: 0;
  background-position: 55% 45%;
  height: 650px;
}

.btn-grande{
  width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lead{
  color: #fff;
  font-size: 1.4rem;
  font-family: "Nunito-Light";
}

.nav-waz-item{
  color: #1b485c;
  font-weight: bold;
  font-family: "Nunito-Bold";
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0rem;
}

.table-service{
  width: unset;
}

.table th, .table td {
  padding: 0.5rem;
  border-top: unset;
}

.si-chico{
  display: none !important;
}

.si-chico-flex{
  display: none !important;
}

.calendario{
    height: 250px; 
    width: 50%; 
    border-collapse: collapse; 
    font-size: 12px; 
    background-color: #FAFAFA;
}

.horario{
  height: 150px;
  width: 50%;
  background-color: #FAFAFA;
}

.hora{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border: 1px solid rgba(51, 51, 51,  0.1); 
}

.cursor-pinter{
  cursor: pointer;
}

.item-grande{
  width: 175px;
}

.no-padding-grande{
  padding-left: 0px;
  padding-right: 0px;
}

.estrella{
  background-image: url(../img/estrella_vacia.jpeg);
  background-size: cover;
  height: 70px;
  width: 72px;
}

.btn-quiero-info{
  width: 410px;
  height: 72px;
  font-size: 30px;
  border-radius: 2rem;
}

.img-formula{
  width: 654px;
}

.linea-formula{
  height: 240px;
}

.obtener{
  color: #fff;
  font-size: 68px;
  text-shadow: 0px 0px 14px black; 
}

.obtener2{
  color: #fff;
  font-size: 68px;
  text-shadow: 0px 0px 14px black; 
}

.boton-entrevista{
  width: 50%;
}

.gota-dinero{
  width: 30px;
  height: 43px;
}

.text-landing{
  font-size: 30px;
}

.verde-responsiva{
  height: 210px;
}

#landing-final{
  height: 350px;
  background-image: url(../img/Wazbio-Final.jpg);
  background-size: cover;
  margin-bottom: 0;
  background-position: 50% 38%;
}

.pymnt-cntnt2{
  background-color: #f7f7f7;
}

.bkng-tb-cntnt2{
  width: 100%;
  max-width: 800px;
}

.button2{
  cursor: pointer;
  background: -webkit-linear-gradient(top, #E51F04 0%,#A60000 100%);
  font-weight: 400;
  -webkit-border-radius: 5px 5px 5px 5px;
  text-decoration: none;
  color: #fff;
  float: right;
  font-size: 18px;
  padding: 5px 20px;
  width: auto;
}

.fondo{
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.4;
  z-index: 15;
  height: 1817px;
}

.sombra{
  position: fixed;
  background-color: rgba(27, 73, 92, 0.7);
  top: 135px;
  width: 76%;
  z-index: 16;
  left: 12%;
  border-radius: 1em;
  height: 565px;
}

.mensaje{
  position: fixed;
  color: #1b485c;
  background-color: #fff;
  top: 170px;
  width: 70%;
  z-index: 17;
  left: 15%;
  border-radius: 1em;
  padding: 40px;
  text-align: justify;
}

.cerrar{
  position: fixed;
  top: 185px;
  z-index: 17;
  left: 82%;
  cursor: pointer;
  font-size: 25px;
}

.texto-mensaje{
  margin-bottom: 0px;
}

.imagen-alerta{
  width: 175px;
}

@media only screen and (max-width: 1450px){
  .sombra{
    height: 600px;
  }
}

@media only screen and (max-width: 1250px){
  .sombra{
    height: 635px;
  }
}

@media only screen and (max-width: 971px){
  .fondo{
    height: 2450px;
  }

  .mensaje{
    top: 150px;
    width: 80%;
    left: 10%;
  }

  .cerrar{
    top: 160px;
    left: 86%;
  }

  .sombra{
    top: 130px;
    width: 86%;
    left: 7%;
    height: 610px;
  }
}

@media only screen and (max-width: 900px){
  .boton-entrevista{
    width: 70%;
  }

  #imagen-landing1{
    height: 720px;
  }

  #imagen-landingC1{
    height: 810px;
  }

  #imagen-landing2{
    height: 530px;
  }

  #mapa-landing{
    height: 650px;
  }

  #mapa-landing2{
    height: 490px;
  }

  #imagen-landing3{
    height: 790px;
  }

  #landing-final{
    background-position: 50% 70%;
  }

  .obtener2{
    font-size: 50px;
  }

  .bkng-tb-cntnt {
    width: 100%;
  }

  .sombra{
    height: 635px;
  }

}

@media only screen and (max-width: 858px){
  .fondo{
    height: 2490px;
  }

  .sombra{
    height: 665px;
  }
}

@media only screen and (max-width: 767px){
  .fondo{
    height: 2548px;
  }

  .mensaje{
    top: 130px;
  }

  .sombra{
    top: 110px;
    height: 740px;
  }
}

@media only screen and (max-width: 647px){
  .fondo{
    height: 3814px;
  }

  .mensaje{
    top: 90px;
  }

  .cerrar{
    top: 140px;
    left: 84%;
  }

  .sombra{
    top: 80px;
    width: 86%;
    left: 7%;
    height: 775px;
  }

}

@media only screen and (max-width: 588px) {
  .texto-centrado {
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .medio-padding{
    padding-right: 7px;
    padding-left: 7px;
  }

  .linea-verde{
    height: 30px;
  }

  #img-bg-lde{
    height: 400px;
  }

  #img-bg-ldc{
    height: 400px;
  }

  #mejor-franquicia{
    width: 80%;
  }

  .boton-header {
    margin-top: 10px;
  }

  .no-padding{
    padding-left: 0px;
    padding-right: 0px;
  }

  .no-chico{
    display: none;
  }

  .si-chico{
    display: unset !important;
  }

  .si-chico-flex{
    display: flex !important;
  }

  .img-promocion{
    width: 90px;
  }

  .wazbio{
    font-size: 8vmin;
    line-height: 40px;
  }

  .main{
    padding-top: 0px;
  }

  .logo-header{
    width: 130px;
  }

  #carousel1{
    background-image: linear-gradient( rgba(255, 255, 255, 0.4), 
      rgba(255, 255, 255, 0.4) ),
      url(../img/carrusel04_movil.png);
    height: 570px;
  }

  #carousel2{
    background-image: linear-gradient( rgba(255, 255, 255, 0.65),
      rgba(255, 255, 255, 0.55) ),
      url(../img/carrusel03_movil.png);
    height: 570px;
  }

  #carousel3{
    background-image: linear-gradient( rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4) ),
      url(../img/carrusel02_movil.png);
    height: 570px;
  }

  #carousel4{
    background-image: linear-gradient( rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.4) ),
      url(../img/carrusel01_movil.png);
    height: 570px;
  }

  .jumbotron-fluid{
    height: 500px;
  }

  .text-mediano{
    font-size: 27px;
  }

  .lead{
    font-size: 18px;
  }

  .text-mediano-ch{
    font-size: 24px;
  }

  .img-ch-ch{
    width: 135px;
  }

  .border-ch{
    border: 1.5px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }

  .select-active {
    border: 3px solid rgba(99, 176, 170);
    border-top-color: rgba(99, 176, 170);
    border-top-style: solid;
    border-top-width: 3px;
    border-right-color: rgba(99, 176, 170);
    border-right-style: solid;
    border-right-width: 3px;
    border-bottom-color: rgba(99, 176, 170);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-color: rgba(99, 176, 170);
    border-left-style: solid;
    border-left-width: 3px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .row{
    margin: 0px;
  }

  .item-izquierdo{
    margin-left: 30px;
  }

  .item-centro{
    margin-top: 7px;
  }

  .item-derecho{
    margin-right: 30px;
  }

  .ancho-completo{
    width: 100%;
    height: 55px;
  }

  .tam-nav-min {
    min-height: 60px;
  }

  .texto-chico{
    font-size: 18px;
  }

  .texto-Xchico{
    font-size: 16px;
  }

  .calendario{
    width: 100%;
  }

  .horario{
    width: 100%;
  }

  .hora{
    padding-left: 3px;
    padding-right: 3px;
  }

  .texto-contraste{
    color: #fff;
    text-shadow: 2px 2px #000;
  }

  .testimonial-group > .row {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .testimonial-group > .row > .col-lg {
    display: inline-block;
    float: none;
  }

  .encavezado-ch{
    min-height: 70px;
  }

  .nav-waz-item {
    font-size: 20px;
    line-height: 40px;
  }

  .nav-item{
    width: 100%;
  }

  .navbar-text{
    width: 100%;
  }

  .item-grande{
    width: 186px;
  }

  .res-text{
    font-size: 5vmin;
  }

  .btn-quiero-info{
    width: 280px;
    height: 50px;
    font-size: 20px;
  }

  .img-formula{
    width: 317px;
    height: 134px
  }

  .linea-formula{
    height: 112px;
  }

  .obtener{
    font-size: 50px;
  }

  #imagen-landing1{
    height: 630px;
  }

  #imagen-landingC1{
    height: 590px;
  }

  .text-landing{
    font-size: 23px;
  }

  #imagen-landing2{
    height: 450px;
  }

  #imagen-landingC2{
    height: 630px;
  }

  #mapa-landing{
    height: 520px;
  }

  #mapa-landing2{
    height: 380px;
  }

  #imagen-landing3{
    height: 650px;
  }

  .verde-responsiva{
    height: 60px;
  }

  #landing-final{
    height: 300px;
  }

  .mensaje{
    top: 15px;
    width: 90%;
    left: 5%;
    padding: 20px;
  }

  .sombra{
    top: 5px;
    width: 96%;
    left: 2%;
    height: 530px;
  }

  .texto-mensaje{
    font-size: 15px;
  }

  .titulo-alerta{
    font-size: 20px;
  }

  .imagen-alerta{
    width: 125px;
  }

  .cerrar{
    top: 25px;
    left: 87%;
    font-size: 20px;
  }

}

@media only screen and (max-width: 521px) {
  .sombra{
    height: 555px;
  }
}

@media only screen and (max-width: 454px) {
  .sombra{
    height: 620px;
  }
}

@media only screen and (max-width: 387px) {
  .sombra{
    height: 715px;
  }
}
