/* TAGS */


body{
  font-family: 'Signika', sans-serif;
  color: rgb(51,51,51);
  background-color: rgb(255,255,255);
  font-size: 14pt;
  line-height: 1.428571429;
  font-weight: 300;
  margin: 0px;
}
img {
  width:100%;
}
h1 {
  font-size: 36pt;
  line-height: 1.228571429;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  color: rgb(255,0,0);
}
h2 {
  font-size: 28pt;
  line-height: 1.228571429;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  color: rgb(0,43,124);
}
h3 {
  font-size: 24pt;
  line-height: 1.228571429;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  color: rgb(0,43,124);
}
h4 {
  font-size: 22pt;
  line-height: 1.228571429;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  color: rgb(0,43,124);
}
h5 {
  font-size: 18pt;
  line-height: 1.228571429;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  color: rgb(0,43,124);
}
h6 {
  font-size: 16pt;
  line-height: 1.228571429;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  color: rgb(0,43,124);
}
a,
a:active,
a:focus {
  text-decoration: none;
  color: rgb(0,43,124);
  -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(255,0,0);
  text-decoration: none;
}
ul, ol {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
form {
  width: 100%;
  margin-bottom: 10px;
  clear: both;
  display: table;
}
label {
  display: block;
  font-weight: 400;
  font-size: 13pt;
}
input {
  color: rgb(0,43,124);
  padding: 15px;
  background: rgb(255,255,255);
  border: 1px solid rgb(188,209,248);
  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,43,124);
  padding: 15px;
  background: rgb(255,255,255);
  border: 1px solid rgb(188,209,248);
  border-radius: 6px;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1em;
  outline: none;
  transition: all 0.15s ease-in-out;
  margin-bottom: 16px;
}
select:focus {
  border: 1px solid rgb(0,152,218);
}
textarea {
  color: rgb(0,43,124);
  padding: 15px;
  background: rgb(255,255,255);
  border: 1px solid rgb(188,209,248);
  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;
  border-top: solid 10px rgb(64,96,157);
  padding-top: 60px;
}
p {
  /*text-align: justify;*/
  margin-bottom: 30px;
}
nav {
  position: relative;
}
footer {
  font-size: 13pt;
  color: rgb(0,43,124);
}
option {
  font-weight: 300;
  font-size: 12pt;
  margin-bottom: 8px;
}
iframe {
  /*margin-bottom: -7px;*/
}
header {
  -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);
}
fieldset {
  margin-bottom: 30px;
}





/* HEADER */
header { 
  width: 100%;
  height: 130px;
  position: fixed;
  z-index: 2;
  top: 0;
  text-align: left;
  background-color: rgb(188,209,248);
}
header .logo .align-center {
  margin-left: 50px;
}
header .logo img {
  max-width: 250px;
  height: auto;
}
header .logo img {
  max-width: 225px;
  height: auto;
}
header .button {
  float: right;
}
header .button .btn-afiliate {
  display: table;
  text-transform: uppercase;
  background-color: rgb(255,255,255);
  border-top: none;
  border-right: none;
  border-bottom: solid 5px rgb(0,43,124);
  border-left: none;
  height: 100%;
  height: -webkit-fill-available;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18pt;
  color: rgb(0,43,124);
  border-radius: 0;
}
header .button img {
  max-height: 75px;
  width: auto;
  margin-right: 15px;
}
header .phone {
  top: 0;
  display: block;
  float: right;
  width: 380px;
}
header .phone ul li i {
  margin-right: 15px;
  float: left;
  font-size: 30pt;
}
header .phone ul li i.icon-circle {
  color: rgb(0,43,124);
  padding-top: 4px;
  width: 68px;
  height: 68px;
}
header .phone ul li {
  color: rgb(0,43,124);
  margin-right: 10px;
  font-size: 20pt;
  line-height: 1.1;
  font-weight: 400;
  display: block;
  text-align: left;
}
header .phone ul li span {
  color: rgb(0,43,124);
  font-size: 18pt;
  font-weight: 700;
  display: inline-block;
}
header .phone ul.consulta li {
  color: rgb(0,43,124);
  font-size: 12pt;
  line-height: 16pt;
}
header .phone ul.consulta li span {
  color: rgb(0,43,124);
  font-size: 16pt;
  line-height: 20pt;
  font-weight: 700;
}






/* CAROUSEL */
.carousel {
  background: rgb(45,103,151);
  z-index: 1;
  margin-top: 130px;
}
.carousel-inner .item img,
.carousel-inner .item a img {
  opacity: 0.9;
}
.carousel .item img.carousel-img-XS,
.carousel .item a img.carousel-img-XS,
.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;
  bottom: 0;
  margin-left: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid rgb(0,43,124);
  border-radius: 10px;
  cursor: pointer;
  background-color: rgb(0,43,124);
  -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(255,0,0);
  background-color: rgb(255,0,0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid rgb(255,0,0);
  background-color: rgb(255,0,0);
}
.carousel-caption {
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  background: rgba(0,43,124,0);
  background: -moz-linear-gradient(top, rgba(0,43,124,0) 0%, rgba(0,43,124,0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,43,124,0)), color-stop(100%, rgba(0,43,124,0.8)));
  background: -webkit-linear-gradient(top, rgba(0,43,124,0) 0%, rgba(0,43,124,0.8) 100%);
  background: -o-linear-gradient(top, rgba(0,43,124,0) 0%, rgba(0,43,124,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0,43,124,0) 0%, rgba(0,43,124,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,43,124,0) 0%, rgba(0,43,124,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b7c', endColorstr='#002b7c', GradientType=0 );
}
.carousel-caption .caption {
  bottom: 0;
  position: absolute;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}
.carousel-caption.compact h1 {
  font-size: 46pt;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption h1 {
  color: rgb(255,255,255);
  font-size: 60pt;
  line-height: 0.9;
  width: 75%;
}
.carousel-caption h2 {
  font-size: 36pt;
  color: rgb(255,0,0);
  text-transform: uppercase;
  padding-top: 0;
  margin-bottom: 0;
}
.carousel-caption h3 {
  font-size: 20pt;
  color: rgb(255,255,255);
  text-transform: uppercase;
  padding-top: 0;
  margin-bottom: 0;
}
.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 {
  bottom: 0;
  height: 50%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  margin-right: initial;
}
.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-planes {
  width: 50%;
  float: left;
}
.mod-planes.expanded {
  width: 100%;
  float: none;
}
.mod-planes .detalle {
  padding: 20px 60px 40px 60px;
}
.mod-planes.expanded .detalle {
  padding: 0 15px 40px 15px;
}
.mod-planes .detalle h1 {
  font-size: 52pt;
  padding-top: 0;
  margin-top: 0;
  text-transform: uppercase;
  color: rgb(255,0,0);
}
.mod-planes .detalle h3 {
  font-size: 34pt;
  margin-top: 0;
  margin-bottom: -10px;
  color: rgb(0,43,124);
}
.mod-planes .detalle p {
  margin-bottom: 10px;
  overflow: hidden;
  max-height: 78px;
}
.mod-planes .detalle a {
  font-size: 16pt;
  font-weight: 500px;
  margin-bottom: 10px;
}
.mod-planes .precio {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
.mod-planes.expanded .precio {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.mod-planes .precio p {
  font-size: 34pt;
  font-weight: 700;
  margin-bottom: 0;
}
.mod-planes .precio small {
  font-size: 22pt;
  font-weight: 500;
}
.mod-planes .precio span {
  font-size: 48pt;
  font-weight: 700;
  color: rgb(0,43,124);
}
.btn-afiliate {
  border-radius: 6px;
  color: rgb(45,103,151);
  background: transparent;
  border-color: rgb(45,103,151);
  font-size: 16pt;
  padding: 12px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border: solid 1px rgb(0,43,124);
  position: relative;
}
.btn-afiliate:hover,
.btn-afiliate:focus {
  text-decoration: underline;
  color: rgb(45,103,151);
  background: transparent;
  border-color: transparent;
}
.btn-afiliate img {
  width: 50px;
  padding-right: 5px;
}
.mod-estimulacion {
  position: relative;
  z-index: 1;
  border-bottom: solid 10px rgb(64,96,157);
}
.mod-estimulacion .carousel-caption {
  text-align: right;
}
.mod-estimulacion .carousel-caption .caption {
  padding-left: 30%;
  margin-bottom: 40px;
}
.mod-estimulacion .carousel-caption h1 {
  color: rgb(255,255,255);
  font-size: 60pt;
  line-height: 0.9;
  width: auto;
}
.mod-estimulacion .carousel-caption h2 {
  color: rgb(255,0,0);
  font-size: 24pt;
  line-height: 1;
  width: auto;
}
.mod-estimulacion .carousel-caption a,
.mod-estimulacion .carousel-caption a:active,
.mod-estimulacion .carousel-caption a:focus {
  color: rgb(255,0,0);
}
.mod-estimulacion .carousel-caption a:hover {
  color: rgb(255,255,255);
  text-decoration: none;
}
.mod-servicios.sumate {
  height: 761px;
  overflow: hidden;
}
.mod-servicios.videoconsultas .detalle {
  background-color: rgb(239,244,253);
}
.mod-servicios.videoconsultas .foto .triangulo {
   border-top: 30px solid rgb(239,244,253);
}
.mod-servicios .detalle {
  background-color: rgb(255,255,255);
  padding: 60px 60px 10px 60px;
}
.mod-servicios .detalle h1 {
  font-size: 38pt;
  line-height: 1;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgb(0,43,124);
  width: 90%;
}
.mod-servicios .detalle h3 {
  font-size: 26pt;
  margin-top: 0;
  margin-bottom: 10px;
  color: rgb(255,0,04);
}
.mod-servicios .detalle p {
  font-size: 22pt;
  line-height: 1;
  width: 60%;
}
.mod-servicios .detalle p img {
  max-height: 85px;
  width: auto;
  position: absolute;
  right: 60px;
}
.mod-servicios .foto .triangulo {
  margin-left: 60px;
}
.mod-servicios .bg-sumate {
  background-image: url("../img/bg-sumate.jpg");
  height: 100%;
  height: -webkit-fill-available;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mod-servicios .bg-sumate img {
  display: none;
}
.cuestionario .pregunta p {
  color: rgb(0,43,124);
  font-weight: 500;
  font-size: 22pt;
  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: 20px;
  text-align: left;
}
main ul li i {
  font-size: 6pt;
  color: rgb(0,43,124);
  left: 15px;
  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;
}
.mod-gallery {
  padding-top: 50px;
  margin-left: 7px;
  margin-right: 8px;
  clear: both;
  display: table;
  position: relative;
}






/* LEFT */
.mod-left {
  padding-right: 45px;
  border-right: 1px solid rgb(225,225,225);
}





/* RIGHT */
.mod-right {
  padding-left: 15px;
}





/* LIST */
.mod-list {
  width: 100%;
}
.list-item {
  padding-bottom: 30px;
  margin: 20px 15px;
  background-color: rgb(255,255,255);
  width: auto;
  font-weight: 400;
  display: table;
  border-radius: 6px;
  border-bottom: 1px solid rgb(225,225,225);
}
.list-item a h1 {
  font-size: 20pt;
  font-weight: 600;
  color: rgb(0,43,124);
  padding-top: 0;
  -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;
}
.list-item a:hover h1{
  color: rgb(255,0,0);
}
.list-item li {
  padding: 0;
  float: left;
  width: 100%;
  font-size: 12pt;
  line-height: 0.5;
}
.list-item li.telefono {
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: -10px;
  padding-left: 34px;
}
.list-item li i {
  position: relative;
  font-size: 12pt;
  width: 29px;
  left: -7px;
  text-align: center;
}
.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;
}
.list-item .grid {
  margin-bottom: 20px;
}
.fecha {
  font-size: 10pt;
  margin-bottom: 10px;
  color: rgb(153, 153, 153);
}
.list-item .resumen {
  max-height: 78px;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: 300;
}





/* SLICK*/
.thumb {
  margin: 5px;
}





/* 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,43,124);
  border-color: rgb(0,43,124);
  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(255,0,0);
  border-color: rgb(255,0,0);
  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;
}
.mod-adjuntar input[type=file] {
  margin-top: 0;
  padding: 0;
  border: none;
}
.mod-adjuntar input[type=file]:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mod-adjuntar input[type=submit] {
  margin-top: 15px;
}




/* ---------- FOOTER ---------- */
footer .container-fluid {
  background: rgb(188,209,248);
}
.mod-footer {
  padding-top: 80px;
  padding-bottom: 40px;
  clear: both;
}
.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(0,43,124);
  margin-top: 0;
  margin-bottom: 30px;
}
.mod-footer .menu ul li.active a{
  margin: 10px 0;
  color: rgb(255,0,0);
  cursor: pointer;
}
.mod-footer .menu ul li a {
  text-decoration: none;
}
.mod-footer .menu ul li a {
  color: rgb(0,43,124);
  -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(0,43,124);
  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,0,0);
}
.mod-footer .menu ul li:hover a {
  color: rgb(255,0,0);
}
.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,0,0);
}
.mod-footer .menu ul ul {
  padding-left: 0;
  padding-right: 0;
}
.mod-footer .menu ul li a.btn-beneficios {
  color: rgb(0,43,124);
  background-color: transparent;
  border-color: rgb(0,43,124);
  font-size: 13pt;
  padding: 5px 10px;
}
.mod-footer .menu ul li a.btn-beneficios:hover {
  color: rgb(255,0,0);
  border-color: rgb(255,0,0);
}
.mod-footer .menu ul li.active a.btn-beneficios {
  color: rgb(0,43,124);
  border-color: rgb(0,43,124);
  margin-top: 20px;
}
.mod-footer .data {
  color: rgb(0,43,124);
  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(0,43,124);
}
.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(0,43,124) !important;
  background-color: rgb(0,43,124);
  -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,0,0) !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 .logo {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 30px;
}
.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(0,43,124);
}
.mod-footer .phone ul li {
  color: rgb(0,43,124);
  margin-right: 10px;
  font-size: 14pt;
  line-height: 20pt;
  font-weight: 400;
  display: block;
}
.mod-footer .phone ul li span {
  color: rgb(0,43,124);
  font-size: 18pt;
  font-weight: 700;
  display: block;
}
.mod-footer .phone ul.consulta li {
  color: rgb(0,43,124);
  font-size: 12pt;
  line-height: 16pt;
}
.mod-footer .phone ul.consulta li span {
  color: rgb(0,43,124);
  /*float: left;*/
  font-size: 16pt;
  line-height: 20pt;
  font-weight: 700;
}
.mod-footer .activar {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 30px;
}
.mod-footer .activar ul li {
  color: rgb(0,43,124);
  margin-right: 10px;
  font-size: 12pt;
  line-height: 20pt;
  font-weight: 400;
  display: block;
}
.mod-footer .activar ul li span {
  color: rgb(255,0,0);
  font-size: 18pt;
  font-weight: 700;
  display: block;
}
footer .copy {
  font-size: 10pt;
  color: rgb(140,180,215);
  background: rgb(0,43,124);
  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(0,43,124) !important;
}
.mod-footer .menu .social li a i:hover{
  color: rgb(255,0,0) !important;
}
.mod-footer .menu .social li:hover a {
  color: rgb(255,0,0);
}




/* 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;
}
.triangulo {
  width: 0;
  height: 0;
  border-top: 30px solid rgb(255,255,255);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn-azul {
  color: rgb(255,255,255);
  background-color: rgb(0,43,124);
  border-color: rgb(0,43,124);
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  padding: 20px 40px;
}
a.btn-azul:hover,
a.btn-azul:focus {
  color: rgb(255,255,255);
  background-color: rgb(0,43,124);
  border-color: rgb(0,43,124);
}
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);
}
.bgceleste-1 {
  background: rgb(238,243,253);
}
.bgceleste-2 {
  background: rgb(221,232,251);
}
.bgceleste-3 {
  background: rgb(205,221,250);
}
.bgverde-1 {
  background: rgb(238,248,224);
}
.bgverde-2 {
  background: rgb(222,241,194);
}
.bgverde-3 {
  background: rgb(206,235,164);
}
.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-bottom: 80px;
  display: table;
  width: 100%;
  position: relative;
}
.push-right {
  float: right;
}
.push-left {
  float: left;
}
.jumbotron {
  background-color: rgb(238,243,253);
}
.jumbotron p {
  font-size: 14pt;
}









/* ---------- MEDIAs ---------- */
@media (min-width: 540px) and (max-width: 767px) {
  
}


@media (max-width: 767px) {
  .carousel {
    margin-top: 60px;
  }
  .carousel-caption {
    width: 100%;
  }
  .carousel-caption .dropdown {
    top: 0;
    position: fixed;
    right: 0;
  }
  .carousel-indicators {
    bottom: 0;
  }
  .dropdown-menu {
    right: 0;
    left: auto;
  }
  .carousel-caption .caption {
    width: 50%;
    background: transparent;
  }
  body {
    font-size: 13pt;
  }
  h1 {
    font-size: 26pt;
  }
  .section {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .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: 0;
    border-right: none;
  }
  .mod-right {
    margin-top: 50px;
    padding-left: 0;
  }
  .list-item {
    padding: 25px;
  }
  .list-item {
    margin: 15px 0 0 0;
  }
  header {
    height: 60px;
  }
  header .logo img {
    max-width: 140px;
  }
  header .button .btn-afiliate {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14pt;
  }
  header .button img {
    max-height: 20px;
    margin-right: 10px;
  }
  header .phone {
    display: none;
  }
  .carousel-caption .caption {
    width: 100%;
    margin-bottom: 0;
  }
  .carousel-caption h1 {
    font-size: 36pt;
    width: 85%;
  }
  .carousel-caption h2 {
    display: none;
  }
  .carousel-caption h3 {
    display: none;
  }
  .mod-planes {
    width: 100%;
    float: none;
  }
  .mod-estimulacion .carousel-caption .caption {
    padding-left: 20%;
    margin-bottom: 20px;
  }
  .mod-estimulacion .carousel-caption h1 {
    font-size: 24pt;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .mod-estimulacion .carousel-caption h2 {
    font-size: 16pt;
    display: block;
  }
  .mod-estimulacion .carousel-caption p {
    display: none;
  }
  .mod-servicios .bg-sumate {
    background-image: none;
    height: auto;
  }
  .mod-servicios.sumate {
    height: auto;
  }
  .carousel-caption.compact h1 {
    font-size: 20pt;
  }
  .mod-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cuestionario .pregunta p {
    font-size: 20pt;
    line-height: 1.2;
  }
  .mod-planes.expanded .detalle {
    padding: 0 30px 40px 30px;
  }
}


@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;
  }
  .carousel-caption h2 {
    font-size: 24pt;
    display: block;
  }
  .carousel-caption h3 {
    font-size: 10pt;
    display: block;
  }
  .mod-planes .precio p {
    font-size: 24pt;
  }
  .mod-planes .precio span {
    font-size: 40pt;
  }
  .mod-planes .precio small {
    font-size: 16pt;
  }
  .mod-estimulacion .carousel-caption .caption {
    padding-left: 10%;
    margin-bottom: 20px;
  }
  .mod-estimulacion .carousel-caption h1 {
    font-size: 36pt;
  }
  .mod-estimulacion .carousel-caption h2 {
    font-size: 24pt;
    display: block;
  }
  .mod-estimulacion .carousel-caption p {
    display: block;
  }
  .mod-servicios .detalle h3 {
    font-size: 22pt;
  }
  .mod-servicios .detalle h1 {
    font-size: 26pt;
    width: 100%;
  }
  
    .mod-planes .detalle h3 {
    font-size: 20pt;
  }
  .mod-planes .detalle h1 {
    font-size: 24pt;
    width: 100%;
  }
  
  
  .mod-servicios .detalle p {
    font-size: 18pt;
  }
  .mod-servicios .detalle {
    padding: 50px 30px 10px 30px;
  }
  .mod-servicios .detalle p img {
    max-height: 85px;
    right: 30px;
  }
  .mod-servicios .foto .triangulo {
    margin-left: 30px;
  }
  .mod-estimulacion .carousel-caption {
    text-align: left;
  }
  .mod-servicios .bg-sumate img {
    display: block;
  }
  .carousel-caption.compact h1 {
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .carousel {
    margin-top: 100px;
  }
  .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("../img/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;
    margin-top: 50px;
  }
  header { 
    height: 100px;
  }
  header .logo img {
    max-width: 175px;
  }
  header .button .btn-afiliate {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14pt;
  }
  header .button img {
    max-height: 40px;
    margin-right: 10px;
  }
  header .phone {
    width: 320px;
  }
  header .phone ul li i {
    font-size: 26pt;
  }
  header .phone ul li i.icon-circle {
    padding-top: 0;
    width: 60px;
    height: 60px;
  }
  header .phone ul li {
    font-size: 16pt;
  }
  header .phone ul li span {
    font-size: 24pt;
  }
  header .phone ul.consulta li {
    font-size: 12pt;
    line-height: 16pt;
  }
  header .phone ul.consulta li span {
    font-size: 12pt;
    line-height: 16pt;
  }
  .carousel-caption .caption {
    width: 750px;
  }
  .carousel-caption h1 {
    font-size: 36pt;
    width: 100%;
  }
  .carousel-caption h2 {
    font-size: 24pt;
  }
  .carousel-caption h3 {
    font-size: 10pt;
  }
  .mod-planes .detalle {
    padding: 20px 40px 40px 40px;
  }
  .mod-planes .detalle h1 {
    font-size: 40pt;
  }
  .mod-planes .detalle h3 {
    font-size: 28pt;
  }
  .mod-planes .precio p {
    font-size: 24pt;
  }
  .mod-planes .precio span {
    font-size: 36pt;
  }
  .mod-planes .precio small {
    font-size: 16pt;
  }
  .mod-estimulacion .carousel-caption .caption {
    padding-left: 10%;
  }
  .mod-estimulacion .carousel-caption h1 {
    font-size: 40pt;
  }
  .mod-estimulacion .carousel-caption h2 {
    font-size: 20pt;
  }
  .mod-estimulacion .carousel-caption p {
    display: none;
  }
  .mod-servicios.sumate {
    height: 685px;
  }
  .carousel-caption.compact h1 {
    font-size: 26pt;
  }
  .carousel-caption .caption {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mod-planes .detalle p {
    max-height: 100%;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .carousel {
    margin-top: 100px;
  }
  .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: 100%;
    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;
  }
  header { 
    height: 100px;
  }
  header .phone {
    width: 340px;
  }
  header .phone ul li i {
    font-size: 26pt;
  }
  header .phone ul li i.icon-circle {
    padding-top: 0;
    width: 60px;
    height: 60px;
  }
  header .phone ul li {
    font-size: 16pt;
  }
  header .phone ul li span {
    font-size: 24pt;
  }
  header .phone ul.consulta li {
    font-size: 12pt;
    line-height: 16pt;
  }
  header .phone ul.consulta li span {
    font-size: 12pt;
    line-height: 16pt;
  }
  .carousel-caption .caption {
    width: 970px;
  }
  .carousel-caption h1 {
    font-size: 50pt;
    width: 100%;
  }
  .carousel-caption h2 {
    font-size: 32pt;
  }
  .carousel-caption h3 {
    font-size: 16pt;
  }
  .mod-estimulacion .carousel-caption h1 {
    font-size: 50pt;
  }
  .mod-estimulacion .carousel-caption h2 {
    font-size: 22pt;
  }
  .mod-estimulacion .carousel-caption p {
    display: none;
  }
  .mod-servicios .detalle h1 {
    font-size: 40pt;
    width: 100%;
  }
  .mod-servicios.sumate {
    height: 731px;
  }
  .carousel-caption.compact h1 {
    font-size: 32pt;
  }
  .mod-planes .detalle p {
    max-height: 52px;
  }
}


@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;
  }
  .carousel-caption h1 {
    font-size: 50pt;
  }
  .carousel-caption h2 {
    font-size: 32pt;
  }
  .carousel-caption h3 {
    font-size: 16pt;
  }
  .carousel-caption.compact h1 {
    font-size: 36pt;
  }
}


@media (min-width: 1400px) and (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;
  }
}


.oculto{
	display: none;
	visibility: hidden;
}

.visible{
	display: block;
	visibility: visible;
}
