﻿@font-face {
  font-family: 'ralewaybold';
  /* Montserrat-B */
  src: url('css/fonts/raleway-bold-webfont.html');
  /* IE9 Compat Modes */
  src: url('css/fonts/raleway-bold-webfontd41d.html?#iefix') format('embedded-opentype'), url('css/fonts/raleway-bold-webfont-2.html') format('woff2'), url('css/fonts/raleway-bold-webfont-3.html') format('woff'), url('css/fonts/raleway-bold-webfont-4.html') format('truetype'), url('css/fonts/raleway-bold-webfont-5.html#ralewaybold') format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'ralewaylight';
  /* Montserrat-L */
  src: url('css/fonts/raleway-light-webfont.html');
  /* IE9 Compat Modes */
  src: url('css/fonts/raleway-light-webfontd41d.html?#iefix') format('embedded-opentype'), url('css/fonts/raleway-light-webfont-2.html') format('woff2'), url('css/fonts/raleway-light-webfont-3.html') format('woff'), url('css/fonts/raleway-light-webfont-4.html') format('truetype'), url('css/fonts/raleway-light-webfont-5.html#ralewaylight') format('svg');
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: 'ralewayextralight';
  /* Montserrat-UL */
  src: url('css/fonts/raleway-extralight-webfont.html');
  /* IE9 Compat Modes */
  src: url('css/fonts/raleway-extralight-webfontd41d.html?#iefix') format('embedded-opentype'), url('css/fonts/raleway-extralight-webfont-2.html') format('woff2'), url('css/fonts/raleway-extralight-webfont-3.html') format('woff'), url('css/fonts/raleway-extralight-webfont-4.html') format('truetype'), url('css/fonts/raleway-extralight-webfont-5.html#ralewayextralight') format('svg');
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: 'ralewaythin';
  /* Montserrat-H */
  src: url('css/fonts/raleway-thin-webfont.html');
  /* IE9 Compat Modes */
  src: url('css/fonts/raleway-thin-webfontd41d.html?#iefix') format('embedded-opentype'), url('css/fonts/raleway-thin-webfont-2.html') format('woff2'), url('css/fonts/raleway-thin-webfont-3.html') format('woff'), url('css/fonts/raleway-thin-webfont-4.html') format('truetype'), url('css/fonts/raleway-thin-webfont-5.html#ralewaythin') format('svg');
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: 'ralewayregular';
  /* Montserrat */
  src: url('css/fonts/raleway-regular-webfont.html');
  src: url('css/fonts/raleway-regular-webfontd41d.html?#iefix') format('embedded-opentype'), url('css/fonts/raleway-regular-webfont-2.html') format('woff2'), url('css/fonts/raleway-regular-webfont-3.html') format('woff'), url('css/fonts/raleway-regular-webfont-4.html') format('truetype'), url('css/fonts/raleway-regular-webfont-5.html#ralewayregular') format('svg');
  font-style: normal;
  font-weight: normal;
}
/*#a8c2dd*/
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
* {
  margin: 0;
  padding: 0;
}
/*a{
    border-bottom:none;
    text-decoration:none;
    &:hover{
            border-bottom:1px solid;
            padding-bottom:1px;
             text-decoration:none;
    }
}*/
html,
body {
  height: 100%;
}
body {
  font: 14px 'ralewayregular', Arial, sans-serif;
  color: #333;
  line-height: 24px;
}
a,
a:hover,
a:focus {
  color: #333;
}
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
p {
  line-height: 24px;
}
p a {
  text-decoration: underline;
  color: #5991CB;
}
p a:hover {
  text-decoration: none;
}
.img_fullsize {
  width: 100%;
}
h1 {
  color: #333;
  font: 60px 'ralewayregular', Arial, sans-serif;
  text-transform: uppercase;
  line-height: 53px;
}
h2 {
  font: 24px 'ralewayregular', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  margin: 60px 0;
}
h2 hr {
  width: 75px;
  margin: 15px auto 35px;
  border-color: #5991CB;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}
h3 {
  font: 18px 'ralewaybold', Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #333;
  margin: 30px 0;
}
h3 hr {
  width: 75px;
  margin: 15px auto 35px;
  border-color: #5991CB;
}
h4 {
  font: 16px 'ralewayregular', Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #333;
  margin: 30px 0;
}
strong {
  font-family: 'ralewaylight';
}
.container {
  max-width: 1200px;
  /*width: 1024px;*/
  padding: 0;
  margin: 0 auto;
}
input:focus,
button:focus {
  outline: 0;
}
@media (max-width: 1250px) {
  .container {
    width: 1000px;
  }
}
@media all and (max-width: 1050px) {
  .container {
    width: 93%;
    margin: 0 auto;
  }
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.btn {
  padding: 0 0 0 13px;
  background: transparent;
  color: #5991CB;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -border: 4px solid #5991CB;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  border: none;
  text-align: left;
  white-space: inherit;
}
.btn:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #5991CB;
  border-right: 1px solid #5991CB;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.btn:hover,
.btn a:hover {
  color: #5991CB;
}
.btn:focus,
.btn a:focus,
.btn:active,
.btn a:active {
  color: #5991CB;
}
.btn.white {
  color: white;
}
.btn.white:before {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.btn.noArrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn.noArrow:after {
  border-bottom: none;
  border-right: none;
}
.btn.noArrow:hover,
.btn.noArrow a:hover {
  color: white;
  border-color: #5991CB;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.flexslider {
  border: none;
}
.flexslider .flex-control-paging li a {
  background: transparent;
  border: 2px solid #5991CB;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #5991CB;
}
.bg-black-opacity {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.bg-black-opacity.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
input[type=text],
textarea {
  padding: 9px 10px 10px;
}
textarea {
  border-color: #ccc;
}
#modal-portal .modal-body {
  padding-top: 20px;
}
#modal-portal .input-form {
  display: block;
  width: 100%;
  margin: 15px 0;
}
#modal-portal strong {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.formulario {
  text-align: left;
}
.formulario h2 {
  text-align: left;
}
.formulario form label {
  font-size: 12px;
  color: #333;
  display: block;
}
.formulario form input[type=text],
.formulario form textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.formulario form input[type=radio] {
  margin: 14px 5px 0 0;
}
.formulario form input[type=checkbox] {
  margin: 0 5px 0 0;
}
.formulario form .contenedor {
  position: relative;
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
}
.formulario form .contenedor span.label-inline {
  margin-right: 20px;
}
ul.phantom-select {
  position: absolute;
  z-index: 999;
  height: 45px;
  list-style: none;
  width: 100%;
  background-color: white;
  cursor: pointer;
}
ul.phantom-select.on {
  height: 200px;
  border: 1px solid;
  border-color: #555;
  overflow: scroll;
}
ul.phantom-select.on li {
  display: block;
}
ul.phantom-select.on li.first {
  border: none;
}
ul.phantom-select li {
  display: none;
  padding: 9px 10px;
}
ul.phantom-select li:hover {
  background: #333;
  color: white;
}
ul.phantom-select li.first {
  display: block;
  border: 1px solid;
  padding: 13px 10px;
  border-color: #555;
  color: #555;
  overflow: hidden;
}
ul.phantom-select li.first:hover {
  background: white;
  color: #555;
}
ul.phantom-select li.first span {
  float: left;
}
ul.phantom-select li.first i {
  float: right;
  font-size: 24px;
  line-height: 16px;
}
.checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}
.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0;
}
.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 14px;
  color: #5991CB;
  transition: all .2s;
  top: -2px;
  left: 3px;
  font-size: 19px;
}
.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}
@-moz-document url-prefix() {
  .checkbox [type="checkbox"]:not(:checked) + label:after,
  .checkbox [type="checkbox"]:checked + label:after {
    top: -12px;
    left: 3px;
    font-size: 30px;
  }
}
body.menufixed {
  padding-top: 149px;
}
.modal-backdrop {
  z-index: 998;
}
.modal-body {
  padding: 30px;
}
#header {
  background-color: white;
  padding: 15px 0 0;
  margin-bottom: 20px;
}
#header.fixed {
  position: fixed;
  top: 0;
  z-index: 998;
  left: 0;
  width: 100%;
}
#header .col-sm-3 {
  padding-top: 8px;
  padding-left: 0;
  width: 22%;
}
#header .col-sm-9 {
  width: 78%;
}
#header img {
  height: 125px;
  width: auto;
  margin: 0;
  display: block;
}
#header span {
  font-size: 14px;
}
#header .container {
  overflow: visible;
}
#header .btn {
  padding: 0 5px;
  font-size: 12px;
  background-color: #5991CB;
  color: #fff;
  margin: 0 10px;
}
#header #llamanos {
  width: 100%;
  text-align: left;
  margin-top: 0;
}
#header #llamanos .llamanos_text {
  font-size: 16px;
}
#header #llamanos a.btn {
  padding: 9px 7px 7px;
}
#header #llamanos button {
  width: 36px;
}
#header #llamanos button span {
  font-size: 20px;
}
#header #llamanos .num_text {
  font-size: 28px;
}
#header #idioma {
  text-align: right;
  position: absolute;
  top: 25px;
  right: 0;
  padding-right: 0;
}
#header #idioma a {
  color: #5991CB;
  font-size: 15px;
  display: inline;
  line-height: 25px;
}
#header #idioma a:after {
  content: '|';
  padding-left: 10px;
  margin-right: 10px;
}
#header #idioma a:last-child::after {
  content: '';
  padding-left: 0;
  margin-right: 0;
}
#header #idioma a:hover,
#header #telefono a:hover {
  text-decoration: none;
}
#header #telefono {
  margin-top: 15px;
  text-align: right;
  padding-right: 0;
}
#header #telefono .noArrow img {
  display: none;
}
#header #telefono .btn {
  padding: 7px 7px 5px;
  font-size: 16px;
}
#header #menusup {
  margin-top: 42px;
  display: block;
}
#header #menusup #botonMenu {
  display: none;
  text-align: left;
  margin-left: 4%;
  padding-left: 43px;
  background: url(img/hamburger_icon.html) no-repeat left center;
  background-size: 28px auto;
  color: black;
  font-size: 16px;
  cursor: pointer;
}
#header #menusup #botonMenu.open {
  background: url(img/icono_cerrar_menu.html) no-repeat left center;
}
#header #menusup ul {
  list-style: none;
  text-align: right;
  padding-left: 0;
  position: relative;
}
#header #menusup ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  margin-left: 12px;
}
#header #menusup ul li a {
  padding: 20px 0 5px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
  margin: 0;
}
#header #menusup ul li:last-child {
  width: 16.66%;
  margin-left: 30px;
  text-align: right;
}
#header .lupa {
  background-color: #fff;
  border: none;
  padding: 3px 0;
  margin-left: 0;
  margin-right: 0;
}
#header .lupa:focus,
#header .lupa:active {
  border: none;
}
#header .lupa span {
  color: black;
  font-size: 18px;
}
#header .lupa span.glyphicon {
  top: 3px;
}
#header a {
  font-size: 28px;
}
#header nav ul {
  float: right;
  padding-left: 0;
  margin-top: 30px;
}
#header nav ul li {
  display: inline;
  text-transform: uppercase;
  margin: 0 10px;
  font-weight: 700;
  float: left;
}
#header nav ul li:last-child {
  margin-right: 0;
}
#header nav ul li a {
  font-size: 12px;
}
.edit img {
  margin: 7px 10px 20px 0;
}
.edit p {
  margin-bottom: 20px;
}
.edit h3 {
  font: 16px 'ralewayregular';
  text-transform: none;
  color: #5991cb;
  margin: 0 0 15px;
  text-align: left!important;
}
.edit .contenedor_cuadros {
  margin-top: 50px;
}
.edit .contenedor_cuadros .col-sm-3 {
  padding-top: 23%;
  width: 23%;
  margin: 0 1%;
}
.edit .contenedor_cuadros .col-sm-3.naranja {
  background-color: #E39E54;
}
.edit .contenedor_cuadros .col-sm-3 a {
  position: absolute;
  text-align: right;
  bottom: 15px;
  right: 15px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 24px;
  width: 70%;
}
.edit .contenedor_cuadros .col-sm-3 a:hover {
  text-decoration: none;
}
.edit a {
  text-decoration: underline;
}
.edit a:hover {
  text-decoration: none;
}
.edit blockquote {
  background: url(img/blockquote.html) no-repeat left top;
  font-size: 16px;
  color: #333;
  line-height: 23px;
  margin-top: 40px;
  display: block;
  text-indent: -70px;
  border-left: none;
  padding: 0 18px 0 90px!important;
}
.edit blockquote p {
  line-height: 34px;
}
.edit blockquote:first-letter {
  padding-left: 70px;
  height: 50px;
}
.edit .instalaciones {
  margin-top: 0px;
}
.edit .instalaciones img {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%;
  margin-right: 1%;
}
@media (max-width: 767px) {
  .edit .instalaciones img {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 500px) {
  .edit .instalaciones img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#btnSubirMobile {
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999;
  display: none;
}
.search_zone {
  background: #5991CB;
  display: none;
  position: relative;
}
.search_zone.activar_busq {
  display: block;
}
.search_zone .cerrar_busq {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 40px!important;
  height: 40px!important;
  cursor: pointer;
}
.search_zone input {
  width: 100%;
  border: none;
  padding: 15px 10px 10px;
  background: none;
  color: white;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}
.search_zone ::-webkit-input-placeholder {
  color: white;
}
.search_zone :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.search_zone ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.search_zone :-ms-input-placeholder {
  color: white;
}
.titular-interiores {
  background-color: #f5f9fb;
  padding: 30px 0;
}
.titular-interiores .container {
  position: relative;
}
.titular-interiores h1 {
  margin-top: 40px;
  width: 70%;
}
.titular-interiores ol.miga-pan {
  color: #5991CB;
  font-size: 12px;
  list-style: none;
  padding: 0 0 0 5px;
}
.titular-interiores ol.miga-pan li {
  display: inline-block;
}
.titular-interiores ol.miga-pan li a {
  color: #333;
}
.titular-interiores ol.miga-pan li:after {
  content: '|';
  padding-right: 0;
  margin-left: 3px;
}
.titular-interiores ol.miga-pan li:last-child {
  margin-left: 2px;
}
.titular-interiores ol.miga-pan li:last-child:after {
  content: '';
  display: none;
}
.titular-interiores div {
  padding: 0;
}
.titular-interiores .contenedor-iconos {
  text-align: right;
}
.titular-interiores .contenedor-iconos ul.iconos {
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
}
.titular-interiores .contenedor-iconos ul.iconos li {
  float: left;
  margin: 0 0 0 10px;
  cursor: pointer;
  font-size: 11px;
  color: #333;
  text-align: center;
  width: 60px;
  line-height: 13px;
  position: relative;
}
.titular-interiores .contenedor-iconos ul.iconos li img,
.titular-interiores .contenedor-iconos ul.iconos li span {
  display: block;
}
.titular-interiores .contenedor-iconos ul.iconos li img {
  width: 42px;
  margin: 0 auto;
}
.titular-interiores .contenedor-iconos ul.iconos li span {
  margin-top: 5px;
  color: #5991CB;
}
.titular-interiores .contenedor-iconos ul.iconos li span span {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  font-size: 30px;
}
.titular-interiores .contenedor-iconos ul.iconos li .duracion,
.titular-interiores .contenedor-iconos ul.iconos li .sesiones {
  position: absolute;
}
.titular-interiores .contenedor-iconos ul.iconos li.contenedor-icon {
  position: relative;
}
.titular-interiores .contenedor-iconos ul.iconos li .duracion {
  font-size: 20px;
  top: -2px;
  left: 0;
  right: 0;
}
.titular-interiores .contenedor-iconos ul.iconos li .sesiones {
  font-size: 14px;
  top: 13px;
  right: 15px;
}
.titular-interiores .contenedor-iconos .popover {
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 200px;
  left: -100px;
}
.titular-interiores .contenedor-iconos .popover ul {
  padding-left: 0;
  list-style: none;
}
.titular-interiores .contenedor-iconos .popover ul li {
  float: none;
  display: block;
  width: auto;
  text-align: left;
  margin: 8px;
  line-height: 16px;
  cursor: default;
  font-size: 14px;
}
.titular-interiores .contenedor-iconos .popover_info {
  list-style: none;
  padding-left: 0;
}
.titular-interiores .contenedor-iconos .popover_info li {
  margin: 3px!important;
  text-align: left!important;
  font-size: 12px!important;
}
ul {
  list-style: circle;
  padding-left: 50px;
}
ul li {
  margin-bottom: 10px;
}
.info-complementaria {
  padding-left: 50px;
}
.info-complementaria h3 {
  margin-top: 0;
  text-align: center;
}
.youtB {
  position: relative;
  margin: 0 0 70px;
}
.youtB .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}
.youtB hr {
  border-color: #5991CB;
  margin: 10px 0;
}
.youtB a {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.youtB img.thumb {
  width: 100%;
}
img.play {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 98px;
  top: 0;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
img.play:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.eventos {
  text-align: center;
}
.eventos h3 {
  margin-top: 0;
}
.dermagazine-prensa {
  padding: 0 15px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 0;
}
.dermagazine-prensa .col-sm-4 {
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-top: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dermagazine-prensa .col-sm-4 a {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  padding-top: 150%;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 99;
  left: 0;
  top: 0;
}
.dermagazine-prensa .col-sm-4 a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dermagazine-prensa .col-sm-4 a img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 26px;
  top: 0;
  bottom: 0;
}
.dermagazine-prensa .col-sm-4 img {
  width: 100%;
}
.dermagazine-prensa .todas {
  text-align: right;
  margin: 10px 0;
}
.dermagazine-prensa .todas a {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.dermagazine-prensa .todas a:hover {
  text-decoration: none;
}
.dermagazine-prensa .todas a:after {
  content: '+';
  font-size: 44px;
  color: #5991CB;
  /* margin-left: 10px; */
  position: absolute;
  right: 0;
  top: -4px;
  font-family: ralewaythin;
}
.data {
  font-size: 14px;
  color: #333;
  text-align: left;
}
.data .email {
  overflow: hidden;
  margin-bottom: 10px;
}
.data .email input[type=text] {
  width: 79%;
  float: left;
  margin-top: 1px;
}
.data .email .enviar {
  border: 4px solid #5991CB;
  color: #5991CB;
  width: 18%;
  height: 18%;
  line-height: 38px;
  float: left;
  font-size: 20px;
  text-align: center;
  margin-left: 3%;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.data .email .enviar:hover {
  color: white;
  background-color: #5991CB;
  border-color: #5991CB;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.data .checkbox {
  font-size: 12px;
  margin-bottom: 42px;
}
.data .checkbox label {
  float: left;
}
.data .checkbox span {
  float: left;
  margin-top: -2px;
  width: 88%;
}
.data .checkbox span a {
  color: #333;
  text-decoration: underline;
}
.data .checkbox span a:hover {
  text-decoration: none;
}
.data h2 {
  font: 27px 'ralewaybold', Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #5991cb;
  margin: 15px 0 10px;
}
.pedir-cita {
  padding: 0 15px;
  margin-bottom: 60px;
  position: relative;
}
.pedir-cita > img {
  width: 100%;
}
.pedir-cita .texto {
  position: absolute;
  top: 0;
  left: 20px;
  width: 50%;
}
.pedir-cita .texto h3 {
  margin-bottom: 20px;
}
.pedir-cita .texto span {
  font-family: 'ralewaythin';
}
.pedir-cita .texto .btn {
  margin-top: 25px;
}
.noticias .row {
  font-size: 0;
}
.noticias .row > .col-sm-12,
.noticias .row > .col-sm-6 {
  margin-bottom: 60px;
  color: #333;
  font-size: 14px;
  /*img{
			width: 100%;
		}*/
}
.noticias .row > .col-sm-12 .titulo,
.noticias .row > .col-sm-6 .titulo {
  font: 18px 'raleway';
  margin: 20px 0 0;
}
.noticias .row > .col-sm-12 .titulo a:hover,
.noticias .row > .col-sm-6 .titulo a:hover {
  text-decoration: underline;
}
.noticias .row > .col-sm-12 .fecha,
.noticias .row > .col-sm-6 .fecha {
  font-size: 12px;
  margin-bottom: 10px;
}
.noticias .row > .col-sm-12 a.image,
.noticias .row > .col-sm-6 a.image {
  height: 200px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.noticias .row > .col-sm-12 .titulo {
  font-size: 32px;
  line-height: 32px;
}
.noticias .row > .col-sm-12 .titulo a:hover {
  text-decoration: none;
}
.noticias .row > .col-sm-12 a.image {
  height: 435px;
}
.noticias .bloque-superior {
  margin-top: 40px;
  margin-bottom: 40px;
}
.noticias .bloque-inferior {
  margin-top: 60px;
}
.noticias.enfermedades h2 {
  margin-bottom: 20px;
}
.noticias.enfermedades ol,
.noticias.enfermedades ul {
  list-style-position: inside;
}
.noticias.enfermedades h3 {
  font: 16px 'ralewayregular';
  text-transform: none;
  color: #5991cb;
  margin: 40px 0 10px;
  text-align: left!important;
}
.noticias.enfermedades p {
  text-align: left!important;
}
.noticias.enfermedades p a {
  text-decoration: underline;
}
.noticias.enfermedades p a:hover {
  text-decoration: none;
}
.noticias.enfermedades strong {
  font-family: ralewaybold;
}
.noticias .share {
  overflow: hidden;
  margin-bottom: 60px!important;
}
.noticias .share span {
  width: 120px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: white;
  padding-left: 30px;
  font-size: 20px;
}
.noticias .share span.facebook {
  background: url(../img/icons/icon_facebook_white.png) 8px 48% no-repeat #3C5A99;
}
.noticias .share span.twitter {
  background: url(../img/icons/icon_twitter_white.png) 8px 48% no-repeat #28AAE1;
}
.noticias .share span.glyphicon-envelope {
  color: #333;
  font-size: 14px;
  float: right;
}
.noticias .share span.glyphicon-envelope a {
  color: #333;
}
.noticias .share span.glyphicon-envelope a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noticias .share span.glyphicon-envelope:before {
  font-size: 24px;
  position: absolute;
  margin-left: -30px;
}
.noticias .share a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.noticias .share a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.noticias .flex-control-nav {
  bottom: -40px;
}
.noticias .row > .col-sm-6 .titulo {
  font-size: 18px;
}
.noticias .row > .col-sm-6 .titulo a:hover {
  text-decoration: underline;
}
noticias .row > .col-sm-12 .titulo {
  font-size: 24px;
}
.noticias .row > .col-sm-12,
.noticias .row > .col-sm-6 {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.carrusel-blog {
  margin: 0 0 100px;
}
.carrusel-blog .col-sm-6 {
  overflow: hidden;
  margin-bottom: 20px;
  color: #333;
}
.carrusel-blog .col-sm-6 img {
  float: left;
  width: 90px;
}
.carrusel-blog .col-sm-6 .titulo,
.carrusel-blog .col-sm-6 .fecha,
.carrusel-blog .col-sm-6 .name_writter {
  margin-left: 100px;
  font-size: 12px;
}
.carrusel-blog .col-sm-6 .titulo {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 7px;
}
.carrusel-blog .col-sm-6 .name_writter {
  text-align: left;
}
.bloggers {
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 60px;
}
.bloggers .contenedor_img_bloggers {
  width: 15.6%;
  height: 120px;
  margin: 0 0.3333% 4px;
  display: inline-block;
  position: relative;
}
.bloggers .contenedor_img_bloggers img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bloggers .contenedor_img_bloggers img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1250px) {
  .bloggers .contenedor_img_bloggers {
    width: 18%;
  }
}
@media (max-width: 1000px) {
  .bloggers .contenedor_img_bloggers {
    width: 23.5%;
  }
}
.area_prof {
  padding-left: 0;
  list-style: none;
  margin-top: 90px;
}
.area_prof li {
  font-size: 21px;
  margin-bottom: 20px;
}
.area_prof li a {
  position: relative;
}
.area_prof li a:after {
  content: '+';
  font-size: 44px;
  color: #5991CB;
  position: absolute;
  right: -20px;
  top: 2px;
  font-family: ralewaythin;
}
.testimonios article {
  margin-bottom: 100px!important;
}
.testimonios article .title {
  font-size: 18px;
  font-family: ralewaybold;
  color: #333;
  text-align: center;
  margin-top: 40px;
}
.testimonios .vista_psn {
  width: 210px!important;
  height: 210px!important;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  margin: 0 auto;
  border: 1px solid #EBF1F9;
}
.testimonios .vista_psn:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #A8C7F0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin: 0 auto;
}
.testimonios strong {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.testimonios blockquote {
  background: url(img/blockquote.html) no-repeat left top;
  font-size: 16px;
  color: #333;
  line-height: 23px;
  margin-top: 40px;
  display: block;
  text-indent: -70px;
  border-left: none;
  padding: 0 18px 0 90px!important;
}
.testimonios blockquote p {
  line-height: 34px;
}
.testimonios blockquote:first-letter {
  padding-left: 70px;
  height: 50px;
}
.main {
  margin-top: 80px;
}
.main h2 {
  margin-top: 0;
}
.image-tratamiento {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 320px;
  margin-bottom: 80px;
}
.cont_before_after {
  margin-bottom: 80px;
}
.cont_before_after .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}
.cont_before_after hr {
  border-color: #5991CB;
  margin: 10px 0;
}
.before-after {
  border: none;
  margin-top: 5px;
  margin-bottom: 20px;
}
.before-after ul {
  padding-left: 0;
}
.before-after ul ul {
  list-style: none;
  margin: 0;
}
.before-after ul ul li {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.before-after ul ul li span {
  color: white;
  position: absolute;
  bottom: 5px;
  width: 100%;
  font-family: 'ralewaythin';
  text-align: center;
}
.informacion section {
  margin-bottom: 90px;
  /*overflow:hidden;*/
}
.informacion section .relacionados {
  margin-bottom: 30px;
  padding-right: 20px;
}
.informacion section .relacionados ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.informacion section .relacionados ul li.col-sm-4 {
  padding: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.informacion section .relacionados ul li.col-sm-4 .image {
  width: 100%;
  padding-top: 100%;
  display: block;
}
.informacion section .relacionados ul li.col-sm-4 p {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.informacion section .relacionados .flex-direction-nav a {
  height: 71px;
  width: 36px;
  line-height: 71px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  top: 48%;
}
.informacion section .relacionados .flex-direction-nav a:before {
  font-size: 16px;
  height: 71px;
  width: 36px;
  background: url(../img/icons/icono_bg_btn_prev.png) 0 0 no-repeat;
  color: white;
  text-shadow: none;
  padding-left: 5px;
  font-family: "Glyphicons Halflings";
  content: '\e079';
}
.informacion section .relacionados .flex-direction-nav a.flex-next:before {
  background: url(../img/icons/icono_bg_btn_next.png) 0 0 no-repeat;
  padding-right: 5px;
  content: '\e080';
}
.informacion section .relacionados .flex-direction-nav a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.informacion section .relacionados .flex-direction-nav .flex-prev {
  left: 0;
}
.informacion section .relacionados .flex-direction-nav .flex-next {
  right: 0;
}
.informacion section .relacionados .bg-black-opacity {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 2;
}
.informacion section .relacionados .bg-black-opacity:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.informacion section .descripcion .titulo {
  font: 16px 'ralewaythin';
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #333;
}
.informacion section .descripcion .titulo.active:after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 40px;
  top: -17px;
  color: #5991cb;
  background: white;
}
.informacion section .descripcion p {
  color: #333;
}
.informacion section .btnTrat {
  margin-right: 30px;
  margin-bottom: 10px;
}
.informacion article {
  color: #333;
}
.informacion article h2 {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  background: url(img/bg-tit-parrafo.html) 0 11px repeat-x;
  text-align: left;
  margin: 5px 0 30px;
}
.informacion article h2:after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 40px;
  top: -15px;
  color: #5991CB;
  background: white;
  padding-left: 10px;
}
.informacion article h2 span {
  background-color: white;
  padding-right: 10px;
  cursor: pointer;
}
.informacion article .texto-info {
  display: none;
  padding: 10px 30px 30px 0;
}
.informacion article .texto-info img {
  margin: 20px 0;
}
.informacion article .texto-info h3 {
  font: 16px 'ralewayregular';
  text-transform: none;
  color: #5991CB;
  margin: 0 0 20px;
  text-align: left;
}
.informacion article .texto-info strong {
  font-family: 'ralewayregular';
  color: #777;
}
.informacion article .texto-info.active {
  display: block;
}
.informacion article ol {
  margin-left: 40px;
}
.informacion .title {
  font-size: 24px;
  font-family: ralewaybold;
  color: #333;
  text-align: center;
  margin-top: 40px;
}
.relacionados {
  margin-bottom: 30px;
  padding-right: 20px;
}
.relacionados ul {
  list-style: none;
  padding: 0;
}
.relacionados ul li.col-sm-4 {
  padding: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.relacionados ul li.col-sm-4 .image {
  width: 100%;
  padding-top: 100%;
  display: block;
}
.relacionados ul li.col-sm-4 p {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  padding: 5px 0 0 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.relacionados .flex-direction-nav a {
  height: 71px;
  width: 36px;
  line-height: 71px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  top: 48%;
}
.relacionados .flex-direction-nav a:before {
  font-size: 16px;
  height: 71px;
  width: 36px;
  background: url(../img/icons/icono_bg_btn_prev.png) 0 0 no-repeat;
  color: white;
  text-shadow: none;
  padding-left: 5px;
  font-family: "Glyphicons Halflings";
  content: '\e079';
}
.relacionados .flex-direction-nav a.flex-next:before {
  background: url(../img/icons/icono_bg_btn_next.png) 0 0 no-repeat;
  padding-right: 5px;
  content: '\e080';
}
.relacionados .flex-direction-nav a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.relacionados .flex-direction-nav .flex-prev {
  left: 0;
}
.relacionados .flex-direction-nav .flex-next {
  right: 0;
}
.relacionados .bg-black-opacity {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 2;
}
.relacionados .bg-black-opacity:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.test_tratamiento,
.jefe_unidad {
  position: relative;
  overflow: hidden;
}
.test_tratamiento .vista_psn,
.jefe_unidad .vista_psn {
  width: 180px!important;
  height: 180px!important;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  margin: 15px auto;
  border: 1px solid #EBF1F9;
}
.test_tratamiento:before,
.jefe_unidad:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 98px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #A8C7F0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.test_tratamiento strong,
.jefe_unidad strong {
  width: 100%;
  text-align: center;
  display: block;
  font-family: raleway;
  font-weight: 700;
  margin: 5px 0;
}
.test_tratamiento blockquote,
.jefe_unidad blockquote {
  -background: url(../img/blockquote.png) no-repeat left top;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  margin-top: 20px;
  display: block;
  text-indent: -70px;
  border-left: none;
  padding: 0!important;
  text-align: left;
  background-size: 30px 24px;
  text-align: center;
  font-style: italic;
}
.test_tratamiento blockquote p,
.jefe_unidad blockquote p {
  line-height: 34px;
}
.test_tratamiento blockquote:first-letter,
.jefe_unidad blockquote:first-letter {
  padding-left: 70px;
  height: 50px;
}
.jefe_unidad .title {
  text-transform: uppercase;
}
.jefe_unidad .noticias .row > .col-sm-12 a.image,
.jefe_unidad .noticias .row > .col-sm-6 a.image {
  margin-bottom: 20px;
}
.jefe_unidad:before {
  top: 5px!important;
}
.equipo h3 {
  margin-bottom: 50px;
  text-align: center;
}
.equipo p b {
  font: 16px 'ralewaybold', Arial, sans-serif;
}
.equipo .medico_destacado {
  border: 1px solid #A8C7F0;
  padding: 2% 2% 2% 3%;
  margin-bottom: 30px;
}
.equipo .medico_destacado .foto_medico {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25%;
  padding-top: 25%;
  border: 1px solid #EBF1F9;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.equipo .medico_destacado .foto_medico:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #A8C7F0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.equipo .medico_destacado .presentacion_medico {
  margin-left: 3%;
  background-color: #EBF1F9;
  padding: 11px 10px;
  display: inline-block;
  vertical-align: top;
  width: 71%;
}
.equipo .medico_destacado .presentacion_medico p {
  margin: 2%;
}
.equipo .medico_destacado .presentacion_medico p b {
  text-transform: uppercase;
  font-family: 'ralewaybold', Arial, sans-serif;
}
.equipo .medico_destacado .presentacion_medico hr {
  width: 75px;
  margin: 2%;
  border-color: #5991CB;
}
.equipo .medico_destacado .btn {
  margin: 2%;
}
.equipo .equipo_medico {
  font-size: 0;
  margin-bottom: 4%;
  padding-bottom: 0;
}
.equipo .equipo_medico .col-sm-3 > a {
  width: 45%!important;
  padding-top: 45%!important;
  margin-bottom: 20px;
}
.equipo .equipo_medico .col-sm-3,
.equipo .equipo_medico .col-sm-4 {
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
  float: none;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 50px;
}
.equipo .equipo_medico .col-sm-3 a.round,
.equipo .equipo_medico .col-sm-4 a.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80%;
  padding-top: 80%;
  border: 1px solid #A8C7F0;
  vertical-align: top;
  display: inline-block;
  margin: 0 6% 10px;
  /*position: absolute;
				
					
				
				
					&:before{
						content: " ";
						position:absolute;
						z-index: 0;
						top: -10px;
						left: -10px;
						right: -10px;
						bottom: -10px;
						border: 1px solid @azul_corp;
						border-radius: 50%;

					}*/
}
.equipo .equipo_medico .col-sm-3 .ir_blog,
.equipo .equipo_medico .col-sm-4 .ir_blog {
  border: none;
}
.equipo .equipo_medico .col-sm-3 div,
.equipo .equipo_medico .col-sm-4 div {
  left: 0;
  display: inline-block;
  bottom: 0px;
  text-align: center;
  width: 90%;
  margin: 2% 0%;
  font: 14px 'ralewayregular', Arial, sans-serif;
}
.equipo .equipo_medico .col-sm-3 div p,
.equipo .equipo_medico .col-sm-4 div p {
  text-align: center;
  position: relative;
  width: 100%;
}
.equipo .equipo_medico .col-sm-3 div p a,
.equipo .equipo_medico .col-sm-4 div p a {
  border: none;
  padding-top: 0;
  width: 100%;
  position: inherit;
  display: block;
  text-align: center;
  margin: 0;
  color: #333;
  text-decoration: none;
}
.equipo .equipo_medico .col-sm-3 div button,
.equipo .equipo_medico .col-sm-4 div button {
  position: absolute;
  display: inline-block;
  bottom: -92px;
  left: 16%;
}
#equipo_anchor {
  margin-top: 90px;
}
#equipo_anchor .equipo_medico {
  padding-bottom: 40px;
}
.ficha_medico {
  -margin-top: 60px;
}
.ficha_medico hr {
  width: 75px;
  border-color: #5991CB;
  margin: 20px auto;
}
.ficha_medico a {
  text-decoration: underline;
}
.ficha_medico a:hover {
  text-decoration: none;
}
.ficha_medico .foto_medico {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40%;
  padding-top: 40%;
  border: 1px solid #EBF1F9;
  display: block;
  margin: 0 auto 50px;
  float: none;
}
.ficha_medico .foto_medico:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #A8C7F0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ficha_medico .presentacion {
  padding: 0;
}
.ficha_medico .presentacion ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 'ralewayregular', Arial, sans-serif;
}
.ficha_medico .presentacion .libros p {
  color: #5991CB;
}
.ficha_medico .presentacion .libros ul {
  font-family: 'ralewayregular', Arial, sans-serif;
}
.ficha_medico .ficha .col-sm-12 {
  margin-bottom: 30px;
}
.ficha_medico .ficha .col-sm-12 hr {
  width: 150px;
  margin: 10px 0;
}
.ficha_medico .ficha .col-sm-12 p.titulo_cv {
  text-transform: uppercase;
  font-size: 21px;
  margin-top: 20px;
}
.ficha_medico .ficha .col-sm-12 p a {
  color: #5991CB;
}
.ficha_medico .ficha .col-sm-12 .fila_formacion {
  border-bottom: 1px solid #eee;
  float: left;
  padding: 20px 0;
}
.ficha_medico .ficha .col-sm-12 .fila_formacion .col-sm-3 {
  text-transform: uppercase;
  color: #5991CB;
  font: 18px 'ralewayregular', Arial, sans-serif;
}
.escuela-piel div {
  margin: 1% 0 2%;
}
.escuela-piel div.videos_destacados_escuela {
  position: relative;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.escuela-piel div.videos_destacados_escuela a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 60%;
}
.escuela-piel div.videos_destacados_escuela iframe,
.escuela-piel div.videos_destacados_escuela object,
.escuela-piel div.videos_destacados_escuela embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.escuela-piel div.video_destacado_escuela_txt {
  font-family: 'ralewayregular', Arial, sans-serif;
}
.escuela-piel div.video_destacado_escuela_txt h3 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.escuela-piel div.videos_destacados_tres {
  font-size: 0;
  margin: 0 -15px 80px;
}
.escuela-piel div.videos_destacados_tres a {
  width: 100%;
  padding-top: 73%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.escuela-piel div.videos_destacados_tres h4 {
  margin-bottom: 10px;
  font-family: ralewaybold;
}
.escuela-piel div.videos_destacados_tres p {
  font: 14px 'ralewayregular', Arial, sans-serif;
}
.escuela-piel div.videos {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.escuela-piel div.videos .col-sm-4 {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.escuela-piel div.videos a {
  width: 100%;
  padding-top: 73%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.escuela-piel div.videos h4 {
  margin-bottom: 10px;
  font-family: ralewaybold;
}
.escuela-piel div.videos p {
  font: 14px 'ralewayregular', Arial, sans-serif;
}
.escuela-piel section nav ul {
  padding: 0 1% 1%;
  display: inline-block;
  width: 100%;
}
.escuela-piel section nav ul a {
  color: #333;
  margin: 0 0.5%;
  text-decoration: none;
  padding: 1% 2%;
}
.escuela-piel section nav ul a.enl_videos {
  margin: 0;
  padding: 0;
}
.escuela-piel section nav ul a.selected li.btn {
  -background-color: #2e6ba9;
  -border-color: #2e6ba9;
  -border-bottom: 1px solid #2e6ba9;
  font-family: ralewaybold;
  position: relative;
}
.escuela-piel section nav ul a.selected li.btn:before {
  top: -6px;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: 99;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #2e6ba9;
  border-right: 1px solid #2e6ba9;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.escuela-piel section nav ul a li {
  text-transform: uppercase;
  display: inline-block;
  list-style: none;
}
.escuela-piel section nav ul a li.btn {
  font-size: 18px;
  color: #2e6ba9;
  margin: 0 40px 12px 0;
  border: none;
}
.escuela-piel section nav ul a li.btn:hover {
  background: white;
  color: #2e6ba9;
}
.escuela-piel section nav ul a li.btn:after {
  border-color: transparent;
}
.escuela-piel .cont_btn_cargar_mas_videos {
  text-align: center;
}
.escuela-piel .carga_videos {
  display: inline;
}
.escuela-piel .modal {
  width: 90%;
  max-width: 960px;
  margin: 100px auto 0;
}
.escuela-piel .modal-header,
.escuela-piel .modal-footer {
  border: none;
}
.escuela-piel .modal-header {
  margin: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-right: 0;
}
.escuela-piel .modal-header .close {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 70px!important;
}
.escuela-piel .modal-body {
  position: relative;
  padding-bottom: 65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.escuela-piel .modal-body iframe,
.escuela-piel .modal-body object,
.escuela-piel .modal-body embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#consultorio.container {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
#consultorio.container h2 {
  margin: 30px 0;
}
#consultorio.container div.row-fluid {
  background: #F2F7FA;
}
#consultorio.container div.row-fluid .flexslider {
  background: none;
  padding: 1% 0 70px;
  max-width: 1200px;
  margin: 0 auto;
}
#consultorio.container div.row-fluid .flexslider ul li .col-sm-8 {
  overflow: hidden;
  margin-bottom: 20px;
  color: #333;
}
#consultorio.container div.row-fluid .flexslider ul li .col-sm-8 h3 {
  text-align: left;
  margin: 15px 0;
}
#consultorio.container div.row-fluid .flexslider ul li .col-sm-4 a {
  width: 93%;
  padding-top: 66%;
  display: inline-block;
  vertical-align: top;
}
#consultorio.container div.row-fluid .flex-control-nav {
  bottom: 20px!important;
}
.consultorio_page .nav-tabs {
  text-transform: uppercase;
  font: 18px 'ralewaybold';
}
.consultorio_page .nav-tabs a {
  color: #5991CB;
}
.consultorio_page .cons_pest .row {
  margin-bottom: 20px;
}
.consultorio_page h5 {
  color: #333;
  font-family: ralewaybold;
  line-height: 20px;
  text-align: left!important;
  margin: 30px 0;
}
.consultorio_page h5 p {
  line-height: 20px;
  margin-bottom: 0;
}
.consultorio_page .cons_pest {
  padding-top: 30px;
  padding-bottom: 30px;
}
.consultorio_page .cons_pest br {
  display: none;
}
.consultorio_page .cons_pest .col-sm-6 {
  margin-bottom: 5px;
}
.consultorio_page .cons_pest .col-sm-6 p {
  text-align: left!important;
}
.consultorio_page .cons_pest .col-sm-6 .btn {
  text-align: left;
  white-space: inherit;
  margin-bottom: 15px;
}
#listado_tratamientos,
.anclas_menus {
  font-size: 0;
}
#listado_tratamientos a,
.anclas_menus a {
  color: black;
  text-decoration: none;
}
#listado_tratamientos .col-sm-3,
.anclas_menus .col-sm-3,
#listado_tratamientos .col-sm-6,
.anclas_menus .col-sm-6 {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#listado_tratamientos .container_image_cat,
.anclas_menus .container_image_cat {
  width: 60%;
  margin: 0 auto;
  display: block;
}
#listado_tratamientos .container_image_cat > div,
.anclas_menus .container_image_cat > div {
  padding-top: 100%;
  width: 100%;
}
#listado_tratamientos p,
.anclas_menus p {
  font: 14px 'ralewayregular', arial, sans-serif;
  line-height: 24px;
}
#listado_tratamientos h3,
.anclas_menus h3 {
  text-align: left;
}
#listado_tratamientos .col-sm-5,
.anclas_menus .col-sm-5,
#listado_tratamientos .img,
.anclas_menus .img {
  display: inline-block;
  width: 35%;
  padding-top: 35%;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 40px 2% 10px;
  border: 1px solid #EBF1F9;
}
#listado_tratamientos .col-sm-5:before,
.anclas_menus .col-sm-5:before,
#listado_tratamientos .img:before,
.anclas_menus .img:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #A8C7F0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#listado_tratamientos .col-sm-7,
.anclas_menus .col-sm-7,
#listado_tratamientos .title,
.anclas_menus .title {
  margin-bottom: 40px;
}
#listado_tratamientos .col-sm-7 h3,
.anclas_menus .col-sm-7 h3,
#listado_tratamientos .title h3,
.anclas_menus .title h3 {
  margin-top: 50px;
}
#listado_tratamientos .col-sm-7 p,
.anclas_menus .col-sm-7 p,
#listado_tratamientos .title p,
.anclas_menus .title p {
  text-align: left;
}
#listado_tratamientos .btn,
.anclas_menus .btn {
  margin-top: 10%;
  color: #5991CB !important;
}
#listado_tratamientos .enfermedad_kids,
.anclas_menus .enfermedad_kids {
  float: none;
  text-align: left;
}
#listado_tratamientos .enfermedad_kids .btn,
.anclas_menus .enfermedad_kids .btn {
  margin-top: 0;
}
#listado_tratamientos .enfermedad_kids .btn a,
.anclas_menus .enfermedad_kids .btn a {
  color: #5991CB !important;
}
#listado_tratamientos .enfermedad_kids .btn a:hover,
.anclas_menus .enfermedad_kids .btn a:hover {
  text-decoration: none;
}
#listado_tratamientos .enfermedad_kids {
  margin: 0 0 50px;
}
#listado_tratamientos .row > p {
  margin: 0 0 70px;
  text-align: left;
}
#listado_tratamientos .col-sm-6 {
  margin-bottom: 30px;
  padding: 0;
}
#listado_tratamientos .ultimos_contenidos {
  margin-top: 50px;
}
#listado_tratamientos .ultimos_contenidos .col-sm-6 {
  padding: 0 10px!important;
}
#listado_tratamientos .noticias .row > .col-sm-6 > a {
  height: 310px;
}
#listado_tratamientos .noticias .titulo a:hover {
  text-decoration: underline;
}
.anclas_menus .title h3 {
  text-align: center;
}
.anclas_menus .btn {
  margin-top: 0;
}
.aparicones_prensa p {
  font-size: 14px;
}
.aparicones_prensa br {
  display: none;
}
.aparicones_prensa .catalogo {
  margin-top: 2%;
}
.aparicones_prensa .catalogo hr {
  width: 75px;
  margin: 50px auto;
  border-color: #A8C7F0;
  float: none;
}
.aparicones_prensa .catalogo .revista {
  padding: 1%;
  margin: 1% 0% 0 0;
}
.aparicones_prensa .catalogo .revista .col-sm-4 div {
  width: 100%;
  padding-top: 125%;
  display: inline-block;
  vertical-align: top;
}
.aparicones_prensa .catalogo .revista .col-sm-8 p {
  font-size: 14px;
}
.aparicones_prensa .catalogo .revista .col-sm-8 p a {
  text-transform: uppercase;
  color: #5991CB;
  font-family: 'ralewayregular', arial, sans-serif;
}
.aparicones_prensa .catalogo .revista .col-sm-8 ul {
  padding: 0;
  list-style: none;
}
.aparicones_prensa .catalogo .revista .col-sm-8 ul li {
  font-size: 14px;
  margin-bottom: 0;
}
.aparicones_prensa .catalogo .revista .col-sm-8 strong {
  font-family: ralewaybold;
  display: block;
}
.resultados_buscador .titulo_re {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  font-family: 'ralewayregular', arial, sans-serif;
}
.resultados_buscador h2 {
  text-align: left;
}
.resultados_buscador .btn_largo {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
  font-family: 'ralewaybold', Arial, sans-serif;
}
.resultados_buscador .btn_largo .btn {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 100px;
}
.resultados_buscador .noticias_re,
.resultados_buscador .equipo_re,
.resultados_buscador .tratamientos_re {
  -padding-bottom: 80px;
}
.resultados_buscador .noticias_re hr,
.resultados_buscador .equipo_re hr,
.resultados_buscador .tratamientos_re hr {
  width: 150px;
  margin: 10px auto 30px;
  border-color: #5991CB;
}
.resultados_buscador .noticias_re h3,
.resultados_buscador .equipo_re h3,
.resultados_buscador .tratamientos_re h3 {
  text-align: center;
  color: #5991CB;
  font: 36px 'ralewaythin', arial, sans-serif;
  padding-left: 0;
  margin: 15px 0;
  background: url(../img/ico_noticias.png) no-repeat left top;
}
.resultados_buscador .noticias_re .col-sm-8,
.resultados_buscador .equipo_re .col-sm-8,
.resultados_buscador .tratamientos_re .col-sm-8 {
  margin: 20px 0;
  margin: 25px -15px 10px;
  padding-left: 0;
}
.resultados_buscador .noticias_re .col-sm-8 .txt_medico,
.resultados_buscador .equipo_re .col-sm-8 .txt_medico,
.resultados_buscador .tratamientos_re .col-sm-8 .txt_medico {
  padding-left: 50px;
  padding-top: 40px;
}
.resultados_buscador .noticias_re .col-sm-8 .txt_medico .nombre,
.resultados_buscador .equipo_re .col-sm-8 .txt_medico .nombre,
.resultados_buscador .tratamientos_re .col-sm-8 .txt_medico .nombre {
  text-transform: uppercase;
  color: #333;
  font-family: 'ralewayregular', arial, sans-serif;
}
.resultados_buscador .noticias_re .col-sm-4,
.resultados_buscador .equipo_re .col-sm-4,
.resultados_buscador .tratamientos_re .col-sm-4 {
  padding: 0;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
.resultados_buscador .noticias_re .col-sm-4.foto_medico,
.resultados_buscador .equipo_re .col-sm-4.foto_medico,
.resultados_buscador .tratamientos_re .col-sm-4.foto_medico {
  width: 22%;
  padding: 22% 0 0 0;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.resultados_buscador .noticias_re .col-sm-4.foto_medico:before,
.resultados_buscador .equipo_re .col-sm-4.foto_medico:before,
.resultados_buscador .tratamientos_re .col-sm-4.foto_medico:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #A8C7F0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.resultados_buscador .equipo_re h3 {
  background: url(../img/ico_equipo.png) no-repeat left top;
}
.resultados_buscador .equipo_re .col-sm-4 .btn {
  margin-top: 62px;
}
.resultados_buscador .tratamientos_re h3 {
  background: url(../img/ico_tratamientos.png) no-repeat left top;
}
.buscador_re {
  margin-top: 40px;
}
.buscador_re h2 {
  margin-top: 0;
}
.buscador_re h2 b {
  font-family: 'ralewaybold', Arial, sans-serif;
}
.buscador_re .btn {
  padding: 0;
  border: 0;
}
.buscador_re .btn:hover {
  background: none;
}
.buscador_re input {
  max-width: 600px;
  text-align: center;
  border: none;
  box-shadow: none;
  border-bottom: 4px solid #5991CB;
  min-height: 75px;
  border-radius: 0;
  font-size: 18px;
  color: #ddd;
}
.buscador_re input[placeholder] {
  text-transform: uppercase;
  font-size: 28px;
  color: #5991CB;
}
.error_404 {
  padding-top: 60px;
}
.error_404 .img_error img {
  max-width: 330px;
  width: 90%;
}
.error_404 .txt_error p {
  font-size: 21px;
}
.error_404 .txt_error p.titulo_error {
  text-transform: uppercase;
  font: 48px 'ralewaybold', Arial, sans-serif;
  color: #5991CB;
  line-height: 48px;
}
.error_404 .txt_error p a {
  color: #5991CB;
  font-family: 'ralewaybold', Arial, sans-serif;
}
.error_404 .cta {
  margin: 60px 0;
}
.error_404 .cta div {
  box-sizing: border-box;
  border: 1px solid #5991CB;
  margin: 2%;
  width: 46%;
  text-align: center;
  padding: 5% 2%;
}
.error_404 .cta div a {
  width: 100%;
  color: #5991CB;
  font-size: 48px;
  display: block;
  margin: 20px 0;
  text-decoration: none;
}
.error_404 .cta div a img {
  width: 80%;
  max-width: 193px;
}
.error_404 .cta div.cta_llamar a {
  margin: 24px 0;
}
.error_404 .cta div .btn {
  font-family: 'ralewaybold', Arial, sans-serif;
}
.info-contacto {
  margin-top: 90px;
}
.info-contacto .localizacion {
  margin-bottom: 30px;
}
.info-contacto .localizacion strong {
  display: block;
}
.info-contacto .localizacion p {
  text-align: center;
  font-size: 18px;
}
.requerido,
.informacion_datos {
  font-size: 12px;
  color: #aaa;
  display: none;
}
.informacion_datos {
  margin-top: 90px;
}
.text-error,
.text-success {
  border-top: 1px solid #5991CB;
  border-bottom: 1px solid #5991CB;
  padding: 5px 0;
  color: #5991CB;
  font-size: 13px;
}
/*NUEVOS


/*SELECT*/
.caja {
  margin: 0;
  overflow: hidden;
  width: 120px;
  position: relative;
}
select {
  background: transparent;
  border: none;
  width: 120px;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
select:focus {
  outline: none;
}
.caja::after {
  content: "\025be";
  display: table-cell;
  padding-top: 0px;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  right: 0px;
  pointer-events: none;
  color: #333;
  font-size: 14px;
}
/*FIN SELECT*/
/*CARRUSEL*/
#metro .item {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.2em;
  text-align: right;
  background-size: cover;
}
#metro .item .capanegra {
  background-color: black;
  width: 100%;
  padding-top: 65.4%;
  position: absolute;
  top: 0;
  opacity: 0.15;
}
#metro .item p {
  position: absolute;
  bottom: 0;
  right: 0;
  vertical-align: text-bottom;
  line-height: 42px;
  color: #fff;
  font: 16px 'ralewayregular', Arial, sans-serif;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}
#metro .item p a {
  text-decoration: none;
}
#metro .item p i {
  font-style: normal;
}
#metro .item p span {
  font: 36px 'ralewaybold', Arial, sans-serif;
  text-align: right;
  display: inline-block;
  line-height: 34px;
  width: 90%;
  margin-top: 5px;
}
#metro .carousel-indicators {
  bottom: -10px;
  left: 40px;
}
#metro .carousel-indicators li {
  border: 2px solid #fff;
  background-color: none;
  margin: 0 5px;
}
#metro .carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
/*FIN CARRUSEL*/
/*GRID METRO*/
#metro.container {
  overflow: hidden;
  width: 100%;
}
#metro .carousel-inner > .item {
  padding-top: 65.4%;
}
#metro .row {
  font-size: 0;
}
#metro .row .cell,
#metro .row .bloqueIz .cell,
#metro .row .cell-2M,
#metro .row .bloqueIz .cell-2M,
#metro .row .cell-3V {
  width: 18%;
  margin: 0 1% 2%;
  display: inline-table;
  vertical-align: top;
  height: 221px;
  position: relative;
}
#metro .row .cell .txt,
#metro .row .bloqueIz .cell .txt,
#metro .row .cell-2M .txt,
#metro .row .bloqueIz .cell-2M .txt,
#metro .row .cell-3V .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
}
#metro .row .cell .txt.centrado,
#metro .row .bloqueIz .cell .txt.centrado,
#metro .row .cell-2M .txt.centrado,
#metro .row .bloqueIz .cell-2M .txt.centrado,
#metro .row .cell-3V .txt.centrado {
  font: 21px 'ralewayregular', Arial, sans-serif;
  text-align: center;
}
#metro .row .cell .txt.centradoB,
#metro .row .bloqueIz .cell .txt.centradoB,
#metro .row .cell-2M .txt.centradoB,
#metro .row .bloqueIz .cell-2M .txt.centradoB,
#metro .row .cell-3V .txt.centradoB {
  font: 21px 'ralewayextralight', Arial, sans-serif;
  color: #635F5C;
  text-align: center;
}
#metro .row .cell .txt.centradoN,
#metro .row .bloqueIz .cell .txt.centradoN,
#metro .row .cell-2M .txt.centradoN,
#metro .row .bloqueIz .cell-2M .txt.centradoN,
#metro .row .cell-3V .txt.centradoN {
  font: 18px 'ralewayregular', Arial, sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: auto;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
}
#metro .row .cell .txt.G_derecha,
#metro .row .bloqueIz .cell .txt.G_derecha,
#metro .row .cell-2M .txt.G_derecha,
#metro .row .bloqueIz .cell-2M .txt.G_derecha,
#metro .row .cell-3V .txt.G_derecha {
  font-size: 24px;
  font-family: 'ralewayextralight' Arial, sans-serif;
  background: none;
  text-align: right;
  right: 10px;
  width: 92%;
  word-wrap: break-word;
  padding-right: 0;
}
#metro .row .cell .txt.bg_azulT,
#metro .row .bloqueIz .cell .txt.bg_azulT,
#metro .row .cell-2M .txt.bg_azulT,
#metro .row .bloqueIz .cell-2M .txt.bg_azulT,
#metro .row .cell-3V .txt.bg_azulT {
  background: rgba(81, 133, 186, 0.5);
}
#metro .row .cell .txt.bg_blancoT,
#metro .row .bloqueIz .cell .txt.bg_blancoT,
#metro .row .cell-2M .txt.bg_blancoT,
#metro .row .bloqueIz .cell-2M .txt.bg_blancoT,
#metro .row .cell-3V .txt.bg_blancoT {
  background: rgba(255, 255, 255, 0.85);
  font: 18px 'ralewayregular', Arial, sans-serif;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}
#metro .row .blanco .txt {
  position: relative;
  bottom: auto;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  font-size: 18px;
  text-align: center;
}
#metro .row .cell-2M {
  width: 38%;
}
#metro .row .cell-3 {
  width: 58%;
  float: left;
  margin: 0 1% 2%;
}
#metro .row .cell-3V {
  width: 58%;
  padding-top: 38%;
}
#metro .row .bloqueIz {
  width: 38%;
  margin: 0 1% 1%;
  padding: 0;
  float: left;
}
#metro .row .bloqueIz .cell {
  -padding-top: 48.5%;
  width: 48.5%;
  margin-left: 0;
  margin-right: 1.5%;
  margin-bottom: 3.4%;
}
#metro .row .bloqueIz .cell-2M {
  width: 100%;
  padding-top: 50%;
  margin-left: 0;
}
#metro .row .facebook {
  width: 75%;
  position: absolute;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#metro .newsletter .checkbox [type="checkbox"]:not(:checked),
#metro .checkbox [type="checkbox"]:checked {
  position: relative;
  left: 0;
  margin-left: 0;
  float: left;
  margin-right: 10px;
}
#metro .row .bloqueIz .cell {
  width: 47.37%;
  margin-right: 5.26%;
  margin-bottom: 5%;
}
#metro .row .bloqueIz a:nth-child(2) .cell {
  margin-right: 0;
}
.azul {
  background: rgba(81, 133, 186, 0.5);
}
#metro .row .cell.naranja {
  background: #E39E54;
}
#metro .row .cell .txt.centradoN {
  font-size: 18px;
}
.blanco {
  background: white;
}
.blanco .txt {
  color: black!important;
}
.cell-3V {
  overflow: hidden;
  position: relative;
  padding-top: 38%!important;
}
.cell-3V iframe,
.cell-3V object,
.cell-3V embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carrusel-blog > div > ul > li {
  font-size: 0;
}
.carrusel-blog .col-sm-6 {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.flex-control-nav {
  bottom: -20px;
}
#metro .row .cell-3 div a {
  color: white;
}
#metro .row .cell-3 div a:hover {
  text-decoration: none;
}
#metro .row.fila_3x2_4x1 .cell.safari {
  margin: 0 2.35% 2%!important;
}
/*FIN GRID METRO*/
/*NOVEDADES*/
#novedades .container .col-sm-6 {
  font-size: 0;
}
#novedades .container .col-sm-6 > a {
  font-size: 0;
  display: block;
}
#novedades .container .img_nov {
  width: 25%;
  padding-top: 25%;
  display: inline-block !important;
  position: relative;
  margin: 10px 0 30px!important;
  float: none;
  vertical-align: top;
}
#novedades .container .txt_nov {
  vertical-align: top;
  float: none;
  display: inline-block;
  position: relative;
  margin: 2% 0;
  width: 75%;
}
#novedades .container .txt_nov p {
  margin-bottom: 8px;
}
#novedades .container .txt_nov p a {
  text-decoration: none;
  color: #5991CB;
}
#novedades .container .txt_nov p,
#novedades .container .txt_nov time {
  text-transform: uppercase;
  font-family: 'ralewayregular', Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
#novedades .container .txt_nov time {
  font-size: 12px;
  top: inherit;
  bottom: 0;
  text-transform: none;
}
#novedades .container .txt_nov p:last-child {
  text-transform: none;
  top: inherit;
  bottom: 20px;
}
#novedades .container .txt_nov a.blogTitle {
  font-size: 14px;
  color: #5991CB;
  margin: 5px 0 0;
  display: block;
  line-height: 14px;
  text-decoration: none;
}
#novedades .container .txt_nov strong {
  font-size: 13px;
  font-weight: 100;
}
#novedades .container .col-sm-12 {
  margin: 60px 0;
  text-align: center;
}
/*ZONA KIDS*/
.kids {
  margin-bottom: 0;
}
.kids .container {
  max-width: 1024px;
}
.kids .container h2 a:hover,
.kids .container h2 a:focus,
.kids .container h2 a:active {
  text-decoration: none;
}
.kids .container .img_kids {
  height: 27%;
  width: 27%;
  position: relative;
  padding-top: 27%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3%;
  display: inline-block;
}
.kids .container p {
  font-size: 18px;
  text-align: center;
  margin: 6% 20%;
  display: inline-block;
}
/* ESCUELA DE LA PIEL HOME*/
.youtube_anchor h2 a:hover,
#equipo_anchor h2 a:hover,
.anclas_menus h2 a:hover,
.h2_enlazado h2 a:hover,
.youtube_anchor h2 a:focus,
#equipo_anchor h2 a:focus,
.anclas_menus h2 a:focus,
.h2_enlazado h2 a:focus,
.youtube_anchor h2 a:active,
#equipo_anchor h2 a:active,
.anclas_menus h2 a:active,
.h2_enlazado h2 a:active {
  text-decoration: none;
}
.h2_enlazado a:hover,
.h2_enlazado a:focus,
.h2_enlazado a:active {
  text-decoration: none;
}
.contenedor_video_home {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.contenedor_video_home iframe,
.contenedor_video_home object,
.contenedor_video_home embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ytp-list {
  padding: 0;
}
#ytp-list .item {
  width: 25%!important;
  display: inline-block !important;
  vertical-align: top;
  font-size: 12px;
  line-height: 17px;
  cursor: pointer;
  padding: 0 15px;
}
#ytp-list .item img {
  width: 100%;
  margin: 10px 0;
}
/*MAPA*/
.mapa {
  margin-bottom: 80px;
}
/*CONTACTO*/
#contacto {
  margin-bottom: 150px;
  margin-top: 80px;
}
#contacto .container #formulario {
  padding: 0;
}
#contacto .container #formulario form {
  margin: 60px 0;
}
#contacto .container #formulario form input[type=text],
#contacto .container #formulario form textarea {
  background: #F2F7FA;
  border: 1px solid #ccc;
  box-shadow: none;
}
#contacto .container #formulario form input[type=text].input-lg,
#contacto .container #formulario form textarea.input-lg {
  font-size: 14px;
}
#contacto .container #formulario form input[type=text]:focus,
#contacto .container #formulario form textarea:focus {
  background: #fff;
  border: 1px solid #5991CB;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
#contacto .container #formulario form input[type=checkbox] {
  width: 15px;
  box-shadow: none;
  display: inline-block;
}
#contacto .container #formulario form .aceptasPriv {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
#contacto .container #formulario form .aceptasPriv a {
  text-decoration: underline;
}
#contacto .container #formulario form .aceptasPriv a:hover {
  text-decoration: none;
}
#contacto .container #formulario form label {
  margin-bottom: 20px;
}
#contacto .container #formulario form button {
  float: right;
  margin-top: 20px;
}
#contacto .container #formulario form button:hover {
  background-color: transparent;
  border-color: transparent;
}
#contacto .container #txt_contacto {
  margin: 40px 0;
  padding: 40px 0 0 20px;
  font-family: 'ralewayregular', Arial, sans-serif;
}
#contacto .container #txt_contacto a.ver_mapa {
  font-size: 12px;
  padding-left: 10px;
}
#FormContact input[type=checkbox] {
  width: 15px!important;
  box-shadow: none;
  display: inline-block;
}
#FormContact .aceptasPriv {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
#FormContact .aceptasPriv a {
  text-decoration: underline;
}
#FormContact .aceptasPriv a:hover {
  text-decoration: none;
}
.dir_int_contacto {
  list-style: none;
  text-align: center;
  padding-left: 0;
  width: 100%;
  margin-top: 50px;
}
.dir_int_contacto li:nth-child(3) {
  margin-bottom: 10px;
}
.dir_int_contacto li a {
  color: #5991CB;
  text-decoration: underline;
}
.dir_int_contacto li a:hover {
  text-decoration: none;
}
.allvideos .filtrado {
  display: none;
}
#footer {
  font-size: 12px;
  margin-top: 80px;
  padding: 50px 0;
}
#footer h5 {
  color: #333;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#footer h5 hr {
  width: 50px;
  margin: 15px auto;
  border-color: #5991CB;
}
#footer .avisos {
  padding: 0 30px;
  margin-top: 90px;
}
#footer .avisos h5 {
  display: none;
}
#footer .avisos ul {
  display: inline;
  text-transform: uppercase;
}
#footer .avisos ul li {
  display: inline;
  margin-right: 10px;
  font-size: 11px;
}
#footer .avisos ul li:after {
  content: '|';
  margin-left: 10px;
}
#footer .avisos ul li:last-child:after {
  display: none;
}
#footer ul {
  list-style: none;
  padding-left: 0;
}
#footer ul li {
  margin-bottom: 12px;
  line-height: 17px;
}
#footer ul li a {
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
}
#footer .row-fluid {
  float: left;
  width: 100%;
}
#footer #first {
  margin-bottom: 40px;
}
#footer .redes {
  margin-bottom: 20px;
}
#footer .redes img {
  width: 25px;
  margin: 0 3px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#footer .redes img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#footer #logoFooter {
  margin-bottom: 80px;
}
#footer .sub {
  text-decoration: underline;
}
#youtube {
  width: 800px;
  margin: 60px auto 0;
}
#youtube .cerrar {
  overflow: hidden;
}
#youtube .cerrar img {
  float: right;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#youtube .cerrar img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#youtube .modal-body {
  padding: 0;
  margin-top: 10px;
}
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container .cc_btn {
  cursor: pointer;
  text-align: left;
  transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}
.cc_banner-wrapper {
  height: auto;
}
.cc_container {
  padding: 15px 15px 15px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 16px;
  padding: 20px 100px 30px;
  background: rgba(81, 133, 186, 0.8);
}
.cc_container .cerrar_btn {
  font-size: 70px;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: ralewayregular;
}
.cc_container .cerrar_btn img {
  width: 20px;
}
.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  text-align: left;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  display: block;
}
@media only screen and (max-width: 1250px) {
  #metro .row .cell,
  #metro .row .bloqueIz .cell,
  #metro .row .cell-2M,
  #metro .row .bloqueIz .cell-2M,
  #metro .row .cell-3V {
    height: 185px;
  }
  #metro .row .cell .txt.G_derecha,
  #metro .row .bloqueIz .cell .txt.G_derecha,
  #metro .row .cell-2M .txt.G_derecha,
  #metro .row .bloqueIz .cell-2M .txt.G_derecha,
  #metro .row .cell-3V .txt.G_derecha {
    font: 21px 'ralewayextralight' Arial, sans-serif;
  }
  #header #menusup ul li:last-child {
    width: 2%;
  }
}
@media only screen and (max-width: 1050px) {
  #btnSubirMobile {
    display: block;
  }
  body.menufixed {
    padding-top: 0;
  }
  #header {
    margin-bottom: 0;
  }
  #header.fixed {
    position: relative;
    top: 0;
    z-index: auto;
    left: auto;
  }
  #header img {
    margin: 0;
  }
  #header .col-sm-9,
  #header .col-sm-3 {
    padding: 0;
  }
  #header .col-sm-3 {
    position: absolute;
    z-index: 49;
  }
  #header .col-sm-9 {
    width: 100%;
  }
  #header #menusup {
    margin-bottom: 0;
    margin-top: 10px;
  }
  #header #menusup .container_menu_mobile {
    overflow: hidden;
  }
  #header #menusup #botonMenu {
    display: block;
    width: 100px;
    margin: 0 13px 50px 0;
    float: right;
  }
  #header #menusup ul {
    display: none;
    margin: 0 0 30px;
    padding-left: 0;
  }
  #header #menusup ul li {
    display: block;
    width: 100%!important;
    text-align: left;
    border-top: 1px solid #b6b6b6;
    padding: 13px 0 0 0;
    text-align: center;
    margin-left: 0;
  }
  #header #menusup ul li:last-child {
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    margin-left: 0;
  }
  #header #menusup ul li a {
    font-size: 18px;
  }
  #header #menusup #search_zone {
    margin-bottom: 15px;
  }
  #header #llamanos {
    margin-left: -10px;
  }
  #header #llamanos .btn {
    margin: 10px 0;
  }
  #header #llamanos #idioma,
  #header #llamanos #telefono {
    margin: 0;
    width: 100%;
    text-align: right;
  }
  #header #llamanos #idioma .btn,
  #header #llamanos #telefono .btn {
    margin: 10px 0 10px 20px;
  }
  #header #llamanos #telefono {
    margin-top: 30px;
  }
  #header #llamanos #idioma {
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
    margin: 10px 0 0;
  }
  #header #llamanos #idioma a {
    font-size: 14px;
  }
  #dermat_anchor,
  #estetic_anchor,
  #kids,
  #youtube_anchor,
  #equipo_anchor {
    height: 0!important;
  }
  #metro .row {
    margin: 0;
    width: 100%;
  }
  #metro .row .cell p {
    margin-bottom: 0;
  }
  #metro .row .cell .txt.centrado {
    font-size: 16px;
  }
  #metro .row .cell .txt.bg_blancoT {
    font-size: 16px;
  }
  #metro .row .cell .txt.centradoN {
    font-size: 14px;
    padding: 0 5px;
    top: 35%;
    /* margin-top: -15%; */
    position: absolute;
  }
  #metro .row .cell,
  #metro .row .bloqueIz .cell,
  #metro .row .cell-2M,
  #metro .row .bloqueIz .cell-2M,
  #metro .row .cell-3V {
    padding-top: 18%!important;
    height: auto;
  }
  #metro .row .bloqueIz .cell {
    padding-top: 47.37%!important;
  }
  #metro .row .cell .txt.centradoB,
  #metro .row .bloqueIz .cell .txt.centradoB,
  #metro .row .cell-2M .txt.centradoB,
  #metro .row .bloqueIz .cell-2M .txt.centradoB,
  #metro .row .cell-3V .txt.centradoB {
    font-size: 14px!important;
  }
  #metro .row .blanco .txt {
    position: absolute;
    bottom: 30%;
  }
  #metro .row .facebook {
    width: 60%;
  }
  #metro .row .cell .txt.centradoN,
  #metro .row .bloqueIz .cell .txt.centradoN,
  #metro .row .cell-2M .txt.centradoN,
  #metro .row .bloqueIz .cell-2M .txt.centradoN,
  #metro .row .cell-3V .txt.centradoN {
    position: absolute;
    font-size: 14px;
  }
  #metro .row .cell-3V {
    padding-top: 37.6%!important;
  }
  #metro .row .bloqueIz .cell-2M {
    padding-top: 50%!important;
  }
  #metro .data {
    position: absolute;
    top: 0;
    left: 0;
  }
  #metro .data h2 {
    margin-top: 0;
    font-size: 18px;
  }
  #metro .data .checkbox {
    margin-top: 5px;
  }
  #metro .row .cell .txt.G_derecha,
  #metro .row .bloqueIz .cell .txt.G_derecha,
  #metro .row .cell-2M .txt.G_derecha,
  #metro .row .bloqueIz .cell-2M .txt.G_derecha,
  #metro .row .cell-3V .txt.G_derecha {
    font-size: 18px!important;
  }
  /*.fila_3x2_4x1{
        background:white;
    }*/
  #novedades .container .txt_nov p {
    font-size: 13px;
    line-height: 18px;
  }
  .edit .contenedor_cuadros .col-sm-3 a {
    width: 90%;
  }
  #contacto .container {
    width: 98%;
    margin: 0 auto;
  }
  #contacto .container > .row-fluid > .col-sm-6 {
    padding: 0;
  }
  #contacto p:first-child a {
    display: block;
  }
  #consultorio .col-sm-4 a {
    margin-top: 20%;
  }
  .equipo .equipo_medico .col-sm-3 div button,
  .equipo .equipo_medico .col-sm-4 div button {
    padding: 15px 20px;
  }
  .error_404 h2 {
    margin: 20px 0;
  }
  .error_404 .txt_error p.titulo_error {
    font-size: 32px;
  }
  .error_404 .cta div.cta_llamar a {
    font-size: 32px;
  }
}
@media all and (max-width: 980px) {
  .titular-interiores h1 {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .titular-interiores .contenedor-iconos {
    position: relative;
    text-align: center;
    margin-top: 30px;
  }
  .titular-interiores .contenedor-iconos ul.iconos {
    list-style: none;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 0;
    left: 0;
    display: inline-block;
    margin-bottom: 0;
  }
  .titular-interiores .clearfix {
    display: none;
  }
  .aparicones_prensa .catalogo .revista .col-sm-4 {
    width: 100%;
  }
  .aparicones_prensa .catalogo .revista .col-sm-4 div {
    width: 50%;
    padding-top: 70%;
    display: block;
    vertical-align: top;
    margin: 0 auto 20px;
  }
  .aparicones_prensa .catalogo .revista .col-sm-8 {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  #metro .row .cell .txt.centradoN {
    font-size: 14px;
  }
  #youtube {
    width: 700px;
  }
  .edit .contenedor_cuadros .col-sm-3 a {
    font-size: 20px;
  }
  .info-complementaria {
    padding-left: 0;
  }
  .titular {
    padding: 35px 0;
  }
  .titular .contenedor-iconos,
  .titular .col-sm-7 {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .titular .contenedor-iconos {
    margin-top: 20px;
  }
  .titular h1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .dermagazine .data .email input[type=text] {
    width: 77%;
  }
  .dermagazine .data .email .enviar {
    width: 20%;
  }
  .equipo .equipo_medico .col-sm-4 {
    width: 50%;
  }
  .ficha_medico .foto_medico {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
  .ficha_medico .presentacion {
    width: 100%;
    padding: 0;
  }
  .informacion section .relacionados ul li.col-sm-4 {
    width: 50%;
  }
  #ytp-list .item {
    width: 33.33%!important;
  }
}
@media (max-width: 800px) {
  .equipo .medico_destacado .foto_medico {
    width: 60%;
    padding-top: 60%;
    margin: 30px auto;
    display: block;
    float: none;
  }
  .equipo .medico_destacado .presentacion_medico {
    padding: 2%;
    margin-left: 0;
    width: 100%;
  }
  .equipo .equipo_medico .col-sm-3,
  .equipo .equipo_medico .col-sm-4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .noticias .row > .col-sm-12,
  .noticias .row > .col-sm-6 {
    width: 100%;
  }
  .edit .contenedor_cuadros .col-sm-3 {
    padding-top: 48%;
    width: 48%;
    margin: 0 1% 2%;
    float: left;
  }
  .edit .contenedor_cuadros .col-sm-3 a {
    font-size: 24px;
  }
  .search_zone.activar_busq {
    margin-bottom: 30px;
  }
  .titular-interiores h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .test_tratamiento::before {
    top: 70px!important;
  }
  #listado_tratamientos .col-sm-6,
  .anclas_menus .col-sm-6,
  #listado_tratamientos .col-sm-3,
  .anclas_menus .col-sm-3 {
    width: 100%;
  }
  #listado_tratamientos .col-sm-6 .col-sm-5,
  .anclas_menus .col-sm-6 .col-sm-5,
  #listado_tratamientos .col-sm-3 .col-sm-5,
  .anclas_menus .col-sm-3 .col-sm-5,
  #listado_tratamientos .col-sm-6 .img,
  .anclas_menus .col-sm-6 .img,
  #listado_tratamientos .col-sm-3 .img,
  .anclas_menus .col-sm-3 .img {
    margin: 5% 0;
  }
  #listado_tratamientos .col-sm-6 .col-sm-7,
  .anclas_menus .col-sm-6 .col-sm-7,
  #listado_tratamientos .col-sm-3 .col-sm-7,
  .anclas_menus .col-sm-3 .col-sm-7,
  #listado_tratamientos .col-sm-6 .tittle,
  .anclas_menus .col-sm-6 .tittle,
  #listado_tratamientos .col-sm-3 .tittle,
  .anclas_menus .col-sm-3 .tittle {
    width: 60%;
    margin-left: 5%;
    display: inline-block;
  }
  #listado_tratamientos .container_image_cat,
  .anclas_menus .container_image_cat {
    width: 45%;
  }
  #header .col-sm-3 {
    padding-left: 15px;
    padding-top: 6px;
  }
  #header #llamanos .llamanos_text,
  #header #llamanos .num_text {
    display: none;
  }
  #header #llamanos a.btn {
    margin-top: 4px!important;
  }
  .informacion section .flexslider.relacionados ul li ul .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .aparicones_prensa .catalogo .revista {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }
  .aparicones_prensa .catalogo .revista .dearmagazine ul,
  .aparicones_prensa .catalogo .revista .dearmagazine p,
  .aparicones_prensa .catalogo .revista .dearmagazine h5 {
    display: none;
  }
  .aparicones_prensa .catalogo .revista .dearmagazine .nombre_ap {
    display: block;
  }
  .resultados_buscador {
    text-align: center;
  }
  .resultados_buscador .noticias_re .btn_largo .btn,
  .resultados_buscador .equipo_re .btn_largo .btn,
  .resultados_buscador .tratamientos_re .btn_largo .btn {
    padding: 12px;
    font-size: 14px;
  }
  .resultados_buscador .noticias_re .col-sm-8 .txt_medico,
  .resultados_buscador .equipo_re .col-sm-8 .txt_medico,
  .resultados_buscador .tratamientos_re .col-sm-8 .txt_medico {
    margin: 0;
    padding-left: 20px;
  }
  .buscador_re {
    margin-bottom: 30px;
  }
  .buscador_re .btn img {
    width: 50px;
  }
  .buscador_re input {
    font-size: 24px;
  }
  .buscador_re input[placeholder] {
    font-size: 24px;
  }
  .error_404 {
    text-align: center;
  }
  .error_404 h2 {
    margin: 20px 0;
  }
  .error_404 .img_error {
    width: 100%;
  }
  .error_404 .txt_error {
    width: 100%;
  }
  .error_404 .cta {
    margin: 20px 0;
  }
  .error_404 .cta div.cta_llamar a {
    font-size: 28px;
  }
  #metro .row {
    text-align: center;
  }
  #metro .row .bloqueIz {
    width: 100%;
    margin: 0 auto 1%;
    float: none;
  }
  #metro .row .bloqueIz .cell {
    width: 45%!important;
    margin-left: 1%;
    margin-right: 1%!important;
    padding-top: 45%!important;
    margin-bottom: 2%;
  }
  #metro .row .bloqueIz .cell .txt.bg_blancoT {
    font-size: 16px;
  }
  #metro .row .bloqueIz .cell-2M {
    width: 92%;
    padding-top: 45%!important;
    margin: 0 auto 2%;
  }
  #metro .row .bloqueIz .cell-2M .txt.bg_blancoT {
    font-size: 16px;
  }
  #metro .row .cell-2M {
    width: 92%;
    padding-top: 45%!important;
  }
  #metro .row .cell-2M .txt.bg_blancoT {
    font-size: 16px;
  }
  #metro .row .cell-3V {
    width: 92%;
    padding-top: 45%!important;
  }
  #metro .row .cell {
    width: 45%;
    padding-top: 45%!important;
  }
  #metro .row .cell .txt.centradoN {
    padding: 0% 4%;
    font-size: 16px;
  }
  #metro .row .cell .txt.G_derecha {
    font-size: 28px;
    right: 10px;
  }
  #metro .row .cell .txt.bg_blancoT {
    font-size: 16px;
  }
  #metro .row .cell-3 {
    width: 92%;
    margin: 0 auto 2%;
    float: none;
  }
  #metro .row .cellR {
    width: 92%;
  }
  #metro .fila_2x1_4x1 a:first-child .cell,
  #metro .fila_2x1_1x1 a:first-child .cell {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #metro .fila_5x1 a:last-child .cell {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #metro .data {
    width: 100%;
  }
  #metro .data h2 {
    margin-top: 20px;
  }
  #metro .row .blanco .txt {
    bottom: 45%;
  }
  #metro .row .blanco .txt #metro .row .cell .txt.centradoN,
  #metro .row .blanco .txt #metro .row .bloqueIz .cell .txt.centradoN,
  #metro .row .blanco .txt #metro .row .cell-2M .txt.centradoN,
  #metro .row .blanco .txt #metro .row .bloqueIz .cell-2M .txt.centradoN,
  #metro .row .blanco .txt #metro .row .cell-3V .txt.centradoN {
    position: absolute;
    font-size: 16px;
  }
  #footer {
    text-align: center;
  }
  #footer #first {
    margin-bottom: 0;
  }
  #footer .col-sm-4 {
    margin-bottom: 60px;
  }
  .kids .container .img_kids {
    padding-top: 40%;
    width: 40%;
    margin: 0 auto 30px;
    display: block;
  }
  .kids {
    margin-bottom: 0;
  }
  #equipo_anchor {
    margin-top: 0;
  }
  #contacto {
    margin-top: 0;
    width: 90%;
  }
  #novedades .col-sm-6 {
    padding: 0;
  }
  .info-complementaria {
    padding-left: 0;
    width: 480px;
    margin: 0 auto;
  }
  .informacion section .relacionados {
    overflow: hidden;
  }
  .informacion section .relacionados ul li.col-sm-4 {
    width: 50%;
    float: left;
  }
  #header #llamanos #idioma .btn,
  #header #llamanos #telefono .btn {
    margin: 10px 0 10px 0;
  }
  .escuela-piel div.videos .col-sm-4 {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 100%;
  }
  .allvideos .filtrado.active {
    margin-left: 20px;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .escuela-piel section nav ul {
    padding-top: 15px;
  }
  .escuela-piel section nav ul a.enl_videos {
    display: block;
  }
  .escuela-piel section nav ul a li.btn {
    width: 100%;
    padding-left: 20px;
    margin: 0 40px 0 0;
  }
  .escuela-piel section nav ul a li.btn:hover {
    background-color: transparent;
    font-family: ralewaybold;
  }
  .escuela-piel section nav ul a li.btn:before {
    display: none;
  }
  .combobox {
    cursor: pointer;
    display: block;
  }
  .combobox .selector {
    border: 1px solid #cccccc;
    padding: 2px 5px;
  }
  .combobox ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    border: 1px solid #eeeeee;
    background-color: #cccccc;
  }
  .combobox li {
    padding: 2px 5px;
  }
}
@media only screen and (max-width: 700px) {
  .row {
    width: 100%;
    margin: 0;
  }
  .consult {
    padding-left: 0;
    padding-right: 0;
  }
  #header #llamanos {
    margin-left: -25px;
  }
  #header #llamanos #idioma {
    top: -10px;
    right: 24px;
  }
  #ytp-list .item {
    width: 33.33%!important;
  }
  #novedades .container .col-sm-6 {
    padding-right: 0;
  }
  #novedades .container a {
    text-decoration: none;
  }
  #novedades .container .txt_nov p {
    font-size: 12px;
    line-height: 16px;
  }
  #novedades .container .txt_nov p:last-child {
    bottom: 16px;
    font-size: 11px;
    line-height: 12px;
  }
  #novedades .container .txt_nov .time {
    font-size: 11px;
  }
  .kids .container p {
    margin: 6% 10%;
    font-size: 14px;
  }
  #contacto .container #formulario form button {
    margin-right: 20px;
  }
  #contacto .container #txt_contacto {
    margin-bottom: 0;
  }
  #footer #logoFooter img {
    max-width: 100px;
  }
  section {
    width: 98%;
    margin: auto;
  }
  .titular-interiores > div {
    padding-left: 0;
  }
  .titular-interiores h1 {
    font-size: 36px;
    line-height: 32px;
    width: 100%;
  }
  .escuela-piel h2 {
    margin-top: 0;
  }
  .escuela-piel h2 a {
    text-decoration: none;
  }
  .escuela-piel h2 a:hover {
    text-decoration: none;
  }
  .escuela-piel div {
    margin: 5% 0 2%;
  }
  .escuela-piel div h3 {
    font: 14px "ralewayregular", Arial, sans-serif;
  }
  .escuela-piel div p {
    font-size: 12px;
    line-height: 18px;
  }
  .escuela-piel div.videos_destacados_tres h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .escuela-piel div.videos_destacados_tres p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .escuela-piel section nav ul a {
    min-width: 132px;
    padding: 2% 1%;
    display: inline-block;
  }
  .escuela-piel section nav ul a li {
    padding: 2% 1%;
  }
  #listado_tratamientos {
    text-align: center;
  }
  #listado_tratamientos .col-sm-6 .col-sm-5 {
    width: 40%;
    padding-top: 40%;
    margin: 5% auto;
    display: block;
  }
  #listado_tratamientos .col-sm-6 .col-sm-7 {
    margin-left: 0;
    width: 100%;
  }
  #listado_tratamientos .col-sm-6 .col-sm-7 h3,
  #listado_tratamientos .col-sm-6 .col-sm-7 p {
    text-align: center;
  }
  #listado_tratamientos .btn {
    margin-top: 20px;
    display: inline-block;
  }
  .aparicones_prensa .catalogo hr {
    display: none;
  }
  .aparicones_prensa .catalogo .revista .col-sm-4 div {
    width: 50%;
    padding-top: 75%;
  }
  .aparicones_prensa .catalogo .col-sm-8 {
    margin-top: 5%;
  }
  .bloggers img {
    width: 19.3333%;
  }
}
@media (max-width: 600px) {
  .info-complementaria {
    padding-left: 0;
    padding-right: 0;
    width: 96%;
  }
  .informacion article h2 {
    background: none;
  }
  .informacion article h2 :after {
    background: transparent;
  }
  .titular-interiores h1 {
    font-size: 30px;
  }
  .kids .container .img_kids {
    display: block;
    margin: 20px auto;
    width: 50%;
    padding-top: 50%;
  }
  #header #llamanos #telefono a.noArrow {
    display: inline-block;
    margin-left: 10px!important;
  }
  #header #llamanos #idioma a {
    font-size: 16px;
  }
  .cc_container {
    padding: 50px 30px 30px;
  }
  .ficha_medico .foto_medico {
    width: 200px;
    padding-top: 200px;
  }
  #ytp-list .item {
    width: 50%!important;
  }
}
@media (max-width: 550px) {
  #header #menusup #botonMenu {
    margin: 0 6px 20px 0;
  }
  #header #llamanos #idioma {
    right: 19px;
  }
  #header #llamanos {
    margin-left: -20px;
  }
  .bloggers .contenedor_img_bloggers {
    width: 32%;
  }
}
@media (max-width: 500px) {
  .titular-interiores h1 {
    font-size: 20px;
  }
  .edit .contenedor_cuadros .col-sm-3 {
    width: 100%;
    margin: 0 0 4%;
  }
  .informacion section .flexslider.relacionados ul li ul .col-sm-4 {
    width: 100%;
    float: none;
  }
  .titular-interiores ol.miga-pan li:last-child {
    margin-left: 0;
  }
  #metro .carousel-indicators {
    display: none;
  }
  #metro .item p {
    padding: 5px 10px;
  }
  #metro .item p i {
    display: none;
  }
  #metro .item p span {
    font-size: 24px;
    width: 100%;
    text-align: center;
    line-height: 27px;
  }
  #header img {
    margin: auto;
  }
  #telefono .noArrow.tfno {
    padding: 10px 7px 8px!important;
  }
  #telefono .noArrow.tfno img {
    display: block!important;
    width: 25px;
    height: auto;
  }
  #telefono .noArrow.tfno span {
    display: none;
  }
  #listado_tratamientos .col-sm-6 .col-sm-5 {
    width: 60%;
    padding-top: 60%;
  }
  .cell-3V {
    padding-top: 50%!important;
  }
  .aparicones_prensa .catalogo .revista {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  .aparicones_prensa .catalogo .revista .col-sm-4 {
    width: 280px;
    margin: 0 auto 20px;
  }
  .aparicones_prensa .catalogo .revista .col-sm-8 {
    text-align: center;
  }
  .equipo .equipo_medico .col-sm-4 {
    width: 100%;
  }
  #metro .row .cell .txt.centradoN,
  #metro .row .cell .txt.G_derecha,
  #metro .row .cell .txt.G_derecha,
  #metro .row .bloqueIz .cell .txt.G_derecha,
  #metro .row .cell-2M .txt.G_derecha,
  #metro .row .bloqueIz .cell-2M .txt.G_derecha,
  #metro .row .cell-3V .txt.G_derecha,
  #metro .row .cell .txt.bg_blancoT {
    font-size: 14px!important;
  }
  #ytp-list .item {
    width: 100%!important;
  }
}
@media (max-width: 460px) {
  .bloggers .contenedor_img_bloggers {
    width: 48%;
  }
}
@media (max-width: 420px) {
  #metro .row .cell .txt.centradoN,
  #metro .row .cell .txt.G_derecha,
  #metro .row .cell .txt.G_derecha,
  #metro .row .bloqueIz .cell .txt.G_derecha,
  #metro .row .cell-2M .txt.G_derecha,
  #metro .row .bloqueIz .cell-2M .txt.G_derecha,
  #metro .row .cell-3V .txt.G_derecha,
  #metro .row .cell .txt.bg_blancoT {
    font-size: 16px;
    font-family: ralewayregular;
  }
  .consultorio_page .nav > li > a {
    padding: 10px 9px;
    font-size: 14px;
  }
  .informacion section .relacionados ul li.col-sm-4 {
    width: 80%;
    margin-left: 10%;
  }
}
/* FIN NUEVOS*/
/* COOKIES */
.divascookies {
  position: fixed;
  top: auto!important;
  bottom: 0!important;
  width: 100%;
  background: #5991CB;
  color: #fff;
  display: none;
  z-index: 999999;
}
.divascookies > .divascookies-banner-container {
  position: relative;
  padding: 15px 20px;
  overflow: hidden;
  text-align: center;
}
.divascookies p.divascookies-banner-text {
  position: relative;
  line-height: 1.3em;
  font-size: 16px;
  display: block;
  padding: 0 10px 0 0;
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .divascookies p.divascookies-banner-text {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .divascookies > .divascookies-banner-container {
    padding: 15px 0 5px;
  }
  .divascookies p.divascookies-banner-text {
    font-size: 13px;
  }
  .divascookies-accept-button-container > .divascookies-accept-button-text {
    font-size: 13px!important;
  }
}
span.divascookies-policy-link a {
  white-space: nowrap;
  color: #fff;
  text-decoration: underline;
}
span.divascookies-policy-link a:hover {
  text-decoration: none;
  transition: color 0.3s ease 0s;
}
.divascookies-banner-container > .divascookies-accept-button-container {
  display: inline-block;
  margin-top: 5px;
}
.divascookies-accept-button-container > .divascookies-accept-button-text {
  font-size: 1em;
  cursor: pointer;
  background: #fff;
  color: #333;
  padding: 7px 10px;
  margin-top: 5px;
  transition: background-color 0.3s ease 0s;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-bottom: 30px;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.contenedor_credenciales {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contenedor_credenciales .col-md-4,
.contenedor_credenciales .col-sm-6 {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 480px) {
  .contenedor_credenciales img {
    width: 100%;
    max-width: 250px;
  }
}