body
{
    font-family: Helvetica, Sans-Serif;
    color: #444444;
    font-size: 16pt;

}

.titulos-text{
    font-size: 38pt;
}

.bg-v-asesores{
    background-color: #81d742;
}

.bg-a-asesores{
    background-color: #0C5BC6;
}

.bg-info-asesores{
    background-color:rgba(169, 235, 232, 1);
}

.bg-info-asesores-trans{
    background-color:rgba(255, 255, 255, .4);
}

.bg-info-asesores-trans-a{
    background-color:rgba(96, 202, 255, .4);
}

.tc-v-asesores{
    color: #81d742;
}

.tc-a-asesores{
    color: #0C5BC6;
}


.btn-footer{
    margin: 2vw;
    max-height: 8vh;
}

.logo_fotter{
    max-height: 5vw;
}

.logo_fotter_p{
    max-height: 15vh;
}

.minh-100 {
    height: 60vh;
  }

.title{
    font-size: 40pt;
}
.images_home{
    max-width: 20vw;
    max-height: 20vh;
}

.images_emoji{
    max-width: 10vw;
    max-height: 10vh;
}

.images_emoji_peq{
    max-width: 4vw;
    max-height: 4vh;
}

.images_home_sm{
    margin-top: 5vh;
    width: auto;
    height: 9vh;
    max-width: 35vw;

}
.images_home_ml{
    margin-top: 7vh;
    width: 40vw;
    height: auto;
    max-height: 5vh;
}
.logo_principal{
    max-height: 40vh;
    max-width: 80vw;
}
.tarjetas_presentacion{
    max-width: 50vw;
    max-height: 45vh;
}
.imagenes_marcas{
    max-width: 30vw;
    max-height: 20vh;
}
.imagenes_marcas_ml{
    max-width: 20vw;
    max-height: 10vh;
}
.alinear-centro{
    padding-left: 10vw;;
}
.imagenes-titulo{
    max-width: 10vw;
    max-height: 20vh;
    margin-left: 10vw ;
}
.imagen-pesos{
    max-width: 8vw;
    max-height: 16vh;
    
}

.imagen-padecimientos{
    max-width: 5vw;
    max-height: 10vh;
    
    
}

.imagen-padecimientos-margen{
    max-width: 5vw;
    max-height: 10vh;
    margin-left: 4vw ;
}

.form-control, .sin_bordes {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 5px solid #ced4da !important;

}
.impacto-images{
    max-width: 50vw;
    max-height: 50vh;
}
.logo-universidades{
    max-width: 4vw;
    max-height: 4vh;
}
.tachar{
    text-decoration: line-through;
}

.non-selectable {
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
 }
 
 .jubilacion_images{
    height: 45vh;
    width: auto;
    max-height: 45vh;
    max-width: 90vw;
}

.campana_canvas{
    width: 100vw;
}
 
.numero-impacto{
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    color: #0C5BC6;
}

#boton_guardar_campana:hover{
    color: white;
    font-weight: bold;
    background-color: #0C5BC6;
}


/*Selector*/

.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
  }
  
  .select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
  }
  
  .select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
  }
  
  .select-pure__select--opened .select-pure__options {
    display: block;
  }
  
  .select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
  }
  
  .select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
  }
  
  .select-pure__option--hidden {
    display: none;
  }
  
  .select-pure__selected-label {
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
  }
  
  .select-pure__selected-label:last-of-type {
    margin-right: 0;
  }
  
  .select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
  }
  
  .select-pure__selected-label i:hover {
    color: #e4e4e4;
  }
  
  .select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 10px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
  }
  input{
    /*background-color:rgba(96, 202, 255, .1) !important;*/
    background-color: white !important;
    border-bottom-color: 0C5BC6 !important;
    /*border-bottom-color: rgba(96, 202, 255, .7)  !important;*/
  }
  select{
    /*border-bottom-color: rgba(96, 202, 255, .7)  !important;*/
    background-color: white !important;
    border-bottom-color: 0C5BC6 !important;
    /*background-color:rgba(96, 202, 255, .1) !important;*/
  }