/*
Theme Name: Soy Medico
Theme URI: http://soymedico.aptaclub.com.mx/
Author: Tona Castelan <tona.castelan16@gmail.com>
Description: Soy Medico website theme
Version: 1.0
*/

/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.menu {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.47);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.47);
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.47);
  position: relative;
  z-index: 20;
  background: #fff;
}
.menu img {
  display: inline-block;
  vertical-align: middle;
}
.menu .btn-menu {
  display: none;
}
.menu nav {
  display: inline-block;
  margin-left: 70px;
  vertical-align: middle;
}
.menu nav ul {
  padding: 0;
  display: inline-block;
}
.menu nav ul li {
  display: inline-block;
  margin: 0 7px;
  font-size: 16px;
}
.menu nav ul li a {
  text-decoration: none;
  color: #27348a;
}
.menu nav ul .active a {
  color: #40b4e5;
}
.menu .logo {
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
}
.menu .con {
  vertical-align: middle;
  padding: 13px 15px;
  background-color: #27348a;
  border: none;
  border-radius: 0;
}
.menu .con a {
  position: relative;
  top: 13px;
  right: 10px;
}
.menu .mobile {
  display: none;
}
.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 80px;
  font-size: 1em;
  background-color: #27348a;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: -17px;
  top: 35px;
  font-family: 'DaxlinePro';
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.header-simple-menu {
  max-height: 400px;
  overflow: initial;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
  background: #fff;
}
.header-simple-menu-item {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  position: relative;
}
.header-simple-menu-item a {
  display: block;
}
.header-simple-menu-item ul {
  opacity: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  background: #fff;
  width: auto;
  left: 0px;
  max-height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.47);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.47);
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.47);
}
.header-simple-menu-item ul li {
  display: block !important;
  text-align: center;
  margin: 0 30px;
  padding: 0;
}
.header-simple-menu-item ul li a {
  margin: 15px 0;
}
.header-simple-menu-item ul li a:hover {
  color: $color_secondary_2_2;
  border: none;
}
.header-simple-menu-item:hover ul {
  max-height: 1000px;
  opacity: 1;
}
@media (max-width: 768px) {
  .menu {
    height: 80px;
  }
  .menu .mobile {
    display: block;
  }
  .menu nav {
    position: fixed;
    top: 0;
    right: -50%;
    background: #fff;
    width: 50%;
    display: block;
    z-index: 11;
    height: 100%;
    font-size: 22px;
    transition: 0.4s;
    overflow: auto;
  }
  .menu nav.visible {
    right: 0;
    -webkit-box-shadow: -3px 5px 11px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: -3px 5px 11px 0px rgba(0,0,0,0.38);
    box-shadow: -3px 5px 11px 0px rgba(0,0,0,0.38);
  }
  .menu nav ul li {
    display: block;
    padding: 20px;
    margin: 0;
    font-size: 28px;
    text-align: left;
  }
  .menu nav ul li:first-child {
    margin-top: 70px;
  }
  .menu nav ul .active {
    background-color: #effafd;
    padding: 10px;
    width: 100%;
  }
  .menu nav .header-simple-menu-item {
    display: block;
  }
  .menu nav .header-simple-menu-item a {
    display: block;
  }
  .menu nav .header-simple-menu-item ul {
    text-align: left;
    opacity: 1;
    position: relative;
    width: 100%;
    margin: 10px 0;
    left: 0;
    max-height: 0;
    overflow: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .menu nav .header-simple-menu-item ul li {
    display: block;
    margin-top: 25px;
    padding: 0;
    margin-left: 0px;
  }
  .menu nav .header-simple-menu-item ul li a {
    margin: 15px 0;
  }
  .menu nav .header-simple-menu-item ul li a:hover {
    color: $color_secondary_2_2;
    border: none;
  }
  :hover ul {
    max-height: 1000px;
  }
  :hover ul opacity 1 .con {
    display: block;
    position: absolute;
    z-index: 11;
    right: 10px;
    bottom: 20%;
    border-radius: 10px;
  }
  .tooltip .tooltiptext .tooltiptext,
  .tooltip:hover .tooltiptext {
    display: none;
  }
  .logo {
    margin-left: 20px;
    margin-top: 20px;
    display: block;
  }
  .mobile button {
    background: #40b4e5;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 7px;
  }
  .btn-menu {
    border: none;
    outline: none;
    display: block !important;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 20;
    width: 40px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .btn-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .btn-menu span:nth-child(1) {
    top: 10px;
  }
  .btn-menu span:nth-child(2),
  .btn-menu span:nth-child(3) {
    top: 22px;
  }
  .btn-menu span:nth-child(4) {
    top: 35px;
  }
  .btn-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .btn-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .btn-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media (max-width: 420px) {
  .menu nav {
    width: 80%;
    right: -80%;
  }
  .menu nav ul li {
    font-size: 20px;
  }
  .menu nav .con {
    bottom: 0%;
  }
}
html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  display: block;
  margin: 0 auto;
  height: 100%;
}
.main {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.blue-button {
  background: #40b4e5;
  padding: 10px 20px;
  border-radius: 10px;
  width: 200px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.modalshow {
  overflow: hidden;
}
a {
  text-decoration: none;
  border: none;
}
.closePopBlue {
  z-index: 1111111;
}
.aviso {
  padding: 10px;
}
.aviso h2 {
  text-align: center;
}
.slider,
.slide,
.slick-track,
.slick-slider,
.slick-list {
  height: 100%;
}
.slide {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.slide .content-slider {
  display: block;
  max-width: 400px;
  padding-left: 6%;
  padding-top: 3%;
  line-height: 1;
}
.slide .content-slider h1 {
  font-size: 3em;
}
.slide .content-slider h2 {
  font-size: 2.5em;
}
.blue-light {
  background: #40b4e5;
  padding: 10px 20px;
  border-radius: 10px;
  width: 200px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.blue-light:hover {
  background: #27348a;
}
.slick-slider {
  height: calc(100% - 53px);
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  outline: none;
}
.slick-prev {
  display: inline-block;
  background: url("img/sprite.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 75px;
  background-position: -45px -601px;
  border: none;
  left: 10px;
}
.slick-next {
  right: 10px !important;
  display: inline-block;
  background: url("img/sprite.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 75px;
  background-position: -103px -601px;
  border: none;
}
.slider {
  position: relative;
}
.slider-gal {
  position: relative;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.slider-gal .slick-prev,
.slider-gal .slick-next {
  position: absolute;
  top: 36%;
  z-index: 10;
  font-size: 0;
  outline: none;
}
.slider-gal .slide {
  outline: none;
}
.slider-gal .slide img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.slider-gal .slide .desc {
  margin-top: 30px;
  margin-bottom: 30px;
}
.slider-gal .slide .desc a {
  vertical-align: middle;
  font-size: 2em;
  text-decoration: none;
  color: #27348a;
  margin-left: 65%;
}
.slider-gal .slide .desc .descarga {
  vertical-align: middle;
}
.galeria {
  text-align: center;
}
input,
.slick-active,
a,
select {
  outline: none;
}
.popup {
  position: fixed;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  z-index: 33;
  top: 0;
  left: 0;
  overflow: auto;
}
.popup .containerpop h1,
.popup .containerpopGnrl h1 {
  max-width: 100% !important;
  font-size: 2em !important;
  border-bottom: transparent !important;
}
.popup .utrechtContainer {
  margin-left: 220px !important;
}
.popup .shangaiContainer {
  margin-right: 70px !important;
}
.popup .containerpop {
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
  background: #27348a;
  border-radius: 20px;
  margin-top: 100px;
  padding: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.popup .containerpop hr {
  max-width: 150px;
  border: 5px solid #40b4e5;
}
.popup .containerpop p {
  font-size: 2em;
  text-align: center;
}
.popup .containerpop button {
  border: transparent;
}
.popup .containerpop .closePop {
  position: absolute;
  right: 30px;
}
.popup .containerpop h1 {
  text-align: center;
  color: #fff;
  border-bottom: 6px solid #40b4e5;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.popup .containerpop h2 {
  font-size: 1.5em;
  text-align: center;
}
.popup .containerpop p {
  font-size: 1em;
  color: #fff;
}
.popup .containerpop a {
  margin: 0 20px;
}
.popup .containerpop .botones {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: 50px 0;
}
.popup .containerpop form {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  margin-top: 50px;
}
.popup .containerpop form p {
  display: inline-block;
  width: 300px;
}
.popup .containerpop form .form-lbl {
  margin: 10px 0;
}
.popup .containerpop form label {
  width: 110px;
  vertical-align: top;
  text-align: left;
}
.popup .containerpop form input {
  width: 250px;
  border: transparent;
  border-radius: 20px;
  color: #808080;
  padding: 5px;
  margin-left: 12px;
}
.popup .containerpop form textarea {
  width: 250px;
  border: transparent;
  border-radius: 20px;
  color: #808080;
  padding: 5px;
  margin-left: 12px;
  height: 200px;
}
.popup .containerpop form .error {
  width: 200px;
  vertical-align: middle;
  padding-left: 3px;
}
.popup .containerpop form .botones input {
  width: 170px;
  color: #fff;
  font-family: daxlinePro;
  padding: 10px;
}
.popup .containerpop form .left-frm {
  margin-left: 30px;
}
.popup .containerpop form a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: right;
  margin-top: 10px;
  margin-right: 66px;
}
.popup .containerpop form a:hover {
  text-decoration: underline;
}
.popup .containerpop .registro {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 530px;
}
.popup .containerpop .registro form {
  max-width: 610px;
  width: 610px;
}
.popup .containerpop .registro form .form-lbl {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.popup .containerpop .registro form .form-lbl p {
  max-width: 200px;
}
.popup .containerpop .registro form label {
  display: block;
  text-align: left;
}
.popup .containerpop .registro form input {
  display: block;
  margin: 5px;
  width: 200px;
}
.popup .containerpop .registro form .botones {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  margin-left: 70px;
}
.popup .containerpop .registro form .botones input {
  max-width: 120px;
  color: #fff;
  font-family: daxlinePro;
  padding: 10px;
  display: inline-block;
}
.popup .containerpop .registro form .error {
  width: 200px;
}
.popup .containerpop .registro form .smaller {
  font-size: 10px;
  text-align: left;
  margin-left: -100px;
}
.popup .containerpop .registro form .condiciones {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}
.popup .containerpop .registro form .condiciones label {
  width: 500px;
  display: inline-block;
  vertical-align: middle;
}
.popup .containerpop .registro form .condiciones label a {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.popup .containerpop .registro form .condiciones input {
  display: inline-block;
  width: 10px;
}
#utrecht,
#singapur,
#shangai,
#historia-clinica,
#contacto {
  display: none;
}
.margin-bottom {
  margin-bottom: 30px;
}
.titleSubMenu .blueDarkTitle {
  background: #27348a;
  position: relative;
  -webkit-box-shadow: 0px 5px 17px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 5px 17px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 5px 17px 1px rgba(0,0,0,0.14);
  padding: 20px;
}
.titleSubMenu .blueLightTitle {
  background: #40b4e5;
  position: relative;
  -webkit-box-shadow: 0px 5px 17px 1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 5px 17px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 5px 17px 1px rgba(0,0,0,0.14);
  padding: 20px;
}
.titleSubMenu .flechaDark,
.titleSubMenu .flechaLight {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  z-index: 10;
  margin-top: -18px;
}
.titleSubMenu h1 {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.quienes-somos {
  padding: 10px;
}
.quienes-somos video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.quienes-somos .nutricia {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  max-width: 720px;
}
.quienes-somos .nutricia img {
  display: block;
  max-width: 100%;
}
.quienes-somos .nutricia .utrecht {
  position: absolute;
  left: 1%;
  bottom: 18%;
  width: 20%;
  height: 32%;
}
.quienes-somos .nutricia .singapur {
  position: absolute;
  left: 37%;
  bottom: 4%;
  width: 20%;
  height: 32%;
}
.quienes-somos .nutricia .shangai {
  position: absolute;
  right: 0;
  top: 36%;
  width: 20%;
  height: 32%;
}
.quienes-somos .nutricia .utrecht,
.quienes-somos .nutricia .singapur,
.quienes-somos .nutricia .shangai {
  cursor: pointer;
}
.lideres-mundiales {
  display: block;
  margin: 0 auto;
}
.lideres-mundiales .left,
.lideres-mundiales .right {
  display: inline-block;
  vertical-align: top;
}
.lideres-mundiales .left {
  margin-left: 50px;
  max-width: 500px;
  margin-top: 20px;
}
.lideres-mundiales .right {
  margin-right: 0;
}
.ocultar {
  display: none;
}
.herramientas {
  background: #f2fafd;
  padding-bottom: 20px;
}
.herramientas .contenedor {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.herramientas .contenedor h1 {
  font-size: 3em;
  padding-top: 30px;
}
.herramientas .contenedor .inline {
  display: inline-block;
  margin: 0 30px;
  cursor: pointer;
}
.herramientas .contenedor .inline .contenedor-inline {
  background: #27348a;
  color: #fff;
  border-radius: 10px;
  width: 400px;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
}
.herramientas .contenedor .inline .contenedor-inline h3 {
  font-size: 2.5em;
}
.herramientas .contenedor .inline .contenedor-inline .circle {
  border-radius: 50%;
  background: #fff;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.herramientas .contenedor .inline .contenedor-inline .circle img {
  max-width: 130px;
}
.herramientas .contenedor .inline .contenedor-inline .circle .prod-hojaimg img {
  margin-top: 20px !important;
}
.herramientas .contenedor .inline .contenedor-inline .circle .aptamil img {
  max-width: 130px;
}
.herramientas .contenedor .inline .contenedor-inline .circle .aptamil-pepHa img {
  max-width: 140px;
  margin-top: 22px;
  margin-left: -7px;
}
.herramientas-apoyo {
  padding: 10px;
  width: 800px;
  background: #f2fafd;
  display: block;
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
  margin-top: 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
}
.herramientas-apoyo img {
  max-width: 100%;
}
.herramientas-apoyo button {
  border: transparent;
  position: absolute;
  right: 30px;
}
.herramientas-apoyo h1 {
  margin-left: 10px;
}
.herramientas-apoyo .vistaprevia {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  max-width: 600px;
}
.herramientas-apoyo .vistaprevia img {
  margin: 0 auto;
}
.herramientas-apoyo .vistaprevia video {
  max-width: 600px;
}
.herramientas-apoyo .desc {
  position: initial;
  text-align: right;
  margin-right: 40px;
}
.herramientas-apoyo .desc a {
  font-size: 2em;
  text-decoration: none;
  color: #27348a;
  vertical-align: middle;
}
.herramientas-apoyo .desc a .descarga {
  vertical-align: middle;
}
.congresos {
  background: #f2fafd;
  padding-bottom: 150px;
}
.congresos .container {
  text-align: center;
}
.congresos .container h1 {
  text-align: center;
}
.congresos .container h2 {
  text-align: center;
  color: #808080;
  line-height: 1;
}
.congresos .inline {
  display: inline-block;
}
.congresos .inline .contenedor-congresos {
  max-width: 350px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  margin-right: 30px;
  padding-bottom: 20px;
}
.congresos .inline .contenedor-congresos img {
  border-radius: 30px 30px 0 0;
  width: 100%;
}
.congresos .inline .contenedor-congresos hr {
  max-width: 300px;
  border: 1px solid #40b4e5;
}
.congresos .inline .contenedor-congresos:hover {
  transform: scale(1.03, 1.03);
}
.congresos .round img {
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
}
.eventos-pasados h1 {
  text-align: center;
}
.eventos-pasados .post-evento-pasado {
  display: block;
  margin: 0 auto;
  width: 900px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  border-radius: 20px;
  margin-bottom: 30px;
}
.eventos-pasados .post-evento-pasado .left,
.eventos-pasados .post-evento-pasado .right {
  display: inline-block;
  max-width: 400px;
  vertical-align: middle;
  padding: 10px;
}
.eventos-pasados .post-evento-pasado .left {
  margin-left: 20px;
}
.eventos-pasados .post-evento-pasado .left a {
  text-decoration: none;
  text-align: left;
  font-size: 1.5em;
}
.eventos-pasados .post-evento-pasado .left .bluebg {
  border-radius: 20px;
  color: #fff;
  background: #40b4e5;
  padding: 10px;
  max-width: 400px;
}
.eventos-pasados .post-evento-pasado .right img {
  max-width: 400px;
}
.eventos-pasados .post-evento-pasado .map,
.eventos-pasados .post-evento-pasado .inline {
  display: inline-block;
}
.eventos-pasados a {
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 2em;
  margin-bottom: 30px;
}
.bg-dark {
  background: #27348a;
  padding: 20px;
}
.bg-dark p {
  line-height: 1;
  text-align: center;
  color: #fff;
}
.regresar {
  display: block;
  margin: 0 auto;
  background: #40b4e5;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  width: 100px;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.right-jour {
  position: absolute;
  right: 10%;
  top: 5px;
}
.right-jour .star,
.right-jour .starLight {
  vertical-align: middle;
}
.right-jour .buscador {
  vertical-align: middle;
  border-radius: 30px;
  padding: 5px;
  display: inline-block;
}
.right-jour .buscador .busqueda {
  vertical-align: middle;
}
.right-jour .buscador form {
  display: inline-block;
  vertical-align: middle;
}
.right-jour .buscador form input {
  background: none;
  border: transparent;
  color: #fff;
  outline: none;
}
.multimedia,
.journal {
  background: #f2fafd;
  padding-bottom: 150px;
  display: block;
  margin: 0 auto;
}
.multimedia h1,
.journal h1 {
  text-align: center;
}
.multimedia .jour-cont,
.journal .jour-cont {
  display: block;
  margin: 0 auto;
  max-width: 990px;
  padding: 15px 0;
}
.multimedia .jour-cont .contenedor-journal,
.journal .jour-cont .contenedor-journal {
  max-width: 280px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  margin-top: 5px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  outline: transparent;
  height: 473px;
}
.multimedia .jour-cont .contenedor-journal h3,
.journal .jour-cont .contenedor-journal h3 {
  text-align: center;
  margin-left: 3px;
}
.multimedia .jour-cont .contenedor-journal p,
.journal .jour-cont .contenedor-journal p,
.multimedia .jour-cont .contenedor-journal span,
.journal .jour-cont .contenedor-journal span {
  font-size: 1em;
  padding-left: 10px;
  color: #808080;
}
.multimedia .jour-cont .contenedor-journal img,
.journal .jour-cont .contenedor-journal img {
  border-radius: 30px 30px 0 0;
  width: 100%;
}
.multimedia .jour-cont .contenedor-journal hr,
.journal .jour-cont .contenedor-journal hr {
  max-width: 200px;
  border: 1px solid #40b4e5;
}
.multimedia .jour-cont .contenedor-journal:hover,
.journal .jour-cont .contenedor-journal:hover {
  transform: scale(1.03, 1.03);
}
.multimedia .jour-cont .contenedor-journal .star,
.journal .jour-cont .contenedor-journal .star,
.multimedia .jour-cont .contenedor-journal .starLight,
.journal .jour-cont .contenedor-journal .starLight {
  position: absolute;
  right: 10px;
  top: 10px;
}
.multimedia .jour-cont .contenedor-journal .bluebg,
.journal .jour-cont .contenedor-journal .bluebg {
  background: #40b4e5;
  color: #fff;
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.3em;
  margin-top: 20px;
}
.multimedia .favoritos,
.journal .favoritos {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.multimedia .contenedor-journal-fav,
.journal .contenedor-journal-fav {
  max-width: 280px;
  display: inline-block;
  margin: 0 20px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  margin-top: 5px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  outline: transparent;
}
.multimedia .contenedor-journal-fav h3,
.journal .contenedor-journal-fav h3 {
  text-align: center;
  margin-left: 3px;
}
.multimedia .contenedor-journal-fav p,
.journal .contenedor-journal-fav p {
  font-size: 1em;
  padding-left: 10px;
}
.multimedia .contenedor-journal-fav img,
.journal .contenedor-journal-fav img {
  border-radius: 30px 30px 0 0;
  width: 100%;
}
.multimedia .contenedor-journal-fav hr,
.journal .contenedor-journal-fav hr {
  max-width: 200px;
  border: 1px solid #40b4e5;
}
.multimedia .contenedor-journal-fav:hover,
.journal .contenedor-journal-fav:hover {
  transform: scale(1.03, 1.03);
}
.multimedia .contenedor-journal-fav .star,
.journal .contenedor-journal-fav .star,
.multimedia .contenedor-journal-fav .starLight,
.journal .contenedor-journal-fav .starLight {
  position: absolute;
  right: 10px;
  top: 10px;
}
.multimedia .contenedor-journal-fav .bluebg,
.journal .contenedor-journal-fav .bluebg {
  background: #40b4e5;
  color: #fff;
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.3em;
}
.calificacion {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.calificacion > div.active {
  background-position: -455px -623px;
}
.calificacion.cal-true > div {
  background-position: -455px -623px;
}
.calificacion.cal-true > .active ~ div {
  background-position: -493px -623px;
}
.slider-journals .slick-prev,
.slider-journals .slick-next {
  position: absolute;
  top: 30%;
  z-index: 10;
  font-size: 0;
  outline: none;
}
.slider-journals .slick-prev {
  left: -40px;
}
.slider-journals .slick-next {
  right: -40px;
}
.ciencias h1 {
  text-align: center;
}
.ciencias .slider-prb .slick-dots {
  list-style-type: none;
  padding-left: 0;
}
.ciencias .slider-prb .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.ciencias .slider-prb .slick-dots li button {
  font-size: 0;
  background: transparent;
  border-radius: 50%;
  background: #27348a;
  border: none;
  width: 12px;
  height: 12px;
  padding: 0;
  outline: none;
}
.ciencias .slider-prb .slick-dots li.slick-active button {
  background: #40b4e5;
}
.ciencias .cont-ciencias {
  max-width: 280px;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  margin-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  outline: none;
}
.ciencias .cont-ciencias img {
  border-radius: 30px 30px 0 0;
  max-width: 100%;
  max-height: 200px;
}
.ciencias .cont-ciencias h4 {
  color: #000;
  padding: 0 10px;
}
.ciencias .cont-ciencias hr {
  width: 200px;
  border: 4px solid #d7b123;
}
.ciencias .cont-ciencias .desc a {
  font-size: 1.3em;
  text-decoration: none;
  color: #27348a;
  vertical-align: middle;
}
.ciencias .cont-ciencias .desc .descarga {
  vertical-align: middle;
}
.contenedor-latas {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.contenedor-latas ul {
  list-style-type: none;
}
.contenedor-latas ul li {
  display: inline-block;
img
}
.contenedor-latas .inline {
  display: inline-block;
}
.contenedor-latas .inline .inicio,
.contenedor-latas .inline .cuidados,
.contenedor-latas .inline .prevencion {
  width: 395px;
}
.contenedor-latas .inline .inicio h2,
.contenedor-latas .inline .cuidados h2,
.contenedor-latas .inline .prevencion h2 {
  font-size: 1.3em;
  text-align: center;
}
.contenedor-latas .inline .inicio img,
.contenedor-latas .inline .cuidados img,
.contenedor-latas .inline .prevencion img {
  max-width: 100px;
}
.contenedor-latas .inline .inicio hr {
  border: 4px solid #293788;
  width: 100%;
}
.contenedor-latas .inline .cuidados hr {
  border: 4px solid #1f92cc;
  width: 100%;
}
.contenedor-latas .inline .prevencion hr {
  border: 4px solid #49b3e1;
  width: 100%;
}
.productos {
  margin-bottom: 30px;
}
.productos .left,
.productos .right {
  display: inline-block;
  max-width: 49%;
  text-align: left;
  vertical-align: middle;
}
.productos .left ul,
.productos .right ul {
  color: #293788;
}
.productos .left ul li,
.productos .right ul li {
  max-width: 90%;
}
.productos .right img {
  max-width: 100%;
}
.curve-top {
  position: relative;
  min-height: 300px;
}
.curve-top:before {
  content: '';
  width: 120%;
  height: 300px;
  background: inherit;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: -100px;
  left: -10%;
}
.curve-top.type-2:before {
  -webkit-transform: rotate(1deg);
}
.curve-top >div {
  position: relative;
  z-index: 1;
}
.before-curve {
  padding-bottom: 120px;
}
.custom-pagination {
  margin: 0 auto;
  text-align: center;
  color: #27348a;
}
.custom-pagination span {
  font-size: 2em;
  display: inline-block;
  color: #27348a;
}
.custom-pagination a {
  display: inline-block;
  color: #27348a;
  text-decoration: none;
}
.perfil {
  margin-top: 260px;
  background-color: #f2fafd;
  font-family: daxlinePro;
  padding: 100px 200px;
  font-weight: 300;
  font-size: 1.5em;
  color: #838a8e;
  display: block;
  margin: 0 auto;
}
.perfil .inline {
  display: inline-block;
}
.perfil .container {
  text-align: center;
  max-width: 900px;
}
.perfil .form-perfil {
  text-align: left;
  margin: 20px;
}
.perfil .form-perfil select,
.perfil .form-perfil input {
  background: rgba(73,179,225,0.5);
  color: #000;
  border-radius: 5px;
  border: none;
  font-family: daxlinePro;
  padding: 3px;
  margin-left: 10px;
}
.perfil .form-perfil input {
  line-height: initial;
}
.perfil .form-perfil .large {
  width: 600px;
}
.perfil .form-perfil .cedula {
  margin-left: 51px;
}
.perfil .form-perfil .nombre {
  margin-left: 40px;
  width: 670px;
}
.perfil .form-perfil .sub {
  margin-left: 20px;
}
.perfil .form-perfil .hospital {
  margin-left: 16px;
}
.perfil .form-perfil #otros {
  display: none;
}
.perfil .blue-btn {
  background-color: #293788;
  color: #fff;
  padding: 10px;
  width: 150px;
  margin: 0 20px;
  border-radius: 10px;
}
.perfil .botones-perfil {
  padding-top: 20px;
}
.perfil .botones-perfil input {
  border: none;
  font-family: daxlinePro;
}
.perfil .botones-perfil a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.button,
.button-secondary,
.wp-generate-pw {
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin-left: -6px;
  background: #293788;
  color: #fff;
  font-family: daxlinePro;
  margin: 0 10px;
}
.block {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
#resetpassform {
  max-width: 250px !important;
  display: block;
  margin: 0 auto;
  margin-left: 158px;
}
#resetpassform .blue-button {
  color: #fff !important;
  font-family: 'DaxlinePro' !important;
  font-size: 17px !important;
  width: 250px;
}
.multimedia .video-principal {
  max-width: 650px;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
.multimedia .video-principal a {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 111111111111111111;
  right: 10px;
  top: 20px;
  
}
.multimedia .video-principal h2 {
  color: #211f20;
}
.multimedia .video-principal video {
  max-width: 100%;
}
.multimedia .video-principal .star,
.multimedia .video-principal .starLight {
  position: absolute;
}
.multimedia .videos-relacionados .contenedor-vid {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.multimedia .videos-relacionados .container {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.multimedia .videos-relacionados .container h2 {
  color: #211f20;
}
.multimedia .videos-relacionados .container .inline {
  display: inline-block;
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.5);
  margin: 10px 20px;
  text-align: left;
}
.multimedia .videos-relacionados .container .inline .video-contenedor {
  position: relative;
}
.multimedia .videos-relacionados .container .inline .video-contenedor video {
  max-width: 100%;
  margin-top: -4px;
}
.multimedia .videos-relacionados .container .inline .video-contenedor .shadow {
  height: 150px;
  padding: 5px;
}
.multimedia .videos-relacionados .container .inline .video-contenedor .shadow h3 {
  font-size: 1.3em;
}
.multimedia .videos-relacionados .container .inline .video-contenedor .shadow hr {
  border: 2px solid #49b3e1;
  width: 100%;
  max-width: 280px;
}
.multimedia .videos-relacionados .container .inline .video-contenedor .star,
.multimedia .videos-relacionados .container .inline .video-contenedor .starLight {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 768px) {
  .slide {
    background-position: bottom !important;
  }
  .slick-slider {
    height: calc(100% - 80px);
  }
  .popup .utrechtContainer,
  .popup .shangaiContainer {
    margin: 0 auto !important;
    margin-top: 100px !important;
  }
  .popup .containerpop {
    max-width: 600px;
  }
  .popup .containerpop form a {
    margin-right: 36px;
  }
  .quienes-somos {
    padding: 0 20px;
  }
  .lideres-mundiales .container .left,
  .lideres-mundiales .container .right {
    display: block;
    vertical-align: top;
  }
  .lideres-mundiales .container .right {
    text-align: center;
  }
  .herramientas .contenedor .inline {
    margin-bottom: 50px;
  }
  .herramientas-apoyo {
    max-width: 600px;
  }
  .herramientas-apoyo .vistaprevia video {
    max-width: 400px;
  }
  .eventos-pasados .post-evento-pasado {
    max-width: 600px;
  }
  .eventos-pasados .post-evento-pasado .left,
  .eventos-pasados .post-evento-pasado .right {
    display: block;
    margin: 0 auto;
  }
  .slider-journals .slick-prev {
    left: 3px;
  }
  .slider-journals .slick-next {
    right: 3px;
  }
  .right-jour {
    position: absolute;
    right: 3%;
    top: 11px;
  }
  .perfil {
    margin-top: 40px;
    padding: 50px;
  }
  .perfil .container {
    text-align: center;
    max-width: 600px;
  }
  .perfil .form-perfil .inline {
    display: block;
    margin: 20px 0;
  }
  .perfil .form-perfil .large {
    width: 370px;
  }
  .perfil .form-perfil .cedula {
    margin-left: 20px;
    width: 270px;
  }
  .perfil .form-perfil .nombre {
    margin-left: 10px;
    width: 470px;
  }
  .perfil .form-perfil .sub {
    margin-left: 0px;
  }
  .perfil .form-perfil .subesp {
    width: 210px;
  }
  .perfil .form-perfil .hospital {
    margin-left: 16px;
  }
  .perfil .form-perfil .esp {
    margin-left: 40px;
    width: 210px;
  }
  .perfil .form-perfil .cp {
    margin-left: 35px;
    width: 280px;
  }
  .perfil .form-perfil .cel {
    margin-left: 26px;
  }
  .perfil .form-perfil .edo {
    width: 280px;
  }
  .perfil .form-perfil .tel,
  .perfil .form-perfil .cel {
    width: 265px;
  }
  .perfil .form-perfil select {
    width: 270px;
  }
  .perfil .form-perfil .cont,
  .perfil .form-perfil .recp {
    width: 248px;
  }
  .perfil .form-perfil #otros {
    margin-left: 88px;
    margin-top: 15px;
    width: 264px;
  }
  .perfil .blue-btn {
    padding: 10px;
    width: 150px;
    margin: 20px 10px;
  }
}
@media (max-width: 420px) {
  .slide .container {
    background-color: rgba(255,255,255,0.5);
    height: 100%;
  }
  .slide .content-slider {
    max-width: 100%;
    padding-left: 5%;
    padding-top: 5%;
  }
  .slide .content-slider h1 {
    font-size: 3em;
  }
  .slide .content-slider h2 {
    font-size: 2em;
  }
  .slide .content-slider .blue-light {
    background: #40b4e5;
    padding: 10px 20px;
    border-radius: 10px;
    width: 200px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }
  .slide .content-slider .blue-light:hover {
    background: #27348a;
  }
  .popup {
    overflow: scroll;
  }
  .popup .containerpop {
    max-width: 300px;
  }
  .popup .containerpop h1 {
    font-size: 3em;
  }
  .popup .containerpop h2 {
    font-size: 1.2em;
  }
  .popup .containerpop .botones {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .popup .containerpop .botones a {
    display: block;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .popup .containerpop form .left-frm {
    margin-left: 0;
  }
  .popup .containerpop form input {
    margin-left: 0;
  }
  .popup .containerpop form a {
    margin-right: 26px;
  }
  .popup .containerpop form .botones input {
    margin-bottom: 20px;
  }
  .titleSubMenu .flechaDark,
  .titleSubMenu .flechaLight {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
  }
  .titleSubMenu h1 {
    color: #fff;
    text-align: center;
    font-size: 3em;
  }
  .quienes-somos {
    margin-top: 20px;
  }
  .lideres-mundiales .container .left {
    margin-left: 10px;
  }
  .lideres-mundiales .container .left h1 {
    font-size: 3em !important;
  }
  .lideres-mundiales .container .right img {
    max-width: 100%;
  }
  .herramientas .contenedor .inline {
    display: block;
    margin: 0 auto;
  }
  .herramientas .contenedor .inline .contenedor-inline {
    width: 330px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .herramientas-apoyo {
    max-width: 300px;
  }
  .herramientas-apoyo .vistaprevia img {
    max-width: 100%;
  }
  .herramientas-apoyo .vistaprevia video {
    max-width: 300px;
  }
  .herramientas-apoyo .desc {
    right: 40px;
  }
  .congresos .container h1 {
    font-size: 3em;
  }
  .congresos .inline {
    margin-bottom: 20px;
  }
  .congresos .inline .contenedor-congresos {
    margin-right: 0;
  }
  .eventos-pasados h1 {
    font-size: 3em;
  }
  .eventos-pasados .post-evento-pasado {
    max-width: 350px;
  }
  .eventos-pasados .post-evento-pasado .left,
  .eventos-pasados .post-evento-pasado .right {
    display: block;
    margin: 0 auto;
  }
  .eventos-pasados .post-evento-pasado .left img,
  .eventos-pasados .post-evento-pasado .right img {
    max-width: 100%;
  }
  .slider-gal .slide .desc a {
    margin-left: 50%;
  }
  .right-jour {
    position: initial;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .contenedor-latas .inline {
    display: block;
  }
  .contenedor-latas .inline .inicio,
  .contenedor-latas .inline .cuidados,
  .contenedor-latas .inline .prevencion {
    max-width: 100%;
  }
  .contenedor-latas .inline .inicio hr {
    max-width: 300px;
  }
  .contenedor-latas .inline .cuidados hr {
    max-width: 300px;
  }
  .contenedor-latas .inline .prevencion hr {
    max-width: 300px;
  }
  .productos .left,
  .productos .right {
    display: block;
    max-width: 100%;
  }
  .registro {
    max-width: 100% !important;
  }
  .registro form {
    max-width: 100% !important;
    width: 100% !important;
  }
  .registro form .form-lbl {
    display: block !important;
    width: 260px !important;
    margin: 0;
    margin-left: 50px !important;
    margin-bottom: 30px !important;
  }
  .registro form .form-lbl p {
    max-width: 200px;
  }
  .registro form label {
    display: block;
    text-align: left;
  }
  .registro form input {
    display: block;
    margin: 5px;
    width: 200px;
  }
  .registro form .smaller {
    font-size: 10px;
    text-align: left;
  }
  .registro form .botones {
    margin-left: 0px !important;
  }
  .registro form .botones input {
    display: block !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .registro form .condiciones {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    text-align: left;
    margin-bottom: 20px !important;
  }
  .registro form .condiciones label {
    width: 260px !important;
    display: inline-block;
    vertical-align: middle;
  }
  .registro form .condiciones label a {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .registro form .condiciones input {
    display: inline-block;
    width: 10px;
  }
  .perfil {
    margin-top: 40px;
    padding: 50px;
  }
  .perfil .container {
    text-align: center;
    max-width: 600px;
  }
  .perfil .form-perfil {
    margin-left: 0;
  }
  .perfil .form-perfil input,
  .perfil .form-perfil label {
    display: block;
    margin-left: 0;
  }
  .perfil .form-perfil .inline {
    display: block;
    margin: 20px 0;
  }
  .perfil .form-perfil .cedula,
  .perfil .form-perfil .nombre,
  .perfil .form-perfil .sub,
  .perfil .form-perfil .hospital,
  .perfil .form-perfil .esp,
  .perfil .form-perfil .cp,
  .perfil .form-perfil .cel {
    margin-left: 0;
  }
  .perfil .form-perfil input {
    width: 270px !important;
  }
  .perfil .form-perfil select {
    width: 270px !important;
    margin-left: 0;
  }
  .perfil .form-perfil .recp {
    width: 248px;
  }
  .perfil .form-perfil #otros {
    margin-left: 0;
  }
  .perfil .blue-btn a,
  .perfil .blue-btn input {
    width: 160px;
    display: block;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 86%;
  }
}
@font-face {
  font-family: 'DaxlinePro';
  src: url("fonts/DaxlinePro-Medium.eot");
  src: url("fonts/DaxlinePro-Medium.eot?#iefix") format('embedded-opentype'), url("fonts/DaxlinePro-Medium.woff2") format('woff2'), url("fonts/DaxlinePro-Medium.woff") format('woff'), url("fonts/DaxlinePro-Medium.ttf") format('truetype'), url("fonts/DaxlinePro-Medium.svg#DaxlinePro-Medium") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DaxlinePro';
  src: url("fonts/DaxlinePro-Regular.eot");
  src: url("fonts/DaxlinePro-Regular.eot?#iefix") format('embedded-opentype'), url("fonts/DaxlinePro-Regular.woff2") format('woff2'), url("fonts/DaxlinePro-Regular.woff") format('woff'), url("fonts/DaxlinePro-Regular.ttf") format('truetype'), url("fonts/DaxlinePro-Regular.svg#DaxlinePro-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DaxlinePro';
  src: url("fonts/DaxlinePro-Light.eot");
  src: url("fonts/DaxlinePro-Light.eot?#iefix") format('embedded-opentype'), url("fonts/DaxlinePro-Light.woff2") format('woff2'), url("fonts/DaxlinePro-Light.woff") format('woff'), url("fonts/DaxlinePro-Light.ttf") format('truetype'), url("fonts/DaxlinePro-Light.svg#DaxlinePro-Light") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DaxlinePro';
  src: url("fonts/DaxlinePro-Black.eot");
  src: url("fonts/DaxlinePro-Black.eot?#iefix") format('embedded-opentype'), url("fonts/DaxlinePro-Black.woff2") format('woff2'), url("fonts/DaxlinePro-Black.woff") format('woff'), url("fonts/DaxlinePro-Black.ttf") format('truetype'), url("fonts/DaxlinePro-Black.svg#DaxlinePro-Black") format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DaxlinePro';
  src: url("fonts/DaxlinePro-Thin.eot");
  src: url("fonts/DaxlinePro-Thin.eot?#iefix") format('embedded-opentype'), url("fonts/DaxlinePro-Thin.woff2") format('woff2'), url("fonts/DaxlinePro-Thin.woff") format('woff'), url("fonts/DaxlinePro-Thin.ttf") format('truetype'), url("fonts/DaxlinePro-Thin.svg#DaxlinePro-Thin") format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'DaxlinePro';
  src: url("fonts/DaxlinePro-Bold.eot");
  src: url("fonts/DaxlinePro-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/DaxlinePro-Bold.woff2") format('woff2'), url("fonts/DaxlinePro-Bold.woff") format('woff'), url("fonts/DaxlinePro-Bold.ttf") format('truetype'), url("fonts/DaxlinePro-Bold.svg#DaxlinePro-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DaxlinePro';
  src: url("fonts/DaxlinePro-ExtraBold.eot");
  src: url("fonts/DaxlinePro-ExtraBold.eot?#iefix") format('embedded-opentype'), url("fonts/DaxlinePro-ExtraBold.woff2") format('woff2'), url("fonts/DaxlinePro-ExtraBold.woff") format('woff'), url("fonts/DaxlinePro-ExtraBold.ttf") format('truetype'), url("fonts/DaxlinePro-ExtraBold.svg#DaxlinePro-ExtraBold") format('svg');
  font-weight: 800;
  font-style: normal;
}
body {
  font-size: 12px;
  font-family: 'DaxlinePro';
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.8em;
}
p {
  font-size: 1.5em;
  color: #808080;
}
b {
  font-family: 'DaxlinePro';
  font-weight: bold;
  font-style: normal;
}
.text-blue-dark {
  color: #27348a;
}
.text-blue-light {
  color: #40b4e5;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.bold {
  font-family: 'DaxlinePro';
  font-weight: bold;
  font-style: normal;
}
.normal {
  font-family: 'DaxlinePro';
  font-weight: normal;
  font-style: normal;
}
.text-lg {
  font-size: 45px;
}
.text-md {
  font-size: 30px;
}
.text-xmd {
  font-size: 24px;
}
.normal-txt {
  font-size: 16px;
}
.text-xsm {
  font-size: 12px;
}
.sm-text {
  font-size: 10px;
}
.icon {
  display: inline-block;
  background: url("img/sprite.png");
  background-repeat: no-repeat;
}
.icon.logo {
  width: 158px;
  height: 43px;
  background-position: -55px -53px;
}
.icon.contacto {
  width: 36px;
  height: 35px;
  background-position: -282px -60px;
}
.icon.fb {
  width: 42px;
  height: 42px;
  background-position: -395px -50px;
}
.icon.instagram {
  width: 42px;
  height: 42px;
  background-position: -465px -50px;
}
.icon.pinterest {
  width: 42px;
  height: 42px;
  background-position: -535px -50px;
}
.icon.closePop {
  width: 32px;
  height: 33px;
  background-position: -566px -499px;
}
.icon.flechaDark {
  width: 91px;
  height: 55px;
  background-position: -232px -612px;
}
.icon.flechaLight {
  width: 91px;
  height: 56px;
  background-position: -325px -611px;
}
.icon.closePopBlue {
  width: 32px;
  height: 33px;
  background-position: -503px -499px;
}
.icon.descarga {
  width: 54px;
  height: 55px;
  background-position: -416px -185px;
}
.icon.map {
  width: 12px;
  height: 19px;
  background-position: -185px -627px;
}
.icon.star {
  width: 33px;
  height: 33px;
  background-position: -316px -492px;
}
.icon.starLight {
  width: 35px;
  height: 35px;
  background-position: -388px -494px;
}
.icon.busqueda {
  width: 24px;
  height: 23px;
  background-position: -523px -206px;
}
.icon.aptamil {
  width: 247px;
  height: 106px;
  background-position: -317px -309px;
}
.icon.compedia {
  width: 203px;
  height: 77px;
  background-position: -44px -473px;
}
.icon.estrella {
  width: 18px;
  height: 17px;
  background-position: -493px -623px;
}
.icon.estrella.active {
  background-position: -455px -623px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.footer {
  -webkit-box-shadow: 0px -2px 9px -1px rgba(0,0,0,0.51);
  -moz-box-shadow: 0px -2px 9px -1px rgba(0,0,0,0.51);
  box-shadow: 0px -2px 9px -1px rgba(0,0,0,0.51);
  position: relative;
  z-index: 19;
}
.footer .container .inline-foot {
  vertical-align: middle;
  display: inline-block;
  width: 384px;
}
.footer .container .inline-foot a {
  text-decoration: none;
  font-size: 16px;
}
.footer .container .inline-foot a:hover {
  text-decoration: underline;
}
.footer .container .inline-foot p {
  font-size: 16px;
}
.footer .container .left {
  text-align: left;
  margin-left: 40px;
}
.footer .container .right {
  text-align: right;
}
.footer .container .block {
  display: block;
}
.footer .container .redes {
  text-align: center;
  padding-top: 40px;
}
.footer .container .fb,
.footer .container .pinterest,
.footer .container .instagram {
  margin: 0 10px;
}
.footer .container .left-mar {
  margin-left: 90px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 25px;
  }
  .footer .container .inline-foot {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }
  .footer .container .inline-foot a,
  .footer .container .inline-foot p {
    font-size: 20px;
  }
  .footer .container .left-mar {
    margin-left: 25px;
  }
}
.header {
  margin-bottom: 190px;
}
.header .inline {
  display: inline-block;
}
.header .inline .left .content-header {
  margin-top: 30%;
  max-width: 800px;
  margin-left: 20%;
}
.header .inline .left .content-header h1 {
  color: #808080;
  font-family: 'DaxlinePro';
  line-height: 1;
  margin: 0;
  font-weight: 100;
  font-style: normal;
}
.header .inline .left .content-header h2 {
  font-size: 4em;
  line-height: 1;
  margin: 10px 0;
}
.header .inline .left .content-header img {
  max-width: 100%;
}
.header .inline .right {
  width: 49%;
  display: inline-block;
}
.header .inline .right img {
  max-width: 540px;
  position: absolute;
  right: 0;
  top: -9px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .header .inline .left .content-header {
    margin-top: 40%;
    max-width: 560px;
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 40px;
  }
  .header .inline .left .content-header {
    margin-top: 60%;
    max-width: 560px;
    margin-left: 5%;
  }
  .header .inline .left .content-header h2 {
    font-size: 3em;
  }
  .header .inline .right img {
    max-width: 400px;
    top: 31px;
  }
}
@media (max-width: 420px) {
  .header {
    margin-bottom: 40px;
  }
  .header .inline .left .content-header {
    margin-top: 100%;
    max-width: 100%;
    margin-left: 2%;
  }
  .header .inline .left .content-header h1 {
    font-size: 3em;
  }
  .header .inline .left .content-header h2 {
    font-size: 2.6em;
  }
  .header .inline .left .content-header .aptamil {
    display: block;
    margin: 0 auto;
  }
  .header .inline .right img {
    max-width: 350px;
    top: 40px;
  }
}
@media (max-width: 420px) {
  .header .inline .left .content-header {
    margin-top: 110%;
  }
}
.tab_wrapper {
  margin: 10px 0 50px;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  position: relative;
  text-align: center;
}
.tab_wrapper p {
  color: $blue_dark;
  font-size: 16px;
}
.tab_wrapper > ul {
  clear: both;
  display: inline-block;
  list-style: none;
  margin-bottom: -6px;
}
.tab_wrapper > ul li {
  background: #49b3e1;
  border-radius: 15px 15px 0 0;
  color: #fff;
  float: left;
  cursor: pointer;
  font-weight: bold;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  margin: 0 3px;
  box-shadow: inset 0 0px 50px rgba(0,0,0,0.1);
  min-width: 80px;
}
.tab_wrapper > ul:after {
  content: '';
  display: table;
  clear: both;
}
.tab_wrapper > ul li.active {
  box-shadow: inset 0 0 20px rgba(0,0,0,0);
  border-bottom: none;
  background: #293788;
}
.tab_wrapper > ul li.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
  width: 100%;
}
.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}
.tab_wrapper .controller span {
  padding: 8px 22px;
  background: #49a4d9;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.tab_wrapper .controller span.next {
  margin-left: 10px;
}
.tab_wrapper .content_wrapper {
  background: #fff;
  width: 100%;
  border: none;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
}
.tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 15px 20px;
  height: 510px;
}
.tab_wrapper .content_wrapper hr {
  border-top: none;
  max-width: 450px;
  margin: 20px auto;
}
.tab_wrapper .content_wrapper .tab_content .info-tab {
  display: table;
  width: 100%;
}
.tab_wrapper .content_wrapper .tab_content .info-tab .info,
.tab_wrapper .content_wrapper .tab_content .info-tab .image {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  text-align: left;
}
.tab_wrapper .content_wrapper .tab_content .info-tab .image p {
  width: 140px;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  color: #9c7b36;
}
.tab_wrapper .content_wrapper .tab_content .info-tab .info ul li {
  color: #0f0;
  margin: 10px 0;
}
.tab_wrapper .content_wrapper .tab_content .info-tab .info {
  width: 60%;
}
.tab_wrapper .content_wrapper .tab_content .info-tab .image {
  width: 40%;
}
.tab_wrapper .content_wrapper .tab_content.tbl {
  max-height: 380px;
  overflow: auto;
}
.image-resize-50 img {
  max-width: 200px;
  width: 100%;
}
.tab_wrapper .content_wrapper .tab_content.tbl table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.tab_wrapper .content_wrapper .tab_content.tbl table tr td:first-child {
  text-align: left;
}
.tab_wrapper .content_wrapper .tab_content.tbl table td {
  border-bottom: solid 1px #f00;
}
.tab_wrapper .content_wrapper .tab_content.tbl table thead {
  background: #04a54a;
  color: #fff;
}
.tab_wrapper .content_wrapper .tab_content.tbl table thead th {
  padding: 10px;
}
.tab_wrapper .content_wrapper .tab_content.tbl table tbody td {
  color: #f00;
  padding: 5px 10px;
  text-align: center;
}
.tab_content.active {
  display: block;
}
.tab_wrapper .content_wrapper .tab_content .error {
  color: #f00;
}
.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
  background: #49b3e1;
  color: #fff;
}
.tab_wrapper .content_wrapper .accordian_header:first-child {
  border-top: none;
}
.tab_wrapper .content_wrapper .accordian_header.active {
  color: #fff;
  border-bottom: 1px solid #ccc;
  background: #293788;
}
.tab_wrapper .content_wrapper .accordian_header .arrow {
  float: right;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 2px;
  transform: rotate(-135deg);
  background: transparent;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.tab_wrapper .content_wrapper .accordian_header.active .arrow {
  transform: rotate(45deg);
  background: transparent;
  margin-top: 5px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.tab_wrapper.left_side > ul {
  width: 25%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.tab_wrapper.left_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
}
.tab_wrapper.left_side > ul li:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}
.tab_wrapper.left_side > ul li.active {
  border-color: #ccc;
}
.tab_wrapper.left_side > ul li.active:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #49a4d9;
}
.tab_wrapper.left_side > ul li.active:before {
  right: -1px;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.tab_wrapper.left_side .content_wrapper {
  width: 75%;
  border: 1px solid #ccc;
  float: left;
}
.tab_wrapper.left_side .controller {
  top: -50px;
}
.tab_wrapper.right_side > ul {
  width: 25%;
  float: right;
  border-bottom: 1px solid #ccc;
}
.tab_wrapper.right_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  text-align: right;
}
.tab_wrapper.right_side > ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}
.tab_wrapper.right_side > ul li.active {
  border-color: #ccc;
}
.tab_wrapper.right_side > ul li.active:after {
  right: 0;
  left: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #49a4d9;
}
.tab_wrapper.right_side > ul li.active:before {
  left: -2px;
  right: inherit;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
}
.tab_wrapper.right_side .controller {
  top: -50px;
}
.tab_wrapper.accordion .content_wrapper {
  border-color: #ccc;
}
.tab_wrapper.accordion .content_wrapper .accordian_header {
  display: block;
}
.tab_wrapper.accordion > ul {
  display: none;
}
@media only screen and (max-width: 780px) {
  .tab_wrapper > ul {
    display: none;
  }
  .tab_wrapper .content_wrapper {
    border: 0;
  }
  .tab_wrapper .content_wrapper .accordian_header {
    display: block;
  }
  .tab_wrapper.left_side .content_wrapper,
  .tab_wrapper.right_side .content_wrapper {
    width: 100%;
    border-top: 0;
  }
  .tab_wrapper .controller {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .tab_wrapper .content_wrapper .tab_content .info-tab {
    display: block;
  }
  .tab_wrapper .content_wrapper .tab_content .info-tab .info,
  .tab_wrapper .content_wrapper .tab_content .info-tab .image {
    display: block;
    padding: 15px;
    text-align: left;
  }
  .tab_wrapper .content_wrapper .tab_content .info-tab .info {
    width: 100%;
  }
  .tab_wrapper .content_wrapper .tab_content .info-tab .image {
    width: 100%;
  }
}
.tab_wrapper .content_wrapper .tab_content {
  height: auto;
  max-height: 500px;
  overflow: auto;
}
.tab_wrapper .content_wrapper .tab_content img {
  max-width: 100%;
}
.y-1 {
  background: #d7b123 !important;
  color: #fff !important;
}
.g-1 {
  background: #00c5c4 !important;
  color: #fff !important;
}
.b-1 {
  background: #1aa2cc !important;
  color: #fff !important;
}
.p-1 {
  background: #8b0672 !important;
  color: #fff !important;
}
.y-2 {
  background: #ffd13f !important;
  color: #fff !important;
}
.p {
  background: #eaa2dc !important;
  color: #fff !important;
}
