/* Generales */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
/*    width: 100%;
    height: 100%;*/
}

body {
    color: #5d5c5d;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    text-rendering: auto;
    text-rendering: optimizeSpeed;
    text-rendering: optimizeLegibility;
    /* Global values */
    text-rendering: inherit;
    text-rendering: initial;
    text-rendering: unset;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}


h2,h3,h4,h5{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
header{
    padding: 20px 0;
    vertical-align: middle;
}
header .headerlogo1,
header .headerlogo2{
    display: inline-block;
}
header img{
    width: 230px;
    height: 54px
}
header .headerlogo2{

    margin-left: 35px;

}
header .headerlogo2 img{
    width: 400px;
    height: auto;
}
.container {
    max-width: 1280px;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0;
}
.telsolo,
.telduo{
   font-family: 'Open Sans', sans-serif;
}
.telsolo{
    color: gray;
    font-size:  14px;
    border-bottom: 1px solid #d6d6d6;
    display: inline-block;
    margin-bottom: 10px
}
.telsolo span{
    color: #f38b00;
    font-size: 15px
}
.telduo{
    color: dimgray;
    font-size:  28px;
    display:block;
    font-weight: 600;
    background-image: url(../pics/icon-telefono-01-01.svg);
    background-repeat: no-repeat;
    padding-right: 48px;
    background-position: center right;
    background-size: 44px
}
.telduo a,
.telsolo a,
#SECCION4 .white a,
#SECCION44 .white a{
    color: dimgray;
}
.telduo a:hover,
.telsolo a:hover,
#SECCION4 .white a:hover,
#SECCION44 .white a:hover{
    text-decoration: none;
}
#SECCION1BANNER{
    position: relative;
    z-index: 0;
}

.hero {
    background-color: transparent;
    margin: auto;
    background-image: url(../pics/familia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
    .hero .hero-texts {
        display: flex;
        flex-direction: column;
        color: #ffffff;
    }

    .hero .label-product {
        background: #57b4b0;
        padding: 0 10px;
        margin: 40px 0 20px 80px;
    }

    .hero .label-product img {
        width: 100%;
    }
        .hero h1 {
        font-family: 'Raleway', sans-serif;
        display: inline-block;
        color: #ffffff;
        font-weight: 800;
        margin-left: 80px;

        font-size: 46PX;
        line-height: 48px;
    }
    .hero .description {
        margin-left: 80px;
        margin-bottom: 20px;
        text-rendering: optimizeLegibility;
    }

    .hero .price {
        margin-left: 80px;
        margin-bottom: 20px;
    }
        .hero .price img {
            width: 60%;
        }

       .jumbofloat {
            width: 400px;
        }


.jumbofloat{
    width: 490px;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 150px;
    margin-bottom: 9px;
}
.jumbofloat img{
    width: 100%;
}


/*- - - - - - SECCION 1 - - - - - */

.form-container {
    padding: 40px;
    margin: 40px 40px 40px 0;
    border-radius: 0% 10% 0 10%;
    background-color: #ffffff;
    opacity: .9;
}

    .form-container h2 {
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .form-container h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }


    #SECCION1 {
        position: relative;
        top: -135px;
        /*right: -21%;*/
        width: 460px;
        background: white;
        margin-top: -400px;
        padding: 40px 40px;
        -webkit-box-shadow: 10px 10px 42px -1px rgba(0,0,0,0.17);
        -moz-box-shadow: 10px 10px 42px -1px rgba(0,0,0,0.17);
        box-shadow: 10px 10px 42px -1px rgba(0,0,0,0.17);
        z-index: 5;
    }
#SECCION1 a{
    color: black;
    text-decoration: underline;
}
#SECCION1 .duobuttons1 a{
    text-decoration: none;
}
#SECCION1 .duobuttons1b{
    display: flex;
}
#SECCION1 .duobuttons1b .btn{
    margin: 0 1%;
    line-height: 100%;
}


.form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #dadada;
    font-family: 'Raleway', sans-serif;
    font-size: 0.75rem;
}
#SECCION1 .form-group{
    margin-bottom: 8px;
}
.form-group-duo {
    display: flex;
}
.form-group-duo input {
    margin-right: 3%;
}
small.form-check-label {
    color: #858688;
    font-size: 11px;
    line-height: 130% !important;
    margin: 4px 10px 4px 10px;
    display: inline-block;
    font-family: sans-serif;
    letter-spacing: .2px;
    text-rendering: optimizeLegibility;
    text-align: left
}

.form-check-label a {
    color: #858688;
    text-decoration: underline;

}

    .form-check-label a:hover {
        color: #3e3e3e;
    }

.enlaceLlamanos:hover {
    text-decoration: none;
}


.form-check-item.texto-naranja {
    text-align: left;
}
.texto-naranja small.form-check-label {
    margin: 4px 10px 16px 10px;
    padding: 0;
    display: block;
}
.form-check-rememeber{
    text-align: left;
    text-align: left;
    padding-left: 27%;
}
.form-check-rememeber small.form-check-label {
    margin: 4px 10px 0px 10px;
}
.pinky {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #fc2c64;
    border-color: #fc2c64;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    cursor: pointer;
}
.pinky-border {
    color: #fc2c64;
    background-color: #fff;
    border: 3px solid #fc2c64;
    border-radius: 0;
    width: 100%;
    padding: 10px 20px 15px 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    max-width: 500px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background-image: url(../pics/clip.png);
    background-position: center right 10px;
    background-size: 18px;
    background-repeat: no-repeat;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
#SECCION4 .pinky:hover{
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
    background-color: #bb3f5f;
    border-color: #bb3f5f;
}

.boton.white {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    max-width: 500px;

    padding: 13px;
}

.boton.white a {
    color: #55565a;
}

    .boton.white span {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        color: #f38b00;
        font-size: 18px;
        border-bottom: 2px solid #f38b00;
    }

.atencion{
    color: black;
    font-size: 16px !important;
    font-weight: 200;
    margin-top: 10px
}
.atencion a{
    color: black;
    border-bottom: 1px solid black
}

/*- - - - - - SEGURO-ESPECIALISTAS - - - - - */
.bg-ligthgray {
    background-color: #f6f6f6;
    padding: 40px;
}
.bg-ligthgray-container {
    margin: 40px;
}
#SECCION-SEGURO-ESPECIALISTAS,
#SECCION-SEGURO-ACCIDENTES{
    margin-bottom: 70px;
}

#wrap-especialistas-boton {
    background: #57b4b0;
    padding: 14px 0;

}
#wrap-accidentes-boton{
    background: #ed8b00;
    padding: 14px 0;
}
#wrap-especialistas-boton .container {
    background: #57b4b0;
    color: white;
    font-weight: 700;
}
#wrap-accidentes-boton .container{

    color: white;
}
#bar-acordeon,
#bar-acordeon-accidentes{
    position: relative;
    width: 100%;
    text-align: center;
}
#boton-acordeon,
#boton-acordeon-accidentes{
    width: 100%;
    text-align: left;
    height: 45px;
    width: 42px;
    float: right;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 11px;
    background-image: url(../pics/divina-otono-mas-menos.png);
    background-size: 100px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
}
#boton-acordeon.boton-menos,
#boton-acordeon-accidentes.boton-menos{
    background-position: -61px 0;
}
#boton-acordeon.boton-mas,
#boton-acordeon-accidentes.boton-mas{
    background-position: 0 0;
}
#wrap-especialistas-boton .boton-acordeon-texto,
#wrap-accidentes-boton .boton-acordeon-texto {
    display: inline-block;
    width: auto;
    margin: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;

}
#wrap-accidentes-boton .boton-acordeon-texto{
     background-image: url(../pics/divina-otono-accidentes.png);
}
.salud-especialistas{
    font-size: 33px;
    padding: 6px 0 6px 47px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    background-image: url(../pics/divina-otono-seguro.png);
    background-size: 36px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-left: 0px;
    display: inline-block;
}
#SECCION99 p{
    line-height: 113%;
    margin-bottom: 30px;
}


#wrap-especialistas-boton p,
#wrap-accidentes-boton p {
    margin-top: 0;
    margin-bottom: 0;
}


#SECCION-SEGURO-ACCIDENTES .ENTRADILLA{
    color: #ed8b00;
}
/*- - - - - - SECCION 2 - - - - - */
#SECCION2{
    background: #f1f1f1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+100 */
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-top: -32px;
    /*padding-top: 60px;*/
    padding-top: 2rem;
    padding-bottom: 30px;

}
#SECCION2 h2,#SECCION2 h4{
    color: #2c83b1;
    margin-bottom: 4px;
    font-size: 21px;
}
#SECCION2 h2{
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 100%;
}


#SECCION2 .asegurado__datos h2{
    margin-bottom: 0;
    padding-left: 0px;
    font-size: 18px;
    color: #4a4a4a;

}


.coberturas {
    border: 2px dashed #57b4b0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    display: flex;
    width: 100%;
    margin-bottom:40px;
}

    .coberturas .cobertura {
        flex: 1;
        padding: 30px;
    }

        .coberturas .cobertura:nth-child(1) {
            background: #57b4b0;
            color: white;
            display: flex;
            align-items: center;
        }

            .coberturas .cobertura:nth-child(1) img {
                margin-right: 20px;
            }

        .coberturas .cobertura:nth-child(2),
        .coberturas .cobertura:nth-child(3) {
            align-self: center;
        }


    .coberturas .plus {
        background-image: url(../svg/signo-mas.svg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 18px;
        display: block;
        line-height: 99%;
        margin: 2px 0 9px 0;
        padding: 0 20px 0 26px;
    }

@media screen and (max-width: 768px) {
    .coberturas {
        flex-direction: column;
        font-size:18px;
    }

        .coberturas .cobertura div:first-child {
            margin-right: 10px;
        }

        .coberturas .cobertura:nth-child(1) img {
            width: 100%;
            margin-right: 10px;
        }

        .coberturas .cobertura {
            padding: 0 20px;
        }

            .coberturas .cobertura:nth-child(1) {
                padding: 20px;
                margin-bottom: 20px;
            }

            .coberturas .cobertura:last-child {
                margin-bottom: 10px;
            }

        .coberturas .plus {
            margin: 2px 0 20px 0;
            padding: 0 10px 0 25px;
        }


}



    .servicio3 span {
        display: block;
        padding-left: 2%;
    }

    .solo-servicio p {
        font-weight: 400;
        line-height: 130%;
        color: gray;
        font-size: 16px;
    }

    .ENTRADILLA {
        font-family: 'Raleway', sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #57b4b0;
        display: inline-block;
        padding: 40px 0 33px;
        /* border-bottom: 1px solid #dadada; */
        margin-bottom: 0;
        width: auto;
        width: 100%;
    }

        .ENTRADILLA p {
            line-height: 100%;
            margin-bottom: 0;
            max-width: 90%;
            margin: 0 auto;
        }

        .ENTRADILLA .subtit {
            line-height: 130%;
            font-weight: 400;
            font-size: 16px;
            color: gray;
            margin-bottom: 10px;
            /* padding: 0 25%; */
            max-width: 460px;
            margin: 10px auto 10px;
        }

    .ENTRADILLA2 {
        font-size: 29px;
        font-weight: 600;
        color: #55bfb9;
        display: inline-block;
        padding: 0px 0 0px;
        /* border-bottom: 1px solid #dadada; */
        margin-bottom: 12px;
        width: auto;
    }

    .solo-servicio {
        padding: 0;
        min-height: 110px;
        color: #5d5c5d;
        font-size: 18px;
        font-weight: 700;
        line-height: 140%;
        text-align: left;
        vertical-align: initial;
        align-items: center;
    }

    #SECCIONnaranja, #SECCIONgris {
        margin-top: 0px;
        background-color: #f4f4f4 /*color-landing; */;
        color: #666;
        display: block;
        padding: 40px 20px 40px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
    }

    #SECCIONverde {
        margin-top: 0px;
        background-color: #57b4b0 /*color-landing; */;
        color: white;
        display: block;
        padding: 40px 20px 40px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
    }

        #SECCIONverde p {
            color: white;
        }

        #SECCIONverde .solo-servicio {
            color: white;
        }

    .solo-servicio-texto {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 74px;
        padding-left: 96px;
        min-height: 60px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .solo-servicio-texto strong {
            font-weight: 700;
        }

    .servicio1-duo {
        position: relative;
    }

    .servicio1-duo-1 {
        position: absolute;
        z-index: 3;
        background-color: white;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        box-shadow: 0px 0px 4px 4px #0000000f;
        background-image: url(../svg/ordenador.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 65px;
        display: inline-block;
        left: -19px;
        top: 0;
    }

    .servicio1-duo-2 {
        display: inline-block;
        background: #57b4b0;
        width: 42%;
        height: 100px;
        padding-left: 80px;
        margin-left: 30px;
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomright: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        padding-top: 16px;
        color: white;
        z-index: 2;
        position: relative;
    }

    .servicio1-duo-3 {
        display: inline-block;
        background: transparent;
        width: 60%;
        height: 100px;
        padding-left: 100px;
        margin-left: -90px;
        border: 2px dashed #57b4b0;
        border-radius: 50px;
    }

        .servicio1-duo-3 span {
            background-image: url(../svg/signo-mas.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 18px;
            display: block;
            line-height: 99%;
            margin: 2px 0 9px 0;
            padding: 0 20px 0 26px;
        }

    .servicio2 .solo-servicio-texto {
        background-image: url(../svg/medicos.svg);
        background-size: 70px;
    }

    .servicio3 .solo-servicio-texto {
        background-image: url(../svg/dental.svg);
        background-size: 60px;
    }

    .servicio4 .solo-servicio-texto {
        background-image: url(../svg/urgencias.svg);
        background-size: 80px;
    }

    .servicio5 .solo-servicio-texto {
        background-image: url(../svg/test.svg);
        background-size: 70px;
    }

    .servicio6 .solo-servicio-texto {
        background-image: url(../svg/reembolso.svg);
        background-size: 80px;
    }

    .servicio7 .solo-servicio-texto {
        background-image: url(../svg/embarazo.svg);
        background-size: 80px;
    }

    .servicio8 .solo-servicio-texto {
        background-image: url(../svg/calendario.svg);
        background-size: 70px;
    }



    .solo-accidente {
        padding-left: 90px;
        background-image: url(../svg/hospitalizacion-covid.svg);
        background-repeat: no-repeat;
        background-position: top left 30px;
        background-size: 110px;
        margin-bottom: 30px;
        min-height: 110px;
        padding-left: 82px;
    }

    .accidente2 {
        background-image: url(../svg/premio-permanencia.svg);
    }

    .accidente3 {
        background-image: url(../svg/calculadora.svg);
    }

    .orange-bar {
        background: #f8b00d;
        color: white;
        padding: 5px 5%;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        width: 100%;
        font-size: 19px;
        margin-bottom: 0;
    }

    .orange-text {
        color: #ed8b00;
        padding: 0px 0% 7px;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        width: 100%;
        font-size: 28px;
        margin-bottom: 0;
    }

    #SECCION-SEGURO-ACCIDENTES .divina-listado-check ul {
        margin: 0;
        padding: 0;
    }

        #SECCION-SEGURO-ACCIDENTES .divina-listado-check ul li {
            background-image: url(../svg/check-naranja.svg);
        }

    #SECCION-SEGURO-ACCIDENTES .divina-listado-check {
        max-width: 1120px;
        margin: auto;
    }

    .prestacion-social {
        padding-bottom: 24px;
    }

    .itemsolo {
        text-align: left;
        padding-left: 90px;
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 40px;
        background-image: url(../pics/check.png);
    }

        .itemsolo p {
            font-family: 'Raleway', sans-serif;
            max-width: 500px;
            line-height: 130%;
            font-size: 18px;
            font-weight: 400;
            /* border: 1px solid blue; */
            padding: 0;
            margin: 0;
            padding: 14px 0;
        }


    .solo-servicio p {
        font-weight: 400;
        line-height: 130%;
        color: #585858;
        font-size: 16px;
    }

    .col-5 {
        width: 20% !important;
        max-width: 20%;
    }


    .divina-listado-check ul,
    .divina-listado-check ul li {
        list-style: none;
    }

        .divina-listado-check ul li {
            background-image: url(../svg/check.svg);
            background-repeat: no-repeat;
            background-position: top 11px left;
            background-size: 30px;
            padding-left: 46px;
            padding-bottom: 10px;
            padding-top: 10px;
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 130%;
        }

    .etiqueta {
        background: #696969;
        display: inline-block;
        padding: 3px;
        color: white;
        font-weight: 600;
        font-size: 17px;
        padding: 1px 4px;
        margin-bottom: 8px;
    }

    li .etiqueta {
        margin-top: 10px;
    }

    .orange-bar .etiqueta {
        background: white;
        color: #696969;
        margin-left: 20px;
    }
    /*- - - - - - SECCION 3 - - - - - */
    #SECCION3 {
        /* color: white; */
        max-width: 1200px;
        margin: auto;
    }

        #SECCION3 .row {
            padding: 70px 40px;
        }

        #SECCION3 .fila-items {
            margin-top: 30px;
            max-width: 600px;
            margin: auto;
            margin-top: 10px;
        }

    .solo-destacado {
        padding-top: 30px
    }

        .solo-destacado h5 {
            border-bottom: 2px solid #6cb1cc;
            padding-bottom: 10px;
        }

        .solo-destacado p {
            font-weight: 300;
        }

            .solo-destacado p strong {
                font-weight: 700;
            }

    .destacado-tiempo {
        padding-top: 164px;
        background-image: url(../pics/tiempo.svg);
        background-repeat: no-repeat;
        background-position: top left;
        font-weight: 200;
        background-size: 147px 147px;
        margin-left: 10%;
        font-size: 20px;
        line-height: 120%;
        padding-left: 10px;
    }

        .destacado-tiempo strong {
            font-weight: 700;
        }

    /*- - - - - - SECCION 4 - - - - - */
    #SECCION4,
    #SECCION44 {
        background-color: #57b4b0 /*color-landing; */;
        color: white;
        padding: 60px 0 20px;
        font-size: 13px;
    }

    #SECCION44 {
        background-color: #ed8b00 /*color-landing; */;
    }

        #SECCION4 p,
        #SECCION44 p {
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
            font-size: 18px;
        }

        #SECCION4 .pinky,
        #SECCION4 .white,
        #SECCION44 .pinky,
        #SECCION44 .white {
            display: inline-block;
            margin: 0 2% 20px;
            width: 100%;
            max-width: 400px;
            height: 60px;
            background-color: #fc2c64;
            border-color: #fc2c64;
            border-radius: 10px;
            padding: 15px;
            font-family: 'Raleway', sans-serif;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            vertical-align: top;
        }

            #SECCION4 .pinky:hover,
            #SECCION4 .pinky:active,
            #SECCION4 .pinky:focus,
            #SECCION44 .pinky:hover,
            #SECCION44 .pinky:active,
            #SECCION44 .pinky:focus {
                color: #fff;
                background-color: #bb3f5f;
                border-color: #bb3f5f;
            }

        #SECCION4 .white,
        #SECCION44 .white {
            color: #54555a;
            background-color: white;
            border: 1px solid #dddddd;
            letter-spacing: 1px;
            text-transform: none;
            font-family: 'Open Sans', sans-serif;
            font-size: 17px;
            font-weight: 600;
            line-height: 100%;
        }

    .duobuttons {
        margin: 20px 0
    }
    /*- - - - - - SECCION 4 - - - - - */
    #SECCION5 {
        font-size: 11px;
        color: #54555a;
        background-color: #F4F4F4;
        padding: 50px 0;
    }

    .table {
        color: #5d5c5d;
    }

        .table td, .table th {
            border: none;
            padding: 6px 10px
        }

    #SECCION5 a {
        color: black;
        text-decoration: underline;
    }

    /*- - - - - - MODAL - - - - - */
    .modal-header {
        padding: 30px 60px;
    }

    .modal-body {
        padding: 30px 60px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 180%
    }

        .modal-body table p {
            margin-top: 0;
            margin-bottom: 0;
        }

        .modal-body .fuerte {
            font-weight: bold;
        }

        .modal-body a {
            color: black;
            text-decoration: underline;
        }

    .modal-header .close {
        background: black;
        width: 48px;
        height: 48px;
        padding: 0;
        border-radius: 30px;
        opacity: 1;
        color: white;
        text-shadow: none;
        cursor: pointer;
        position: absolute;
        right: 28px;
    }

    h5.modal-title {
        padding-right: 55px;
    }

    .close:not(:disabled):not(.disabled):focus,
    .close:not(:disabled):not(.disabled):hover {
        background: #ff8c00;
        opacity: 1
    }

    #floatfooter {
        background: #333333;
        position: fixed;
        bottom: 0;
        border: none;
        padding: 0;
        margin: 0;
        display: none;
        z-index: 3;
    }

        #floatfooter a {
            width: 50%;
            background-color: dimgrey;
            text-align: center;
            border: none;
            margin: 0;
            display: inline-block;
        }

            #floatfooter a:hover,
            #floatfooter a:focus,
            #floatfooter a:active {
                color: white;
                text-decoration: none;
            }

        #floatfooter .boxpink {
            DISPLAY: INLINE-BLOCK;
            MARGIN-LEFT: -7PX;
        }

    .boxblack,
    .boxpink {
        padding: 12px 0;
        vertical-align: middle;
        letter-spacing: 2px;
        color: white;
        font-size: 16px
    }

    .boxpink {
        background-color: #fc2c64;
    }

    .solomovil {
        display: none;
    }




    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


    /* Asegurados */
    .asegurados {
        /* background-color: white; */
        min-height: 200px;
        padding: 20px 20px 0;
        margin: 20px auto 0;
        color: #5d5d5d;
        max-width: 1200px;
    }

    .asegurados__titulo {
        font-family: Raleway, sans-serif;
        font-weight: normal;
        text-align: center;
        font-size: 26px;
        margin: 10px;
    }

        .asegurados__titulo span {
            font-weight: bold;
            color: #00b0d8;
        }

    .asegurados__subtitulo {
        margin: 10px;
        font-family: Raleway, sans-serif;
        font-weight: normal;
        text-align: center;
        font-size: 22px;
    }

        .asegurados__subtitulo strong {
            color: #00b0d8;
        }

    .asegurado .tr {
        text-align: right;
    }

    .asegurado {
        padding: 0 px;
        margin: 20px 0 40px;
        box-shadow: 0px 13px 30px 0 rgba(50, 50, 50, 0.1);
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        top: 20px;
        background: white;
    }

    .asegurado__imagen {
        flex-basis: 40%;
        margin-right: 60px;
    }

        .asegurado__imagen img {
            width: 100%
        }

    .asegurado__imagen--reverse {
        margin-right: 0;
        margin-left: 60px;
    }

    .asegurado__datos {
        padding: 30px 4% 30px 1%;
        flex-basis: 60%;
    }

    .asegurado2 .asegurado__datos {
        padding: 30px 1% 30px 4%;
        flex-basis: 60%;
    }

    .asegurado__datos__titulo {
        margin: 0;
        font-size: 18px;
    }

    .asegurado__datos__subtitulo {
        margin: 0;
        color: #00b0d8;
        font-size: 14px;
    }

    .asegurado__datos__quote {
        margin: 10px 0 0 0;
        font-size: 20px;
        position: relative;
        padding-right: 40px;
    }

        .asegurado__datos__quote h4 {
            font-weight: normal;
        }

    .asegurado__datos__quote--reverse {
        padding-right: 0;
        padding-left: 40px;
    }

    .asegurado__datos__quote span {
        font-weight: bold;
    }

    .asegurado__datos__quote img {
        position: absolute;
    }

        .asegurado__datos__quote img:first-of-type {
            left: -40px;
        }

        .asegurado__datos__quote img:last-of-type {
            right: 0;
            bottom: -10px;
            transform: rotate(180deg);
        }

    .asegurado__datos__quote--reverse img:first-of-type {
        left: 20px;
        top: -5px;
    }

    .asegurado__datos__quote--reverse img:last-of-type {
        right: -45px;
        bottom: -10px;
        transform: rotate(180deg);
    }

    /* InformaciÃ³n */
    .informacion {
        background-color: white;
        min-height: 200px;
        padding: 20px;
        margin: 20px 20px 20px 20px;
        color: #5d5d5d;
    }

    .informacion__titulo {
        text-align: center;
        font-size: 28px;
        margin-bottom: 40px;
    }

        .informacion__titulo br {
            display: none;
        }

        .informacion__titulo span {
            background-color: #00afda;
            color: white;
            padding: 5px;
        }

    .tabla tr th:first-of-type {
        text-align: left;
    }

    .tabla th h3 {
        font-size: 21px;
        margin: 0;
        color: #00b0d8;
    }

    .tabla th {
        color: #555559;
        font-size: 12px;
        font-weight: normal;
        padding: 10px;
    }

        .tabla th h4 {
            font-size: 12px;
            margin: 0;
            color: #00b0d8;
        }

    .tabla td {
        text-align: center;
        padding: 10px;
        color: #555559;
    }

        .tabla td:first-of-type {
            text-align: left;
        }

        .tabla td h5 {
            font-weight: normal;
            margin: 0;
            font-size: 14px;
        }

    .tabla tr:last-of-type td:first-of-type,
    .tabla tr:last-of-type td:last-of-type {
        border-bottom: none;
    }

    .tabla .border-naranja th {
        border-bottom: 3px solid #F38A00;
    }

    /* información protección datos */
    .parrafo-proteccion {
        font-size: 18px;
    }

    /* Tabla mÃ³vil */
    .selector {
        display: none;
    }

    #selector-movil {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        vertical-align: top;
        height: 3rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        border: 1px solid transparent;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
        padding-right: 1.7rem;
        min-width: 4rem;
        width: 100%;
        background-color: #E0E3E8;
        background-image: url('../img/donw-arrow.png');
        background-repeat: no-repeat;
        background-position: 98% center;
    }

        #selector-movil::-ms-expand {
            display: none;
        }

    #seguro-1, #seguro-2, #seguro-3 {
        display: none;
    }

    .tabla-movil th {
        color: #555559;
        font-size: 12px;
        font-weight: normal;
        padding: 12px;
        border-bottom: 3px solid #00b0d8;
    }

        .tabla-movil th h4 {
            font-size: 16px;
            color: #00b0d8;
            margin: 10px;
        }

    .tabla-movil td {
        border-bottom: 1px solid #cccccc;
        color: #555559;
    }

    .tabla-movil tr:last-of-type td {
        border-bottom: none;
    }

    .tabla-movil td h5 {
        font-weight: normal;
        margin: 10px;
    }

    /* Ventajas */
    .ventajas_wrapper {
        background-color: white;
        padding: 20px;
        margin: 44px 20px 20px 20px;
        color: #5d5d5d;
    }

    .ventajas__titulo {
        text-align: center;
        font-size: 28px;
        margin-bottom: 50px;
    }

        .ventajas__titulo .spanblue {
            background-color: #00afda;
            color: white;
            padding: 5px;
        }

    .ventajas {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 50px;
    }

    .ventaja {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 30%;
    }

    .ventaja__texto {
        font-size: 14px;
        margin-left: 10px;
        font-weight: normal;
    }

    .ventaja svg {
        width: 60px;
        height: auto;
        min-width: 60px;
    }

    .st0 {
        fill: #EF7E04;
    }


    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    footer {
        padding: 30px;
        display: block;
        float: left;
        width: 100%;
    }

        footer a {
            display: inline-block;
            padding: 6px 20px;
            color: #585858;
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none
        }

            footer a:hover {
                color: #585858;
                text-decoration: underline;
            }



    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    @media screen and (max-width: 1300px) {

        #SECCION1 {
            left: -25%;
        }
    }

    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    @media screen and (max-width: 1200px) {

        #SECCION1 {
            left: 0;
        }

        #SECCION1BANNER .jumbo-imagen {
            background-size: 540px;
            background-position: bottom right 0;
        }

        #SECCION1 {
            position: relative;
            top: 0;
            right: 0;
            width: auto;
            background: #fff;
            margin-top: -30px;
            padding: 50px 60px;
            width: 100%;
            max-width: 100%;
        }


        header.container,
        #SECCION1BANNER .container {
            max-width: 100%;
        }

        #SECCION1 .row {
            max-width: 960px;
            margin: auto;
            /*padding: 0 20px*/
            padding: 0;
        }

        #SECCION1 h2 br {
            display: none;
        }

        #SECCION1 .pinky,
        #SECCION1 .white {
            width: 100%;
            margin-right: 0;
            display: inline-block;
            margin-top: 0px;
            margin-bottom: 10px;
            vertical-align: top;
            min-height: 57px;
        }

        #SECCION2 {
            padding-top: 34px;
        }

            #SECCION2 .col-6 {
                width: 100%;
                max-width: 100%;
                flex: auto;
            }

        #SECCION3 .row {
            padding: 70px 0px 10px;
        }

        #SECCION3 .col-9,
        #SECCION3 .col-3 {
            width: 100%;
            max-width: 100%;
            flex: auto;
        }

        .destacado-tiempo {
            background-position: top center;
            margin-left: 0;
            padding-left: 0;
        }

            .destacado-tiempo p {
                text-align: center;
            }

        #SECCION1 .duobuttons1 {
            width: 100%;
            text-align: center;
        }

        #SECCION1 .pinky,
        #SECCION1 .white {
            display: inline-block;
            border-radius: 0;
            width: 100%;
            padding: 15px;
            max-width: 100%;
            vertical-align: top;
            margin: 0 0 10px;
        }

        #SECCION1 .row,
        #SECCION4 .row {
            max-width: 100%;
            max-width: 700px;
            margin: auto;
        }
    }
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    @media screen and (max-width: 1100px) {

        #SECCION1BANNER .jumbo-imagen {
            background-size: 540px;
            background-position: bottom right 20%;
            padding-bottom: 0px;
        }

        .jumbofloat {
            width: 370px;
            left: 0;
            margin-left: 0;
        }



        #SECCION4 .pinky, #SECCION4 .white {
            max-width: 100%;
            margin: 0 0 10px;
        }

        header .headerlogo2 {
            display: none;
        }


        header .col-12 {
            text-align: center;
        }




        .hero {
            padding: 40px 0 0px;
            background-size: auto 100%;
            background-position: center;
        }

            .hero h1 {
                padding: 2px 6px;
                font-size: 39px;
                line-height: 120%;
            }

                .hero h1 br {
                    display: none;
                }

            .hero h1,
            .hero .label-product,
            .hero .price {
                margin-left: 30px;
            }

                .hero .price img {
                    width: 50%;
                }

        .modal-dialog {
            max-width: 90%;
            margin: 1.75rem auto;
        }

        .solomovil {
            display: block;
        }


        #SECCION1 .divina-form-col-1 {
            width: 100%;
        }

        #SECCION1 {
            /*max-width: 570px;*/
            padding-bottom: 0;
            margin: 0 auto;
            height: auto;
            padding: 20px 0;
            border: none;
            box-shadow: none;
        }

        #wrap-especialistas .container {
            width: 90%;
        }

        .servicio1-duo-2 {
            font-size: 16px;
            line-height: 100%;
            padding-top: 26px;
            padding-left: 70px;
        }

        .servicio1-duo-3 {
            padding-top: 18px;
        }

            .servicio1-duo-3 span {
                font-size: 15px;
            }

        #SECCION-SEGURO-ACCIDENTES .row.mt-4 {
            width: 90%;
            max-width: 980px;
            margin: auto;
        }

        .solo-accidente {
            background-position: top left 0px;
            min-height: 110px;
            padding-left: 2px;
            background-size: 90px;
        }

        .divina-listado-check {
            width: 90%;
            max-width: 980px;
            margin: auto;
        }
    }

    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    @media screen and (max-width: 980px) {

        .telduo {
            display: none;
        }

        header .row {
            justify-content: center;
        }

        header {
            padding: 20px 0;
        }



        .hero .label-product {
            text-align: center;
        }

            .hero .label-product img {
                width: 70%;
            }

        #SECCION1BANNER .jumbo-imagen {
            background-size: 540px;
            background-position: bottom center;
            padding-bottom: 80px;
        }

        .jumbofloat {
            max-width: 320px;
            width: 100%;
            left: 0;
            margin-left: 0;
            text-align: center;
            margin: auto;
            margin-top: 20px;
        }

        #SECCION1 .row {
            max-width: 720px;
        }

        #SECCION1 .duobuttons1 {
            width: 100%;
            text-align: center;
        }

        #SECCION1 .pinky,
        #SECCION1 .white {
            display: inline-block;
            border-radius: 0;
            width: 100%;
            padding: 15px;
            max-width: 100%;
            vertical-align: top;
            margin: 0 0 10px;
        }

        #SECCION3 .row {
            padding: 70px 5%;
        }

        #SECCION4 .pinky, #SECCION4 .white {
            max-width: 100%;
            margin: 0 0 10px;
            height: auto;
        }

        header .headerlogo2 {
            display: none;
        }

        header.container,
        #SECCION1BANNER .container {
            max-width: 100%;
        }

        header .col-4 {
            position: absolute;
            top: 30px;
            right: 5%;
            width: 400px;
            flex: auto;
            max-width: 400px;
        }

        .hero {
            padding: 20px 0 30px;
        }

        .modal-dialog {
            max-width: 90%;
            margin: 1.75rem auto;
        }

        .solomovil {
            display: block;
        }

        .asegurado {
            DISPLAY: BLOCK;
        }

        .asegurado__imagen {
            display: none;
        }

        .asegurado__datos {
            padding: 30px 20px 30px 50px;
            padding: 10px 0px 10px 30px;
            flex-basis: 60%;
        }

        .asegurado2 .asegurado__datos {
            padding: 30px 20px 30px 50px;
            padding: 10px 0px 10px 30px;
            flex-basis: 60%;
        }

        .asegurado .tr {
            text-align: left;
        }

        .asegurado__datos__quote--reverse img:first-of-type {
            left: -40px;
            top: 5px;
        }

        .asegurado__datos__quote--reverse {
            padding-right: 0;
            padding-left: 0;
            padding-right: 40px;
        }

            .asegurado__datos__quote--reverse img:last-of-type {
                right: 10px;
                bottom: -10px;
                transform: rotate(180deg);
            }

        #SECCION2 {
            margin-bottom: 0;
            padding-bottom: 1px;
        }

        .informacion__titulo {
            line-height: 160%;
        }

            .informacion__titulo br {
                display: block;
            }

        .ventajas__titulo {
            line-height: 140%;
            margin-bottom: 30px;
        }

        .asegurado {
            box-shadow: none;
            border: 2px dashed #00b0d8;
            padding: 20px;
        }

        .tabla {
            display: none;
        }

        .tabla-movil {
            width: 100%;
        }

        .selector {
            display: block;
        }

        #seguro-1 {
            display: block;
        }

        #selector-movil {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            position: relative;
            display: inline-flex;
            justify-content: flex-start;
            align-items: center;
            vertical-align: top;
            height: 3rem;
            padding: .375rem .75rem;
            line-height: 1.5;
            border: 1px solid transparent;
            box-shadow: none;
            border-radius: 0;
            border-bottom: 1px solid #ccc;
            padding-right: 1.7rem;
            min-width: 4rem;
            width: 100%;
            background-color: #E0E3E8;
            background-image: url(../img/donw-arrow.png);
            background-repeat: no-repeat;
            background-position: 98% center;
        }

        .ventajas {
            display: block;
            background: #eaeaea;
            padding: 15px 20px 10px;
        }

        .ventaja {
            margin: 10px 0;
        }

        .ventajas__titulo span {
            display: block;
        }

        .ventajas__titulo .spanblue {
            display: inline-block;
        }

        .col-5 {
            width: 50%;
            max-width: 50%;
            margin: auto;
        }

        .servicio3 span {
            display: block;
            padding-left: 0%;
        }




        #SECCION1BANNER {
            background: #f6f6f6;
            overflow: hidden;
        }

        .solo-servicio {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .solo-servicio-texto {
            background-position: center top;
            padding-left: 0;
            padding-top: 80px;
            text-align: center;
            font-size: 17px;
            line-height: 100%;
        }

        #SECCION1BANNER .jumbo-imagen-float {
            margin: 0;
            left: 0;
            width: 100%;
            background-size: 640px;
            position: absolute;
            bottom: 0;
            left: 0;
            max-width: 100%;
            top: 0;
            background-position: -50px 270PX;
            left: 50%;
            margin-left: -180px;
        }

        #SECCION1BANNER .container {
            padding: 0;
        }

        #SECCION-SEGURO-ACCIDENTES .solo-servicio-texto {
        }

        .solo-accidente {
            padding-left: 0;
            background-position: center top;
            padding-top: 41px;
            padding: 20px 5% 0;
            background-size: 90px;
        }

        #SECCION-SEGURO-ACCIDENTES .divina-listado-check {
            padding: 0 5%
        }

            #SECCION-SEGURO-ACCIDENTES .divina-listado-check .col-md-6 {
                padding-bottom: 30px;
            }

        #SECCION-SEGURO-ESPECIALISTAS .row {
            display: flex;
            width: 100%;
            max-width: 100%;
            margin: auto;
        }

        .divina-listado-check ul li {
            font-size: 17px;
        }

        .divina-listado-check ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #SECCION-SEGURO-ACCIDENTES .divina-listado-check {
            padding: 0;
        }

        .servicio1-duo {
            display: block;
        }

        .servicio1-duo-1 {
            position: relative;
            left: 0;
            margin-left: 0;
            margin-left: 2%;
        }

        .servicio1-duo-2 {
            padding-top: 23px;
            width: 83%;
            margin-left: -60px;
            padding-left: 50px;
        }

        .servicio1-duo-3 {
            padding-top: 9px;
            width: 94%;
            margin-left: 0;
            padding-left: 50px;
            text-align: left;
            margin-top: 12px;
            padding-right: 10px;
            margin-left: 2%;
        }

        #boton-acordeon.boton-menos, #boton-acordeon-accidentes.boton-menos {
            background-position: -61px 0;
            display: none;
        }
    }

    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

    @media screen and (max-width: 768px) {

        .container {
            padding-right: 0;
            padding-left: 0;
        }

        .row {
            margin: 0;
            display: block;
        }

        .col-5 {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 auto 20px;
        }

        header {
            padding: 25px 0 15px;
        }

        #SECCION1 {
            padding: 20px 5%;
        }

            #SECCION1 h3 {
                font-size: 22px;
            }

        .hero {
            padding: 0 0 20px 0;
            background: none;
        }

            .hero .col-lg-5, .hero .col-md-5, .hero .col-sm-12 {
                padding: 0;
            }

            .hero .hero-texts {
                background-color: transparent;
                background-image: url(../pics/familia-mobile.jpg);
                background-size: auto 100%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .hero .label-product {
                margin: 0;
                padding: 5px 30px;
            }

            .hero h1 {
                width: 100%;
                margin-left: 0;
                padding: 20px 0 0 0;
                background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
                font-size: 30px;
                line-height: 30px;
                text-align: center;
            }

                .hero h1 br {
                    display: none;
                }

        .hero-texts br{line-height:0;}

        .hero .price {
            text-align: right;
            margin: 40px 10px 20px auto;
        }

                .hero .price img {
                    width: 50%;
                }


        .form-container {
            padding: 20px;
            margin: 20px;
            border-radius: 0% 5% 0 5%;
        }

        .salud-especialistas {
            width: 300px;
            text-align: left;
            line-height: 90%;
            font-size: 25px;
            line-height: 40px;
            vertical-align: revert;
            padding: 10px 0 10px 47px;
        }

        #SECCION-SEGURO-ESPECIALISTAS, #SECCION-SEGURO-ACCIDENTES {
            margin-bottom: 30px;
        }

        #wrap-especialistas-boton .boton-acordeon-texto, #wrap-accidentes-boton .boton-acordeon-texto {
            font-size: 16px;
        }

        #wrap-especialistas-boton p, #wrap-accidentes-boton p {
            max-width: 180px;
            line-height: 100%;
            font-weight: 700;
        }

        .boton.white span {
            display: inline-block;
        }

        .bg-ligthgray {
            padding: 20px;
        }

        .bg-ligthgray-container {
            margin: 0px;
        }


        footer {
            padding-bottom: 70px;
            padding: 30px 2% 80px 2%;
        }


        .ENTRADILLA {
            font-size: 22px;
            padding: 20px 0;
        }

        #SECCION4, #SECCION44 {
            background-color: #57b4b0;
            color: white;
            padding: 20px 0;
            font-size: 12px;
        }





        .telsolo span {
            display: inline;
        }

        .table td, .table th {
            display: block;
        }

        header .col-4 {
            display: none;
        }

        header .col-8 {
            width: 100%;
            max-width: 100%;
            flex: auto;
            text-align: center;
        }


        #SECCION5 {
            padding: 20px 0;
        }

            #SECCION5 .container {
                margin: 20px 0;
            }


        #floatfooter {
            display: block;
        }

        .modal-header,
        .modal-body {
            padding: 30px 5%;
        }





        #SECCION99 {
            padding: 0;
            margin: 0;
        }

            #SECCION99 .info-float {
                display: block;
            }
    }





    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    #VENTANA {
        background-color: #f5f5f5;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .overlay-blanco {
        width: 800px;
        height: 600px;
        background-color: white;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        overflow: auto;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        padding: 100px 5% 0;
        -webkit-box-shadow: 10px 10px 71px -1px rgba(0,0,0,0.15);
        -moz-box-shadow: 10px 10px 71px -1px rgba(0,0,0,0.15);
        box-shadow: 10px 10px 71px -1px rgba(0,0,0,0.15);
        text-align: center;
    }

    .BOXventana .LOGOventana {
        width: 230px;
        height: 54px;
        float: left;
        vertical-align: middle;
        margin-top: 30px
    }

    .LOGOderecha {
        width: 100px;
        height: 100px;
        float: right;
    }

    .BOXventana {
        background: white;
        float: left;
        width: 100%;
        vertical-align: middle;
    }

    #VENTANA h1 {
        background: #ff8b00;
        padding: 20px;
        display: block;
        float: left;
        width: 100%;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        color: white;
        letter-spacing: 1;
        text-rendering: optimizeLegibility;
        font-size: 40px
    }

    #VENTANA .error h1 {
        background: #4d4d4c;
    }

    #VENTANA p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 14px
    }

    #VENTANA a {
    }

    #VENTANA .BOXfacebook,
    #VENTANA .BOXerror {
        margin-top: 20px;
        background-color: #136dbb;
        padding: 20px 30px;
        padding-left: 80px;
        float: none;
        display: inline-block;
        color: white;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        text-decoration: none;
        background-image: url(../pics/alert-facebook.png);
        background-repeat: no-repeat;
        background-position: 20px 10px;
        background-size: 40px;
    }

        #VENTANA .BOXfacebook:hover {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            opacity: 0.7;
        }

    #VENTANA .BOXerror {
        background: #ff8b00;
        background-image: url(../pics/alert-reload.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 20px 10px;
        padding-left: 60px;
    }

        #VENTANA .BOXerror:hover {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            opacity: 0.7;
        }

    @media screen and (max-width: 768px) {
        .overlay-blanco {
            width: 100%;
            height: inherit;
            box-shadow: none;
            border-radius: 0px;
            padding: 2vh 5% 0;
        }

        .izquierda,
        .derecha {
            width: 100%;
            text-align: center
        }

        .BOXventana .LOGOventana {
            float: none;
        }

        .izquierda img,
        .derecha img {
            float: none;
            margin: 10px
        }

        #VENTANA h1 {
            font-size: 36px;
        }
    }
