@font-face {
    font-family: "Myriad Pro Light";
    src: url("MyriadPro-Regular.otf");
}

* {
    font-family: "Myriad Pro";
}

body {
    color: #1b2652;
    overflow-x: hidden;
}

body.sti {
    /*margin-top: 181px;*/
}
img#logo_prevem {
    max-width: 250px !important;
}
div#loading {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
}

.centrar-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnopcionesdesc{
    padding-left: 5px;
    padding-right: 5px;
}

.centrar-elemento
{
    margin: auto;
    display: block;
}

.verde_prevem {
    color: #82BC00;
}

ul.px-1.listado-info {
    list-style: none;
}

ul.px-1.listado-info > li {
    border-bottom: 3px solid #82bc00;
    margin: 10px 0;
}

.bg-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-verde-prevem {
    background: #82BC00;
    color: #fff;
}

.bg-verde-o-prevem {
    background-color: #215630 !important;
    color: #fff;
}

.bg-azul-prevem {
    background: #14284B;
}

.hr-verde-prevem {
    border-color: #82BC00;
}

.bg-azul-o-prevem {
    background: #0b144b;
}

.bg-rayas-sorepuestas {
    background-image: url("../img/bg/lineas.png");
}

.imagen-diferentes {
    background: #82BC00;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 50px;
    max-height: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.imagen-diferentes:hover {
    background: #1b2652;
    color: #ffffff;
}

.azul_prevem {
    color: #14284B;
}

#abrir_cerrar_menu {
    font-size: 3rem;
    background: #50871f;
    color: #fff;
    padding: 0.5rem;
    border-radius: 10px;
    right: 10px;
}

#abrir_cerrar_menu:hover {
    cursor: pointer;
}

.fs-responsive {
    font-size: 0.6rem;
}

h1.fs-responsive {
    font-size: 1.5rem;
}

.menu_header {
    border-top: 3px solid #50871f;
    background: #fff;
}

.menu_navegacion {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 1px;
}

.menu_navegacion .options > ul {
    margin: 0;
    padding: 0;
    background: #fff;
}

.menu_navegacion .options li {
    list-style: none;
}

.menu_navegacion a:hover {
    text-decoration: none;
}

.menu_navegacion .options .item > span {
    width: 100%;
    color: #fff;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 2px solid #50871f;
    text-align: center;
}

.menu_navegacion .options .item > span a {
    padding: 1.5rem;
}

.menu_navegacion .options .item > span:hover,
.menu_navegacion .options .item > span.active {
    cursor: pointer;
    background: #50871f;
    color: #fff;
}

.menu_navegacion .options .item a,
.menu_navegacion .options .item span {
    color: #50871f;
    display: block;
    margin-bottom: 3px;
}

.menu_navegacion .options .item span:hover,
.menu_navegacion .options .item span.active:hover,
.menu_navegacion .options .item span:hover a {
    color: #fff;
}

.menu_navegacion .options ul ul {
    margin: 0;
    padding: 0;
    display: none;
    border: 2px solid #eee;
    border-top: 4px solid #50871f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.options .item .submenu {
    text-align: center;
    white-space: nowrap;
    min-width: 100%;
}

.options .item .submenu li {
    padding: 0;
    background: #fff;
}

.options .item .submenu li a {
    padding: 0.5rem;
}

.options .item .submenu li a {
    display: block;
    color: #333;
}

.options .item .submenu li:hover {
    background: #eee;
    color: #50871f;
}

.options .item .submenu li:hover a {
    color: #50871f;
}

.owl-carousel .owl-stage-outer{
    max-height: 580px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select2-container{
    width: 100% !important;
}

.owl-nav button {
    background: #50871f !important;
    border: 1px solid #ebebeb !important;
    color: #fff !important;
    line-height: 1 !important;
    font-size: 1rem !important;
    min-width: 34px;
    outline: none;
    display: flex !important;
    padding: unset !important;
}

.owl-nav button span {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.container-md {
    width: 80%;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.container-md-max{
    width: 90%;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.img-productos {
    height: 100%;
    margin: auto;
    /*max-height: 450px;*/
    min-height: 350px;
    width: auto !important;
    background-position: center;
    background-repeat: no-repeat;
    max-height: max-content !important;
}

.border-r-w{
    border-right: 10px solid #fff;
}

.btn-verde-prevem {
    background: #82BC00 !important;
    color: #fff !important;
    padding: 5px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.btn-verde-prevem:hover {
    background: #14284B !important;
    cursor: pointer;
}

.btn-azul-prevem {
    background: #14284B !important;
    color: #fff !important;
    padding: 5px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.btn-azul-prevem:hover {
    background: #82BC00 !important;
    cursor: pointer;
}



.tarjeta-productos {
    -webkit-box-shadow: 5px 10px 20px 2px rgb(164, 164, 164);
    -moz-box-shadow: 24px 21px 33px -7px rgba(224, 224, 224, 1);
    box-shadow: 5px 10px 20px 2px rgb(164, 164, 164);
    border: 2px solid #ddd;
}

.bg-cover {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.testimonio {
    position: relative;
}

.testimonio .texto {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(54, 54, 54, 0.2);
    color: #fff;
}

#prevem-footer {
    background-color: #202b4b;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    color: #fff;
}

.lista-footer {
    display: inline-block;
}

.lista-footer li {
    display: inline-block;
    list-style: none;
    font-size: 1.5rem;
    margin: 1rem;
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
    color: #82bc00;
}

.lista-footer li a {
    color: #82bc00;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
}

.lista-footer li a:hover {
    color: #fff;
}
.boton-pagolinea{
    position: fixed;
    bottom: 57px;
    right: -58px;
    z-index: 999999;
    transform: rotate(-90deg);
}

.hover-fa:hover {
    background: #3b5998;
}
.hover-wa:hover {
    background: #fffefa;
}

.hover-tw:hover {
    background: #47aae1;
}

.hover-in:hover {
    background: #835e42;
}

.hover-yo:hover {
    background: #ed2d33;
}

.hover-en:hover {
    background: #50bc9c;
}

.hover-li:hover {
    background: #0077B5;
}

.color_light_2 {
    color: #f9f9f9;
}

.texto-gris {
    color: #c1c1c1;
}

.texto-opaco {
    color: #c1c1c1;
}

.lista-sin-estilos li {
    list-style: none;
}

.lista-footer-2 li {
    border-top: 1px solid rgb(65, 64, 64);
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.lista-footer-2 a {
    color: #fff;
}

.lista-footer-2 a:hover {
    color: #82bc00;
    text-decoration: none;
}

.style-link{
    text-decoration: none !important;
    color: #202b4b;
    white-space: inherit;
    text-align: left;
}

.style-link:hover{
    color: #82bc00 !important;
    white-space: inherit;
    text-align: left;
}

.border-orange {
    border-bottom: 1px solid #4f4f4f;
    margin-bottom: 1rem;
}

.sub-footer {
    background: #000;
    color: #fff;
}

.bg-verde1 {
    background: #215631;
    color: #fff;
}

.bg-verde2 {
    background: #648c19;
    color: #fff;
}

.bg-verde1 a, .bg-verde2 a {
    color: #fff;
}

.bg-verde1 a:hover, .bg-verde2 a:hover {
    text-decoration: none;
}

a.azul_prevem:hover {
    color: #648c19;
}

a, .a {
    color: #14284B;
}

.a-inverted {
    color: #648c19;
}

a:hover, .a:hover {
    color: #648c19;
    text-decoration: none;
    cursor: pointer;
}

.a-inverted:hover {
    cursor: pointer;
    color: #14284B;
}

a.ap {
    color: #fff;
}

a.ap:hover {
    color: rgba(3, 222, 185, 0.8);
}

::-webkit-scrollbar {
    width: 10px;
    background: #414040;
}

::-webkit-scrollbar-thumb {
    background: #50871f;
}

.font-weight-300 {
    font-weight: 300;
}

.altura-minima {
    min-height: 80vh;
}

.youtube-responsivo {
    width: 100%;
    height: 315px;
}

.icono-lv {
    font-size: 2rem;
    color: #14284B;
}

.imagen-fondo-a {
    background-size: cover;
    background-position: center;
}

.half-img-outside-container {
    padding-top: 60px;
}

.half-img-img-outer {
    position: relative;
}

.half-img-img {
    position: relative;
    bottom: -5px;
    top: -35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 85px;
    border: 2px solid #14284b;
}

.half-img-img-outer {
    height: 20px;
}

.fs-1_5 {
    font-size: 1.5rem;
}

.subtitulo-prevem {
    background: rgba(128, 188, 0, 1);
    color: #FFF;
    font-size: 30px;
    line-height: 1;
    width: 100%;
    position: relative;
    padding: 1rem;
}

.contenedor-descuento .unico p {
    font-weight: 900;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    word-break: normal;
}

.contenedor-descuento .unico small {
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.caja-descuento .titulo {
    font-size: 2rem;
    text-align: center;
}

.caja-descuento .titulo h1 {
    font-size: 1rem;
}

.super-container {
}

.timeline__content {
    border: 2px solid #eee !important;
}

.timeline__content:hover {
    border-color: #82bc00 !important;
}

.mapa-responsivo {
    width: 100%;
}

.descuento-servicios {
    background: rgb(154, 154, 154);
    background: -moz-linear-gradient(left, rgb(154, 154, 154) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgb(154, 154, 154) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgb(154, 154, 154) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgb(154, 154, 154) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgb(154, 154, 154) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80bc00', endColorstr='#ffffff', GradientType=1);
    color: #fff;
    padding: 0.4rem;
    font-weight: bold;
}

.lista-general > li {
    list-style: none;
}

.imagen-descuento {
    max-height: 80px;
    margin-bottom: 1rem;
    min-height: 80px;
    width: auto;
}

.caja-descuento, .caja-descuento .card-body {
    padding: 0;
}

.caja-descuento .card-body > div:not(.contenedor-descuento) {
    padding: 1rem;
}

.contenedor-descuento {
    background: #81be41;
    color: #fff;
}

.btn-prevem-verde {
    background: #81be41;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}

.btn-prevem-verde:hover {
    color: #edf0f2;
}

.contenedor-descuento .unico > div:not(.omit) {
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mh-100 {
    min-height: 160px;
}

.mh-200 {
    min-height: 240px;
}

.vinetas-verdes li {
    list-style: circle;
}

.vinetas-verdes li {
    color: #81be41;
}

.videos-youtube {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.videos-youtube iframe {
    width: 100% !important;
    padding: 0.5rem;
    min-height: 300px;
}

.imagen-fondo-prevem {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}

.icono-lista {
    min-width: 30px;
    text-align: center;
}

.youtube-100 {
    width: 100%;
    min-height: 350px;
}

.boton-estandar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.banner-productos {
    height: 300px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: center;
}

.lista-cuadros-verdes li {
    list-style: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lista-cuadros-verdes li::before {
    content: '' !important;
    width: 15px;
    height: 15px;
    background: #81be41;
    display: inline-block;
    margin-left: -1em;
    margin-right: 1em;
}

.titulo-general {
    font-weight: normal;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .super-container {
    padding-top: 178px;
}

.green-square {
    width: 15px;
    height: 15px;
    background: #81be41;
    display: block;
    margin-left: -1em;
    margin-right: 1em;
}

.titulo-boletin {
    font-family: 'Heebo', sans-serif;
    font-weight: Bold;
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    color: #14284B;
}

.subtitulo-boletin {
    font-size: 3.5rem;
}

.numero-boletin {
    font-family: 'Unlock', cursive;
    font-weight: 900;
    font-style: normal;
    color: #82BC00;
}

.bg-shadow {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-shadow-light {
    background-color: rgba(255, 255, 255, 0.8);
}

.fecha-boletin {
    text-align: right;
    font-size: 1.5rem;
}

.fecha-boletin .anio {
    font-weight: bold;
}

.pantalla-boletin {
    padding: 4rem;
    margin: 0;
    border-bottom: 5px solid #82BC00;
}

.subpantalla-boletin {
    margin-top: 0;
}

.relevante-prevem {
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    font-size: 2rem;
}

.titulo-sub-boletin {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
}

.mw-100px {
    min-width: 100px;
}

.portada-nota-thumb {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.texto-nota-thumb {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.titulo-nota-thumb {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-boletines-thumb {
    clear: both;
    width: 100%;
    box-sizing: border-box !important;
}

.card-boletin-thumb {
    background: #fff;
    border: 1px solid #ddd;
    padding: 1.5rem;
    width: 100%;
    float: left;
    box-sizing: border-box !important;
    word-break: normal;
}

.card{
    word-wrap: initial !important;
}

.card-boletin-thumb.card-thumb-100 {
    width: calc(100% - 2rem) !important;
}

.card-boletin-thumb .portada-nota-thumb {
    min-height: 200px;
}

.card-boletin-thumb:hover {
    cursor: move;
}

.card-boletin-thumb.no-drag:hover {
    cursor: initial !important;
}

#menu_navegacion > ul.hide {
    display: none;
    overflow-y: scroll;
    max-height: calc(100vh - 178px - 46px);
}

.collapsed{
    white-space: inherit;
    text-align: left;
}


.img-thumbnail{
    width: 100%;
}

.modal-body{
    height: 100%;
}

.card-img-top{
    height: 190px;
}

.img-card-opciones{
    height: 290px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.position-ab-res{
    position: absolute;
}
.hide-responsivo{
    display: block;
}

.icon-beneficios{
    height: 50px;
}

.centrar-izquierda {
    display: flex;
    justify-content: start;
    align-items: center;
}

@media (min-width: 0) {
    .card-deck .card.caja-descuento {
        flex: 0 0 calc(100% - 30px);
    }
}


@media only screen and (max-width: 961px){
    .boton-pagolinea{
        transform: unset;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 999999;
        max-width: 150px;
    }

    #floatingSocialShare .top-left {
        width: 30% !important;
        right: 0 !important;
    }

    .position-ab-res{
        position: initial !important;
    }
    .w-40-res{
        width: 40%;
    }

    .hide-responsivo{
        display: none !important;
    }

}

@media (min-width: 576px) {
    .card-deck .card.caja-descuento {
        flex: 0 0 calc(100% - 30px);
    }
    .card-deck .card {
        margin-right: 0px !important;
    }
}


@media (min-width: 768px) {
    .card-deck .card.caja-descuento {
        flex: 0 0 calc(50% - 30px);
    }

    .videos-youtube iframe {
        width: 33.33% !important;
        padding: 0.5rem;
    }

    .youtube-100 {
        width: 100%;
        min-height: 417px;
    }

    .card-boletin-thumb {
        width: calc(50% - 2rem);
        margin: 1rem;
    }

    .btn-productos{
        position: relative;
        bottom: unset;
    }
    .menu_navegacion .options .item > span a {
        padding: 0.3rem;
        font-size: 13px;
    }
    

}


@media (min-width: 992px) {
    .card-deck .card.caja-descuento {
        flex: 0 0 calc(33.3333333333% - 30px);
    }

    .card-boletin-thumb {
        width: calc(33.33% - 2rem);
    }

    .card-boletin-thumb.special {
        width: calc(50% - 2rem);
    }

}

@media (min-width: 1086px) {
    .menu_navegacion .options .item > span a {
        padding: 0.8rem 1.5rem;
        font-size: 15px;
    }
}

@media (max-width: 1100px){
    .card-deck .card {
        flex: inherit;
    }
}

@media (min-width: 1200px) {
    .card-deck .card.caja-descuento {
        flex: 0 0 calc(25% - 30px);
    }

    .card-boletin-thumb {
        width: calc(25% - 2rem);
    }

    .card-boletin-thumb.special {
        width: calc(50% - 2rem);
    }
}

@media (min-width: 500px) {

}

@media (min-width: 650px) {

}

@media (min-width: 768px) {

    .youtube-responsivo {
        width: 700px;
        height: 355px;
    }

    .img-productos {
        max-height: 590px;
    }

    .card-deck-md {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;

    }

    .card-deck-md .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;

    }

    .options {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #82BC00;
        margin: 0;
        padding: 0;
        border-bottom: 3px solid #fff;
    }

    .options ul {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }

    .options ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .menu_navegacion .options .item a, .menu_navegacion .options .item span {
        margin: 0;
        background: #82BC00;
        color: #fff;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0.3rem;
    }

    .menu_navegacion .options ul li span {
        padding: 1rem;
    }

    .menu_navegacion .options .item:not(:last-of-type) {
        /*border-right: thin solid #fff;*/
    }

    .menu_navegacion .options .item a:hover, .menu_navegacion .options .item span:hover, .menu_navegacion .options .item span:hover a {
        background: #1a2552;
    }

    .menu_navegacion .item {
        position: relative;
    }

    .menu_navegacion .submenu {
        position: absolute;
        z-index: 10;
        left: 0;
    }

    .menu_navegacion .submenu li {
        display: block;
    }

    .options .item .submenu li a, .options .item .submenu li span {
        background: #fff;
        text-align: left;
    }

    .options .item .submenu li a:hover, .options .item .submenu li span {
        background: #eee;
        color: #333;
    }

    #menu_navegacion > ul.hide {
        display: block !important;
        overflow-y: visible;
    }

    .sticky + .super-container {
        padding-top: 167px;
    }
}

.ajs-ok{
    background: #82BC00 !important;
    color: #fff !important;
    padding: 5px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

.ajs-cancel{
    background: #202b4b !important;
    color: #fff !important;
    padding: 5px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.images {
    display: flex;
    flex-wrap:  wrap;
    margin-top: 20px;
}
.images .img-upload,
.images .pic {
    flex-basis: 15%;
    margin-bottom: 10px;
    border-radius: 4px;
}
.images .img-upload {
    width: 112px;
    height: 112px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: solid 1px #ddd;
    background-color: #e6e6e6;
}

.images .img-upload:nth-child(3n) {
    margin-right: 0;
}
.images .img-upload span {
    display: none;
    text-transform: capitalize;
    z-index: 2;
}
.images .img-upload::after {
    content: '';
    width: 100%;
    height: 100%;
    transition: opacity .1s ease-in;
    border-radius: 4px;
    opacity: 0;
    position: absolute;
}
.images .img-upload:hover::after {
    display: block;
    background-color: #000;
    opacity: .5;
}
.images .img-upload:hover span {
    display: block;
    color: #fff;
}

.images .pic {
    background-color: #F5F7FA;
    align-self: center;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase;
    color: #848EA1;
    font-size: 12px;
    cursor: pointer;
}

.btn-copy{
    text-align: center;
    margin: 5px;
    cursor: pointer;
}

.img-galeria {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: solid 1px #ddd;
    background-color: #e6e6e6;
}
.img-galeria-content {
    display: inline-block;
}



@media (min-width: 1200px) {
    .img-productos {
        max-height: 338px;
    }

}

@media (min-width: 1300px) {
    .youtube-responsivo {
        width: 1200px;
        height: 655px;
    }

    .img-productos {
        max-height: 375px;
    }
}

@media (min-width: 1400px) {
    .img-productos {
        max-height: 412px;
    }
}

@media (min-width: 1500px) {
    .img-productos {
        max-height: 448px;
    }
}

@media (min-width: 1600px) {
    .img-productos {
        max-height: 485px;
    }
}

@media (min-width: 1700px) {
    .img-productos {
        max-height: 521px;
    }
}

@media (min-width: 1800px) {
    .img-productos {
        max-height: 407px;
    }
}

@media (min-width: 1900px) {
    .img-productos {
        max-height: 594px;
    }
}

@media (min-width: 2000px) {
    .img-productos {
        max-height: 631px;
    }

    .videos-youtube iframe {
        width: 25% !important;
        padding: 0.5rem;
        min-height: 400px;
    }
}

@media (min-width: 2100px) {
    .img-productos {
        max-height: 668px;
    }
}

@media (min-width: 2200px) {
    .img-productos {
        max-height: unset;
    }

    .videos-youtube iframe {
        width: 20% !important;
        padding: 0.5rem;
        min-height: 500px;
    }
}

#floatingSocialShare .top-left {
    left: unset;
    right: 0;
    width: 50px;
}

.fuentes li {
    padding: 1rem;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 0.5rem;
    display: inline-block !important;
}

.fuentes li, .fuentes a {
    display: block;
    color: #333;
    font-weight: bold;
}

.imagen-producto, .imagen-producto2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-producto img {
    max-height: 288px;
    width: auto !important;
    display: block;
}

.imagen-producto2 img {
    max-height: 394px;
    width: auto !important;
    display: block;
}


.img-producto-card{
    width: 100%;
    height: 100%;
    display: block;
    min-height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-medica-oportuna{
    background-image: url("../img/productos/medica_oportuna.jpg");
}

.img-medica-internacional{
    background-image: url("../img/productos/medica_internacional.jpg");
}

.img-medica-plus{
    background-image: url("../img/productos/medica_plus.jpg");
}

.img-medica-catastrofica{
    background-image: url("../img/productos/medica_catastrofica.jpg");
}

.img-medica-activa{
    background-image: url("../img/productos/_medica_activa.jpg");
}

.img-contratiempos-dificiles{
    background-image: url("../img/productos/contratiempos_dificiles.jpg");
}

.img-contratiempos-mayores{
    background-image: url("../img/productos/contratiempos_mayores.jpg");
}

.img-contratiempos-inesperados{
    background-image: url("../img/productos/contratiempos_inesperados.jpg");
}

.portada-boletin {
    min-height: 200px;
    background-size: contain;
    /*background-attachment: fixed;*/
    background-position: center;
}

.portada-boletin.interior {
    min-height: 400px;
}

.cool-div {
    padding: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.cool-div a:not(.a-inverted) {
    color: #ddddbb;
}

.cool-div.oscuro {
    background-color: #525252;
}

.mi-blockquote {
    width: 100%;
    font-size: 1.4em;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #78C0A8;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

.mi-blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #78C0A8;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

.mi-blockquote::after {
    content: '';
}

.mi-blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.pdf {
    width: 100%;
    min-height: calc(100vh - 164px);
}

#regresar {
    position: initial;
    width: auto !important;
    left: 0;
    top: -60px;
}

.card-steps {
    width: 100%;
    padding: 1rem;
}

.card-steps .step:not(.active) {
    display: none;
}

.step-counter {
    margin: 0 auto;
}

.step-counter li {
    display: inline-flex;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    text-align: center;
    padding: .5rem;
}

.step-counter li:first-of-type {
    background: #3e7ea1;
    color: #fff;
}

.step-counter li:last-of-type:not(.disabled) {
    background: #81be41;
    color: #fff;
}

.step-counter li:hover {
    cursor: pointer;
}

.step-counter li.disabled {
    background: #eee;
    color: #ddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.step-counter li.disabled:hover {
    cursor: not-allowed;
}

.form-options {
    display: flex;
}

.selectable * {
    font-weight: normal !important;
}

.selectable:hover, .no-drag.selectable:hover {
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hover-v-prevem:hover{
    background-color: #82BC00 !important;
    color: #ffffff !important;
}

.img-menu{
    width: 200px;
}

.selectable.selected {
    background-color: #81be41;
    color: #fff;
}

.step-forms form {
    display: none;
}

.step-forms form.active {
    display: block;
}

.opcion_form {
    text-align: center;
    -ms-word-break: normal;
    word-break: normal;
    font-weight: bold;
}

.card{
    word-break: normal;
}
.img-contacto {
    max-height: 270px;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

.img-login {
    max-height: 140px !important;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

#sidebar_ventas {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#sidebar_ventas li {
    list-style: none;
}

.collage-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
}

.columna-collage {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.columna-collage img {
    margin-top: 8px;
    vertical-align: middle;
}

.btn-productos{
    position: absolute;
    bottom: 5px;
}

.valores-small{
    font-size: 60%;
    font-weight: 400;
}

.bg-gray-light{
    background: #e0e0e0;
}

.mapa{
    height: 300px;
    width: 100%;
}

.scroll-ps{
    max-height: 367px;
    overflow: scroll;
    overflow-x: hidden;
}

.load{
    width: 50px;
}

.scroll-nav{
    padding: 0.4rem 0.4rem !important;
}

.img-card {
    height: 300px;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .columna-collage {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .pantalla-boletin {
        padding: 1rem !important;
    }

    .titulo-boletin {
        font-size: 2rem !important;
        text-align: center !important;
        letter-spacing: 0.2rem !important;
    }

    .subtitulo-boletin {
        font-size: 1.5rem !important;
        text-align: center !important;
    }

    .relevante-prevem {
        font-size: 1rem !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 600px) {
    .columna-collage {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .h-100-youtube{
        height: 100% !important;
        padding-top: 10px;
    }
}


.centrar-contenido-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tarjeta-hover{
    min-height: 300px;
    background: #82BC00;
    color: #fff;
}

.tarjeta-hover:hover{
    background-color: #14284B;
}

.img-card-cap {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.img-card-cap-2 {
    width: 100%;
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}