@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);

/*Reset*/

body {
  background: #ffffff;
  border: 0;
  color: inherit;
  font-family: "Lato", sans-serif;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

p {
  margin: 0px;
  margin-bottom: 1.2em;
}

input,
textarea,
label {
  background: none;
  border: none;
  color: inherit;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  resize: none !important;
}

form input-placeholder {
  color: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
}

/* WebKit */

:-moz-placeholder {
  color: inherit;
}

/* Firefox 18- */

::-moz-placeholder {
  color: inherit;
}

/* Firefox 19+ */

:-ms-input-placeholder {
  color: inherit;
}

/* IE 10+ */

img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

/*Estilos tipografia*/

.s_italic {
  font-style: italic;
}

.w_light {
  font-weight: 300;
}

.w_regular {
  font-weight: 400;
}

.w_bold {
  font-weight: 700;
}

.w_black {
  font-weight: 900;
}

.texto_3_em {
  font-size: 3em;
}

.texto_2_em {
  font-size: 2em;
}

.texto_1_5_em {
  font-size: 1.5em;
}

.texto_1_3_em {
  font-size: 1.3em;
}

.texto_1_2_em {
  font-size: 1.2em;
}

.texto_1_1_em {
  font-size: 1.1em;
}

.texto_1_em {
  font-size: 1em;
}

.texto_0_8_em {
  font-size: 1em;
}

.texto_center {
  display: block;
  text-align: center;
}

.texto_left {
  text-align: left;
}

.texto_right {
  text-align: right;
}

/*Color*/

.texto_blanco {
  color: rgba(255, 255, 255, 1);
}

.texto_gris {
  color: rgba(128, 128, 128, 1);
}

.texto_azul {
  color: rgba(23, 128, 184, 1);
}

.texto_verde {
  color: rgba(164, 182, 0, 1);
}

.bk_blanco {
  background-color: rgba(255, 255, 255, 1);
}

.bk_gris_claro {
  background-color: rgba(225, 225, 225, 1);
}

.bk_gris_claro {
  background-color: rgba(225, 225, 225, 1);
}

.bk_gris_obscuro {
  background-color: rgba(200, 200, 200, 1);
}

.bk_azul {
  background-color: rgba(23, 128, 184, 1);
}

.bk_azul_obscuro {
  background-color: rgba(0, 67, 101, 1);
}

.bk_verde {
  background-color: #d27f2a;
}

.bk_verde_obscuro {
  background-color: #a35f1b;
}

.pantalla_azul {
  background-color: rgba(23, 128, 184, 0.6);
}

/*Margenes*/

.margin_b_25 {
  margin-bottom: 25px;
}

/*Padding*/

.padding_1 {
  padding: 1%;
}

.padding_40_10_60 {
  padding: 40px 10% 60px;
}

.padding_80_10 {
  padding: 80px 10%;
}

.padding_40_10 {
  padding: 40px 10%;
}

.padding_20_10 {
  padding: 20px 10%;
}

/*Botones*/

.boton_slider,
.boton_accion {
  border-bottom: 4px solid #d27f2a;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1em;
  margin-top: 40px;
  padding: 10px 14px 8px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.boton_accion {
  margin-top: 20px;
}

.boton_slider:hover,
.boton_accion:hover {
  border-bottom: 0px;
  padding: 12px 14px 12px;
}

/*Secciones*/

.seccion {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.columna_50 {
  display: block;
  float: left;
  width: 50%;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.linea {
  border: none;
  display: inline-block;
  height: 3px;
  margin: 25px 0px;
  width: 180px;
}

.linea_small {
  border: none;
  display: inline-block;
  height: 3px;
  margin: 10px 0px;
  width: 120px;
}

.linea_centro {
  border: none;
  height: 3px;
  margin: 25px auto;
  width: 180px;
}

/*Menu*/

.encabezado {
  display: block;
  left: 0px;
  position: fixed;
  top: 0px;
  min-height: 0px;
  width: 100%;
  z-index: 9;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#logo_superior {
  background-color: #ffffff;
  background-image: url(../images/Jupi_Therapy_Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  border-bottom: 3px solid #d27f2a;
  display: block;
  height: 150px;
  left: 5%;
  position: fixed;
  top: 0px;
  width: 130px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
}

.linea_menu {
  display: block;
  float: left;
  height: 3px;
  width: 100%;
}

#btn_menu {
  background-color: #d27f2a;
  border-radius: 4px;
  display: none;
  height: 44px;
  position: fixed;
  right: 5%;
  top: 7px;
  width: 44px;
  z-index: 10;
  -webkit-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

#btn_menu.activo {
  background-color: rgba(255, 10, 10, 1);
}

.linea_btn_menu {
  background-color: #ffffff;
  height: 1px;
  margin-left: 7px;
  margin-top: 21px;
  position: absolute;
  width: 30px;
  -webkit-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  transition: transform ease 0.3s;
}

#linea_btn_menu_1 {
  margin-top: 12px;
}

#linea_btn_menu_3 {
  margin-top: 30px;
}

#btn_menu.activo #linea_btn_menu_1 {
  margin-top: 21px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#btn_menu.activo #linea_btn_menu_2 {
  display: none;
}

#btn_menu.activo #linea_btn_menu_3 {
  margin-top: 21px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.encabezado.activo {
  min-height: 100%;
  overflow: auto;
}

.menu {
  display: inline-block;
  float: right;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menu ul li {
  display: inline-block;
  margin: 27px 10px;
  position: relative;
  vertical-align: middle;
}

.menu ul li a {
  font-size: 1em;
  line-height: 40px;
  padding: 0px 6px;
}

.menu ul li:before {
  content: "";
  background-color: #d27f2a;
  height: 2px;
  left: 0%;
  position: absolute;
  top: 0;
  width: 0%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.menu.line_w ul li:before {
  background-color: rgba(255, 255, 255, 1);
}

.menu ul li.activo a {
  color: #d27f2a;
}

.menu ul li:hover:before,
.menu ul li.activo:before {
  width: 100%;
}

.menu ul span {
  display: inline-block;
  margin: 27px 10px;
  vertical-align: middle;
}

.menu ul span a {
  background-color: #d27f2a;
  border-bottom: 4px solid #a56321;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  padding: 7px 24px 10px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.menu ul span a:hover {
  border-bottom: 0px;
  padding: 10px 24px 11px;
}

.sociales {
  display: inline-block;
  float: right;
  margin-left: 10px;
  margin-right: 2.5%;
}

.sociales a {
  display: inline-block;
  line-height: 44px;
  margin: 25px 6px;
  position: relative;
  text-align: center;
  width: 44px;
}

.sociales a:before {
  content: "";
  background-color: #d27f2a;
  height: 2px;
  left: 0%;
  position: absolute;
  top: 0;
  width: 0%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sociales.line_w a:before {
  background-color: rgba(255, 255, 255, 1);
}

.sociales a:hover:before {
  width: 100%;
}

.telefono-header {
  position: absolute;
  top: 20px;
  left: 250px;
}

#whatsblock {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: block;
  z-index: 31;
}

#whats-message {
  width: 200px;
  height: 30px;
  margin-top: 5px;
  background-color: #ffffff;
  border-color: #dddddd;
  padding: 10px;
  padding-top: 15px;
  font-size: 16px;
  border-radius: 5px;
  color: #666666;
  float: left;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(102, 101, 102, 1);
  -moz-box-shadow: 0px 0px 10px 3px rgba(102, 101, 102, 1);
  box-shadow: 0px 0px 10px 3px rgba(102, 101, 102, 1);
}

.tarjeta {
  width: 64px;
  height: 51px;
  float: right;
  margin-left: 5px;
  margin-top: -10px;
}

#whatsappicon {
  width: 64px;
  height: 64px;
  z-index: 30;
  background-color: transparent;
  background-image: url(../images/icon/whatsappicon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}

#precio-wrapper {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 32;
  padding: 20px 20px 15px 20px;
  background-color: #d27f2a;
  border-radius: 5px 0 0 5px;
}

#precio-cita > span {
  float: right;
  color: #ffffff;
  font-size: 1.6em;
}

#visa {
  background-color: transparent;
  background-image: url(../images/icon/tcvisa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#mastercard {
  background-color: transparent;
  background-image: url(../images/icon/tcmastercard.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*Slider principal*/

.full_screen {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info_slides {
  display: block;
  max-width: 580px;
  position: absolute;
  top: 30%;
  right: 10%;
  width: 45%;
}

#scroll_down {
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 0.8em;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  z-index: 8;
}

#scroll_down span {
  display: block;
}

#scroll_down i {
  font-size: 2.5em !important;
  animation: animationFrames linear 0.8s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 0.8s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 0.8s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 0.8s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  50% {
    -moz-transform: translate(0px, -5px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px);
  }
  50% {
    -o-transform: translate(0px, -5px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  50% {
    -ms-transform: translate(0px, -5px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}

/*Nosotros*/

#carrusel_personal {
  float: right;
  margin-top: 36px;
  overflow: hidden;
  position: relative;
  width: 50%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#carrusel_personal.activo {
  margin-right: 50%;
  margin-top: 0px;
}

#contenedor_personal {
  position: absolute;
  right: 0px;
  top: 0px;
}

#carrusel_personal .owl-controls {
  margin: 0px;
}

#carrusel_personal.activo .owl-controls {
  display: none !important;
}

.btn_cerrar_personal {
  background-color: rgba(23, 128, 184, 0.8);
  color: #ffffff;
  cursor: pointer;
  display: none;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 44px;
}

.mascara_cerrar_personal {
  cursor: pointer;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.personal {
  cursor: pointer;
}

.personal img {
  display: block;
  height: auto;
  margin: 0px auto;
  max-width: 570px;
  width: 90%;
}

.personal .pantalla_azul {
  background-color: rgba(23, 128, 184, 0.8);
}

.nombre_personal {
  bottom: -40px;
  padding: 10px 0px;
  position: absolute;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.personal:hover .nombre_personal {
  bottom: 0px;
}

#carrusel_personal.activo .nombre_personal {
  bottom: -50% !important;
}

.nombre_personal small {
  display: block;
  font-size: 0.7em;
  margin-top: 5px;
  width: 100%;
}

.nombre_personal span {
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  font-size: 0.7em;
  line-height: 30px;
  margin: 10px auto 0px;
  width: 120px;
}

.info_personal {
  display: none;
  margin-top: -20px;
}

/*Servicios*/

#carrusel_servicios {
  margin: 40px auto;
  position: relative !important;
  width: 980px;
}

.servicio img {
  display: inline-block;
  height: auto;
  padding: 1%;
  width: 48%;
}

.descripcion_servicio {
  display: inline-block;
  padding: 20px 2% 20px;
  vertical-align: top;
  width: 45%;
}

.lista {
  list-style: circle;
  margin: 0px;
  padding: 0px 10%;
}

.lista li {
  margin: 10px 0px;
}

.owl-buttons {
  bottom: 50%;
  position: absolute !important;
  width: 100%;
}

/*Instalaciones*/

.zoom_instalaciones {
  background-image: url(../images/zoom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.zoom_instalaciones:hover {
  opacity: 1;
}

.cuadro_galeria {
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  display: inline-block;
  height: 120px;
  margin: 1.2% 0.5% 1%;
  position: relative;
  width: 48.5%;
}

.rectangulo_galeria {
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  display: inline-block;
  height: 120px;
  margin: 0% 0.5%;
  margin-bottom: 1%;
  position: relative;
  width: 98.5%;
}

#abrir_galeria {
  border-bottom: 4px solid rgba(142, 160, 0, 1);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: 1.5%;
  padding: 12px 5% 16px;
  position: relative;
  text-align: center;
  width: 89%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#abrir_galeria:hover {
  border-bottom: 0px;
  padding: 16px 5% 16px;
}

/*Parallax*/

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax .pantalla_azul {
  padding: 120px 5%;
}

.parallax span {
  display: block;
  width: 100%;
}

/*Contacto*/

#mapa {
  background-color: #f4f4f4;
  height: 100%;
  position: absolute;
}

#popMapa {
  padding: 40px 5%;
}

#popMapa img {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: 25%;
}

#popMapa p {
  color: rgba(128, 128, 128, 1);
  display: inline-block;
  font-size: 1em;
  margin-left: 10%;
  vertical-align: top;
  width: 60%;
}

#citastel {
  color: rgba(23, 128, 184, 1);
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
}

#popMapa p b {
  color: rgba(23, 128, 184, 1);
  font-size: 2em;
  font-weight: 700;
}

#formulario {
  display: block;
  margin: 40px 0px 0px;
  width: 100%;
}

.fila_formulario {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}

.fila_1_3 {
  float: right;
  width: 35%;
}

.fila_2_3 {
  width: 60%;
}

.fila_3_3 {
  width: 100%;
}

.logo_contact {
  background-color: #ffffff;
  background-image: url(../images/Jupi_Therapy_Logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 150px;
  margin: 0px auto 10px;
  width: 125px;
  z-index: 10;
}

#formulario input {
  border-bottom: thin solid rgba(128, 128, 128, 1);
  color: rgba(128, 128, 128, 1);
  display: inline-block;
  font-size: 1em;
  line-height: 40px;
  width: 100%;
}

#formulario label {
  color: rgba(128, 128, 128, 1);
  cursor: pointer;
  display: block;
  font-size: 1em;
  left: 0px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#formulario label.activo {
  font-size: 0.8em;
  line-height: 20px;
  top: -20px;
}

#formulario input#enviar_correo {
  border-bottom: 4px solid rgba(142, 160, 0, 1);
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  margin-top: 10px;
  padding: 12px 24px 16px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: auto;
}

#formulario input#enviar_correo:hover {
  border-bottom: 0px;
  padding: 16px 24px 16px;
}

/*Footer*/

#logo_footer {
  background-color: #ffffff;
  background-image: url(../images/logo_fisiosmart_rehabilitacion_terapia_fisica.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 220px;
  margin: 0px auto 40px;
  width: 180px;
  z-index: 10;
}

.space {
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 40px;
}

.icon_footer {
  display: inline-block;
  margin-right: 10px;
}

.fa-whatsapp {
  font-size: 1.2em !important;
}

.copy {
  display: block;
  float: left;
  width: 100%;
}

#datos_copy {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 0.8em;
  line-height: 40px;
  margin: 27px 0px;
  margin-left: 5%;
}

#go_top {
  background-color: #ffffff;
  border-radius: 4px;
  bottom: 110px;
  color: #d27f2a;
  display: block;
  font-size: 1.5em;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 2.5%;
  text-align: center;
  width: 44px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
}

/*
//////////////////////////////
Responsive Tablet Horizontal
//////////////////////////////
*/

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .sociales {
    display: none;
  }
  .telefono-header {
    position: absolute;
    top: 20px;
    left: 180px;
  }
  footer .sociales {
    background-color: rgba(15, 90, 130, 0.8);
    display: block;
    margin: 0px;
    margin-top: -67px;
    position: fixed;
    right: 0px;
    top: 50%;
    width: 44px;
    z-index: 9;
  }
  footer .sociales a {
    margin: 0px;
  }
  #logo_superior {
    left: 2.5%;
  }
  .menu {
    margin-right: 2.5%;
  }
  .texto_3_em {
    font-size: 2em;
  }
  .texto_2_em {
    font-size: 1.3em;
  }
  .texto_1_5_em {
    font-size: 1.2em;
  }
  .texto_1_3_em {
    font-size: 1em;
  }
  .texto_1_2_em {
    font-size: 1em;
  }
  .margin_b_25 {
    margin-bottom: 10px;
  }
  .padding_80_10,
  .padding_40_10 {
    padding: 40px 5%;
  }
  .parallax {
    background-attachment: inherit;
  }
  .parallax .pantalla_azul {
    padding: 60px 2.5%;
  }
  #carrusel_servicios {
    width: 100%;
  }
  #datos_copy {
    margin-left: 2.5%;
  }
  .info_personal {
    margin-top: 0px;
  }
  .info_personal p {
    margin-bottom: 12px;
  }
  .info_personal .linea {
    margin: 10px 0px;
  }
  .info_personal .boton_accion {
    margin-top: 10px;
  }
  .nombre_personal {
    bottom: 0px !important;
  }
}

/*
//////////////////////////////
Responsive Tablet Vertical
//////////////////////////////
*/

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .telefono-header {
    position: absolute;
    top: 5px;
    left: 160px;
    margin-top: -15px;
  }
  #conocenos .boton_accion {
    display: none;
  }
  .info_slides {
    display: block;
    max-width: inherit;
    position: absolute;
    top: 35%;
    right: 15%;
    width: 70%;
  }
  .info_slides .texto_left {
    text-align: center !important;
  }
  .boton_slider {
    display: block;
    margin: 0px auto;
    margin-top: 40px;
    text-align: center;
    width: 50%;
  }
  .columna_50 {
    width: 100%;
  }
  .parallax .pantalla_azul {
    padding: 60px 20%;
  }
  #instalaciones br {
    display: none;
  }
  #instalaciones span,
  #instalaciones p {
    display: block;
    text-align: center !important;
  }
  #instalaciones .linea {
    display: block;
    margin: 25px auto;
  }
  #carrusel_personal {
    width: 100%;
  }
  #mapa {
    height: 320px;
    position: relative;
  }
  .info_personal {
    left: 0%;
    margin-top: 40px;
    position: absolute;
    width: 40%;
    z-index: 2;
  }
  .personal img {
    max-width: 520px;
  }
  #carrusel_personal.activo {
    margin-right: -30%;
    margin-top: 40px;
  }
}

/*
//////////////////////////////
Responsive Celular Vertical
//////////////////////////////
*/

@media screen and (max-width: 767px) {
  #conocenos .boton_accion {
    display: none;
  }
  #btn_menu {
    display: block;
  }
  #logo_superior {
    height: 100px;
    position: fixed;
    width: 90px;
    z-index: 9;
  }
  .menu,
  #scroll_down span {
    display: none;
  }
  .encabezado {
    min-height: 60px;
  }
  .encabezado .sociales {
    position: absolute;
    right: 60px;
    top: 7px;
  }
  .encabezado .sociales a {
    margin: 0px 8px;
    width: 30px;
  }
  .linea_menu {
    bottom: 0px;
    position: absolute;
    z-index: 2;
  }
  #menu_principal {
    display: none;
    margin-top: 140px;
    position: absolute;
    width: 100%;
  }
  #menu_principal ul li {
    margin: 0px 5% 10px;
    width: 90%;
  }
  #menu_principal ul span {
    margin: 10px 5% 0px;
    width: 90%;
  }
  #menu_principal ul span a {
    padding: 7px 0px 10px;
    text-align: center;
    width: 100%;
  }
  #menu_principal ul li:before {
    height: 0px;
    width: 2px !important;
  }
  #menu_principal ul li:hover:before,
  #menu_principal ul li.activo:before {
    height: 100%;
  }
  .columna_50 {
    width: 100%;
  }
  .padding_80_10,
  .padding_40_10,
  .padding_40_10_60 {
    padding: 40px 5%;
  }
  .texto_3_em {
    font-size: 2em;
  }
  .texto_2_em {
    font-size: 1.5em;
  }
  .texto_1_5_em {
    font-size: 1.3em;
  }
  .texto_1_3_em {
    font-size: 1.2em;
  }
  .texto_1_2_em {
    font-size: 1.1em;
  }
  .texto_1_1_em {
    font-size: 1em;
  }
  .texto_1_em {
    font-size: 1em;
  }
  .texto_0_8_em {
    font-size: 1em;
  }
  .info_slides {
    max-width: inherit;
    top: 160px;
    right: 5%;
    width: 90%;
  }
  .info_slides .texto_3_em,
  .parallax .pantalla_azul .texto_3_em {
    font-size: 1.6em;
  }
  .info_slides .texto_1_3_em,
  .parallax .pantalla_azul .texto_1_3_em {
    font-size: 1em;
  }
  .parallax {
    background-attachment: inherit;
  }
  .parallax .pantalla_azul {
    padding: 40px 2.5%;
  }
  #carrusel_personal {
    margin-top: 0px;
    width: 100%;
  }
  #carrusel_servicios {
    margin: 20px auto;
    width: 100%;
  }
  .servicio img {
    padding: 1% 0%;
    width: 100%;
  }
  .descripcion_servicio {
    padding: 20px 0% 20px;
    width: 100%;
  }
  #instalaciones .padding_80_10 {
    padding-bottom: 20px;
  }
  .padding_1 {
    margin-bottom: 20px;
    padding: 0% 5%;
  }
  .cuadro_galeria {
    width: 48%;
  }
  #contenedor_personal {
    position: relative;
  }
  .info_personal {
    margin: 0px;
    padding: 20px 5% 40px;
    position: relative;
  }
  .nombre_personal {
    bottom: 0px !important;
  }
  #carrusel_personal.activo {
    margin-right: 0%;
  }
  #mapa {
    height: 240px;
    position: relative;
  }
  #popMapa {
    padding: 0px 5%;
  }
  .fila_1_3,
  .fila_2_3 {
    width: 100%;
  }
  footer .sociales {
    display: block;
    margin: 0px;
    position: absolute;
    right: 0px;
  }
  footer .sociales a {
    line-height: 44px;
    width: 40px;
  }
  #logo_footer {
    height: 180px;
    margin: 0px auto 0px;
    width: 140px;
  }
  .space {
    width: 100%;
  }
  #datos_copy {
    margin-left: 2.5%;
  }
  #go_top {
    bottom: 76px;
    margin-right: -22px;
    right: 50%;
  }
  .telefono-header {
    position: absolute;
    top: 5px;
    left: 120px;
    margin-top: -15px;
  }
  .sociales {
    visibility: hidden;
  }
  #citasal {
    visibility: collapse;
  }
  #precio-wrapper {
    width: 100%;
    bottom: 0;
    padding: 10px 10px 2px 0px;
  }
  #precio-cita > span {
    font-size: 1.2em;
  }
  .tarjeta {
    width: 45px;
  }
  #whatsblock {
    bottom: 20px;
    right: 10px;
  }
}

/*
//////////////////////////////
Responsive Celular Horizontal
//////////////////////////////
*/

@media screen and (max-width: 767px) and (orientation: landscape) {
  #menu_principal ul li {
    margin: 0px 5% 10px;
    width: 39%;
  }
  .telefono-header {
    position: absolute;
    top: 5px;
    left: 120px;
    margin-top: -15px;
  }
  .sociales {
    visibility: hidden;
  }
  #citasal {
    visibility: collapse;
  }
  .info_slides .texto_3_em {
    text-align: center;
  }
  .info_slides .texto_1_3_em,
  .boton_slider {
    display: none;
  }
  #precio-wrapper {
    width: 100%;
    bottom: 0;
    padding: 10px 10px 2px 0px;
  }
  #precio-cita > span {
    font-size: 1.2em;
  }
  .tarjeta {
    width: 45px;
  }
  #whatsblock {
    bottom: 20px;
    right: 10px;
  }
}
