/* CSS Document */
h1, h2, h3 {
  font-family: 'Ubuntu', sans-serif;
  color: #0a236d;
}

body {
  background: #fff;
  overflow: auto;
  padding: 0;
  color: #fff;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

div {
  display: block;
}

center {
  padding: 0 10%;
}

.clearfix {
  clear: both;
  float: none;
  width: 100%;
}

.box_flex {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_cont {
  display: flex;
  display: -webkit-flex;
  width: 16.666666%;
  margin: 5px auto;
}

.content {
  display: block;
  margin: 0 auto;
}

.content img {
  width: 100%;
}

.callAction {
  margin-top: 60px;
}

.btn_principal {
  display: table;
  margin: 10px auto 35px;
  padding: 7px 20px;
  border-radius: 50px;
  background: #299bd6;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  transition-duration: 350ms;
  cursor: pointer;
}

.btn_principal:hover {
  background: #125373;
}

.arriba {
  clear: both;
  width: 100%;
  height: 90px;
  padding: 0;
  /* background: linear-gradient(313deg, #ffffff82, transparent); */
  display: block;
}

.contenedor {
  max-width: 1000px;
  display: block;
  height: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.datos {
  width: 37%;
  float: right;
}

.texto-sup {
  color: #999;
  font-size: 13px;
  float: left;
  font-family: 'Lato', Sans-serif, arial;
  margin: 0;
}

.llamar {
  display: none;
}

.numero {
  margin: 0;
  font-size: 23px;
  line-height: 40px;
  font-weight: 300;
  margin-top: 3%;
  float: right;
  font-family: 'Poppins', sans-serif;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  text-align: right;
}

.numero span {
  font-size: 17px;
  color: #0f5e88;
  line-height: 22px;
  vertical-align: middle;
}

.numero a {
  text-decoration: none;
  color: #2b99d6;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  vertical-align: middle;
  margin-left: 10px;
}

.dos, .dos a {
  font-size: 29px;
  color: #fff !important;
  margin: 0;
}

.dos a:hover {
  color: darkgreen;
  transition-duration: 400ms;
}

.izq {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 2%;
  height: auto;
}

.titulo-tablet {
  text-align: left;
  font-size: 33.5px;
  line-height: 33px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  clear: both;
  color: #fff;
  margin: 0;
  text-rendering: geometricPrecision;
}

.izq .titulo-tablet span {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.titulo-tablet span.destacado {
  font-size: 40px;
}

/**.finan {float:right;display:inline-block; clear:both;}
.financiamiento {clear:both;}**/
.listado-izq {
  margin-bottom: 2.5%;
}

.telefono {
  margin-top: 5%;
}

.izq p {
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  font-weight: 300;
  color: #0e4c6d;
  width: 45%;
  clear: both;
  float: right;
  font-family: 'Poppins', sans-serif;
}

.izq ul {
  float: left;
  margin-left: 6%;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  list-style: none;
  list-style-type: none;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 3.5%;
}

.izq ul li {
  list-style: none;
}

.mov {
  padding: 2% 30%;
}

.mov2 {
  padding-left: 0px;
}

.derecho {
  float: none;
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.fondo-form {
  width: 46%;
  float: right;
  padding-bottom: 1%;
  padding-top: 2%;
  margin-bottom: 3%;
}

.precio span.descripcion-precio {
  font-size: 19px;
}

.precio {
  width: 50%;
  height: auto;
  float: left;
  top: 70px;
  position: relative;
}

.precio h1 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 55px;
  line-height: 55px;
  margin: 15px 0 10px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.precio h1 span {
  font-size: 25px;
  line-height: 25px;
  display: block;
  clear: both;
}

.precio small {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.oferta, .contenido-preg p.oferta {
  color: #0f5e88;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.valor-promo {
  font-size: 30px;
  font-weight: 600;
  margin-left: 10px;
  color: #2b99d6;
}

.of-precio {
  width: 50%;
  display: inline-block;
  float: left;
  margin: 5px 0;
}

.boton-promo {
  padding: 10px 30px;
  border-radius: 3px;
  color: #fff;
  background: #2b99d6;
  float: right;
  width: 38%;
  margin-top: 7px;
  text-align: center;
  text-decoration: none;
  transition-duration: 350ms;
}

.formulario-bajo {
  width: 100%;
}

.formulario-bajo input, .formulario-bajo textarea {
  box-shadow: none !important;
  border: 1px solid #dadada !important;
}

.boton-promo:hover {
  background: #0f5e88;
}

.bajo {
  clear: both;
  width: 100%;
  height: auto;
  overflow: auto;
}

.titulo-bajo {
  font-size: 25px;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 28px;
  margin: 50px 0 20px;
  text-align: center;
  text-transform: uppercase;
  color: #0c3146;
}

.tform {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 19px;
  text-align: center;
  width: 40%;
  padding: 10px 20px;
  line-height: 37px;
  margin-bottom: 0;
  background: #2D757F;
}

.txt-form {
  color: #fff;
  text-align: right;
  font-size: 18px;
  clear: both;
  margin: 3% 7%;
  line-height: 20px;
}

.contenedor2 {
  max-width: 1196px;
  display: block;
  height: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.contenedor3 {
  max-width: 1170px;
  display: block;
  height: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.cuadros {
  width: 22.7%;
  height: 160px;
  padding: 8px;
  padding-top: 12%;
  margin-right: 0.9%;
  margin-bottom: 15px;
  display: inline-block;
  float: left;
}

.cuadros h3 {
  text-align: left;
  font-size: 19px;
  font-family: montserrat;
  font-weight: 700;
  position: relative;
  bottom: -52px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.txt-cuadros {
  text-align: left;
  font-size: 14px;
  color: #fff;
}

.text-cuadro {
  position: relative;
  bottom: -52px;
}

.check {
  width: 10px;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  background: url(check2.png) no-repeat;
  background-size: 100%;
}

.link-final {
  color: #008BCB;
  text-decoration: none;
}

.link-final:hover {
  color: #fff;
}

.titulo-inf {
  width: auto;
  margin: 0;
}

/** Cuadros parte baja **/
.eslingas-venta {
  background: url(venta-eslingas.jpg) no-repeat center center;
  background-size: cover;
  /**box-shadow: 0px 0px 14px #333;**/
}

/**/
.eslingas-carga {
  background: url(eslingas-cargas.jpg) no-repeat center center;
  background-size: cover;
}

.ratchet {
  background: url(ratchet.jpg) no-repeat center center;
  background-size: cover;
}

.cordeles {
  background: url(cordeles-polipropileno.jpg) no-repeat center center;
  margin-right: 0;
  background-size: cover;
}

/**/
.copyright {
  font-size: 13px;
  color: #999;
  text-align: center;
  margin: 2% 3% 1%;
  line-height: 15px;
}

.texto-bajo {
  font-size: 15px;
  font-family: Montserrat;
  text-align: center;
  color: #f8f8f8;
  margin: 2% 0% 0%;
  float: right;
  width: 50%;
  display: block;
  text-transform: uppercase;
  padding: 1%;
  border-radius: 5px;
}

.tb2 {
  width: 20% !important;
  color: #fff !important;
  padding: 1%;
  margin-right: 2%;
  ;
  margin-left: 0;
  background: transparent;
  border-radius: 5px;
}

.tb2 a {
  color: #FEA43E;
  text-decoration: none;
}

.tb2 a:hover {
  color: #fff;
}

.tb1 {
  width: 20% !important;
  padding: 1%;
  float: left;
  margin-right: 0;
  margin-left: 2%;
  margin-top: 0;
}

.tb1 img {
  border-radius: 5px;
}

/** ==== CSS Form ==== **/
form {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea, input[type="text"], input[type="email"], input[type="tel"], select[type="select"] {
  text-transform: none;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea, input[type="email"] {
  text-transform: none !important;
}

::-webkit-input-placeholder {
  color: #ccc;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

/* WebKit */
:-moz-placeholder {
  color: #ccc;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #ccc;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #ccc;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

/* IE 10+ */
.input {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 32px !important;
}

.seleccion {
  height: 43px !important;
  margin-top: 0;
  width: 96%;
}

.textarea {
  height: 82px !important;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.buton {
  display: block;
  width: 96%;
  height: 41px !important;
  text-decoration: none;
  border: 0;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  color: #fff;
  background: #2c98d6;
  line-height: 34px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: button;
  border-radius: 4px;
}

.buton:hover {
  background: #FF6101;
  color: #fff;
  font-weight: bolder;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

/****
Boton Visible con Scroll
===============================
****/
/* Contenedor general */
#socialslide {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  margin: 0;
  background: #fff;
  border-bottom: 3px solid #367ebf;
}

/* Botón cerrar */
#socialslide .texto-sup a {
  position: relative;
  text-decoration: none;
  background: #37a8ec;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 17px;
  border-radius: 3px;
  color: #fff;
}

/* Rótulo superior */
#socialslide>a+div {
  text-align: center;
  margin: 0;
  padding: 10px;
  background: #800000;
  color: #fefefe;
  box-shadow: inset 0 0 4px #fff;
}

/*
======= Fin btn visible scroll =====
*/
#socialslide .numero {
  font-size: 26px;
  line-height: 42px;
  padding: 10px;
  float: right;
  margin-top: 0;
}

#socialslide .numero a {
  margin-left: 0;
}

#socialslide .datos {
  width: 50%;
}

#socialslide .texto-sup {
  margin: 23px 0;
}

.cuadros:hover .txt-info {
  bottom: 0;
  transition-duration: 500ms;
}

.txt-info {
  position: relative;
  bottom: -150px;
  left: 0;
}

.principal {
  padding-top: 25px;
  /* background: linear-gradient(313deg, #ffffffb8, #ffffff52, transparent); */
}

.texto-fondo {
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 30px 0;
  box-shadow: inset 0 2px 9px #6f6f6f;
}

.texto-fondo .cuadro-int {
  width: 45%;
  display: inline-block;
  float: left;
  margin: 0 2.5%;
}

.texto-fondo .cuadro-int .lado-izq, .texto-fondo .cuadro-int .lado-der {
  width: 100%;
  padding: 10px;
}

.texto-fondo .cuadro-int p {
  color: #777;
  font-size: 15px;
  font-family: Raleway;
}

.texto-fondo .cuadro-int h3 {
  color: #ffa53f;
  font-weight: 700;
}

.texto-fondo .cuadro-int h4 {
  color: #ff772d;
  font-weight: 700;
}

.faq {
  background: #ffa53f;
  box-shadow: none;
}

.faq .cuadro-int h3 {
  color: #ffa53f;
  background: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 3px;
}

.faq .cuadro-int p {
  color: #f5f5f5;
}

.texto-fondo .contenedor h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: montserrat;
  text-align: center;
  margin: 15px 0;
  color: #fff;
}

.final {
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 20px 0;
  background: #f7f9fa;
  border-bottom: 10px solid #367ebf;
}

.superior {
  font-size: 20px !important;
  margin-top: 60px;
}

img.logo-foot {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  margin-bottom: 10px;
}

.resp {
  text-align: center;
  width: 33%;
  display: inline-block;
  margin: 30px 0;
}

a.link-goad {
  color: #37a8ec;
  font-weight: bold;
  text-decoration: none;
}

a.link-goad:hover {
  color: #0a236e;
  transition-duration: 400ms;
}

.fotos {
  width: 16.6666667%;
  display: inline-block;
  float: left;
}

.fotos img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25%;
}

.fotos p {
  text-align: center;
  color: #9e9e9e;
  font-weight: 400;
  padding: 5px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  border-radius: 4px;
}

.fotos p span {
  color: #ff612d;
  font-weight: 600;
}

.img-der {
  float: right;
}

.texto-sup img {
  padding: 4% 20px;
  /* background: #fff; */
}

.tit-clave {
  font-size: 33px;
  line-height: 39px;
  margin-bottom: 0;
  font-family: 'Ubuntu', sans-serif;
  margin-top: 0px;
  padding: 10px 0;
  text-transform: uppercase;
  width: 45%;
  float: right;
  color: #115373;
  text-align: left;
}

.tit-clave span {
  font-size: 20px;
  line-height: 20px;
}

strong.dest {
  font-weight: 700;
  font-size: 26px;
}

.subtitulo {
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.slogan {
  position: relative;
  width: 130px;
  bottom: 370px;
  left: 610px;
}

.seccion2 {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  height: auto;
  overflow: auto;
  background: #2c98d6;
  color: #fff;
}

.botones-movil {
  display: none;
}

.seccion2 .entrega {
  width: 30%;
  float: left;
  padding: 0px 2.5%;
  background: #fff;
}

.seccion3 {
  clear: both;
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 25px 0;
  padding-bottom: 70px;
  margin-bottom: 0;
}

.seccion3.fondo-2 {
  background: #f7f9fa;
  padding-top: 30px;
  padding-bottom: 50px;
}

.sn-fondo {
  background: #fff !important;
  width: 100%;
  box-shadow: none;
  padding: 35px 0;
}

.sn-fondo h1.especialidades {
  text-align: center;
  color: #2a7e8a;
  font-size: 26px;
  line-height: 27px;
  margin-top: 40px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

h2.especialidades {
  text-align: center;
  color: #888;
  font-size: 19px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  margin-top: 5px;
  margin-bottom: 30px;
}

h2.especialidades span {
  font-size: 21px;
}

p.especialidades {
  color: #999;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 5%;
}

.sn-fondo2 {
  width: 100%;
  padding: 0;
  border-bottom: 10px solid #2a7e8a;
}

.sn-fondo .contenedor3 .preguntas .contenido-preg {
  width: 100%;
  padding: 0;
  margin: 0;
}

.sn-fondo2 .contenedor3 {
  max-width: 100%;
  width: 100%;
}

.sn-fondo2 .contenedor3 .preguntas .contenido-preg {
  margin: 0;
  width: 100%;
  padding: 0;
  transition-duration: 300ms;
}

.sn-fondo2 .contenedor3 .preguntas .contenido-preg:hover {
  transform: scale(1.04)
}

.seccion2 h1 {
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.contenedor3 .preguntas {
  width: 50%;
  float: left;
  display: inline-block;
  margin: 0;
}

.contenedor3 .equipos-a {
  width: 25%;
}

.equipos-a h3 {
  color: #2d97d6;
  text-align: center;
  margin-top: 0;
}

.titulo-equipos {
  text-align: center;
  color: #0f5e88;
  font-family: 'Ubuntu', sans-serif;
}

.txt-equipos {
  color: #777;
  text-align: center;
  font-size: 17px;
}

.contenedor3 .preguntas.alopecia {
  width: 100%;
  float: none;
  display: block;
}

.seccion3 .contenedor3 h1 {
  text-transform: uppercase;
  color: #37a8ec;
  font-size: 25px;
  margin: 25px 0;
  font-weight: 600;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
}

.seccion3 .contenedor3 h1 span {
  font-size: 16px;
  color: #006392;
}

.contenedor3 .preguntas .contenido-preg {
  width: 95%;
  margin-left: auto;
  margin-top: 5%;
  margin-right: auto;
  padding: 0 2.5%
}

.contenido-preg h2 {
  background: #fff;
  color: #0084c4;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}

.contenido-preg p {
  font-size: 17px;
  color: #888;
  font-family: 'Poppins', sans-serif;
}

.barra-s a {
  color: #6d6e71;
  font-weight: 300;
  font-size: 24px;
}

.barra-s span {
  color: #006392;
  line-height: inherit;
  font-size: 26px;
  font-weight: 700;
}

.curr-sup {
  width: 25% !important;
}

.curr-sup .img-curr {
  width: 90px !important;
  height: 90px !important;
  margin-right: 2%;
}

.curriculum {
  width: 18%;
  margin: 0 1%;
  margin-bottom: 20px;
  float: left;
  display: inline-block;
  overflow: hidden;
  transition-duration: 400ms;
  border-radius: 5px;
}

.curriculum .img-curr {
  width: 23%;
  margin-right: 3%;
  float: left;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
}

.curriculum .txt-curr {
  width: 90%;
  float: none;
  position: relative;
  top: 83px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.img-curr img {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.txt-curr p {
  color: #888;
  font-size: 15px;
  margin: 5px 0;
}

.txt-curr h3 {
  margin: 5px 0;
  font-family: 'Poppins', sans-serif;
  color: #2d757f;
}

.txt-curr p.valores {
  margin: 10px 0;
}

h2.tit-videos {
  color: #fff;
  background: #0084c4;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.c-form {
  width: 50%;
  float: left;
  display: inline-block;
}

.fondo-nuevo {
  background: #f7f7f7 url(bg-lka3.jpg) no-repeat center -20px;
  background-size: cover;
  -webkit-background-size: cover;
}

p.iconos-contacto span {
  width: 50px;
  display: inline-block;
  height: 50px;
  border-radius: 35px;
  border: 3px solid #fff;
}

p.iconos-contacto i {
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  position: relative;
}

p.iconos-contacto i.fa-map-marker {
  top: 10px;
  left: 16px;
}

p.iconos-contacto i.fa-phone {
  top: 10px;
  left: 12px;
}

p.iconos-contacto i.fa-whatsapp {
  top: 10px;
  left: 11px;
}

p.iconos-contacto i.fa-envelope {
  font-size: 25px;
  top: 12px;
  left: 12px;
}

p.iconos-contacto {
  color: #fff;
  font-size: 15px;
}

strong.textos {
  display: inline-block;
  position: relative;
  top: 10px;
}

.interrogacion {
  background: #f9f9f9 url(interrogacion.png) no-repeat center 6%;
  background-size: 20%;
  transform: scale(0.9);
}

.beneficios {
  background: #f9f9f9 url(mano.png) no-repeat center 8%;
  background-size: 19%;
  transform: scale(1.1);
}

.enfermedades {
  background: #f9f9f9 url(visto.png) no-repeat center 6%;
  background-size: 20%;
  transform: scale(0.9);
}

.esp-movil {
  display: none;
}

.sn-fondo2 .contenido-preg h1.cirugias {
  margin: 0;
  font-size: 25px;
  line-height: 31px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  top: 50px;
  padding: 5px 0 5px 30px;
  width: 43%;
  color: #fff;
  background: #2a7e8a;
  text-transform: none;
}

.sn-fondo2 .contenido-preg h1.cirugias.alopecia2 {
  padding-left: 70px;
  width: 35%;
}

.sn-fondo2 .contenido-preg h1 span {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.sn-fondo2 .contenido-preg p {
  position: relative;
  top: 50px;
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  left: 30px;
  color: #fff;
}

.sn-fondo2 .contenido-preg p.alopecia3 {
  left: 70px;
}

.sn-fondo2 .contenido-preg {
  height: 230px;
}

.sn-fondo2 .contenido-preg.alopecia1 {
  height: 280px;
}

h1.titulo-centro {
  text-align: center;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  line-height: 27px;
  color: #fff;
  background: #0bb3cc;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px 0;
}

h1.titulo-centro span {
  font-size: 20px;
}

.tramo1 {
  background: url(abdominoplastia-hg2.jpg) no-repeat center center;
  background-size: cover;
}

.alopecia1 {
  background: url(implante-de-pelo-hg.jpg) no-repeat right center;
  background-size: cover;
}

.tramo2 {
  background: url(implante-mamario-hg3.jpg) no-repeat center center;
  background-size: cover;
}

.tramo3 {
  background: url(lipoescultura-hg.jpg) no-repeat center center;
  background-size: cover;
}

.tramo4 {
  background: url(lifting-facial-hg.jpg) no-repeat center bottom;
  background-size: cover;
}

.tramo5 {
  background: url(tramo5.jpg) no-repeat center center;
  background-size: cover;
}

.tramo6 {
  background: url(tramo6.jpg) no-repeat center center;
  background-size: cover;
}

.vista-m {
  display: none;
}

/** estilos responsive**/
@media only screen and (max-width:768px) {
  .texto-sup img {
    max-height: 58px;
    height: auto;
    padding: 16px 10px !important;
  }

  .texto-sup {
    text-align: center;
    float: left;
    width: 47%;
  }

  .contenedor {
    z-index: 9999;
  }

  .numero {
    /*display:none;*/
    font-size: 15px;
    width: 100%;
    float: none;
    clear: both;
    margin-top: 0;
    padding: 25px 10px 0 0;
  }

  .numero a {
    font-size: 24px;
    line-height: 22px;
    margin-right: 10px;
  }

  .numero span {
    font-size: 16px;
    color: #777;
    margin-right: 10px;
  }

  .llamar {
    display: block;
    color: #008bcb;
    margin-bottom: 0px !important;
    margin-top: 0px;
    font-size: 10px;
    float: right;
    margin-right: 24% !important;
  }

  .datos {
    text-align: right;
    width: 60%;
    float: right;
  }

  .numero img {
    float: none !important;
    padding-top: 1%;
    width: 20px;
  }

  .izq {
    padding: 5% 0 5% 0 !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 0;
  }

  .izq h1 {
    font-weight: 700;
    font-size: 26px;
    top: 0;
    line-height: 28px;
    text-align: center;
    padding: 4% 2% 35%;
    width: auto;
    border-radius: 2px;
  }

  .arriba {
    background-color: #fff;
  }

  .izq ul, .izq ul li {
    margin-left: 0;
    padding-left: 0;
  }

  .izq p {
    margin-left: 0;
    font-size: 19px;
    text-align: center;
    padding: 46px 5px 20px;
    color: #444;
    width: 100%;
  }

  .derecho {
    padding: 5% !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .fondo-form {
    width: 100% !important;
    background: #f7f7f7;
    padding-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .contenedor2 {
    width: 90%;
  }

  .cuadros {
    width: 100%;
    display: block;
    padding: 5px;
    margin: 0 auto 10px auto;
    height: 200px;
    float: left;
  }

  .titulo-bajo {
    font-size: 27px;
  }

  .titulo-inf {
    width: 96%;
  }

  .texto-fondo .cuadro-int, .faq .cuadro-int {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
  }

  .resp {
    width: 90%;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-mov {
    width: 40% !important;
    /*70%*/
    float: left !important;
    /*none*/
    /*margin-left: auto;margin-right: auto;padding: 0 15%;*/
  }

  .superior {
    margin-top: 30px;
  }

  .titulo-tablet span.destacado {
    font-size: 30px;
  }

  .fotos {
    width: 100%;
    display: block;
    float: none;
  }

  .preguntas {
    width: 100% !important;
  }

  .slogan {
    display: none;
  }

  .curriculum {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    height: 325px;
  }

  .img-curr {
    width: 90px !important;
    height: 90px !important;
  }

  .txt-curr {
    width: 64% !important;
  }

  .txt-curr h3 {
    line-height: 19px;
  }

  .txt-curr p {
    font-size: 14px !important;
  }

  h1.tform {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
  }

  .c-form {
    width: 95%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .sn-fondo .contenedor3 .preguntas .contenido-preg {
    width: 90%;
    padding: 0 !important;
    display: block;
    margin: 0 auto;
  }

  .fondo-nuevo {
    background-position: 34% 86px;
    background-size: 132%;
  }

  .seccion2 {
    width: 100%;
  }

  .fondo-nuevo .botones-movil {
    display: block;
    padding-top: 10px;
  }

  .fondo-nuevo .botones-movil a.boton-movil {
    width: 90%;
    background: #37a7ec;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0 10px 20px;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.07);
  }

  .seccion2 h1.txt-banner {
    display: none;
  }

  .seccion2 h1 {
    font-size: 16px;
  }

  .esp-movil {
    display: block;
  }

  .vista-m {
    display: block;
  }

  .vista-e {
    display: none;
  }

  .precio {
    width: 100%;
    top: 0;
    background: #115373;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .precio h1 {
    padding: 5px 10px;
  }

  .seccion2 .entrega {
    width: 95%;
  }

  .of-precio {
    width: 100%;
    text-align: center;
  }

  .boton-promo {
    width: 90%;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    float: none;
    clear: both;
  }

  .txt-equipos {
    padding: 0 15px;
  }

  .flex_cont {
    width: 32%;
  }

  .btn-wsp {
    display: block;
    font-size: 12px;
    text-align: center;
    right: 10px;
    bottom: 25px;
    background: darkgreen;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
  }
}