@font-face {
    font-family: fuenteOficial;
    src: url(Fonts/HelveticaNeueLTStd-Cn.otf);
}
@font-face {
    font-family: fuenteOficial2;
    src: url(Fonts/univers-lt-std.otf);
}

#form_preafiliado .error{
  color:red;
}
html, body, button {
    /*font-family: 'Roboto Condensed', sans-serif;*/
  /* font-family: fuenteOficial;*/
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Roboto Condensed', sans-serif!important;*/
     font-family: fuenteOficial;

}

h1 {
    /* font-size: 3em; */
    margin: 0.67em 0;
}
p{
   font-family: fuenteOficial2;
}
.fuente_titulos{
  font-family: fuenteOficial;
}
.fuente_contenidos{
   font-family: fuenteOficial2;
}

.efecto_plan {
  position: relative;
  z-index: 10;
  border: 5px solid white;
}

.efecto_plan:hover .contenedor_filtro{
   cursor: pointer;
   opacity: 0.3;
   z-index:11;
}

.efecto_plan:hover .contenedor_filtro2{
   cursor: pointer;
   opacity: 0.3;
   z-index:11;
}
 
.efecto_plan:hover .contenedor_filtro3{
   cursor: pointer;
   opacity: 0.3;
   z-index:11;
}

  .efecto_plan:hover .contenedor_filtro4{
   cursor: pointer;
   opacity: 0.3;
   z-index:11;
}

 .efecto_plan:hover .contenedor_filtro5{
   cursor: pointer;
   opacity: 0.3;
   z-index:11;
}

.contenedor_filtro{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #cb3540;
    opacity: 0.9;
    z-index: 9;
    transition:all .6s ease-in-out;
}
.contenedor_filtro2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: 9;
    transition:all .6s ease-in-out;
}
.contenedor_filtro3{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #929292;
    opacity: 0.9;
    z-index: 9;
    transition:all .6s ease-in-out;
}
.contenedor_filtro4{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(54, 19, 96);
    opacity: 0.9;
    z-index: 9;
    transition:all .6s ease-in-out;
}


.botones_planes{
  position: absolute;
  bottom: 20%;
  width: 30%;
  right: 5%;
  z-index: 100;
  transition:all .9s ease-in-out;
}
.botones_planes a{
  margin-bottom: 10px;
  width: 100%;
  color: white;
   background-color: transparent;
   border-color: white;
  
}

.textos_planes{
  position: absolute;
  top: 5% ;
  width: 100% ;
  left: 1%;
  z-index: 100;
  transition:all .9s ease-in-out;
}

  .efecto_plan:hover .textos_planes{
   border-left: 5px solid #f0ad4e;
 
}
.textos_planes h1{
  font-weight: bold;
  color: #190d5c;
  font-size: 3rem;
  margin-bottom: 20px;
  padding-top: 10%;
  width:100%;
}

.textos_planes h2 {
  font-weight: bolder;
  color: white;
  font-size: 2.7rem;
  margin: 0px;
}

.textos_planes h3{ font-size:2rem;}

.textos_planes p{ font-size:16px; line-height:1;}

.color_subplan{
 
  color: #fbaf0e;
  text-shadow: 1px 1px 2px #333;

}
.color_subplan2 {
 
 color: #190d5c;

}
.color_subplan3{
 
 color: #543c05;

}



.texto-banner{
position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    padding-left: 20px;
    border-left: 1px solid #eeca4a;
}
.texto-banner h1{
  color: white;
  font-weight: 600;
  font-size: 4rem;
  text-shadow: 1px 2px black;
  margin-bottom: 7px;
}
.texto-banner h2{
  color: white;
      text-shadow: 1px 1px #190d5c;
}

.banner_fijo{
      padding: inherit;
}
.container-banner .row{
    margin-right: 0px;
}
/*---------------MENU PRINCIPAL--------------------*/
.menu_principal .item_menu{
  width: auto;
}
.menu_principal{
  width: auto;
  margin-top: 30px;
}

.barra_superior{
  height: 30px;
    position: fixed;
    top: 0;
    background-color: #190d5c;
    display: block;
    color: white;
    width: 100%;
    z-index: 1000;
    padding:5px 30px 5px 30px;
    font-weight: 600;
  
}

.efecto_planjoven a{
  text-decoration: none;
   animation: 3s intermitente ease-in-out infinite;
}
@keyframes intermitente {
  0%  {  color:#f9b22a; }
   0%  {  color:#eddd5c; }
  50% { color:white; }
  100%{  color:#f9b22a;}
}
.menu_principal{
    box-shadow: 1px 1px 3px #d4d3d3;
  height: auto;
  background-color: rgba(255, 255, 255, 0.95)!important;
}
.menu_principal ul{
  margin-left: auto!important;
}
.menu_principal .espacio_boton{
      margin-left: 22px;
}
.menu_principal  a{
  font-size: initial!important;
  color: #110654!important;
}
.menu_principal  a:hover{
 /* border-bottom: 4px solid rgba(251, 175, 14, 0.7);*/
     background-color: rgba(53, 148, 248, 0.14);
    border-radius: 6px;
}

.btn-outline-primary > img{
    
}
 
.btn-outline-primary:hover > img{
-webkit-filter:brightness(1000%);
filter:brightness(1000%);

}
 
/*-------botones------*/

.contenedor_botones {
    position: fixed;
    left: 82%;
    top: 0;
    z-index: 2000;
    opacity: 0.0;
    animation: 1s asistente_semueve ease-in-out 3s infinite;
}
@keyframes asistente_semueve {
  0%  {  top:80%  }
  50% {  top:81%; }
  100%{  top: 80% }
}


.contenedor_botones:hover {
    animation: 1s parar ease 1s;
}

.contenedor_botones_asistente{
  
    opacity: 0.0;
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 33px;

    -webkit-transition: opacity 2s; /* Safari */
    transition: opacity 2s; 
}
.contenedor_botones_asistente img{
    width: 50px;
    border-radius: 50%;
    -webkit-transition: transform 0.5s; /* Safari */
}
.contenedor_botones_asistente img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

.contenedor_botones:hover .contenedor_botones_asistente{
    opacity: 0.9; 
}

@keyframes botones_asistente {
  0%  {  left: 1110px; }
  50% {  left: 1024px; }
  100%{  left: 1034px; }
}

/*------------------SCROLL--------------------*/
.scroll1 img{
    width: 60px;
    position: absolute;
    left: 48%;
    top: 94%;
}
.scroll2 img{
    width: 60px;
    position: absolute;
    left: 48%;
    top: 156%;
}
/*------------------------------------*/
/*Beneficios--------------------------*/
.beneficios{
    height: 40px;
    /*margin-bottom: 1.5rem;*/
}
.beneficios .col-lg-12 {
  height: 15px;
}
.beneficios .row{
    /*background-color: rgba(216, 216, 216, 0.87);*/

    background: #F09819;
background: -webkit-linear-gradient(to left, #F09819, #EDDE5D);
background: -moz-linear-gradient(to left, #F09819, #EDDE5D);
background: -o-linear-gradient(to left, #F09819, #EDDE5D);
background: linear-gradient(to left, #F09819, #EDDE5D);
}
.beneficios h1{
    line-height: 0.5;
    font-size: 2.8rem;
    text-align: center;
}

.contenedor_beneficios{
    text-align: center;
}
.contenedor_beneficios h2{
    color: #190d5c;
}
.contenedor_beneficios .col-lg-3{
     -webkit-transition: transform 0.5s; /* Safari */
     padding-top:10px;
     margin-bottom: 10px;
}
.tablas_beneficio{
  display: table;
}
.tablas_beneficio .titulo_beneficio{
  display: table;
  height: 67px;
  margin: auto;
}
.tablas_beneficio .titulo_beneficio div{
 vertical-align: middle;
 display: table-cell;
}
.tablas_beneficio .descripcion_beneficio{
   display: table;
  height: 125px;
  margin: auto;
}
.tablas_beneficio .descripcion_beneficio div{
   vertical-align: top;
 display: table-cell;
}

.tablas_beneficio .vermas_beneficio{
   display: table;
  height: 32px;
  margin: auto;
}
.tablas_beneficio .vermas_beneficio a{
   vertical-align: middle;
 display: table-cell;
}


  .contenedor_beneficios .col-lg-3 {
    height: 404px;
  }

.contenedor_beneficios .col-lg-3:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    cursor: pointer;
    border-radius: 5%;

    background-color: rgba(123, 123, 123, 0.1);
}
/*----------APP----------------------*/

.seccion_app{ padding: 133px 0px;}

.app{
  /*background-color: #ffc965; 
    margin: 20px 0px;*/
	background-image: url('../img/BannerWeb_NuevaApp.jpg');
    background-repeat: no-repeat;
	background-size:100% auto;
}

.app .TITULOAPP{
      font-size: 4rem;
      margin: 0.27em 0;
      color: #120a5c;
}

.app .subtitulo_app{ color: #2a3c4d;  text-shadow: 1px 1px 1px white; }

 .gif_app{
      display: none;
     
    }
.phone img{
    z-index: 10;
}
.phone{
   margin:50px 0px;
}

.phone h1{
    font-weight: 700;

}
.info-phone img{
    cursor: pointer;
}
.app .item-app{
    font-size: 2rem;
    color: #2a3c4d; /*#10085a;*/
    text-shadow: 1px 1px 1px white;
	text-align:left;
}


.info_sedes{
      font-size: medium;
    background-color: aliceblue;
    padding: 4px;
    border-radius: 3px;
}
/*--------Direcciones---------------*/
.direcciones{

  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background-color: white;


}

.direcciones .titulo{
      margin-top: 29px;
    color: #130657;
    font-weight: 700;
}
.direcciones iframe{
  opacity: 0.9;
  width: 100%;
  height: 100%;
  border-style: none;
}
.direcciones .row{
    
}
.direcciones ul{
  margin: 5% 5% 5% 10%;
}
.direcciones li{
  color: #3e3e3e;
  margin:10px;
   list-style-type:  square;
   list-style-image: url('../img/mas.png');
}

/*---------MODALES------------*/

.modales .modal-content{
  background-image: url('../img/bg1.png');
   background-position: center bottom;
 background-repeat: repeat-x;
}
.titulo_asesor{
  color: #180c77;
}
.mensaje_resultado{
  padding: 20px;
  font-size: 1.5rem;
}

/*----------FOOTER-------------*/
.subfooter{
  color: white;

  position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: #130657;
    padding: 25px;
}
.subfooter a{
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.subfooter .items-foot{
  display: grid;
}
.subfooter .items-foot span{
  
}

.subfooter hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: grey;
    opacity: 0.5;
}
.subfooter h4{
  color: #fbae13;
}

.subfooter img{
  max-width: 60px;
}
.contactos{
  font-size: 1.5rem;
}
.contactos a{
  color: white;
  text-decoration: none;
}
footer{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: #000000;
  padding: 25px;
  color:  white;
  text-align: center;
  font-family: fuenteOficial;
}
footer ul{
  width: 100%;
}
footer li{
  display: inline;
}
footer li img{
  width: 50px;
}
footer img{
  width:35px;
  padding-right: 10px;
}

/*--------------PLANES------------------*/
.planes{
   padding-top: 93px;
    /*background-image: url('../img/a2.jpg');
  background-attachment: fixed;
  background-size: cover;*/
  

}
.plan{
  position: relative;
 
}
.planes .cardplan{
      position: absolute;
    top: 38px;
    left: -39px;
    width: 23%;
  -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);

}

.planes .contenido{
  font-size: 1.5rem;
  color: white;
  font-family: fuenteOficial2;
}
.planes .titulo{
  z-index: 10;
  font-size: 3rem;
  color: white;
 
}
.plan{
  background-image: url('../img/punto2.png');
  background-position: center bottom;
 background-repeat: repeat-x;
}
.plan1{
height: auto;
  padding-top: 20px;
   padding-bottom:20px;
  background-color: rgba(0, 0, 0, 0.78);
}
.plan .col-lg-4{
  
  z-index: 100;
}
.plan2{
  height: auto;
  padding-top: 20px;
   padding-bottom:20px;
  background-color: rgba(146, 146, 146, 0.78);
}
.plan3{
  height: auto;
  padding-top: 20px;
   padding-bottom:20px;
  background-color: rgba(179, 128, 15, 0.78);
}
.plan4{
  padding-top: 20px;
   padding-bottom:20px;
  background-color: rgba(34, 146, 74, 0.78);
}
.container_sedes{
  cursor: pointer;
}
.container_sedes:hover{
 

    font-weight: 700;
}
/*---------------personaliza tu PLAN----------------------*/

.personaliza_plan{
      padding-top: 80px;
       background-image: url('../img/bg1.png');
   background-position: center bottom;
 background-repeat: repeat-x;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.banner_statico{
  padding-top: 71px;
  padding-right: 0px;
    padding-left: 0px;
}
.container-banner{
  width: 100%;
}
.contariner-banner .row{
      margin-right: 0px;
    margin-left: 0px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/*---------------------FORMULARIO SUELDO----------------*/
.container2{
      display: block;
    
    color: #120a5c;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.76);
    padding: 3%;
    border-radius: 10px;

   /*background-image: url(../img/andeslogotrans.png);
    background-position: right bottom;
    background-repeat: no-repeat;*/
   
}
.container2 h2{
  font-weight: 700;
}
/*-------------------------------------------------------------------*/

#gallery { 
  float: left;
    width: 43%;
    min-height: 43em;
    padding: 1%;
    color: #9e9e9e;
    border: 2px dotted #120a5c;
    border-radius: 10px;
    padding: 20px;
    color: #9e9e9e
}
  .gallery.custom-state-active { background: #eee; }
  .gallery li { 

      display: table;
    /* border: 1px dashed #ffffff; */
    background-color: #190d5c;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    /* font-weight: 500; */
    height: 71px;
    list-style: none;
    margin: 0 0.4em 0.4em 0;
    margin: 10px;
    padding: 0.1em;
    text-align: center;
    text-align: center;
    width: 150px;
    font-size: small;
    }


     .gallery li div{ 
        vertical-align: middle;
        display: table-cell;
    }
    .titulo-modal{
        font-size: xx-large;
      color: #fbae16;
      font-weight: 800;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .descripcion-modal{
      color: grey;
    }
  .gallery li h5 { margin: 0 0 0.4em; cursor: move; }
  .gallery li a { color: #ffd072; font-size: small;}
  .gallery li a.ui-icon-zoomin { float: left; }
  .gallery li img { width: 100%; cursor: move; }
 
  #trash {     
  float: left;
    width: 43%;
    min-height: 43em;
    padding: 1%;
    color: #9e9e9e;
    border: 2px dotted #120a5c;
    border-radius: 10px;
    padding: 20px;
    color: #9e9e9e;
    margin-left: 1%;    
  }
  .boton_calcular_plan{
      float: left;
    width: 10%; 
    margin-left: 1%;
  }
.ui-helper-clearfix{
  padding-bottom: 15px;
}
    .gallery li:hover{     
      cursor: move;
    }
  #trash h4 { line-height: 16px; margin: 0 0 0.4em; }
  #trash h4 .ui-icon { float: left; }
  #trash .gallery h5 { display: none; }

  .ingresar_boton img{
    width: 30px;
    height: 30px;
  }

.novedades_enlace {
    font-size: 3em;
    margin: 0.67em 0;
}


.btn-group-sm>.btn, .btn-sm{
  font-size: 90%;
  line-height: 1.7;
  border-radius: .6rem;
}


  