body{
    color: #575756;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
}
body,html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
p b {
    font-weight: bold;
}
.clear{
    clear: both;
}
.wow{
    visibility: hidden;
}
.fadein {
    opacity: 0;
}
.hidden_a{
	opacity: 0;
}
.visible{
    opacity: 1;
}
.wrapper{
    position: relative;
}
.wrapper.wrapper-home{
    padding-top: 148px;
}

.wrap{
    max-width: 100%;
    width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

figure{
    margin: 0;
}
*{
    outline: none !important;
}
a,button{
    transition: all 0.3s ease;
}
h2.titulo{
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  padding-top: 40px;
  margin: 0 0 40px;
}
h3.titulo2{
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  padding-top: 0px;
  margin: 0 0 15px;
  color: #802E81;
}
h2.titulo b{
  font-weight: bold;
}
h2.titulo.morado{
	color: #802E81;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
h2.titulo.celeste{ color: #4BB1C3;}
h2.titulo.blanco{ color: #fff;}

.contenido{}
.contenido.gris{
  background: #ECECEC;
}
#atributos {
	margin-top: -48px;
	
}
#plan {
	padding-bottom: 25px;
}
.bajada{
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: -25px;
}
.bajada b{
  font-weight: 500;
}
/*--HEADER--*/
header{
    padding: 20px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    transition: all 0.3s ease;
}
header.scroll{
  padding: 10px 0 0;
  -webkit-transform: translate(0,-210px);
  -moz-transform: translate(0,-210px);
  -ms-transform: translate(0,-210px);
  -o-transform: translate(0,-210px);
}
header.header-home.scroll{
  padding: 10px 0 0;
  -webkit-transform: translate(0,-110px);
  -moz-transform: translate(0,-110px);
  -ms-transform: translate(0,-110px);
  -o-transform: translate(0,-110px);
}
.header-home .wrap {
  width: 98%;
}
.head-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    transition: all 0.3s ease;
}
/* header.scroll .head-top{
  padding-bottom: 10px;
} */
.logo{
  width: 240px;
  transition: all 0.3s ease;
}
.logo img{
  width: 100%;
}
/* header.scroll .logo{
  width: 90px;
} */

.logo-uc{
  width: 120px;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
}
/* header.scroll .logo-uc{
  width: 200px;
} */
.logo-uc img{
  width: 100%;
}

.dudas {
  color: #606060;
  padding: 15px 10px;
  font-size: 12px;
  margin-top: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  border-right: 1px solid #606060;
}
.dudas i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.dudas:hover {
  color: #333;
  text-decoration: none;
}

header nav{
  background: rgba(16,127,224,1);
  background: -moz-linear-gradient(left, rgba(16,127,224,1) 0%, rgba(16,127,224,1) 44%, rgba(138,38,105,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16,127,224,1)), color-stop(44%, rgba(16,127,224,1)), color-stop(100%, rgba(138,38,105,1)));
  background: -webkit-linear-gradient(left, rgba(16,127,224,1) 0%, rgba(16,127,224,1) 44%, rgba(138,38,105,1) 100%);
  background: -o-linear-gradient(left, rgba(16,127,224,1) 0%, rgba(16,127,224,1) 44%, rgba(138,38,105,1) 100%);
  background: -ms-linear-gradient(left, rgba(16,127,224,1) 0%, rgba(16,127,224,1) 44%, rgba(138,38,105,1) 100%);
  background: linear-gradient(to right, rgba(16,127,224,1) 0%, rgba(16,127,224,1) 44%, rgba(138,38,105,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107fe0', endColorstr='#8a2669', GradientType=1 );
  padding: 4px 0;
  min-height: 35px;
}
header nav ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
header nav ul li{
  display: inline-block;
}
header nav ul li.m-mobile{
  display: none;
}
header nav ul li a{
  color:#fff;
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 5px 14px;
  text-transform: uppercase;
}
header nav ul li a:hover{
  text-decoration: none;
  color:#eee;
}
header nav ul li:last-child a{
  border: none;
}
.cerrar-menu{
  display: none;
}
.btn-menu{
  display: none;
}
header .btn-cotizar{
  display: none;
}
/*--FIN HEADER--*/

/*--BANNER HOME--*/
.banner-home{
  position: relative;
  margin-top: 130px;
}
.item-banner{
	height: /*400px*/17vh;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.texto-slide{
	text-align: center;
	/* margin-left: -20%;*/
	color:#fff;
}
.texto-slide h3{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-left: 54px;
}
.texto-slide h4 {
	font-style: italic;
	font-weight: 300;
}
.texto-slide span {
	content:'';
	display:inline-block;
	height: 1px;
	width: 50px;
	background: #FFF;
	margin-bottom: 10px;
	clear: both;
}
.texto-slide h1{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}
.texto-slide b{}
.btn-grad{
    color:#fff;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding: 8px 40px 10px;
    min-width: 220px;
    border-radius: 4px;
    background: #6659DC;
    background: rgba(102,89,220,1);
    background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
    background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
    background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
    background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
    background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.btn-grad.no-borde {
  border-radius: 0;
  padding: 12px 50px 14px;
  width: 400px;
  max-width: 100%;
}
.btn-grad:hover{
  text-decoration: none;
  color:#fff;
  opacity: 0.9;
}
.slide-home .tns-nav{
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 99;
}

.slide-home .tns-nav button{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    padding: 0;
    margin-right: 15px;
    position: relative;
    z-index: 10;
    border: none;
}
.slide-home .tns-nav button:last-child{
    margin-right: 0;
}
.slide-home .tns-nav button.tns-nav-active{
    background: #0071BC;
}
/*--FIN BANNER HOME--*/

/*--BOX COTIZA--*/
.box-cotiza{
  width: 340px;
  position: fixed;
  top: 180px;
  right: 40px;
  z-index: 10;
  background: #fff;
  transition: all 0.7s ease;
  overflow-y: scroll;
  overflow-x: auto;
  height: 70vh;
}
.box-cotiza.fixed{
  position: fixed;
  top: 60px;
  overflow-y: scroll;
  overflow-x: auto;
  height: 70vh;
}
#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F00;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #802E81;
}
.header-cotiza{
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
  text-align: center;
  padding: 20px 20px;
}
.header-cotiza img{
  width: 150px;
  margin-left: -20px;
}
.body-cotiza{
  padding: 20px;
}
.body-cotiza h2.titulo{
  padding: 0;
  margin-bottom: 20px;
}
.body-cotiza .form-group{
  position: relative;
  margin-bottom: 10px;
}
.body-cotiza .form-group .numero{
  color:#802E81;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 24px;
}
.body-cotiza select{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  background-repeat: no-repeat;
  background-image: url('../images/bg-select.png');
  background-size: auto;
  background-position: right center;
  background-color: #F7F7F7;
  border: 5px solid #E3E3E3;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px 0 55px;
  color:#802E81;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
.slider .tooltip{
  opacity: 1;
}

  .body-cotiza .form-group.edad{
      margin-top: 0;
      background: #fafafb;
      border: 5px solid #edeef1;
      padding: 10px 0;
  }
  .body-cotiza .form-group.edad h3{
    color:#4BB1C3;
    font-size: 18px;
    padding-left: 14px;
  }
  .body-cotiza .form-group.edad h3 span{
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
  }
.barra-slider{
  margin-top: 43px;
  margin-bottom: 15px;
  text-align: center;
}
.barra-slider#barra1{
}
.barra-slider .menos-edad{
  display: inline-block;
  color:#50D3DE;
  cursor: pointer;
}
.barra-slider .mas-edad{
  display: inline-block;
  color:#50D3DE;
  cursor: pointer;
}

.slider-selection{
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
}
.slider-handle.round{
  background: #50D3DE;
}
.slider .tooltip-inner{
  background: #50D3DE;
}
.slider.slider-horizontal .slider-track{
  height: 5px;
}
.slider-handle{
  width: 15px;
  height: 15px;
}
.eliminar-benef{
  text-align: right;
  color:#4BB1C3;
  font-size: 16px;
  padding-right: 20px;
  display: none;
  cursor: pointer;
}
.btn-ic{
  color:#802E81;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
  cursor: pointer;
}
.btn-ic img{
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}

.body-cotiza .valor{
  color:#802E81;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-top: 50px;
}
.body-cotiza .valor span{
  font-weight: bold;
  font-size: 34px;
}
.body-cotiza .valor-uf{
  color:#616161;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 15px;
}

.body-cotiza .btn-grad{
  padding: 14px 20px;
  width: 100%;
  margin-bottom: 15px;
}
/*--FIN BOX COTIZA--*/


.wrap-video{
  margin: 35px 0 30px;
  position: relative;
	padding-bottom:45%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wrap-video.no-full{
  max-width:900px;
  margin: 0 auto;
}

.wrap-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrap-video img{
  width: 100%;
}

p.p-home {
  max-width: 594px;
  margin: 0 auto 40px;
  line-height: 26px;
  font-weight: 500;
  font-size: 20px;
}
/*--BOXES PLAN--*/
.boxes-plan{
 /* padding-bottom: 60px;*/
}
  .row.small {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row.small > [class^="col-"],
  .row.small > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
.box-plan{
	background: rgba(249,249,249,1);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(236,236,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(236,236,236,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(236,236,236,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(236,236,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(236,236,236,1) 100%);
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(236,236,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec', GradientType=0 );

	padding: 15px;
	border-radius: 20px;
	height: 280px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
/*.box-plan:hover{
background: #ececec !important;
}*/
.box-plan figure{
	margin-bottom: 20px;
}
.box-plan figure img{
	height: 78px;
}
.box-plan h3{
	font-size: 15px;
	line-height: 120%;
	color:#575756;
	margin-bottom: 15px;
}
.boxes-plan .row {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
    .boxes-plan .row .plan_item {
	    display: block;
	    padding: 0 8px;
	    max-width: 183px;
    }
    .box-plan p{}

    .box-plan figure.ic-video {
      margin-top: 40px;
    }
    .box-plan figure.ic-video img{
      height: 50px;
      width: auto;
      cursor: pointer;
    }
    img.unico {
      position: absolute;
      top: 0;
      left: 4px;
    }
 .vermas {
	padding: 3px 20px;
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	
	background: rgba(6,177,211,1);
	background: -moz-linear-gradient(45deg, rgba(6,177,211,1) 0%, rgba(183,43,255,1) 80%, rgba(183,43,255,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(6,177,211,1)), color-stop(80%, rgba(183,43,255,1)), color-stop(100%, rgba(183,43,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(6,177,211,1) 0%, rgba(183,43,255,1) 80%, rgba(183,43,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(6,177,211,1) 0%, rgba(183,43,255,1) 80%, rgba(183,43,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(6,177,211,1) 0%, rgba(183,43,255,1) 80%, rgba(183,43,255,1) 100%);
	background: linear-gradient(45deg, rgba(6,177,211,1) 0%, rgba(183,43,255,1) 80%, rgba(183,43,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06b1d3', endColorstr='#b72bff', GradientType=1 );

	border-radius: 13px;
	margin-top: 25px;
	position: relative;
	transition: .5s;
}
.vermas:hover {
	background: rgba(0,176,211,1);
	color: #FFF;
	text-decoration: none;
}
.vermas img {
	margin-left: 10px;
}

/*--FIN BOXES PLAN--*/

/*--PREGUNTAS FRECUENTES--*/
.preguntas{
  padding: 30px 0;
}
/*--ACORDEON--*/
.acordeon{
    margin: 50px 0;
}
.card{
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}
.card-header{
    padding: 0;
    text-align: left;
    border-radius: 0;
    position: relative;
    border: none;
}


.card-header.collapsed {
   background: #fff;
   border-bottom: 2px solid #0071BC;
}
.card-header:not(.collapsed) {
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
  border-radius: 0px;
  border: none;
}

.card-header.collapsed:after{
    content:"\f002";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    color:#0071BC;
}
.card-header:not(.collapsed):after{
    color:#fff;
    content:"\f078";
    font-weight: 900;
    font-size: 24px;
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
}
.card-header button{
    color:#0071BC;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    border-radius: 0;
    background: none;
    border: none;
    padding: 12px 40px 12px 20px;
}
.card-header button span{
  display: inline-block;
  margin-left: 100px;
}
.card-header:before{}
.card-header button:hover,
.card-header button:focus{
    text-decoration: none;
}
.card-header:not(.collapsed) button{
    color:#fff;
}

.card-body{
    padding-left: 10px;
    padding-right: 10px;
}
.card-body ul:first-child{
    margin-top: 0;
}
.card-body ul:last-child{
    margin-bottom: 0;
}
.card-body p{
    color:#707070;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}
ul.check{
  list-style: none;
  padding: 0 15px;
  margin-bottom: 0;
}
ul.check li{
  position:relative;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #0071BC;
  padding: 10px 0 10px 45px;
  margin-bottom: 10px;
}
ul.check li span {
  display: block;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
ul.check li:last-child{
  border: none;
}
ul.check li:before{
  content:"";
  background-image: url('../images/check.svg');
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
}
/*--FIN ACORDEON--*/

.botones{
  text-align: right;
  margin-top: 40px;
}
.botones.m-b{
  margin-bottom: 40px;
}
.botones a,.botones input[type="submit"],.botones button{
  display: inline-block;
  margin-left: 14px;
  padding: 8px 24px;
  font-size: 12px;
  min-width: 120px;
  text-align: center;
  border-radius: 4px;
  font-weight: normal;
  border: none;
}
.btn-grad.small{
  display: inline-block;
  margin-left: 14px;
  padding: 8px 24px;
  font-size: 12px;
  min-width: 120px;
  text-align: center;
  border-radius: 4px;
  font-weight: normal;
}
.botones a:hover{
  text-decoration: none;
}
.botones .btn-mor{
  background: #802E81;
  color:#fff;
}
.botones .btn-mor:hover{
  background: #722772;
}

/*--FIN PREGUNTAS FRECUENTES--*/

/*--FOOTER--*/
footer{
  padding: 10px 0 20px;
  margin-top: 40px;
}
footer .logo-footer{
  margin-bottom: 15px;
  padding-left: 10px;
}
footer .logo-footer img{}
footer .linea-footer{}
footer .linea-footer img{
  width: 100%;
}
footer .texto-footer{
  padding: 20px 300px 20px 20px;
}
footer .texto-footer.n-home{
  padding-right: 20px;
}
footer .texto-footer p{
  color:#727176;
  font-size: 12px;
  line-height: 16px;
}
.chat{
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99;;
}
.chat img{
  width: 70px;
}
/*--FIN FOOTER--*/

/*--BANNER PASOS--*/
.banner-pasos{
  background: #f6f6f6;
  padding: 60px 0;
  margin-top: 150px;
}
.banner-pasos h2.titulo{}
.pasos{
  width: 100%;
  text-align: center;
  margin: 0px auto 0;
  max-width: 100%;
}
.pasos .item-paso{
  display: inline-block;
  vertical-align: bottom;
  width: calc(20% + 6px);
  margin: 0 -6px;
  text-align: center;
  position: relative;
}
.pasos .item-paso .flecha-paso{}
.pasos .item-paso .flecha-paso img{
  width: 100%;
}
.pasos .item-paso h4{
  font-weight: normal;
  color: #4D4D4D;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px auto 10px;
  padding: 3px 5px;
  border-radius: 12px;
  border: 1px solid transparent;
  width: 90%;
  max-width: 150px;
}
.pasos .item-paso.activo h4{
  border-color: #999;
  color:#006EAD;
  font-weight: bold;
}
/*--FIN BANNER PASOS--*/

/*--DATOS--*/
.gris{ background: #ECECEC;}
.w-datos{
  padding: 20px 0 30px;
}
.w-datos.s-p{
  padding-top: 0;
}
.w-datos h2.titulo{
  margin-bottom: 50px;
}
.wrap-form{}
.wrap-form .form-group{}
.wrap-form .form-group input{
  background-image: url('../images/bg-input.png');
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: none;
  padding: 10px 20px;
  color:#908E8E;
  font-size: 14px;
}

.OptOculta{
    display:none;
}

.wrap-form .form-group textarea{
  background-image: url('../images/bg-textarea.png');
  background-size: 100% 100%;
  width: 100%;
  height: 200px;
  border-radius: 0;
  border: none;
  padding: 10px 20px;
  color:#908E8E;
  font-size: 14px;
}
.wrap-form .form-group .msg-error{
  color: #f00;
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
}
.form-pop .wrap-form .form-group .msg-error{
  margin-top: -10px;
}
.pop-login .form-pop .wrap-form .form-group .msg-error{
  display: block;
}
.input-group-append{
  display: none;
}
.wrap-form .form-group select{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  background-repeat: no-repeat;
  background-image: url('../images/bg-select2.png');
  background-size: 100% 100%;
  background-position: right center;
  background-color: #F7F7F7;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: none;
  padding: 10px 20px;
  color:#908E8E;
  font-size: 14px;
}
/*--FIN DATOS--*/

/*--ENFERMEDADES--*/
.ac-enfermedades{}
.ac-enfermedades .acordeon{
  margin-bottom: 10px;
}
.ac-enfermedades .card{
  margin-bottom: 10px;
}
.lista-enf{
  display: flex;
  flex-wrap: wrap;
}
.lista-enf .form-check{
  margin-bottom: 7px;
  width: 50%;
}
.lista-enf .form-check .form-check-label,
.otras-enf .form-check .form-check-label
{
  font-weight: normal;
  font-size: 14px;
  color:#707070;
}
.lista-enf .form-check .otros {
  width: 250px;
  max-width: 100%;
  display: block;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.lista-enf .form-check .mensaje-otros {
  color: #814c9f;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
.mensaje-no-enf{
  color:#f00;
  font-size: 14px;
  margin-top: 20px;
  display: none;
}
#accordion2 .mensaje-no-enf{
  margin-top: 60px;
}
.mensaje-enf{
  background: #F2F2F2;
  padding: 30px 40px;
  position: relative;
  display: none;
  margin-top: 20px;
}
.mensaje-enf.visible{
  display: block;
}
.mensaje-enf.bg2{
  background: rgba(191,43,134,1);
  background: -moz-linear-gradient(top, rgba(191,43,134,1) 0%, rgba(191,43,134,1) 15%, rgba(130,81,163,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,43,134,1)), color-stop(15%, rgba(191,43,134,1)), color-stop(100%, rgba(130,81,163,1)));
  background: -webkit-linear-gradient(top, rgba(191,43,134,1) 0%, rgba(191,43,134,1) 15%, rgba(130,81,163,1) 100%);
  background: -o-linear-gradient(top, rgba(191,43,134,1) 0%, rgba(191,43,134,1) 15%, rgba(130,81,163,1) 100%);
  background: -ms-linear-gradient(top, rgba(191,43,134,1) 0%, rgba(191,43,134,1) 15%, rgba(130,81,163,1) 100%);
  background: linear-gradient(to bottom, rgba(191,43,134,1) 0%, rgba(191,43,134,1) 15%, rgba(130,81,163,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2b86', endColorstr='#8251a3', GradientType=0 );
}
.mensaje-enf .icono-msg{
  position: absolute;
  left: 60px;
  top: 30px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  color: #802E81;
  padding-top: 4px;
}
.mensaje-enf .texto-msg{
  padding-left: 90px;
}
.mensaje-enf .texto-msg h4{
  color:#4D4D4D;
  font-size: 24px;
  margin: 0 0 10px;
}
.mensaje-enf .texto-msg p{
  color:#4D4D4D;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.error-dec{
  color:#f00;
  font-size: 14px;
  display: none;
}

.otras-enf{
  margin-top: 20px;
  position: relative;
  margin-bottom: -40px;
}
.otras-enf .form-check-label{
  position: absolute;
  padding: 5px 10px;
}
.otras-enf input[type="text"]{
  height: 64px;
  padding: 10px;
  //margin-left: 9px;
  //margin-top: 30px;
  width: 240px;
  border: 1px solid #666;
  font-size: 14px;
}
.acepto-dec{
  text-align: right;
  margin-bottom: -20px;
  margin-top: 50px;
}
.acepto-dec a{
  color:#707070;
  text-decoration: underline;
}
/*--FIN ENFERMEDADES--*/

/*--PLANES--*/
.item-plan{

}
.item-plan#plan4{
  display: block;
}
.texto-play{
  display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 550px;
    margin: 10px auto 20px;
    max-width: 100%;
}
.texto-play img{
  width: 90px;
  height: auto;
  margin-right: 20px;
}
.texto-play p{
  color: #5E5E5E;
  text-align: left;
  margin-bottom: 0;
}
.box-p{
  padding: 30px 15px 40px;
}
.plan-dest{
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
  padding: 20px 30px;
  position: relative;
}
.box-p .titulo-plan{}
.box-p .titulo-plan h3{
  font-weight: normal;
  color:#fff;
  font-size: 34px;
  margin-bottom: 0;
}
.box-p .titulo-plan h3 b{
  font-weight: bold;
}
.box-p .titulo-plan p{
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  font-style: italic;
  text-align: left;
}
.box-p .titulo-plan p.small{
  font-weight: 300;
  font-size: 13px;
  margin-top: 12px;
}
.box-p .titulo-plan p span{
  display: block;
  text-align: center;
}
.box-p .titulo-plan_ p:after{
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #fff;
}
.box-p .precio-plan{
  display: block;
  text-align: right;
  padding-right: 10px;
}
.box-p .precio-plan:before{
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #fff;
  margin-bottom: -5px;
}
.box-p.box-small .precio-plan:before{
  display: none;
}
.box-p .precio-plan h4{
  font-weight: bold;
  color:#fff;
  font-size: 40px;
  margin-bottom: 0;
  text-align: center;
}
.box-p .precio-plan p{
  color:#fff;
  font-size: 16px;
  text-align: right;
  font-weight: normal;
  margin-bottom: 0;
}
.box-p .precio-plan p:after{
  display: none;
}
.box-p .texto-plan{
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  text-align: left;
  padding-right:0px;
}
.box-p .img-plan{
  display: inline-block;
  vertical-align: bottom;
  width: 50px;;
}
.box-p .img-plan img{
  width: 100%;
}
.box-p .convenios{
  background: #19C0DB;
  border-radius: 30px;
  padding: 1px 10px 6px;
  left: 20px;
  bottom: -14px;
  position: absolute;
  width: calc(100% - 40px);
}
.box-p .convenios span{
  color: #fff;
  display: inline-block;
  line-height: 12px;
  font-size: 12px;
  margin-right: 7px;
  font-weight: bold;
}
.box-p .convenios span:last-child{
  margin-right: 0;
}

.cobertura{
  text-align: center;
  margin: 0 auto 50px;
  width: 940px;
  max-width: 100%;
}
.cobertura p{
  color:#000000;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
.cobertura a{}

.box-p.box-small{
  background: #A8A8A8;
  text-align: center;
  padding: 20px 15px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:10px;
}
.box-p.box-small.activo{
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
}
.box-p.box-small.activo a{
  display: none;
}
.box-p.box-small .titulo-plan p{
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
.box-p.box-small .texto-plan{
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.box-p.box-small .titulo-plan p:after{
  display: none;
}
.box-p.box-small a{
  width: auto;
  text-align: center;
  background: #5FCFF3;
  color:#fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight:bold;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}
.box-p.box-small a:hover{
  background: #47C3EB;
  text-decoration: none;
}
.w-planes{
  padding: 0 0 60px;
}


.box-pop{
  background: #fff;
  padding: 20px 40px;
  max-width: 800px;
  margin: 0 auto;
}
.header-pop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0px;
  margin-bottom: -15px;
}
.header-pop .logo{
  width: 90px;
}
.header-pop .logo img{
  width: 100%;
}
.header-pop .logo-uc{
  width: 180px;
}
.header-pop .logo-uc img{
  width: 100%;
}

.body-pop .wrap-video{
  margin-bottom: 10px;
}
.box-ad{
  background: #939292;
  padding: 30px 20px;
}
.box-ad h3{
  color:#fff;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
}
.box-ad .precio-ad{
  width: 225px;
  margin: 0 auto 20px;
}
.box-ad .precio-ad .texto-precio-ad{
  display: inline-block;
  width: calc(100% - 70px);
  padding-right: 10px;
  vertical-align: bottom;
  text-align: right;
}
.box-ad .precio-ad .texto-precio-ad h4{
  font-size: 36px;
  font-weight: bold;
  color:#fff;
  margin: 0;
}
.box-ad .precio-ad .texto-precio-ad p{
  color:#fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.box-ad .precio-ad .texto-precio-ad span{
  display: block;
  float: right;
  height: 1px;
  width: 60px;
  margin-top: 10px;
  background: #fff;
}
.box-ad .precio-ad figure{
  display: inline-block;
  width: 50px;
  vertical-align: bottom;
}
.box-ad .precio-ad figure img{
  width: 100%;
}
.box-ad .precio-ad p.small{
  font-size: 9px;
  color:#fff;
  line-height: 11px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: right;
}
.box-ad a{
  width: auto;
  text-align: center;
  background: #5FCFF3;
  color:#fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 10px;
  font-weight:bold;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}
.box-ad a:hover{
  background: #47C3EB;
  text-decoration: none;
}
.box-pop .botones{
  margin-top: 20px;
  padding-bottom: 20px;
}
.box-ad.activo{
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
}
.box-ad.morado{
  background: #802E81;
}
.box-ad .eliminar-ad{
  display: none;
  background: #6659DC;
  width: 120px;
}
.box-ad .eliminar-ad:hover{
  background: #4A3DC1;
}
.box-ad.activo .eliminar-ad{
  display: inline-block;
}
.box-ad .sel-ad{
  display: inline-block;
}
.box-ad.activo .sel-ad{
  display: none;
}
.signo-mas{
  color: #50D3DE;
  font-size: 80px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  height: 100%;
}
.w-adicionales{
  margin-bottom: 40px;
}
.wrap2{
  max-width: 900px;
  margin: 0 auto;
}

.b-texto{
  margin-bottom: 50px;
}
.b-texto h2.titulo{}
.b-texto .cuadro-texto{
  border: 1px solid #6F6F6E;
  padding: 20px;
  margin-bottom: 20px;
}
.b-texto .cuadro-texto h4{
  color:#6F6F6E;
  font-size: 26px;
  margin: 0 0 10px;
}
.b-texto .cuadro-texto p{}
/*--FIN PLANES--*/

/*--PAGO--*/
.w-pago{
  margin-bottom: 40px;
}
.webpay{
  height: 100%;
  justify-content: center;
  display: flex;
  margin-right: 50px;
  padding-right: 40px;
  border-right: 2px solid #D4D4D4;
  align-items: center;
}
.webpay img{}
.form-pago{
  background: #ECECEC;
  padding: 40px 0;
}
.btns-pago{
  text-align: center;
}
.btns-pago button{
  display: inline-block;
  background: #A8A8A8;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border: none;
  padding: 6px 8px;
  width: 200px;
  cursor: pointer;
  margin: 0 5px 50px;
}
.btns-pago button.activo{
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
}
.form-pago .box-pago{
  background: #F9F9F9;
  border: 3px solid #ECECEC;
  padding: 20px 20px 30px;
  position: relative;
  margin-bottom: 40px;
}
.form-pago .box-pago.desactivado:after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255,255,255,0.7);
}
.form-pago .wrap-form .form-group input{
  padding: 10px 40px;
}
.form-pago .box-pago h2.titulo{
  margin-top: 0px;
  padding-top: 10px;
}
.mensaje-enf.mensaje-resumen .texto-msg p{
  font-size: 16px;
}
/*--FIN PAGO--*/

/*--GRACIAS--*/
.mensaje-gracias{
  text-align: center;
  padding: 50px 0;
}
.mensaje-gracias h4{
  color:#802E81;
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 10px;
}
.mensaje-gracias h4 i{}
.mensaje-gracias p{
  font-size: 20px;
  color:#606060;
  margin-bottom: 0;
  font-weight: normal;
}

.datos-resumen{}
.datos-resumen h2.titulo{}
.datos-resumen .box-resumen{
  background: #ECECEC;
  padding: 80px 0;
  margin-bottom: 30px;
}
.datos-resumen .box-resumen p{
  color:#707070;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  border-bottom: 1px solid #939292;
  padding: 6px 0;
}
.datos-resumen .box-resumen p.s-b{
  border: none;
}
.datos-resumen .box-resumen p b{ font-weight: 600;}

.item-ben{
  padding-bottom: 40px;
  border-bottom: 2px solid #647AE2;
  margin-bottom: 40px;
}
.item-ben:last-child{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.det-solicitud{
  margin: 50px 0 70px;
}
.det-solicitud .wrap2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.numero-sol{
  text-align: center;
}
.numero-sol p{
  color:#802E81;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
.numero-sol h5{
  color:#575756;
  font-size: 24px;
  font-weight: bold;
}
.det-solicitud .btn-grad{
  font-weight: normal;
  font-size: 20px;
  border-radius: 0;
  min-width: 0;
  padding: 20px 40px 22px;
}

.tooltip.tooltip-min.top .tooltip-inner,
.tooltip.tooltip-max.top .tooltip-inner,
.tooltip.tooltip-max.bottom .tooltip-inner{
  display: none;
}
/*--FIN GRACIAS--*/
.w-aseg{
  display: none;
}
.w-aseg.gris{
  display: block;
}
.morado .form-check-label{
  color: #802E81;
}
.w-aseg#aseg1{
  /*display: block;*/
}
.eliminar-ben{
  display: block;
  color: #50D3DE;
  font-size: 14px;
  margin-top: 15px;
}

.agregar-ben{
  color:#802E81;
  font-size: 16px;
  display: block;
  margin-top: 30px;
}
.agregar-ben:hover{
  text-decoration: none;
  color:#802E81;
}
.agregar-ben i{
  color: #606060;
  font-size: 24px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.ver-preg{
  cursor: pointer;
}
.ver-preg:after{
  content:"\f078";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #4BB1C3;
  display: inline-block;
  font-size: 20px;
  display: none;
}
.ver-preg.abierto:after{
  content:"\f077";
}

.wrap-pop{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 999;
  text-align: center;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wrap-pop.pop-login {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  background: #fff;
  top: auto;
  margin-top: 100px;
}
.wrap-pop.visible{
  opacity: 1;
  visibility: visible;
}
.wrap-pop.pop-email .header-pop {
  margin-bottom: 0;
  padding: 20px 30px;
}
.wrap-pop.pop-email .body-pop h4 {
  margin-bottom: 20px;
}
.wrap-pop.pop-email .form-pop {
  margin-bottom: 20px;
}
.wrap-pop.pop-email .form-check {
							   
 
  margin-bottom: 20px;
				   
					 
					
}
.wrap-pop .w-pop{
  background: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  max-height: calc(100vh - 80px);
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
.wrap-pop.pop-login .w-pop {
  max-width: 100%;
  max-height: 100%;
}
.wrap-pop .header-pop{
  padding: 30px 30px;
  display: flex;
  margin-bottom: 30px;
}
.wrap-pop .header-pop .logo{}
.wrap-pop .header-pop .logo img{}
.wrap-pop .header-pop .logo-uc{}
.wrap-pop .header-pop .logo-uc img{}

.wrap-pop .body-pop{
  padding-bottom: 30px;
}
.wrap-pop .body-pop.c-p{
  padding: 70px 50px;
}
.wrap-pop .body-pop .wrap-video {
  margin-bottom: 40px;
}
.cerrar-pop-email{
  color: #802E81;
  font-size: 30px;
  position: absolute;
  top: -4px;
  right: 10px;
  cursor: pointer;
}
.wrap-pop .body-pop h3{
  color:#575756;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.7em;
}
.wrap-pop .body-pop h4{
  color:#802E81;
  font-weight: normal;
  margin-bottom: 40px;
}
.wrap-pop .body-pop h4 b{
  font-weight: bold;
}
.wrap-pop .form-pop{
  background: #ECECEC;
  padding: 30px 20px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.wrap-pop .form-pop .form-group{
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap-pop .form-pop .form-group input{
  height: 46px;
  margin-bottom: 12px;
}
.wrap-pop .form-check{
  margin-bottom: 50px;
}

/*--RESUMEN --*/
.resumen-compra{
  margin-top: 40px;
  margin-bottom: 30px;
}
.resumen-compra.rc2{
  margin-top: 0;
}

.w-resumen{

}
.resumen-compra.rc2 .w-resumen{
  border: none;
}
.w-resumen h2.titulo{
  padding-top: 30px;
}
.tabla-resumen{}
.tabla-resumen .item-resumen{
  display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
  padding: 10px 20px;
  flex-wrap: wrap;
  height: 75px;
  border-top: none;
  border-bottom: 2px solid #0071BC;
  text-align: center;
}
.tabla-resumen .item-resumen.no-borde {
  border: none;
}
.tabla-resumen .item-resumen.head {
  height: 90px;
}
.tabla-resumen .item-resumen.i-der{
  flex-direction: column;
  padding: 0;
  border-left: none;
}
.tabla-resumen .item-resumen.i-der p{
  margin: 0;
}
.tabla-resumen .item-resumen.t-right{
  text-align: center;
}
.tabla-resumen .item-resumen.t-left{
  text-align: center;
}
.tabla-resumen .item-resumen.head{

}
.item-resumen.head.t-right{

}
.tabla-resumen .item-resumen h4{
  font-size: 20px;
  color: #0071BC;
  font-weight: bold;
  width: 100%;
  margin: 0;
}
.tabla-resumen .item-resumen.head h5{
  font-size: 18px;
  color: #0071BC;
  font-weight: bold;
  width: 100%;
  margin: 0;
}
.tabla-resumen .item-resumen.head h4{
  color: #0071BC;
  font-size: 24px;
}
.tabla-resumen .item-resumen.morado h4{
  color: #0071BC;
}
.tabla-resumen .item-resumen.valor{
  border-left: none;
}
.tabla-resumen .item-resumen.valor h4{
  color:#802E81;
  font-weight: normal;
  font-size: 14px;
}
.tabla-resumen .item-resumen.valor h4 b{
  font-weight: bold;
}
.tabla-resumen .item-resumen p{
  font-size: 18px;
  font-weight: normal;
  color:#606060;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0px;
}
.tabla-resumen .item-resumen.head p{
  color: #0071BC;
}
.nombre-ben{
  width: 100%;
  height: 43px;
  display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
  padding: 0 20px;
  border-bottom: 1px dashed #606060;
}
.rut-ben{
  width: 100%;
  height: 45px;
  display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
  background: #ECECEC;
  padding: 0 20px;
}

.box-scroll{
  overflow-x: hidden;
  overflow-y: scroll;
  height: 250px;
}
.box-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.box-scroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #F00;
}

.box-scroll::-webkit-scrollbar-thumb
{
	background-color: #802E81;
}
.btn-morado{
  display: inline-block;
  margin-left: 14px;
  padding: 8px 24px;
  font-size: 12px;
  min-width: 120px;
  text-align: center;
  border-radius: 4px;
  font-weight: normal;
  background: #802E81;
  color:#fff;
}
/*--FIN RESUMEN --*/
.btn-enviar-datos {
  background: rgba(110,137,195,1);
  background: -moz-linear-gradient(top, rgba(110,137,195,1) 0%, rgba(93,186,234,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(110,137,195,1)), color-stop(100%, rgba(93,186,234,1)));
  background: -webkit-linear-gradient(top, rgba(110,137,195,1) 0%, rgba(93,186,234,1) 100%);
  background: -o-linear-gradient(top, rgba(110,137,195,1) 0%, rgba(93,186,234,1) 100%);
  background: -ms-linear-gradient(top, rgba(110,137,195,1) 0%, rgba(93,186,234,1) 100%);
  background: linear-gradient(to bottom, rgba(110,137,195,1) 0%, rgba(93,186,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e89c3', endColorstr='#5dbaea', GradientType=0 );
  color: #fff;
  line-height: 16px;
  padding: 8px 40px;
  font-size: 14px;
  border-radius: 12px;
  margin-top: 20px;
}
.btn-enviar-datos:hover {
  color: #fff;
}


.valores-oculto.visible {
  display: block;
}

.valores-ocultox {

}
.valores-ocultox.visible {
  display: block;
}


.items-valores {
  padding: 10px 10px 0;
  margin-bottom: 20px;
  background: #fafafb;
  border: 5px solid #edeef1;
}

.item-valor {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.item-valor .valores{
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-right: 10px;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}
.item-valor:last-child .valores {
  border: none;
}
.item-valor .valores p{
  color: #802E81;
  font-size: 12px;
  margin-bottom: 0;
}
.item-valor .valores p b {
  font-weight: bold;
}
.item-valor input {
  width: 20px;
  height: 20px;
}

.mensaje-exito {
  padding: 50px 0;
}
.wrap-pop .body-pop .mensaje-exito h4 {
  margin-bottom: 30px;
  font-weight: bold;
}
.wrap-pop .body-pop .mensaje-exito p {
  color: #802E81;
  font-size: 22px;
  font-weight: 500;
}

.lista-enfermedad {
  background: #ECECEC;
  padding: 20px 20px;
  margin-bottom: 0px;
}
.lista-enfermedad  ul{
  list-style: none;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 0;
  column-count: 2;
}
.lista-enfermedad  ul li{
  color: #545454;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
.lista-enfermedad  ul li:before{
  content:"";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #802E81;
  position: absolute;
  left: 0;
  top: 8px;
}

.lista-enfermedad.tipo2 {
  padding: 40px 20px;
}
.lista-enfermedad.tipo2 ul{
  max-width: 800px;
}
.lista-enfermedad.tipo2 ul li{
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 15px;
}
.lista-enfermedad.tipo2 ul li:before {

}

.item-enf {
  background: #F2F2F2;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.item-enf.visitado {
  opacity: .5;
}
.item-enf h4 {
  color: #4D4D4D;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  max-width: 65%;
}
.item-enf h5 {
  color: #4D4D4D;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  max-width: 65%;
}
.item-enf p {
  color: #4D4D4D;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  max-width: 65%;
}
.item-enf p b {
  font-weight: bold;
}
.item-enf img {
  height: 60px;
  width: auto;
}

.plan-integral {}
.plan-integral h2.titulo {
  max-width: 800px;
  margin: 0 auto 20px;
}

.plan-extras {}
.w-boxes-extra {
  background: #ECECEC;
  padding: 30px 0;
  text-align: center;
}
.box-extra {
  background: #A8A8A8;
  padding: 15px 25px;
  width: 300px;
  height: 240px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.box-extra.activo {
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
}
.box-extra h3 {
  font-size: 28px;
  line-height: 28px;
  text-align: right;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.box-extra h5 {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.box-extra .precio {
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
  padding-right: 20px;
  text-align: right;
}
.box-extra .precio2 {
  color: #fff;
  text-align: right;
  font-size: 14px;
  text-decoration: underline;
}
.box-extra .detalle {
  text-align: right;
  color: #fff;
  margin-left: 40%;
}
.box-extra .detalle span {
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.box-extra .detalle p {
  font-size: 11px;
  line-height: 11px;
  font-weight: normal
}
.box-extra .botones {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.box-extra .botones a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding: 7px 10px;
  border-radius: 4px;
  min-width: 100px;
  margin: 0;
}
.box-extra .botones a.agregar{
  background: #24a7d8;
  color: #fff;
}
.box-extra .botones a.quitar{
  background: #fff;
  color: #575756;
  display: none;
}
.box-extra.activo .botones a.agregar { display: none;}
.box-extra.activo .botones a.quitar { display: block;}

.box-res{
  width: 600px;
  max-width: 100%;
  margin: 30px auto;
  padding: 20px 105px;
  background: rgba(102,89,220,1);
  background: -moz-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,89,220,1)), color-stop(100%, rgba(95,207,243,1)));
  background: -webkit-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -o-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  background: linear-gradient(to right, rgba(102,89,220,1) 0%, rgba(95,207,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6659dc', endColorstr='#5fcff3', GradientType=1 );
  color: #fff;
}

.box-res h3{
  font-size:42px;
  font-weight: normal;
  color: #fff;
}
.box-res p{
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
.box-res p:after {
  content:"";
  width: 120px;
  height: 1px;
  background: #fff;
  /*display: inline-block;*/
  margin-left: 10px;
}
.box-res ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.box-res ul li{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.box-res .valor{
  position: relative;
  text-align: right;
  padding-right: 60px;
}
.box-res .valor h4{
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.box-res .valor p{}
.box-res .valor p:after{ display: none; }
.box-res .valor img{
  position: absolute;
  right: 0;
  top: 20px;
  width: 50px;
  height: auto;
}

.wrap-panel{}
.wrap-panel .item-panel{ display: none;}
.wrap-panel .item-panel:nth-child(3){ display: block;}


.b-total {
  background: #0071BC;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
.b-total img{
  width: 70px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.b-total .valor{
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.b-total .valor h4{
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  margin: 0;
}
.b-total .valor p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.b-total .mensual{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
  border-left: 2px solid #fff;
  padding: 6px 10px;
  margin-left: 15px;
}

.des-contrato {
  background: #ECECEC;
  padding: 40px 20px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.des-contrato a{
  font-weight: normal;
  font-size: 25px;
  color: #802E81;
  display: block;
  margin-bottom: 10px;
}
.des-contrato img{
  width: 80px;
  height: auto;
}


.pop-enf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.pop-enf.visible {
  visibility: visible;
  opacity: 1;
}
.pop-enf .wrap {
  background: #fff;
  width: 1000px;
  max-width: 100%;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
.cerrar-pop-enf {
  color: #fff;
  font-size: 30px;
  position: fixed;
  top: 0px;
  right: 10px;
  cursor: pointer;
}
.cerrar-pop-enf-cat {
  color: #fff;
  font-size: 30px;
  position: fixed;
  top: 0px;
  right: 10px;
  cursor: pointer;
}

.p-20 {
  padding: 20px 0;
}

.ficha-enf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
-webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 30px 0 0;
}
.ficha-enf figure {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.ficha-enf figure img{
  width: 140px;
  height: auto;
  margin-bottom: 20px;
  height: 90px;
}
.ficha-enf figure figcaption{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #4D4D4D;
  margin-left: 20px;
}
.ficha-enf .texto {
  text-align: left;
  padding-left: 20px;
}
.ficha-enf .texto h2 {
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
.ficha-enf .texto p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
/*#plan h2 {
	padding-top: 60px;
	text-align: center;
	font-weight: bold;
	margin-left: 22.6%;
}
#plan img {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}*/
#descripcion .play {
	margin-top: 50px;
	margin-bottom: 30px;
	width: 75px;
}/*
#descripcion h2 {
	color: #0071bc;
}*/
#descripcion .cont_videos .col-md-6 {
	padding-bottom: 30px;
}
.hidden_mobile {
	display: block;
}
.hidden_desktop {
	display: none;
	width: 80%!important;
	margin: 0 auto;
}
.cont-boton {
	padding-top: 20px;
    padding-bottom: 15px;
}
.b-texto .form-check {
  display: inline;
}

.usuario {
  position: absolute;
  bottom: 8px;
  color: #fff;
  right: 50px;
}
.usuario i{
  margin-right: 3px;
}
.usuario a{
  color: #fff;
}

.t-v {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 27px);
}
.t-v p{
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #802E81;
}
@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
  .texto-slide {
      text-align: center;
      margin-left: -37%;
      color: #fff;
      max-width: 634px;
      padding: 0 20px;
  }
  .box-plan{
    height: 350px;
  }
  .box-p .convenios span{
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .box-cotiza{
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .box-cotiza.fixed{
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .texto-slide{
    max-width: 100%;
    margin-left: 0;
  }
  .pasos .item-paso h4{
    font-size: 14px;
  }
  .otras-enf{
    margin-bottom: 10px;
  }
  .box-p.box-small{
    margin-bottom: 10px;
  }
  .signo-mas{
    height: auto;
    margin: 20px 0;
  }
  .webpay{
    margin-bottom: 30px;
    margin-right: 0;
    padding: 0;
    height: auto;
  }
  header .btn-cotizar{

  }
  .tabla-resumen .item-resumen.head{
    height: auto;
  }
  .tabla-resumen .item-resumen.t-right{
    text-align: center;
  }
  .tabla-resumen .item-resumen{
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .tabla-resumen .item-resumen p{
    margin: 0;
  }
  .tabla-resumen .item-resumen.i-der,
  .tabla-resumen .item-resumen.valor
  {
    padding: 20px 0;
  }
  .mensaje-enf.mensaje-resumen{
    margin-bottom: 50px;
  }
  .wrap2{
    width: 100%;
  }
  .box-p .precio-plan p{
    text-align: center;
  }
  .boxes-plan .row .plan_item {
		max-width:180px;
	}
}

@media (max-width: 768px) {

    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }
    .box-plan{
      height: auto;
    }
    .banner-pasos{
      padding: 40px 0 20px;
    }
    .pasos{
      margin-top: 40px;
    }
    .pasos .item-paso{
      width: 33.333%;
      margin-bottom: 40px;
    }
    .pasos .item-paso h4{
      margin-top: 20px;
    }
    .banner-pasos h2.titulo{
      margin-bottom: 20px;
      padding-top: 0;
    }
    .pasos .item-paso.activo:after,
    .pasos .item-paso.activo:before{
      display: none;
    }
    .lista-enf {
        column-count: 2;
    }
    .plan-dest{
      margin-top: 10px;
    }
    .chat{
      display: none;
    }
    footer .texto-footer{
      padding: 20px 0;
    }
    .logo-uc{
      width: 100px;
    }
    header .btn-cotizar {

      padding: 8px 20px 10px;
      min-width: 180px;
  }
  .ac-preg{
    display: none;
    margin-bottom: 0;
  }
  .dudas {
    display: none;
  }
  .w-boxes-extra{
    padding: 0;
    background: #fff;
  }
  .box-extra {
    width: 100%;
    margin-bottom: 20px;
  }
  .usuario {
      position: relative;
      bottom: 8px;
      color: #fff;
      background: #802d80;
      text-align: right;
      margin-top: -12px;
      padding: 6px 20px;
      right: 0;
  }
}
@media (max-width: 640px) {
  .wrap{
    padding: 0 20px;
  }
  header nav ul li a{
    font-size: 12px;
  }
  .banner-home{
    margin-top: 110px;
  }
  .banner-pasos{
    margin-top: 140px;
  }
  .botones a{
    margin-bottom: 10px;
  }
  .mensaje-enf .icono-msg{
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .mensaje-enf .texto-msg{
    padding-left: 0;
  }
  .logo-uc{
    display: none;
  }
  .ver-preg:after{
    display: inline-block;
  }
  .lista-enfermedad ul{
    column-count: 1;
  }
  .box-res {
    padding: 20px 60px;
  }
  .ficha-enf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ficha-enf figure {
    width: 100%;
  }
  .ficha-enf .texto{
    padding-left: 0;
  }
  .texto-slide h3 {
		font-size: 18px !important;
	}
	.item-banner{
		align-items: flex-end !important;
		height: auto !important;
		display: block;
	}
}
@media (max-width: 480px) {
  header{
    padding: 15px 0 0;
  }
  .cerrar-menu{
    display: block;
    padding: 20px;
    color:#fff;
    font-size: 24px;
    text-align: right;
  }
  .btn-menu{
    display: block;
    font-size: 30px;
    color:#333;
    cursor: pointer;
  }
  .logo img {
      width: 170px;
  }
  .logo-uc img {
      display: none;
  }
  header nav{
    position: fixed;
    right: 0;
    width: 300px;
    top: 0;
    z-index: 99;
    height: 100%;
    transition:cubic-bezier(.77,0,.175,1) .5s;
    right: -400px;
  }
  header nav.visible{
    right: 0;
  }
  header nav ul{}
  header nav ul li{
    display: block;
    margin-bottom: 14px;
  }
  header nav ul li.m-mobile{
    display: inline-block;
  }
  header nav ul li a{
    font-size: 16px;
    border: none;
  }
  .banner-pasos{
    margin-top: 95px;
  }
  .pasos .item-paso{
    width: 50%;
  }
  .lista-enf {
      column-count: 1;
  }
  .card-header button span{
    display: block;
    margin-left: 0;
  }
  .w-pop{
    padding: 20px 0;
  }
  .box-pop{
    padding: 20px;
  }
  .pasos .item-paso{
    margin-bottom: 25px;
  }
  .pasos .item-paso h4{
    margin-top: 7px;
  }
  .banner-home{
    margin-top: 80px;
  }
  header .btn-cotizar {
      padding: 7px 10px 7px;
      min-width: 90px;
      font-size: 12px;
      margin-right: 0px;
      margin-top: 4px;
      border-radius: 0;
  }
  .box-p .convenios{
    width: 100%;
    left: 0;
    text-align: center;
  }
  .plan-dest {
      margin-top: 10px;
      padding: 20px 30px 40px;
  }
  .form-pago .wrap-form .form-group input{
    padding: 10px 15px;
  }
  .btns-pago button{
    margin-bottom: 10px;
  }
  .box-extra .botones{
    left: 10px;
  }
  .box-res {
    padding: 20px;
  }
  .box-res h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .box-res .valor h4 {
    font-size: 44px;
  }
  .mensaje-enf.mensaje-resumen {
    padding: 20px;
  }
  .item-enf h4 {
    font-size: 14px;
  }
  .item-enf img {
      height: 40px;
      width: auto;
  }
}

@media (max-width: 320px) {
  .logo img {
      width: 150px;
  }
}


.group-nacimiento {
  display: flex;
  justify-content: space-between;
}
.wrap-form .form-group .group-nacimiento select {
  width: 33%;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-image: url(../images/bg-select3.png);
  background-size: 17px auto;
  background-position: 94% center;
  background-color: #fcfcfc;
}
.wrap-form .form-group .group-nacimiento select:after{
  display: block;
}
.wrap-form .form-group .group-nacimiento select:nth-child(3) {
  margin-right: 0;
}
.wrap-form .form-group.f-nacimiento {
  margin-top: -30px;
}
@media (max-width: 991px) {
	.wrap-form .form-group.f-nacimiento {
		margin-top: 0px;
	}  
	.wrap-form .form-group.f-materno {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.wrap-form .form-group.f-nacimiento {
		margin-top: 0px;
	}  
	.wrap-form .form-group.f-materno {
		margin-top: 0px;
	}
}
.img-banner-mobile {
	display: none;
}
.texto-slide {
	display:none;
}
@media (max-width: 550px) {
   .img-banner-mobile {
       /*position: absolute;*/
	   position: relative;
       /*top: 0;*/
       height: 100%;
     /*  object-position: bottom;
       object-fit: cover;*/
       width: 100%;
       display: block;
   }
	.cont-boton {
		margin-bottom: 16px;
	}
}
@media (max-width: 550px) {
    .texto-slide h3 {
        font-size: 24px !important;
        text-align: left;
    }
	.texto-slide {
		position: absolute;
		bottom:16px;
	}
}
@media (max-width: 550px) {
	.texto-slide { display: block; }
}
.cajita{
       height: 46px;
    border: 2px solid white;
    background: rgb(236,236,236);
    background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(248,248,249,1) 100%);
}
    .cajita p {
        background: #f9f9fa;
        font-size: 0.8rem;
    }

.telefono {
    padding-right: 15px;
    padding-left: 15px;
}

.telefono .cajita {
    height: 50px;
}

.telefono p{
    font-size: .9rem;
    font-weight: 400;
}

#myBtn {
 display: none;
 position: fixed;
 bottom: 20px;
 right: 30px;
 z-index: 999;
 font-size: 18px;
 border: none;
 outline: none;
 background-color: #802e81;
 color: white;
 cursor: pointer;
 width: 50px;
 height: 50px;
 padding: 10px;
 border-radius: 50%;
}

#myBtn:hover {
 background-color: #107fe0;
}

h4.titulo.morado {
    color: #802E81;
    /* text-transform: uppercase; */
    font-weight: 400;
    text-align: center;
}

h2.titulo.morado.sinmargen {
    margin-bottom: 20px;
}
@media screen and (max-width:991px) {
	body .box-cotiza {
		height: 93vh !important;
	}
	#parte2 {
		display: block !important;
		opacity: 1!important;
	}
	#DivFlecha {
		display: none !important;
	}
}

.gradient-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
		  align-items: center;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 2rem 2rem;
	box-sizing: border-box;
	background: #FFF;
	background-clip: padding-box;
	/* !importanté */
	border: solid 5px transparent;
	/* !importanté */
	border-radius: 1em;
	margin-bottom: 18px;
}
.gradient-box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -5px;
	/* !importanté */
	border-radius: inherit;
	/* !importanté */
	background: -webkit-gradient(linear, left top, right top, from(#af31fd), to(#0da0dc));
	background: linear-gradient(to right, #af31fd, #0da0dc);
}
.int_gradient {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.int_gradient div {
	width: 50%;
	display: flex;
    align-content: center;
    height: auto;
	padding: 25px;
    box-sizing: border-box;
}
.int_gradient div.uno {
	border-bottom:2px solid #ececec;
	border-right:2px solid #ececec;
}
.int_gradient div.dos {
	border-bottom:2px solid #ececec;
}
.int_gradient div.tres {
	border-right:2px solid #ececec;
}
.int_gradient div img {
	width: 40%;
	height: auto;
	
}
h2.titulo.morado em {
	font-weight: normal;
}
.main-slider {
	width: 100%;
}
.slick-dots {
	text-align: center;
	padding-left: 0;
	margin-top: 23px;
	margin-bottom: 51px;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	border:0 none;
	font-size: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #c3c3c3;
	margin: 6px;
	transition: .3s;
}
.slick-dots li.slick-active button {
	background: #0271bb;
}
.slick-arrow {
	border:0 none;
}
.slick-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('../images/arrow1.jpg');
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
	width: 150px;
	height: 103px;
}
.slick-next {
	background-image: url('../images/arrow2.jpg');
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
	width: 150px;
	height: 103px;
}
.slick-prev::before {
	content: 'Video previo';
	font-size: 16px;
	color: #575756;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.slick-next::before {
	content: 'Siguiente video';
	font-size: 16px;
	color: #575756;
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
}
#descripcion {
	padding-bottom: 25px;
}
footer .linea-footer {
	width: 73%;
}
footer .texto-footer {
	padding-left: 0;
}
@media (max-width:768px) {
	.int_gradient {
		flex-direction: column;
	}
	.int_gradient div {
		width: 100%;
	}
	.int_gradient div h5 {
		font-size: 1rem;
	}
	.int_gradient div.uno {
		border-right: 0;
	}
	.int_gradient div.tres {
		border-bottom: 2px solid #ececec;
		border-right: 0;
	}
	.slick-next,
	.slick-prev {
		width: 123px;
	}
	.slick-dots {
		margin-top: 18px;
		margin-bottom: 59px;
	}
	.slick-dots li button {
		height: 13px;
		width: 11px;
	}
	footer .linea-footer {
		width: 100%;
	}
}
.cont-video {
    position: relative;
    padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.cont-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sel{
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/bg-select2.png);
    background-size: 100% 100%;
    background-position: right center;
    background-color: #F7F7F7;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    color: #908E8E;
    font-size: 14px;
}

.in {
    background-image: url(../images/bg-input.png);
    background-size: 100% 100%;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    color: #908E8E;
    font-size: 14px;
}

.box-res-desc{
  width: 600px;
  max-width: 100%;
  margin: 30px auto;
  padding: 20px 30px;
  background: #A8A8A8;
  color: #fff;
  border-radius:15px;
}

.eliminarCodigo {
    color:#fff;
}

.eliminarCodigo:hover {
    color: #cc1a1a;
}

.selinput{

    background-repeat: no-repeat;
    background-image: url(../images/bg-input.png);
    background-size: 100% 100%;
    background-position: right center;
    background-color: #F7F7F7;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    color: #908E8E;
    font-size: 14px;
}
/*18-03-2021*/
@media (max-width:991px) {
	#atributos {
		margin-top: 0;
	}
	.main-slider iframe {
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		bottom: 0;
		left: 0 !important;
	}
	.main-slider .slick-slide {
		height: 0px;
		padding-bottom: 7% !important;
		position: relative;
	}
}

.hd{
    display:none;
}

/*08/04/2021*/
.Nembarazadas{
    width:100%;
    border-radius:10px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 10px;
}
.Nembarazadas::placeholder {
  font-size: 13px;
}

.items-valoresAD {
    padding: 10px 10px 0;
    margin-bottom: 8px;
    background: #fafafb;
    border: 5px solid #edeef1;
}

.item-valorAD {
  display: flex;
  justify-content: space-between;
  font-size:13px;
}
.item-valorAD .valoresAD{
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-right: 10px;
}
.item-valorAD:last-child .valoresAD {
  border: none;
}
.item-valorAD .valoresAD p{
  color: #802E81;
  font-size: 12px;
  margin-bottom: 0;
}
.item-valorAD .valoresAD p b {
  font-weight: bold;
}
.item-valorAD input {
  width: 20px;
  height: 20px;
}