/* TAGS */


body{
  font-family: 'Ubuntu', sans-serif;
  color: rgb(51,51,51);
  background-color: rgb(234,248,251);
  font-size: 14pt;
  line-height: 1.428571429;
  font-weight: 300;
  margin: 0px;
}
img {
  width:100%;
}
h1 {
  font-size: 28pt;
  line-height: 1.228571429;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  color: rgb(183,199,44);
}
h2 {
  font-size: 22pt;
  line-height: 1.228571429;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  /*text-transform: capitalize;*/
  color: rgb(0,152,218);
}
h3 {
  font-size: 18pt;
  line-height: 1.228571429;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  /*text-transform: capitalize;*/
  color: rgb(0,152,218);
}
h4 {
  font-size: 17pt;
  line-height: 1.228571429;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  /*text-transform: capitalize;*/
  color: rgb(0,152,218);
}
h5 {
  font-size: 16pt;
  line-height: 1.228571429;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  /*text-transform: capitalize;*/
  color: rgb(0,152,218);
}
h6 {
  font-size: 15pt;
  line-height: 1.228571429;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  /*text-transform: capitalize;*/
  color: rgb(0,152,218);
}
a,
a:active,
a:focus {
  text-decoration: none;
  color: rgb(0,152,218);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: rgb(45,103,151);
  text-decoration: none;
}
ul, ol {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
form {
  width: 100%;
  margin-bottom: 10px;
}
label {
  display: block;
  font-weight: 400;
  font-size: 13pt;
}
input {
  color: rgb(0,152,218);
  padding: 15px;
  background: rgb(255,255,255);
  border: 1px solid rgb(238,243,247);
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 1em;
  outline: none;
  transition: all 0.15s ease-in-out;
  margin-bottom: 15px;
}
input:focus {
  border: 1px solid rgb(0,152,218);
}
select {
  color: rgb(0,152,218);
  padding: 16px 15px;
  background: rgb(255,255,255);
  border: 1px solid rgb(238,243,247);
  border-radius: 6px;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1em;
  outline: none;
  transition: all 0.15s ease-in-out;
  margin-bottom: 15px;
}
select:focus {
  border: 1px solid rgb(30,113,184);
}
textarea {
  color: rgb(0,152,218);
  padding: 16px 15px;
  background: rgb(255,255,255);
  border: 1px solid rgb(238,243,247);
  border-radius: 6px;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1em;
  outline: none;
  transition: all 0.15s ease-in-out;
  margin-bottom: 15px;
}
textarea:focus {
  border: 1px solid rgb(0,152,218);
}
input[type=radio], input[type=checkbox] {
    margin: 4px 15px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: auto;
    float: left;
}
table {
  font-size: 11pt;
  font-weight: 400;
}
th {
  color: rgb(51,51,51);
}
td {
  color: rgb(127,127,127);
}
main {
  z-index: 1;
}
p {
  text-align: justify;
  margin-bottom: 30px;
}
nav {
  position: relative;
}
footer {
  font-size: 13pt;
  color: rgb(140,180,215);
}
option {
  font-weight: 300;
  font-size: 12pt;
  margin-bottom: 8px;
}
iframe {
  /*margin-bottom: -7px;*/
}





/* HEADER */
.mod-menu {
  width: 56%;
  margin-left: auto;
}






/* CAROUSEL */
.carousel {
  background: rgb(45,103,151);
  z-index: 1;
}
.carousel .gradient { 
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 2;
  top: 0;
  text-align: right;
  background: rgba(0,0,0,0.5);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  /*-webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);*/
}
.carousel-inner .item img, .carousel-inner .item a img {
  opacity: 0.9;
}
.carousel-inner .item img.carousel-img-XS, .carousel-inner .item a img.carousel-img-XS {
  opacity: 0.9;
  display: none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators {
  text-align: right;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
  margin-left: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid rgb(0,152,218);
  border-radius: 10px;
  cursor: pointer;
  background-color: rgb(0,152,218);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-indicators li:hover {
  border: 1px solid rgb(183,199,44);
  background-color: rgb(183,199,44);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid rgb(183,199,44);
  background-color: rgb(183,199,44);
}
.carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 1170px;
  text-shadow: none;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption .dropdown {
  margin-left: 40%;
  display: table;
}
.carousel-caption .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.carousel-caption .open>.dropdown-menu {
  text-align: left;
}
.carousel-caption .dropdown .dropdown-toggle.btn-default {
  color: rgb(255,255,255);
  font-size: 14pt;
  background-color: transparent;
  border-color: transparent;
  padding: 15px;
}
.carousel-caption .dropdown-menu>li>a:hover, .carousel-caption .dropdown-menu>li>a:focus {
    color: rgb(30,113,184);
    background-color: transparent;
}
.carousel-caption .dropdown .dropdown-toggle.btn-default .caret {
  margin-left: 5px;
}
.carousel-caption .registro {
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.8);
  top: 0;
  bottom: 0;
  width: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  margin-right: initial;
}
.carousel-caption .registro .logo {
  margin-bottom: 30px;
}
.carousel-caption .registro .logo img {
  max-width: 200px;
  height: auto;
}
.carousel-caption a.btn-videoconsulta {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.carousel-caption .registro a.btn-afiliate {
  color: rgb(45,103,151);
  background-color: transparent;
  border-color: rgb(45,103,151);
}
.carousel-caption .registro a.btn-afiliate:hover,
.carousel-caption .registro a.btn-afiliate:focus {
  text-decoration: underline;
  color: rgb(45,103,151);
  background-color: transparent;
  border-color: transparent;
}
.carousel-caption.compact .videoconsulta {
  width: 60%;
  float: right;
}
.carousel-caption.compact .registro .logo img {
  max-width: 160px;
}
.carousel-caption.compact .videoconsulta a.btn-videoconsulta {
  padding: 30px;
  margin-bottom: 0;
}





/* MAIN */
.mod-registro {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  background: rgb(208,219,230);
  text-align: center;
  display: none;
}
.mod-registro i {
  margin-bottom: 20px;
  font-size: 48pt;
  color: #0098da;
}
.mod-registro .logo {
  margin-bottom: 30px;
}
.mod-registro .logo img {
  max-width: 200px;
  height: auto;
}
.mod-registro a.btn-videoconsulta {
  text-transform: uppercase;
  margin-bottom: 40px;
  display: inline-block;
}
.mod-registro a.btn-afiliate {
  color: rgb(45,103,151);
  background: transparent;
  border-color: rgb(45,103,151);
}
.mod-registro a.btn-afiliate:hover,
.mod-registro a.btn-afiliate:focus {
  text-decoration: underline;
  color: rgb(45,103,151);
  background: transparent;
  border-color: transparent;
}
.bg-nosotros {
  background-image: url("../img2/bg-nosotros.png");
  background-repeat: no-repeat;
  background-position-x: right;
  /*background-color: rgb(234,248,251);*/
  background-size: contain;
  height: 100vh; /*500px;*/
  padding-top: 10vh;
}
.bg-nosotros h1 {
  font-size: 30pt;
  line-height: 1.0;
  font-weight: 400;
  margin-bottom: 30px;
  /*height: 100vh; */
}
.bg-nosotros p {
  font-size: 14pt;
}
.bg-video {
  background-image: url("../img2/bg-video.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-video .section {
  padding-left: 15px;
  padding-right: 15px;
}
.mod-servicio {
  font-weight: 400;
  height: 100vh; /*600px;*/
  padding-top: 20vh;
}
.mod-servicio.text-right {
  text-align: right;
}
.mod-servicio.text-left {
  text-align: left;
  background-color: rgb(231,239,247);
}
.mod-servicio.text-right .gradient-right { 
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(85,151,215,0.8);
  background: -moz-linear-gradient(right, rgba(85,151,215,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(right top, left top, color-stop(0%, rgba(85,151,215,1)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(right, rgba(85,151,215,1) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(right, rgba(85,151,215,1) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(right, rgba(85,151,215,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to left, rgba(85,151,215,1) 0%, rgba(0,0,0,0) 100%);
}
.mod-servicio.text-left .gradient-left { 
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(168,207,69,0.8);
  background: -moz-linear-gradient(left, rgba(168,207,69,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(168,207,69,1)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(168,207,69,1) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(168,207,69,1) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, rgba(168,207,69,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(168,207,69,1) 0%, rgba(0,0,0,0) 100%);
}
.mod-servicio.text-right .titulo .align-center {
  margin-right: 0;
}
.mod-servicio.text-left .titulo .align-center {
  margin-left: 0;
}
.mod-servicio .titulo h1 {
  font-size: 56pt;
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 20px;
  color: rgb(255,255,255);
  line-height: 1.0;
}
.mod-servicio .detalle p {
  font-size: 20pt;
  margin-bottom: 40px;
  color: rgb(255,255,255);
  /* max-height: 114px; */
  overflow: hidden;
}
.mod-servicio .section {
  padding-left: 15px;
  padding-right: 15px;
}
.mod-servicio .foto {
  display: none;
}
.bg-servicio {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-pacientes {
  background-image: url("../img2/bg-pacientes.jpg");
}
.bg-residentes {
  background-image: url("../img2/bg-residentes.jpg");
}
.bg-viajeros {
  background-image: url("../img2/bg-viajeros.jpg");
}
.bg-ausentismo {
  background-image: url("../img2/bg-ausentismo.jpg");
}
.bg-profesionales {
  background-image: url("../img2/bg-profesionales.jpg");
}
.mod-video {
  max-width: 704px;
  margin-bottom: 30px;
}
.cuestionario .pregunta p {
  color: rgb(0,152,218);
  font-weight: 500;
  font-size: 18pt;
  margin-bottom: 10px;
}
.cuestionario .respuesta {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(225,225,225);
}
.cuestionario .respuesta p {
  margin-bottom: 10px;
}
main ul, main ol {
  list-style-type: none;
}
main ul li, main ol li {
  padding-left: 25px;
  text-align: justify;
}
main ul li i {
  font-size: 6pt;
  color: rgb(0,152,218);
  left: 0;
  position: absolute;
  margin-top: 12px;
}
main ol li span {
  font-size: 18pt;
  color: rgb(0,152,218);
  left: 0;
  position: absolute;
  margin-top: -5px;
  font-weight: 500;
}






/* LEFT */
.mod-left {
  padding-right: 45px;
  border-right: 1px solid rgb(225,225,225);
}





/* RIGHT */
.mod-right {
  padding-left: 15px;
}





/* YOUTUBE */
.ytp-chrome-top, .ytp-chrome-bottom {
  display: none !important;
}
.ytp-embed:not(.ad-showing) .ytp-gradient-top {
  display: none !important;
}





/* LIST */
.mod-list {
  width: 100%;
}
.list-item {
  margin: 30px 15px 0 15px;
  padding: 50px;
  background-color: rgb(255,255,255);
  width: auto;
  font-size: 14pt;
  font-weight: 400;
  display: table;
  border-radius: 6px;
}
.list-item li {
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.list-item li.telefono {
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: -10px;
  padding-left: 34px;
}
.list-item li i {
  position: relative;
  font-size: 14pt;
  width: 24px;
  margin-left: -34px;
}
.list-item li.separador {
  font-weight: 300;
  font-size: 16pt;
  display: inline-block;
  float: left;
  width: auto;
  margin-bottom: 0;
}
.list-item li.email {
  width: 100%;
  margin-top: 20px;
  font-size: 12pt;
}
.list-item li.nombre {
  color: rgb(0,152,218);
  font-weight: 500;
  font-size: 20pt;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  border-bottom: 1px solid rgb(225,225,225);
}
.list-item li.direccion {
  font-weight: 500;
  font-size: 16pt;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.list-item li.auto {
  width: auto;
  display: inline-block;
  font-weight: 500;
  font-size: 16pt;
  margin-bottom: 0;
}





/* FORM */
form fieldset {
  border: 0;
}
/*div {clear:both;padding:0 0 20px 0;position:relative}*/
form fieldset div div {
  padding: 0 0 15px 0;
  position: relative;
}
input[type=submit] {
  color: rgb(255,255,255);
  background-color: rgb(0,152,218);
  border-color: rgb(0,152,218);
  display: inline-block;
  font-size: 14pt;
  padding: 11px 30px;
  text-decoration: none;
  width: auto;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
input:hover[type=submit] {
  color: rgb(255,255,255);
  background-color: rgb(51,159,203);
  background-color: rgb(45,103,151);
  border-color: rgb(51,159,203);
  border-color: rgb(45,103,151);
  font-weight: 700;
}
form div input[type=search] {
  color: rgb(30,113,184);
  padding: 15px 95px 15px 15px;
  border: 1px solid rgb(140,180,215);
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 12pt;
  outline: none;
  transition: all 0.15s ease-in-out;
}
form div input:focus[type=search] {
  border: 1px solid rgb(30,113,184);
}
form fieldset div div label {
  font-weight: 400;
}
form fieldset div div label span {
  padding-right: 10px;
  font-weight: 700;
} 
form fieldset div div em.helper {
  /*z-index: 1001;
  position: absolute;
  top: 0;
  left: auto;
  font-size: 0.90em;
  padding: 5px;
  border-radius: 4px 4px 0;
  color: rgb(255,255,255);
  background: rgba(0,0,0,0.80);
  line-height: 100%;
  text-align: center;
  margin: 0 0 0 15px;*/
  display: none;
}         
form fieldset div div em.helper:after {
  /*content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent rgba(0,0,0,0.80);
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -5px;
  left: -5px;
  top: 50%;*/
  display: none;
}       
form fieldset div#validate {
  display: none;
}         
form fieldset div#validate ul {
  margin: 0 0 30px 15px;
  padding: 0;
  list-style: none;
}
form fieldset div#validate ul li {
  color: rgb(30,113,184);
  margin: 0;
  font-weight: 400;
}
form fieldset div#validate ul li:before {
  font-family: FontAwesome;
  content: '\f06a';
  padding-right: 5px;
  font-size: 11pt;
  color: rgb(255,0,0);
}
form fieldset div#validate ul li label {
  font-weight: 400;
  font-size: 12pt;
  margin-bottom: 0;
  display: inline-block;
}




/* ---------- FOOTER ---------- */
footer .container-fluid {
  background: rgb(45,103,151);
}
.mod-footer {
  padding-top: 80px;
  padding-bottom: 40px;
  clear: both;
  display: table;
}
.mod-footer .menu {
  position: relative;
}
.mod-footer .menu ul {
  list-style: none;
  position: relative;
  /*width: 25%;*/
  float: left;
  padding-left: 15px;
  padding-right: 30px;
  list-style-image: none;
  margin-bottom: 40px;
}
.mod-footer .menu:after,
.mod-footer .menu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mod-footer .menu ul li {
  position: relative;
  margin: 12px 0;
  line-height: 1.228571429;
  font-weight: 400;
}
.mod-footer .menu ul li.title {
  font-size: 14pt;
  line-height: 1.228571429;
  text-transform: uppercase;
  font-weight: 700;
  cursor: default;
  color: rgb(255,255,255);
  margin-top: 0;
  margin-bottom: 30px;
}
.mod-footer .menu ul li.active a{
  margin: 10px 0;
  color: rgb(255,255,255);
  cursor: pointer;
}
.mod-footer .menu ul li a {
  text-decoration: none;
}
.mod-footer .menu ul li a {
  color: rgb(140,180,215);
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.mod-footer .menu ul li a i{
  color: rgb(151,151,151);
  margin-top: 10px;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.mod-footer .menu ul li a i:hover{
  color: rgb(255,255,255);
}
.mod-footer .menu ul li:hover a {
  color: rgb(255,255,255);
}
.mod-footer .menu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.mod-footer .menu ul li.has-sub::after {
  right: 15px;
  top: 28px;
  border: 5px solid transparent;
  border-top-color: rgb(47,47,47);
}
.mod-footer .menu ul li:hover::after {
  border-top-color: rgb(255,255,255);
}
.mod-footer .menu ul ul {
  padding-left: 0;
  padding-right: 0;
}
.mod-footer .menu ul li a.btn-farmacias {
  color: rgb(140,180,215);
  background-color: transparent;
  border-color: rgb(140,180,215);
  font-size: 13pt;
  padding: 5px;
  white-space: normal;
}
.mod-footer .menu ul li a.btn-farmacias:hover {
  color: rgb(255,255,255);
  border-color: rgb(255,255,255);
}
.mod-footer .menu ul li.active a.btn-farmacias {
  color: rgb(255,255,255);
  border-color: rgb(255,255,255);
  margin-top: 20px;
}
.mod-footer .logo {
  display: block;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.mod-footer .logo img {
  max-width: 90px;
  height: auto;
}
.mod-footer .data {
  color: rgb(140,180,215);
  width: 100%;
}
.mod-footer .data ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1;
  position: relative;
  display: table;
}
.mod-footer .data ul li.title {
  font-size: 16pt;
  line-height: 1.428571429;
  margin: 0 0 5px 0;
  font-weight: 400;
  color: rgb(255,255,255);
}
.mod-footer .data ul li {
  line-height: 1.428571429;
}
.mod-footer .guarantees {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: 100%;
}
.mod-footer .guarantees img {
    width: auto;
    height: 35px;
}
.mod-footer .data a.btn-custom {
  margin-bottom: 0;
  color: rgb(255,255,255) !important;
  background-color: rgb(255,255,255);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mod-footer .data a.btn-custom:hover {
  color: rgb(255,255,255) !important;
  background-color: rgb(102,102,102);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mod-footer .phone {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 30px;
}
.mod-footer .phone ul li i {
  margin-right: 15px;
  float: left;
  font-size: 22pt;
}
.mod-footer .phone ul li i.icon-circle {
  color: rgb(255,255,255);
}
.mod-footer .phone ul li {
  color: rgb(255,255,255);
  margin-right: 10px;
  font-size: 14pt;
  line-height: 20pt;
  font-weight: 400;
  display: block;
}
.mod-footer .phone ul li span {
  color: rgb(255,255,255);
  font-size: 18pt;
  font-weight: 700;
  display: block;
}
.mod-footer .phone ul.consulta li {
  color: rgb(255,255,255);
  font-size: 12pt;
  line-height: 16pt;
}
.mod-footer .phone ul.consulta li span {
  color: rgb(255,255,255);
  /*float: left;*/
  font-size: 16pt;
  line-height: 20pt;
  font-weight: 700;
}
footer .copy {
  font-size: 10pt;
  color: rgb(102,102,102);
  background: rgb(51,51,51);
  text-align: center;
  padding: 30px 0 40px 0;
}
footer
 .copy ul li {
  float: left;
}
.mod-footer .menu .social{
  width: 100% !important;
  margin-bottom: 10px;
}
.mod-footer .menu .social li {
  display: inline;
}
.mod-footer .menu .social li a {
  padding: 0 7px;
}
.mod-footer .menu .social li a i {
  font-size: 18pt;
  color: rgb(140,180,215) !important;
}
.mod-footer .menu .social li a i:hover{
  color: rgb(255,255,255) !important;
}
.mod-footer .menu .social li:hover a {
  color: rgb(255,255,255);
}



/* CUSTOM */

/*article ul {
  display: inline-block;
  list-style-image: url("../img/caret.png");
  margin: 5px 0 15px 15px;
}
article ul li {
  width: 33.333%;
  float: left;
  padding: 1px 0;
}*/
.icon-circle {
  width: 57px;
  height: 57px;
  line-height: 55px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  color: rgb(0,152,218);
}
.icon-circle-user {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    background: rgb(0,152,218);
    color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.btn {
  border-radius: 6px;
  color: rgb(255,255,255);
  font-size: 11pt;
  padding: 12px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border-color: rgb(30,113,184);
  color: rgb(30,113,184);
  background-color: transparent;
  display: inline-block;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: rgb(255,255,255);
  background-color: rgb(30,113,184);
  border-color: rgb(30,113,184);
}
a.btn-verde {
  color: rgb(255,255,255);
  background-color: rgb(168,207,69);
  border-color: rgb(168,207,69);
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  padding-top: 11px;
  padding-bottom: 11px;
}
a.btn-verde:hover,
a.btn-verde:focus {
  color: rgb(255,255,255);
  background-color: rgb(0,152,218);
  border-color: rgb(0,152,218);
}
a.btn-celeste {
  color: rgb(255,255,255);
  background-color: rgb(0,152,218);
  border-color: rgb(0,152,218);
  display: inline;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
}
a.btn-celeste:hover,
a.btn-celeste:focus {
  color: rgb(255,255,255);
  background-color: rgb(45,103,151);
  border-color: rgb(45,103,151);
}
/*.btn-custom {
  padding: 20px 15px;
  background-color: rgb(255,255,255);
  text-transform: uppercase;
  color: rgb(255,255,255);
  font-size: 11pt;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-custom a{
  color: rgb(255,255,255);
  padding: 20px 15px;
}*/
.btn-custom:hover {
  color: rgb(51,51,51);
  background-color: rgb(51,51,51);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-group {
  display: table;
  margin: 0 0 0 auto;
}
.item-list {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
}
.firt {
  padding-top: 0;
  margin-top: 0;
}
.last {
  padding-bottom: 0;
  margin-bottom: 0;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 50%;
  margin-top: -12pt;
  right: 53px;
  display: block;
  width: 45px;
  height: auto;
  line-height: normal;
  text-align: center;
  color: rgb(30,113,184);
  font-size: 24px;
}
.table-striped tbody tr:hover th,
.table-striped tbody tr:hover td {
  background-color: rgb(190,190,190);
  color: rgb(255,255,255);
}
.table-striped tbody tr:hover:nth-child(odd)>th,
.table-striped tbody tr:hover:nth-child(odd)>td {
  background-color: rgb(190,190,190);
  color: rgb(255,255,255);
}
.divider {
  height: 1px;
  margin: 0 0 30px 0;
  overflow: hidden;
  background-color: rgb(225,225,225);
}
.bgverde {
  background: rgb(183,199,44);
}
.bgcian {
  background: rgb(0,152,218);
}
.bgazul {
  background: rgb(45,103,151);
}
.bggris {
  background: rgb(238,243,247);
}
.negro {
  color: rgb(51,51,51);
}
.cian {
  color: rgb(0,152,218);
}
.azul {
  color: rgb(45,103,151);
}
.small {
  font-size: 9pt;
}
.scrollTop a {
  color: rgb(255,255,255);
  background: rgb(0,152,218);
  background: rgba(0,152,218,0.5);
  border-radius: 50%;
  font-size: 20pt;
  height: 50px;
  min-width: 50px;
  text-align: center;
  padding-top: 5px;
  z-index: 2;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 78px;
}
.scrollTop a:hover {
  background-color: rgb(0,152,218);
  background-color: rgba(0,152,218,1);
}
.breadcrumb {
  background-color: transparent;
  font-size: 12pt;
  padding: 0 15px 15px 15px;
  margin-bottom: 10px;
}
.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  /*height: -webkit-fill-available;*/
}
.align-middle {
  display: table-cell;
  vertical-align: middle;
}
.section {
  padding-top: 0px; /* 70px */
  padding-bottom: 40px;
  display: table;
  width: 100%;
}
.push-right {
  float: right;
}
.push-left {
  float: left;
}
.jumbotron {
  background-color: rgb(194,235,253);
}









/* ---------- MEDIAs ---------- */
@media (min-width: 540px) and (max-width: 767px) {
  
}


@media (max-width: 767px) {
  .carousel-caption {
    width: 100%;
  }
  .carousel-caption .dropdown {
    top: 0;
    position: fixed;
    right: 0;
  }
  .dropdown-menu {
    right: 0;
    left: auto;
  }
  .carousel-caption .registro {
    width: 50%;
    background: transparent;
  }
  .carousel-caption .registro .logo {
    margin-bottom: 0;
  }
  .carousel-caption .registro .logo img {
    max-width: 130px;
  }
  .carousel-caption .registro a.btn-videoconsulta {
    display: none;
  }
  .carousel-caption .registro a.btn-afiliate {
    display: none;
  }
  .mod-registro {
    display: block;
  }
  .mod-registro .logo {
    display: none;
  }
  .mod-registro .logo img {
    max-width: 130px;
  }
  .bg-nosotros {
    height: auto;
    background-image: none;
    display: table;
  }
  body {
    font-size: 13pt;
  }
  h1 {
    font-size: 24pt;
  }
  .section {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .bg-video .section {
    padding: 0;
  }
  iframe {
    height: 420px;
  }
  .mod-servicio {
    height: auto;
  }
  .mod-servicio .titulo h1 {
    font-size: 20pt;
    max-width: 356px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 10px 30px;
    background: rgb(168,207,69);
    color: rgb(255,255,255);
  }
  .mod-servicio.text-right .titulo h1 {
    margin-left: auto;
    margin-right: auto;
  }
  .mod-servicio.text-left .titulo h1 {
    margin-left: auto;
    margin-right: auto;
  }
  .mod-servicio .detalle p {
    font-size: 16pt;
    color: rgb(51,51,51);
    font-size: 13pt;
    font-weight: 300;
    margin-bottom: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mod-servicio .section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .mod-servicio .align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .mod-servicio.text-right .gradient-right {
    display: none;
  }
  .mod-servicio.text-left .gradient-left {
    display: none;
  }
  .bg-servicio {
    background-image: none;
  }
  .mod-servicio a.btn-verde {
    font-size: 20pt;
    color: rgb(0,152,218);
    background-color: transparent;
    border-color: transparent;
  }
  .mod-servicio a.btn-verde:hover,
  .mod-servicio a.btn-verde:focus {
    color: rgb(0,152,218);
    background-color: transparent;
    border-color: rgb(0,152,218);
  }
  .mod-servicio a.btn-celeste {
    font-size: 20pt;
    color: rgb(85,151,215);
    background-color: transparent;
    border-color: transparent;
  }
  .mod-servicio a.btn-celeste:hover,
  .mod-servicio a.btn-celeste:focus {
    color: rgb(85,151,215);
    background-color: transparent;
    border-color: rgb(85,151,215);
  }
  .mod-servicio .foto {
    display: block;
    opacity: 0.9;
  }
  .mod-servicio .titulo {
    height: 80px;
    margin-bottom: 50px;
  }
  .mod-servicio .titulo .align-center {
    display: table;
    height: 100%;
    height: -webkit-fill-available;
    margin-right: auto;
  }
  .mod-servicio.text-right .titulo .align-center {
    margin-right: auto;
  }
  .mod-servicio.text-left .titulo .align-center {
    margin-left: auto;
  }
  .mod-servicio .detalle {
    margin-top: 50px;
    margin-bottom: 30px;
    max-height: 96px;
    overflow: hidden;
  }
  .mod-servicio .detalle .align-center {
    display: table;
    height: 100%;
    height: -webkit-fill-available;
    margin-right: auto;
  }
  .carousel-caption.compact .registro .logo img {
    display: none;
  }
  .carousel-caption.compact .videoconsulta {
    display: none;
  }
  .mod-registro.compact i {
    display: none;
  }
  .mod-registro.compact .logo {
    display: block;
  }
  .mod-left {
    padding-right: 0x;
    border-right: none;
  }
  .mod-right {
    padding-left: 0;
  }
  .list-item {
    padding: 25px;
  }
  .list-item {
    margin: 15px 0 0 0;
  }
}


@media (max-width: 539px) {
  .carousel-inner .item img, .carousel-inner .item a img {
    display: none;
  }
  .carousel-inner .item img.carousel-img-XS, .carousel-inner .item a img.carousel-img-XS {
    display: block;
  }
  .carousel-caption {
    top: auto;
  }
  .carousel-caption .registro {
    width: 100%;
    background: transparent;
  }
  .carousel-caption .registro a.btn-afiliate {
    display: inline;
    font-size: 24pt;
    padding: 15px 40px;
    color: rgb(255,255,255);
    background-color: rgb(0,152,218);
    border-color: rgb(0,152,218);
  }
  .carousel-caption .registro a.btn-afiliate:hover,
  .carousel-caption .registro a.btn-afiliate:focus {
    color: rgb(255,255,255);
    background-color: rgb(45,103,151);
    border-color: rgb(45,103,151);
    text-decoration: none;
  }
  .carousel-caption .registro .logo {
    display: none;
  }
  .carousel-caption .registro.align-center {
    height: auto;
    top: -110px;
  }
  .mod-registro  {
    display: block;
  }
  .mod-registro i {
    display: none;
  }
  .mod-registro .logo {
    display: block;
  }
  .mod-registro a.btn-videoconsulta {
    margin-bottom: 0;
  }
  .mod-registro a.btn-afiliate {
    display: none;
  }
  .bg-nosotros {
    background-color: rgb(60,60,60);
    color: rgb(255,255,255);
  }
  .mod-servicio .detalle p {
    max-width: 420px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-footer .menu ul li.title {
    margin-bottom: 20px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    width: 100%;
  }
  .carousel-caption .dropdown {
    margin-left: auto;
  }
  .carousel-caption.compact .dropdown {
    right: 0;
    position: absolute;
  }
  .dropdown-menu {
    right: 0;
    left: auto;
  }
  .carousel-caption .registro {
    width: 50%;
    background: transparent;
  }
  .carousel-caption .registro .logo {
    margin-bottom: 0;
  }
  .carousel-caption .registro .logo img {
    max-width: 130px;
  }
  .carousel-caption .registro .button {
    display: none;
  }
  .mod-registro {
    display: block;
  }
  .mod-registro .logo {
    display: none;
  }
  .bg-nosotros {
    background-position: center;
    height: 450px;
    background-image: url("../img2/bg-nosotros-alpha.png");
  }
  .mod-servicio {
    font-size: 16pt;
    height: 500px;
  }
  .mod-servicio .titulo h1 {
    font-size: 40pt;
  }
  iframe {
    height: 405px;
  }
  .mod-footer .phone {
    width: 40%;
    float: left;
  }
  .mod-footer .guarantees {
    width: 20%;
    float: left;
    text-align: right;
  }
  .carousel-caption.compact .videoconsulta {
    display: none;
  }
  .carousel-caption.compact .registro .logo img {
    max-width: 115px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mod-left {
    padding-right: 0x;
    border-right: none;
  }
  .mod-right {
    padding-left: 0;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption {
    width: 970px;
  }
  .carousel-caption .dropdown {
    margin-left: 35%;
  }
  .carousel-caption .registro {
    width: 35%;
  }
  .carousel-caption .registro .logo img {
    max-width: 115px;
  }
  .carousel-caption .registro a.btn-videoconsulta {
    font-size: 14pt;
  }
  .bg-nosotros {
    height: 450px;
  }
  iframe {
    height: 441px;
  }
  .mod-servicio {
    font-size: 16pt;
    height: 500px;
  }
  .mod-servicio .titulo h1 {
    font-size: 40pt;
  }
  .mod-footer .phone {
    width: 33.333%;
    float: left;
  }
  .mod-footer .guarantees {
    width: 33.333%;
    float: left;
    text-align: right;
  }
  .carousel-caption.compact .registro .logo {
    margin-bottom: 0;
  }
  .carousel-caption.compact .registro .logo img {
    max-width: 130px;
  }
  .carousel-caption.compact .registro .button {
    display: none;
  }
  .carousel-caption.compact .videoconsulta {
    width: 65%;
  }
  .carousel-caption.compact .videoconsulta a.btn-videoconsulta {
    font-size: 1em;
    padding: 20px;
  }
}


@media (min-width: 1200px) and (max-width: 1399px) {
  .carousel-caption .dropdown {
    margin-left: 35%;
  }
  .carousel-caption .registro {
    width: 35%;
  }
  .carousel-caption .registro .logo img {
    max-width: 160px;
  }
  .bg-nosotros h1 {
    font-size: 40pt;
    font-weight: 500;
  }
  .bg-nosotros p {
    font-size: 18pt;
  }
  .carousel-caption.compact .registro .logo img {
    max-width: 115px;
  }
}


@media (min-width: 1400px) sand (max-width: 1599px) {
  .carousel-caption .dropdown {
    margin-left: 35%;
  }
  .carousel-caption .registro {
    width: 35%;
  }.bg-nosotros h1 {
    font-size: 40pt;
    font-weight: 500;
  }
  .bg-nosotros p {
    font-size: 18pt;
  }
  .carousel-caption.compact .registro .logo img {
    max-width: 130px;
  }
}


@media (min-width: 1600px) {
  .bg-nosotros h1 {
    font-size: 40pt;
    font-weight: 500;
  }
  .bg-nosotros p {
    font-size: 18pt;
  }
}




