@font-face {
    font-family: "FontAwesome6Pro-Solid";
    font-weight: 900;
    src: url("fonts/Font Awesome 6 Pro-Solid-900.otf") format("opentype");
}

@font-face {
    font-family: "FontAwesome6Pro-Light";
    font-weight: 300;
    src: url("fonts/Font Awesome 6 Pro-Light-300.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNowText-Regular";
    font-weight: 400;
    src: url("fonts/Monotype - Helvetica Now Text.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNowDisplay-Regular";
    font-weight: 400;
    src: url("fonts/Monotype  - Helvetica Now Display.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNowDisplay-Bd";
    font-weight: 700;
    src: url("fonts/Monotype - Helvetica Now Display Bold.otf") format("opentype");
}

@font-face {
    font-family: "FontAwesome6Brands-Regular";
    font-weight: 1 1000;
    src: url("fonts/Font Awesome 6 Brands-Regular-400.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNowText-Bold";
    font-weight: 700;
    src: url("fonts/Monotype - Helvetica Now Text Bold.otf") format("opentype");
}

@font-face {
    font-family: "HelveticaNowDisplay-Lt";
    font-weight: 200;
    src: url("fonts/Monotype  - Helvetica Now Display Light.otf") format("opentype");
}



body {
    margin: 0;
    background-color: #eef6f7;
}


    body#emailcomprobante {
        background-color: #ffffff !important;
        font-family: "Tahoma" !important;
    }

    body#enviomailpasos_cotizador {
        background-color: #ffffff !important;
        font-family: "Tahoma" !important;
    }




/****************************************************GENERAL****************************************************/
.container {
    position: relative;
    width: 100%;
    margin-top: 5%;
}

/* pie nuevo  */
.piecont {
    color: #007585;
    font-size: 16px;
    font-family: "HelveticaNowText-Regular";
    font-weight: 100;
    text-align: center;
    

}


.piecont-row {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 2% 2% 3%;
}


.footercol {
    vertical-align: top;
    width: 30%;
    display: inline-block;
    padding: 10px;
    text-align: left;
    position:relative;
}

#footercol1>div{
    margin-bottom:1em;
}

.footercol a {
    text-decoration: none !important;
    display: inline-block;
}
.copyRtx {
    color: #46535e;
}


#footercol2 a {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.aguion {
  /*  position: absolute;*/
    font-family: awb-icons;
    content: "\f105";
    margin-left: -12px;

}

.pietitbk  {
    color: #000000;
    margin-bottom:20px;
    font-weight:600;
}


.pieredes {
    font-size: 24px;
    color: #007585;
    max-width:400px;
}
/* pie nuevo fin */


.row {
    width: 36%;
    float: left;
}

.row1 {
    width: 28%;
    float: left;
}

.row2 {
    width: 43%;
    float: left;
}


body {
    overflow-x: hidden;
}

.hidden {
    display: none;
}

/****************bot�n***************/
 button {
    cursor: pointer;
}

/*****************IMG-PAG1*****************/
#column_3 .fondo_1 {
    width: 407px;
    height: 488px;
    margin-top: 40%;
    margin-left: 60%;
    background: url(../Cotizador/images/fondo.svg);
    display:none;
}

/*****************IMG-PAG12****************/
#column_1 .fondo_2 {
    margin-top: 55%;
    margin-left: 25%;
}

/****************************************************HEADER****************************************************/
header {
    height: 56px;
    opacity: 1;
    background-color: rgba(255,255,255, 1);
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid rgba(0,117,133, 1);
}

    header #contacto {
        width: 300px;
        height: 44px;
        float: right;
        border-radius: 0px 0px 4px 4px;
        opacity: 1;
        background-color: rgba(0,117,133, 1);
        align-items: center;
        display: flex;
        justify-content: center;
        margin-right: 10%;
    }

        header #contacto span {
            opacity: 1;
            color: rgba(229,239,240,1);
            font-family: "HelveticaNowText-Bold";
            font-size: 14px;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 0px;
            text-align: left;
            line-height: 18px;
            margin-right: 6px;
        }

        header #contacto a {
            opacity: 1;
            color: rgba(229,239,240,1);
            font-family: "HelveticaNowText-Regular";
            font-size: 14px;
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0px;
            text-align: left;
            line-height: 18px;
            text-decoration: underline;
        }

    header #logo img {
        opacity: 1;
        /*width: 180px;*/
        width: 100px;      
        padding-left: 15px;
        padding-top: 5px;
    }
    /******MOVIL******/

    header #movilMenu {
        display: none;
        padding-top: 20px;
        margin-left: 85%;
        color: rgba(0,117,133, 1);
    }

/*******************NUEVA PAG PRIMASPASOS COLOR DEL FIELDSET SELECCIONADO *************************/
.fieldsetselecc {
    border: 2px solid rgb(0, 117, 133) !important;
}

.prodinfo-lk {
    font-size: 16px;
    font-family: HelveticaNowDisplay-Lt;
    font-weight: 500;
}


.detalles>a {
    text-decoration: none !important;
}

/********************FORMULARIO CONTACTO********************/

#fieldContacto {
    width: 380px;
    /*height: 768px;*/
    height: fit-content;
    margin-left: calc(50% - 220px);
    padding-bottom: 40px;
}

    #fieldContacto .controls-input, #fieldContacto .controls-input-area {
        width: 316px;
    }

    #fieldContacto button {
        width: 350px;
        height: 44px;
        margin-left: 3%;
        background: #007585;
    }

#titleContact i {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    color: #007585;
}

#titleContact p {
    font-family: "HelveticaNowText-Bold";
    font-size: 24px;
    color: #262836;
    letter-spacing: 0;
    line-height: 32px;
    margin-left: 4%;
}

.modal {
    background-color: rgba(0,0,0,.8);
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    padding-top: 100px;
    padding-bottom: 975px;
}

.modalview {
    background-color: rgba(0,0,0,.8);
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transition: all 1s;
    padding-top: 100px;
    padding-bottom: 975px;
}

#modalContact:target {
    opacity: 1;
    pointer-events: auto;
}

.modalLoad {
    background-color: rgba(0,0,0,.8);
    position: relative;
    opacity: 1;
    pointer-events: none;
    transition: all 1s;
    padding-top: 100px;
    padding-bottom: 975px;
}

    .modalLoad .cargaModal {
        margin-left: 28%;
    }




/********************MODAL CARGA********************/
/*correcion para el texto de los checks para que no pase por debajo del checkbox*/
.texto-check-contacto-corr {
    display: inline-block;
    width: 80%;
}

.cargaModal {
    width: 589px;
    height: 298px;
    background: #FFFFFF;
    border: 1px solid #CDDBDE;
    box-shadow: 0 2px 4px 0 rgba(70,83,94,0.25);
    border-radius: 8px;
    font-family: "HelveticaNowText-Regular";
    font-size: 24px;
    color: #262836;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    margin-left: 60%;
}

    .cargaModal img {
        margin-top: 4%;
        margin-bottom: 4%;
    }


/****************************************************CONTENIDO****************************************************/

/********************COLUMNA1********************/

.pasos {
    position: static;
    margin-left: calc(100% - 87%)
}

.pasos-progreso .num {
    border: 2px solid rgba(0,117,133, 1);
    background-color: rgba(255,255,255, 1);
    position: relative;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: rgba(0,117,133,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 18px;
    float: left;
}

.pasos-progreso .num_title {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 18px;
    padding-left: 35px;
    padding-top: 2px;
}

.pasos-list .num {
    border: 1px solid rgba(93,109,120, 1);
    opacity: 1;
    background-color: rgba(255,255,255, 1);
    color: rgba(93,109,120,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 18px;
    text-align: center;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
}

.pasos-list .num_title {
    opacity: 1;
    color: rgba(93,109,120,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 18px;
    padding-left: 35px;
    padding-top: 2px;
}

.pasos-end .num {
    opacity: 1;
    background-color: #007585;
    text-align: center;
    line-height: 18px;
    border-radius: 30px;
    width: 22px;
    height: 22px;
    color: rgba(255,255,255, 1);
    position: relative;
    float: left;
}

.pasos-end .num_title a {
    opacity: 1;
    color: #007585;
    font-family: "HelveticaNowText-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 18px;
    padding-left: 10px;
    padding-top: 4px;
}

.pasos-end .num i {
    vertical-align: middle;
}

.pasos li {
    list-style: none;
}

.pasos-progreso::after, .pasos-list::after {
    content: '';
    border: 2px dashed rgba(93,109,120, 1);
    opacity: 1;
    height: 40px;
    width: 0px;
    display: block;
    margin-left: 9px;
}

.pasos-end::after {
    content: '';
    border: 2px solid #007585;
    opacity: 1;
    height: 40px;
    width: 0px;
    display: block;
    margin-left: 9px;
}

.pasos-list:last-child:after {
    display: none;
}

/****MENUMOVIL***/

#movil {
    display: none;
}

#column_1 #movil {
    margin-left: 6%;
    margin-bottom: 13%;
}

.hr-pasos {
    border: 2px dashed rgba(93,109,120, 1);
    opacity: 1;
    height: 0px;
    width: 17%;
}

.hr-pasos-end {
    border: 2px solid #007585;
    opacity: 1;
    width: 17%;
}

#column_1 #movil hr {
    margin-left: 2px;
    float: left;
}

#movil-title {
    margin-bottom: 10%;
    position: static;
}

    #movil-title span {
        font-family: "HelveticaNowText-Bold";
        font-size: 16px;
        color: #5D6D78;
        line-height: 20px;
        white-space: pre;
    }

    #movil-title #iconDownUp {
        color: rgba(0,117,133, 1);
        float: right;
        margin-top: -5%;
        margin-right: 6%;
        display: block;
    }


/********************COLUMNA2********************/

#column_2 #title_1 {
    font-family: "HelveticaNowText-Bold";
    font-size: 18px;
    color: #5D6D78;
    letter-spacing: 0;
    line-height: 20px;
}

#column_2 #title_2 {
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    white-space: pre;
    line-height: 50px;
    margin-top: 3%;
    margin-bottom: 3%;
    /*corrige texto demasiado largo*/
    white-space: normal;
}

#column_2 #title_2_b {
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    white-space: pre;
    line-height: 50px;
    margin-top: 3%;
    margin-bottom: 3%;
}

#column_2 #title_3 {
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowDisplay-Lt";
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 27px;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: left;
}

#column_2 #title_4 a, #column_2 #atras a, #column_3 #atras a {
    display: none;
}

#column_2 #title_4 a, #column_2 #atras a, #column_3 #atras a {
    opacity: 1;
    color: #007585;
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    text-decoration: underline;
    margin-left: 6%;
    margin-top: 4%;
    margin-bottom: 8%;
}

#column_2 #atras a, #column_3 #atras a {
    margin-left: 43%;
}

fieldset {
    border: none;
    background-color: #ffff;
    border-radius: 12px;
    box-shadow: 0px 0px 6px #c0c0c080;
    padding-bottom: 40px;
    max-width: 550px;
    margin-bottom: 20px;
}

    span#primaDifText {
        color: rgba(70, 83, 94, 1);
        font-family: "HelveticaNowText-Regular";
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
    }

    .hr-form {
        margin-top: 35px;
        color: #007585;
        width: 91%;
        margin-left: 10px;
    }

.hr-form-4 {
    margin-top: 35px;
    margin-bottom: 35px;
    color: #007585;
    width: 91%;
    margin-left: 10px;
}


.control-group {
    margin-top: 5%;
    margin-left: 3%;
}

.tipoPagina3 .control-group {
    margin-left: 0%;
    margin-bottom: 6%;
}

.control-line {
    float: left;
    margin-top: 5%;
    margin-left: 3%;
    margin-right: 1%;
}

.control-group-select {
    margin-top: 5%;
    margin-left: 3%;
}

    .control-group-select .controls {
        margin-top: 3%;
        margin-left: 1%;
    }

.control-group span {
    opacity: 1;
    color: rgba(93,109,120,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 20px;
    margin-left: 5px;
}

.controls-line div {
    display: inline-block;
}

    .controls-line div span {
        margin-left: 3px;
    }

.control-label {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
    margin-left: 5px;
}

.controls .controls-input {
    background-color: transparent;
    height: 44px;
    left: 32px;
    width: 250px;
    border-radius: 4px;
    border: 1px solid rgba(70,83,94, 1);
    opacity: 1;
    margin-top: 2%;
    color: #46535E;
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 10px;
    margin-left: 5px;
    padding-left: 20px;
    transition: 0.2s;
}

.controls .controls-input-area {
    background-color: transparent;
    height: 156px;
    width: 92%;
    border-radius: 4px;
    border: 1px solid rgba(70,83,94, 1);
    opacity: 1;
    margin-top: 1%;
    color: #46535E;
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 20px;
    margin-left: 4px;
    margin-right: 8%;
    margin-top: 2%;
    padding-left: 10px;
    padding-top: 10px;
}

span #calendar {
    color: #007585;
    margin-left: 13%;
    margin-top: -1.5%;
    position: absolute;
}

.error {
    width: 275px;
    background: #FCDCDC;
    border-radius: 4px;
    margin-top: 1%;
    margin-left: 1%;
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    color: #262836;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .error i {
        color: #EA2238;
        margin-left: 20px;
        margin-top: 20px;
        float: left;
        display: block;
    }

    .error #errortext {
        font-family: "HelveticaNowText-Regular";
        font-size: 16px;
        color: #262836;
        letter-spacing: 0;
        line-height: 20px;
        margin-left: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

.controls .controls-input-large {
    background-color: transparent;
    height: 44px;
    left: 32px;
    width: 95%;
    border-radius: 4px;
    border: 1px solid rgba(70,83,94, 1);
    opacity: 1;
    margin-top: 1%;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 20px;
    margin-left: 4px;
    margin-top: 2%;
}

.controls .XL {
    width: 418px;
}

.controls .S {
    width: 183px;
    display: inline-block
}

.controls .radioWithIcon input {
    margin-left: 39%
}

.controls .radioWithIcon {
    background-color: transparent;
    height: 170px;
    left: 32px;
    width: 150px;
    border: 1px solid rgba(70,83,94, 1);
    opacity: 1;
    margin-top: 3%;
    border-radius: 10px;
    position: static;
    display: inline-block;
    margin-right: 20px;
}




.controls i {
    margin-left: 25%;
    color: rgba(0,117,133, 1);
}


.controls p {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 20px;
}

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 11px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid rgba(70,83,94, 1);
    background-color: #e7e6e7;
    border-radius: 50%;
    vertical-align: bottom;
}

    /* appearance for checked radiobutton */
    input[type="radio"]:checked {
        border-radius: 12px;
        padding: 2px;
        border: 4px solid rgba(0,117,133, 1);
        opacity: 1;
        background-color: rgba(0,117,133, 1);
    }


.input-radio {
    margin-top: 3%;
}

/* .controls .radio-linea {
    float:left;
    margin-right: 3%;
    margin-top: 3%;
} */

#parte2 {
    max-width: 550px;
}

#control_botonPag1 > .control {
    display: flex;
    justify-content: space-between;
}

.controls-button {
    background-color: #EB0017;
    color: rgba(229,239,240,1);
    font-family: "HelveticaNowText-Regular";
    width: 125px;
    height: 45px;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    margin-top: 40px;
    transition: 0.2s;
}

.controls-button:hover {
    background-color: #CA110F;
}

.controls-button2 {
    background: transparent;
    color: rgba(38,40,54, 1);
    border-color: rgba(38,40,54, 1);
    font-family: "HelveticaNowText-Regular";
    width: 125px;
    height: 45px;
    border-radius: 4px;
    font-size: 15px;
    margin-top: 10px;
}

.controls-button#btnAtras {
    background-color: transparent;
    color: #262836;
    font-family: "HelveticaNowText-Regular";
    width: 125px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #262836;
    font-size: 15px;
    margin-top: 40px;
    transition: 0.2s;
}

.controls-button#btnAtras:hover {
    background-color: #F9FCFC;
    text-decoration: underline;
}

.controls-button-left#btnAtras {
    background-color: transparent;
    color: #262836;
    font-family: "HelveticaNowText-Regular";
    width: 125px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #262836;
    font-size: 15px;
    margin-top: 40px;
    transition: 0.2s;
    float: left !important;
}

.controls-button-right {
    background-color: #EB0017;
    color: rgba(229,239,240,1);
    font-family: "HelveticaNowText-Regular";
    width: 125px;
    height: 45px;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    margin-top: 40px;
    transition: 0.2s;
    float: right !important;
}

#control_file-0 .controls {
    margin-left: 5px;
    margin-top: 15px;
}

    #control_file-0 .controls i {
        color: #007585;
        margin-left: 2px;
    }

#file-a {
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    color: #007585;
    letter-spacing: 0;
}

.myCustomInputFile {
    color: white;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .myCustomInputFile i {
        margin-left: 0;
    }


    .myCustomInputFile input[type="file"] {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 100px;
        cursor: pointer;
    }

.filename {
    display: block;
    width: 95%;
    margin-top: 15px;
    background: #E5EFF0;
    border-radius: 4px;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Regular";
    padding: 15px 0px 15px 10px;
}

    .filename .fa-xmark {
        float: right;
        margin-top: 10px;
        margin-right: 19px;
    }


/********COLUMNA2-----PAG2***********************/

.hr-form_2 {
    margin-top: 6%;
    color: #007585;
    width: 273px;
    margin-left: 17px;
}

.success {
    height: 100px;
    width: 275px;
    background-color: #cff4ed;
    border-radius: 4px;
    margin-top: 1%;
    margin-left: 1%;
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    color: #262836;
    letter-spacing: 0;
    line-height: 20px;
}

    .success i {
        color: #007585;
        margin-left: 20px;
        margin-top: 40px;
        float: left;
        display: block;
    }

    .success #successText {
        font-family: "HelveticaNowText-Regular";
        font-size: 16px;
        color: #262836;
        letter-spacing: 0;
        line-height: 20px;
        margin-left: 50px;
        padding-top: 30px;
        display: block;
        width: 200px;
    }

.controls-chequed {
    margin-left: -3%;
}

#column_3 .controls-chequed {
    width: 80%;
    margin-left: 15%;
}

    #column_3 .controls-chequed .control-label {
        display: block;
    }

.controls-input-chequed {
    border-radius: 2px;
    border: 1px solid rgba(70,83,94, 1);
    opacity: 1;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: absolute;
    margin-left: 20px;
    margin-top: 3px;
}

.controls-chequed .control-label {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
    margin-left: 55px;
    padding-top: 5px;
    margin-top: 5%;
}

.controls-chequed span {
    color: #FFF;
    margin-left: -31px;
    margin-top: 3px;
    margin-right: 10px;
    position: absolute;
}

.tipoPagina5 .controls-chequed span {
    color: #FFF;
    margin-left: -51px;
    margin-top: 0px;
    position: absolute;
}

.tipoPagina4 .controls-chequed span {
    color: #FFF;
    margin-left: -51px;
    margin-top: 0px;
    position: absolute;
}

.controls-chequed .control-label a {
    color: #007585;
}

input[type="checkbox"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 11px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid rgba(70,83,94, 1);
    background-color: #e7e6e7;
    vertical-align: middle;
}

    /* appearance for check */
    input[type="checkbox"]:checked {
        border-radius: 2px;
        border: 2px solid rgba(0,117,133, 1);
        background-color: rgba(0,117,133, 1);
        background-clip: content-box;
        opacity: 1;
        padding: 0px;
        color: rgba(255,255,255,1);
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        z-index: 0;
    }

/********COLUMNA2-----PAG3***********************/


#column_1-cobertura .precios-responsive {
    display: none;
}

.boton-cobertura-resposive {
    display: none;
}

.titles-cobertura {
    opacity: 1;
    color: rgba(38,40,54,1);
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 3%;
}

.labels-div {
    max-width: 600px;
    margin-bottom: 5%;
}

#labels input[type=radio] {
    display: none;
}

    #labels input[type=radio]:checked + label {
        background: rgba(0,117,133, 1);
        color: #FAFAFA;
    }

#labels label {
    border-radius: 18px;
    border: 1px solid rgba(0,117,133, 1);
    opacity: 1;
    color: rgba(0,117,133,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-flex;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}

.tipoPagina3 fieldset {
    max-width: 550px;
    display: static;
    border-radius: 12px;
    border: 1px solid rgba(172,192,196, 1);
    box-shadow: 0px 2px 4px rgba(192,192,192, 0.5);
    opacity: 1;
    background-color: rgba(255,255,255, 1);
    margin-top: 3%;
}


/* Boton Switch */
#column_2-cobertura .switch-button {
    display: inline-block;
}

.switch-button .switch-button__checkbox {
    display: none;
}

.switch-button .switch-button__label {
    background-color: #82939A;
    width: 52px;
    height: 24px;
    border-radius: 12px;
    ;
    display: inline-block;
    position: relative;
}

    .switch-button .switch-button__label:before {
        transition: .2s;
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: #FFFFFF;
        ;
        content: '';
        border-radius: 50%;
        box-shadow: inset 0px 0px 0px 1px var(yellow);
        margin-top: 3px;
        margin-left: 4px;
    }

.switch-button .switch-button__checkbox:checked + .switch-button__label {
    background-color: #007585;
}

    .switch-button .switch-button__checkbox:checked + .switch-button__label:before {
        transform: translateX(26px);
    }
/* Fin Boton Switch */
#column_1-cobertura {
    width: 58%;
    float: left;
    margin-left: 20px;
    border-right: 1px solid rgba(192,192,192, 1);
    padding-right: 2%;
}

#column_2-cobertura {
    width: 27%;
    float: right;
}

#contenido-cobertura2 {
    display: inline-block;
    margin-left: 20px;
    margin-top: 2%;
}

.input-radio-cobertura {
    display: inline-block;
    border-radius: 12px;
    opacity: 1;
    background-color: rgba(130,147,154, 1);
    height: 24px;
    margin-left: 20px;
}


#column_1-cobertura div {
    opacity: 1;
    color: rgba(38,40,54,1);
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 5%;
}

.coberturas span {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
}

.div-coberturas {
    border: solid 1px rgba(205,219,222, 1);
    opacity: 1;
    margin-top: 5%;
    border-left: none;
    border-right: none;
}


.div-nocoberturas {
    opacity: 1;
    margin-top: 5%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 108%;
}

#column_1-cobertura .detalles {
    opacity: 1;
    color: rgba(0,117,133,1);
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    margin-top: 15px;
    width: 92%;
    cursor: pointer;
}

#contenido-cobertura2 .detalles {
    opacity: 1;
    color: rgba(0,117,133,1);
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
    width: 92%;
    cursor: pointer;
}

.detalles i {
    float: right;
    cursor: pointer;
}

#column_2-cobertura {
    text-align: right;
    margin-right: 3%;
}

    #column_2-cobertura .precios {
        margin-top: 40%;
    }

        #column_2-cobertura .precios div {
            opacity: 1;
            color: rgba(38,40,54,1);
            font-family: "HelveticaNowDisplay-Lt";
            font-size: 30px;
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0px;
            text-align: right;
            line-height: 32px;
        }

        #column_2-cobertura .precios span {
            opacity: 1;
            color: rgba(70,83,94,1);
            font-family: "HelveticaNowText-Regular";
            font-size: 14px;
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0px;
            text-align: right;
            line-height: 22px;
            display: block;
        }

#contenido-cobertura2 .titles-cobertura {
    opacity: 1;
    color: rgba(38,40,54,1);
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 3%;
}

#contenido-cobertura2 .control-label {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    margin-left: 5px;
}

.listas-cobertura .incluyen-cobertura i, .listas-coberturaPlan .incluyen-cobertura i {
    float: left;
    padding-right: 15px;
    color: rgba(0,117,133, 1);
}

.listas-cobertura .noincluyen-cobertura i, .listas-coberturaPlan .noincluyen-cobertura i {
    float: left;
    padding-right: 15px;
    color: #CA110F;
}

.listas-cobertura p, .listas-coberturaPlan p {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
    margin-right: 5px;
}

.listas-cobertura li, .listas-coberturaPlan li {
    opacity: 1;
    color: rgba(38,40,54,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 10px;
}


.planOpcional {
    border-top: 1px solid rgba(0,117,133, 1);
    border-bottom: solid 1px rgba(205,219,222, 1);
    border-left: none;
    border-right: none;
    opacity: 1;
    margin-bottom: 3%;
    width: 92%;
}

    .planOpcional .checkPlan {
        padding: 0px 20px 10px 0px;
    }

    .planOpcional .divInput {
        float: right;
        margin-right: 25px;
        margin-top: 20px;
    }

        .planOpcional .divInput i {
            z-index: 999;
            margin-top: 7px;
            margin-left: 25px;
            color: #FFF;
            position: absolute;
        }

.fa-circle-plus {
    margin-right: 10px;
}

#column_2-cobertura .recomendado {
    border: solid;
    background: #007585;
    border-radius: 4px 0 0 4px;
    border: #007585;
    font-family: "HelveticaNowText-Regular";
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    margin-top: 40px;
    margin-left: 23px;
    padding: 5px 25px 5px 10px;
    position: absolute;
}



/********COLUMNA2-----PAG5***********************/


fieldset .producto {
    margin-left: 6%;
}

.titulo-resumen {
    color: rgba(0,117,133, 1);
    margin-bottom: 5%;
    width: 90%;
}

    .titulo-resumen span {
        margin-left: 3%;
    }

    .titulo-resumen #edit {
        float: right;
        margin-top: 2%;
    }

.datosBancarios {
    border-top: solid 1px rgba(205,219,222, 1);
    margin-top: 5%;
    padding-top: 5%;
    margin-right: 3%;
}


/********COLUMNA2-----PAG5***********************/

.controls-button-aplicar {
    width: 114px;
    height: 48px;
    color: rgba(0,117,133,1);
    background-color: transparent;
    border: 2px solid #007585;
    border-radius: 4px;
    margin-left: 5%;
    margin-top: 2%;
}

.control-groupTextInput {
    margin-top: 5%;
    margin-left: 3%;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #ACC0C4;
    border-bottom: 1px solid #ACC0C4;
}

.cvcSub {
    margin-top: 10px;
    margin-left: 5px;
    font-family: "HelveticaNowText-Regular";
    font-size: 13px;
    color: #46535E;
    letter-spacing: 0;
    text-decoration: underline;
}

    .cvcSub i {
        margin-right: 5px;
    }

.clear {
    clear: both;
}




/********************COLUMNA3********************/

/*************COLUMNA3---PAG2********************/

#column_3 .producto {
    margin-top: 4%;
    margin-left: 15%;
    margin-top: 2%;
}

.divProducto {
    margin-left: 30px;
}

    .divProducto span {
        float: right;
        margin-right: 30%;
        color: #007585;
    }

.subProducto {
    margin-top: 7%;
}

.titulo #closeDatos {
    display: none;
    width: 20px;
    color: #007585;
    float: right;
}

.producto .titulo {
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    margin-bottom: 3%;
    margin-top: 5%;
}

    .producto .titulo span {
        float: right;
        margin-right: 10%;
    }



.producto .iconoProducto {
    margin-left: 0px;
    margin-top: 0px;
    color: #007585;
    float: left;
}

.producto .nombreProducto {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
}


.producto .datosProducto {
    opacity: 1;
    color: rgba(70,83,94,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 2%;
}




/*************COLUMNA3---PAG3********************/

#column_3 .documentosResposive {
    display: none;
}

.resumenPrecio {
    margin-right: 15%;
    text-align: right;
    opacity: 1;
    color: rgba(38,40,54,1);
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 24px;
}

    .resumenPrecio span, #texto-cobertura span, .resumenCompra span {
        opacity: 1;
        color: rgba(70,83,94,1);
        font-family: "HelveticaNowText-Regular";
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: left;
        line-height: 20px;
        margin-bottom: 2%;
    }

    .resumenPrecio div {
        margin-top: 2%;
    }

#cantidad {
    font-size: 30px;
    margin-top: 5%;
}

.tipoPagina3 #column_3 button, .tipoPagina4 #column_3 button, .tipoPagina5 #column_3 button {
    width: 75%;
    float: right;
    margin-bottom: 5%;
    margin-right: 8%;
}

#control_button_responsive {
    display: none;
}

#texto-cobertura {
    text-align: left;
    margin-bottom: 10%;
    margin-bottom: 8%;
    margin-left: 17%;
}


.descargar-cobertura {
    text-align: left;
    margin-left: 17%;
    opacity: 1;
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 20px;
    text-decoration: underline;
    color: #007585;
}

a:-webkit-any-link {
    color: rgba(0,117,133, 1);
    cursor: pointer;
    text-decoration: underline;
}

.descargar-cobertura i {
    margin-right: 3%;
}

/*************COLUMNA3---PAG5********************/
#column_3 .hr-form_3 {
    color: #007585;
    width: 75%;
    margin-left: 17%;
    margin-top: 10%;
}

.botonesResponsive {
    display: none;
}

.descargar-contratos {
    text-align: left;
    margin-left: 17%;
    opacity: 1;
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 20px;
    text-decoration: underline;
    color: #007585;
    padding-bottom: 40px;
    padding-top: 15px;
}

    .descargar-contratos i {
        margin-right: 3%;
        margin-top: 10%;
    }

.resumenCompra {
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 16px;
    color: #46535E;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 40px;
    text-align: left;
    margin-left: 17%;
}

.tituloEditar {
    opacity: 1;
    color: rgba(38,40,54,1);
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 13%;
}

    .tituloEditar a {
        opacity: 1;
        font-family: "HelveticaNowText-Regular";
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        line-height: 20px;
        text-decoration: underline;
        color: #007585;
    }

.resumenCompra div {
    margin-top: 6%;
    width: 90%;
}

.resumenCompra .sub {
    font-size: 14px;
    margin-top: 1%;
    width: 70%;
}

.resumenCompra .precio {
    float: right;
}

hr {
    border: 1px solid #ACC0C4;
}

.tipoPagina5 .controls-chequed input {
    margin-left: 0%;
}

.tipoPagina4 .controls-chequed input {
    margin-left: 0%;
}


/***************************************SEGURO NO ENCONTRADO**************************************************/

.tipoPaginaSeguro #column_2 {
    margin-left: 28%;
}


    .tipoPaginaSeguro #column_2 button {
        width: 146px;
        height: 44px;
        border-radius: 4px;
        border: none;
        opacity: 1;
        background-color: rgba(0,117,133, 1);
        color: rgba(229,239,240,1);
        font-family: "HelveticaNowText-Regular";
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        margin-top: 5%;
    }

    .tipoPaginaSeguro #column_2 #title_2 {
        font-family: "HelveticaNowText-Bold";
        font-size: 40px;
        color: #262836;
        letter-spacing: 0;
        line-height: 52px;
    }



    /***************************************SEGURO GUARDADO**************************************************/

    .tipoPaginaSeguro #column_2 .card {
        width: 338px;
        /*height: 308px;*/
        height: fit-content;
        background: #FFFFFF;
        border: 1px solid #ACC0C4;
        border-radius: 12px;
        margin-left: 16%;
        margin-top: 5%;
        margin-bottom: 5%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .tipoPaginaSeguro #column_2 .card span {
            display: block;
            font-family: "HelveticaNowText-Regular";
            font-size: 16px;
            color: #46535E;
            letter-spacing: 0;
            text-align: center;
            line-height: 20px;
            margin-left: 20%;
            width: 60%;
        }

        .tipoPaginaSeguro #column_2 .card button {
            margin-top: 40px;
        }

    .tipoPaginaSeguro #column_2 .titulo {
        font-family: "HelveticaNowText-Regular";
        font-size: 20px;
        color: #262836;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .tipoPaginaSeguro #column_2 i {
        color: #007585;
        margin-bottom: 20px;
    }

/***************************************SEGURO CONTRATADO**************************************************/

.mensajePolizaExito {
    margin-bottom: 3%;
}

.tipoPaginaSeguro #column_2 .exito {
    border-radius: 12px;
    max-width: 550px;
    /*  height: 106px;*/
    height: fit-content;
    background-color: #cff4ed;
    margin-bottom: 20px;
    border-top: 8px rgba(0,117,133, 1) solid;
    font-family: "HelveticaNowText-Bold";
    font-size: 14px;
    color: #262836;
    letter-spacing: 0;
    padding-left: 20px;
}

    .tipoPaginaSeguro #column_2 .exito div {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .tipoPaginaSeguro #column_2 .exito i {
        margin-right: 10px;
    }

    .tipoPaginaSeguro #column_2 .exito span {
        color: rgba(70,83,94,1);
        font-family: "HelveticaNowText-Regular";
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        line-height: 27px;
        text-align: left;
    }

.tipoPaginaSeguro #column_2 .iconosExito {
    text-align: left;
    opacity: 1;
    font-family: "HelveticaNowText-Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 20px;
    text-decoration: underline;
    color: #007585;
    margin-right: 5%;
    margin-left: 1%;
}


.tipoPaginaSeguro #column_2 span {
    font-family: "HelveticaNowText-Regular";
    font-size: 24px;
    color: #262836;
    letter-spacing: 0;
    line-height: 32px;
}

.tipoPaginaSeguro #column_2 .precioResumen {
    font-family: "HelveticaNowText-Bold";
    font-size: 26px;
    color: #262836;
    letter-spacing: 0;
    line-height: 32px;
    float: right;
    margin-right: 20px;
}

.tipoPaginaSeguro #column_2 .subPrecio {
    font-family: "HelveticaNowText-Regular";
    font-size: 14px;
    color: #46535E;
    letter-spacing: 0;
    text-align: right;
    line-height: 18px;
    float: right;
    margin-right: 20px;
}

.tipoPaginaSeguro #column_2 .listasResumen {
    font-family: "HelveticaNowText-Bold";
    font-size: 16px;
    color: #46535E;
    letter-spacing: 0;
    line-height: 20px;
    margin-left: 5px;
}

.tipoPaginaSeguro #column_2 ul {
    width: 60%;
}

.tipoPaginaSeguro #column_2 li {
    margin-top: 10px;
    font-family: "HelveticaNowDisplay-Regular";
    font-size: 16px;
    color: #262836;
    line-height: 24px;
}

.tipoPaginaSeguro #column_2 .polizaImg {
    width: 49%;
    display: inline-block;
}

    .tipoPaginaSeguro #column_2 .polizaImg img {
        padding-top: 20px;
    }

.tipoPaginaSeguro #column_2 .polizaDatos {
    width: 49%;
    display: inline-block;
}

    .tipoPaginaSeguro #column_2 .polizaDatos span {
        font-family: "HelveticaNowDisplay-Regular";
    }

.tipoPaginaSeguro #column_2 .iconosExito i {
    margin-right: 10px;
    margin-bottom: 30px;
}

.tipoPaginaSeguro #column_2 .listasResumen .precioResumen {
    font-family: "HelveticaNowText-Regular";
    color: #46535E;
}

.recomendarPlan {
    max-width: 550px;
    height: 342px;
    background: #003C55;
    border-radius: 12px;
    font-family: "HelveticaNowText-Regular";
    font-size: 18px;
    color: #E5EFF0;
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
}

    .recomendarPlan .textoRecomendar {
        border: transparent;
        width: 80%;
        margin-left: 30px;
        padding-top: 10px;
    }

    .recomendarPlan p {
        font-family: "HelveticaNowText-Regular";
        font-size: 24px;
        color: #E5EFF0;
        letter-spacing: 0;
        line-height: 32px;
    }

    .recomendarPlan .botonRecomendar {
        margin-left: 30px;
        margin-top: 20px;
    }

    .recomendarPlan img {
        float: right;
        margin-top: 55px;
        margin-right: 35px;
    }


/****************************************************FOOTER****************************************************/
footer {
    margin-top: 6%;
    width: 100%;
    padding-bottom: 2%;
    float: left;
    opacity: 1;
    /*background-color: rgba(38,40,54, 1);*/
    background-color: #FFFFFF;
    border-top: 1px solid #cddbde;
}

    footer .container {
        margin-top: 4%;
    }

.container #footer-row1 {
    width: 20%;
    margin-left: 9%;
}

.container #footer-row2 {
    width: 20%;
    padding-left: 3%;
}

.container #footer-row3 {
    width: 15%;
}


footer .container .row #logo {
    width: 15,2%;
    height: 37.13px;
}

footer .container .row .text {
    padding-top: 15px;
    opacity: 1;
    color: rgba(172,192,196,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
}

#aontext {
    padding-top: 15px;
}

#list-col div {
    padding-top: 15px;
}

#list-col a {
    opacity: 1;
    color: rgba(229,239,240,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    text-decoration: underline;
}

#list-col2 div {
    padding-top: 5%;
}

#list-col2 a {
    opacity: 1;
    color: rgba(229,239,240,1);
    font-family: "HelveticaNowText-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    text-decoration: underline;
}

.title {
    opacity: 1;
    color: rgba(229,239,240,1);
    font-family: "HelveticaNowText-Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
}

footer #icons i {
    color: rgba(229,239,240,1);
    margin-top: 40px;
    padding-left: 20px;
}

/******correo enviado*******************************/


.eml-contenedor {

}


.destacado-tx p {
    font-size: 16px;
    font-weight:lighter;
}

.eml-letrapequenia-p {
    color: #808080;
    font-size: 10px;
    font-weight: lighter;
    text-align: justify;
    overflow-wrap: break-word;
}


.eml-contenedor table {
    table-layout: auto;
    width: 100%;
}



.eml-contenedor table, .eml-contenedor th, .eml-contenedor td {
    border-collapse: collapse;
    padding: 20px 5px 20px 5px;
    text-align: center;
}

.eml-contenedor th, .eml-contenedor td {
    border: 1px solid rgb(172,192,196); /*gris*/
    font-size: 14px;
}

    .eml-contenedor a {
        color: #007585;
    }

.eml-letrapequenia-p a {
    color: #0000EE !important;
}


.eml-letrapequenia-p th, .eml-letrapequenia-p td {
    font-size: 10px !important;
    color: #808080 !important;
    padding: 8px;
    text-align: justify;
}

.justext {
    text-align: justify;
}



.eml-contenedor .recomendado {
    color: #007585;
}


th.esquina-td {
    border-top: 0px;
    border-right: 0px;
}

.eml-contenedor img {
    width: 100px;
}

.eml-tblprimas-tit {
    font-weight: bolder;
    color: #007585;
}



.eml-tblprimas-link, .eml-p-link {
    color: #007585;
}

.eml-textodestacado-p {
    font-style: italic;
}
.eml-preciodestacado-p {
    font-style: italic;
    font-weight: bold;
    font-size: 23px !important;
}


.cabecera, .etiquetaresumen {
    color: #000000;
    font-weight: bold;
}

.datocabecera {
    color: #007585;
    font-weight: bold;
}


/*.emailclientetbl {
    width: 100%;
    table-layout: fixed;
}*/

    .emailclientetbl td {
        
        font-size: 16px;
        /*max-width: 50%;*/
    }

.eml-tblcliente-tit {
    font-weight: bolder;
    /*color: #007585;*/ /*es el del cuartel */
    color: #007585; /*es el de m�rketing*/
}



.eml-contenedor .ipid-lk a {
    color: rgba(38,40,54,1);
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}


.cajapromocion {
    background-color: #5D6D78;
    color: white;
    padding: 10px 30px 30px 30px;
    font-size: 20px;
    text-align: center;
    height: fit-content;
}
.promocajatit {
    font-size: 40px;
    font-weight:bold;
}
.promociontit {
    color: #4c5d6b;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    height: fit-content;
}

.cajapromocion a {
    color: white;
    text-decoration: none;
    background-color: #F25D00;
}

.cajapromocionredes {
    text-align: center;
}

#emailclientelks a {
    color: #808080;
}
#promolink a {
    font-size: 18px;
    color: #808080;
}



.importantetx{
    color:#820505
}
/*fin correo enviado*/
/****************************************************RESPONSIVE****************************************************/

/*****datepicker jquery-ui *******/

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-family: "HelveticaNowText-Regular";
    font-weight: 400;
    font-style: normal;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 12px !important;
}
/******fin datepicker jquery-ui**************/

/*Pie*/
#logoPie img{
    width: 90px;
}
/*Fin Pie*/
@media screen and (max-width: 1110px) {
}



@media screen and (max-width: 950px) {
    .container #footer-row2 {
        margin-top: calc(13% - 40px);
        margin-left: 35px;
    }

    .container #footer-row3 {
        margin-top: calc(13% - 40px);
        margin-left: 35px;
    }

    .controls .radioWithIcon {
        width: 43%;
    }
}

@media screen and (max-width: 780px) {
    .footercol {
        width: 100%;
/*        font-size: 0.8em;*/
    }
}




@media screen and (max-width: 500px) {
    /*en responsive el borde del producto seleccionado m�s visible*/
    fieldset[style*="border: 2px solid rgb(0, 117, 133)"] {
        border-width: 5px !important;
    }
    /*****HEADER*****/
    header #contacto {
        margin-top: 12px;
        margin-bottom: 4%;
        margin-right: 7%;
        width: 86%;
    }

    header #movilMenu {
        display: block;
    }

    /********************FORMULARIO CONTACTO********************/

    #fieldContacto {
        width: 368px;
        padding-left: 35px;
    }

        #fieldContacto .controls-input, #fieldContacto .controls-input-area {
            width: 316px;
        }

    #titleContact i {
        margin-right: 45px;
    }

    .modal {
        padding-bottom: 800px;
    }


    /*****COLUMNA 1*****/
    #column_1 {
        width: 100%;
    }

        #column_1 .pasos {
            display: none;
        }

        #column_1 .fondo_2 {
            display: none;
        }

    #movil {
        display: block;
    }

        #movil li {
            list-style: none;
            margin-left: -10%;
        }

    .pasos-progreso::after, .pasos-list::after {
        content: '';
        border: transparent;
        opacity: 1;
        height: 30px;
        width: 0px;
        display: block;
    }

    .pasos-end::after {
        content: '';
        border: transparent;
        opacity: 1;
        height: 30px;
        width: 0px;
        display: block;
    }

    /*****COLUMNA 2*****/
    #column_2 {
        width: 100%;
    }

        #column_2 #title_2, #column_2, #title_2_b {
            white-space: inherit;
            width: 360px;
        }

    #title_1, #title_2, #title_3, #title_2_b {
        margin-left: 6%;
    }

    #column_2 #title_4 a, #column_2 #atras a, #column_3 #atras a {
        display: block;
    }

    fieldset {
        border-radius: 0%;
        /*
        margin-left: -1%;
        margin-right: -1%;*/
        margin-left: 2%;
        margin-right: 2%;
    }

    .controls .controls-input {
        width: 88%;
    }

    .controls .XL {
        width: 88%;
    }

    .controls .radioWithIcon {
        width: 41%;
    }

    .controls .select2-container, .controls #select-2, .error, .success, .codigoPro {
        width: 96%;
    }

    .controls-button, .controls-button2 {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 5%;
    }

    span #calendar {
        color: #007585;
        margin-left: 70%;
        margin-top: -7%;
    }

    .container #footer-row1 {
        width: 90%;
        margin-left: 15px;
        margin-top: -5px;
    }

    .container #footer-row2 {
        width: 90%;
        margin-top: 40px;
        margin-left: 4px;
    }

    .controls-chequed .control-label {
        display: block;
    }

    .controls-chequed span {
        margin-top: 0px;
    }



    .container #footer-row3 {
        width: 80%;
        margin-top: 40px;
        margin-left: 20px;
        padding-bottom: 40px;
    }

    /*****COLUMNA 2  PAG3*****/

    .tipoPagina3 .titles-cobertura {
        display: none;
    }

    #column_1-cobertura .titles-cobertura {
        display: block;
    }

    .labels-div {
        margin-left: 5%;
    }

        .labels-div label {
            margin-top: 3%;
        }

    .tipoPagina3 fieldset {
        border-radius: 0%;
    }

    #column_2-cobertura {
        display: none;
    }

    #column_1-cobertura {
        width: 96%;
    }

        #column_1-cobertura span {
            opacity: 1;
            color: rgba(70,83,94,1);
            font-family: "HelveticaNowText-Regular";
            font-size: 18px;
            font-weight: 400;
            font-style: normal;
            letter-spacing: 0px;
            text-align: left;
            line-height: 0px;
        }

        #column_1-cobertura .detalles {
            margin-top: 3%;
            margin-bottom: 3%;
        }

        #column_1-cobertura .precios-responsive {
            display: block;
            margin-top: 15%;
            width: 90%;
        }

            #column_1-cobertura .precios-responsive div {
                opacity: 1;
                color: rgba(70,83,94,1);
                font-family: "HelveticaNowText-Regular";
                font-size: 28px;
                font-weight: 400;
                font-style: normal;
                letter-spacing: 0px;
                text-align: left;
                line-height: 0px;
            }

    .tipoPagina3 #contenido-cobertura2 .titles-cobertura {
        display: block;
    }

    #column_1-cobertura .precios-responsive span {
        font-size: 16px;
    }

    .boton-cobertura-resposive {
        display: block;
    }

        .boton-cobertura-resposive button {
            background-color: #007585;
        }

    /* .tipoPagina3 #contenido-cobertura2 {
        display:none;
      } */

    /*****COLUMNA 2  PAG5*****/

    .controls-button-aplicar {
        width: 114px;
        height: 48px;
        color: rgba(0,117,133,1);
        background-color: transparent;
        border: 1px solid #007585;
        border-radius: 4px;
        margin-left: 2%;
        margin-top: 5%;
    }


    #column_2 {
        margin-left: 0%;
        width: 100%;
    }

    .tipoPaginaSeguro #column_2 {
        margin-left: 0%;
    }

        .tipoPaginaSeguro #column_2 .exito {
            /*height: 130px;*/
            height: fit-content;
        }

        .tipoPaginaSeguro #column_2 button {
            margin-left: 20px;
        }

    .recomendarPlan {
        height: 410px;
    }

    .tipoPaginaSeguro #column_2 .card {
        margin-left: 3%;
    }

    /*****COLUMNA 3*****/

    #column_3 {
        display: none;
    }


    .producto #closeDatos {
        display: block;
    }

    #column_2 .producto {
        margin-left: 5%;
        width: 90%;
    }

    #column_3 .producto {
        margin-top: 4%;
        margin-left: 30px;
        margin-top: 2%;
        width: 300%;
    }

    .divProducto {
        margin-left: 30px;
        margin-bottom: 10%;
    }

        .divProducto span {
            margin-right: 0%;
        }

    .tipoPagina3 #column_3 button, .tipoPagina4 #column_3 button, .tipoPagina5 #column_3 button {
        width: 85%;
        margin-left: 5%;
        margin-bottom: 5%;
    }

    /*****COLUMNA 3 PAG3*****/


    #column_3 .resumenPrecio {
        display: none;
    }

    #column_3 .descargar-cobertura {
        margin-left: 0%;
    }

    #column_3 #control_button {
        display: none;
    }

    #control_button_responsive {
        display: block;
    }

    #texto-cobertura {
        margin-left: 6%;
        width: 90%;
    }
    /*****COLUMNA 3 PAG4*****/

    /* en contratar aspx check se muestre */
    #column_3.column_3_check_necesario {
        display: block;
        width: 100%;
    }

        #column_3.column_3_check_necesario .producto {
            display: none;
        }

        #column_3.column_3_check_necesario .informacionparametrizable {
            display: none;
        }

        #column_3.column_3_check_necesario hr {
            display: none;
        }
    /* en contratar aspx check se muestre */
    /*****COLUMNA 3 PAG5*****/

    .tipoPagina5 #column_3 {
        display: block;
        width: 99%;
    }

        .tipoPagina5 #column_3 .resumenPrecio {
            display: block;
            text-align: start;
            width: 90%;
            margin-left: 5%;
            padding-bottom: 10%;
        }

        .tipoPagina5 #column_3 .resumenCompra {
            margin-left: 5%;
        }

        .tipoPagina5 #column_3 .botones {
            display: none;
        }

        .tipoPagina5 #column_3 .descargar-cobertura, .tipoPagina5 #column_3 .descargar-contratos {
            margin-left: 5%;
        }

    #column_3 .controls-chequed {
        width: 80%;
        margin-left: 5%;
        margin-bottom: 10%;
    }

    #column_3 .control-group {
        margin-left: 0%;
    }

    .tipoPagina5 .botonesResponsive {
        display: block;
        margin-left: 10%;
        width: 90%;
    }
}




/*~*/
.titles-seccion {
    opacity: 1;
    color: rgba(38,40,54,1);
    font-family: "HelveticaNowDisplay-Bd";
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 3%;
}

#popup_container {
    font-size: 13px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 3px black;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(../imagenes/title_alerts.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    background: 16px 16px no-repeat url(../imagenes/info_alerts.gif);
    padding: 1em 1.75em;
    margin: 0em;
}

    #popup_content.alert {
        background-image: url(../imagenes/info_alerts.gif);
    }

    #popup_content.confirm {
        background-image: url(../imagenes/important_alerts.gif);
    }

    #popup_content.prompt {
        background-image: url(../imagenes/help_alerts.gif);
    }

#popup_message {
    font-family: "HelveticaNowText-Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}

.cuadradocabeceragar {
    BORDER-BOTTOM: lightgrey 1px solid;
    BORDER-LEFT: lightgrey 1px solid;
    BACKGROUND-COLOR: white;
    BORDER-TOP: lightgrey 1px solid;
    BORDER-RIGHT: lightgrey 1px solid
}

.entradacolumna {
    BORDER-BOTTOM: #820505 1px;
    TEXT-ALIGN: center;
    BORDER-LEFT: #820505 1px;
    FONT-SIZE: 11px;
    BORDER-TOP: #820505 1px;
    BORDER-RIGHT: #820505 1px
}

.texto {
    font-family: "HelveticaNowText-Regular";
    TEXT-ALIGN: justify;
    FONT-SIZE: 11px;
}

.privacidad {
    font-family: "HelveticaNowText-Regular";
    font-size: 11px;
    text-align: justify;
}

.boton {
    background-color: rgba(38,40,54, 1);
    color: rgba(229,239,240,1);
    font-family: "HelveticaNowText-Regular";
    width: 125px;
    height: 45px;
    border-radius: 4px;
    border: none;
    font-size: 15px;
}

/*** im�genes perro y gato en p�ginas **/
.fa-petsgatope1:before {
    content: "\f6d3";
}

.fa-petsgatope2:before {
    content: "\f6be";
}
/*** im�genes perro y gato en p�ginas **/

.fa-sexegH:before {

}
.fa-sexegM:before {

}

.carga {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    top: 20%;
}

.img_carga {
    animation: spin 2s linear infinite;
}

.content {
    position: relative;
    height: 25%;
    width: 70%;
    padding-left: 15%;
    padding-top: 15%;
    font-family: HelveticaNowText-Regular;
}

#content1 {
    display: block;
}

#content2 {
    display: none;
}


.botonPDF {
    background-image: url("../imagenes/b2cpets/Guardar_verde.png");
    width: 64px;
    height: 41px;
    border-radius: 52px;
    background-size: 100%;
    background-position: center;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-left: 15px;*/
}

.btnImprimir {
    background-image: url("../imagenes/b2cpets/Imprimir_verde.png");
    width: 64px;
    height: 41px;
    border-radius: 52px;
    background-size: 100%;
    background-position: center;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-left: 15px;*/
}

.btnCerrar {
    background-image: url("../imagenes/b2cpets/Cerrar_verde.png");
    width: 64px;
    height: 41px;
    border-radius: 52px;
    background-size: 100%;
    background-position: center;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-left: 15px;*/
}

/* ESTILOS PARA CHECKS CON IMAGEN*/
.radioImg-petsgatope1:before {
    content: "\f6d3";
}

.radioImg-petsgatope2:before {
    content: "\f6be";
}

.radioImg-petsgatope1 {
    font-size: 4em;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
}

.radioImg-petsgatope2 {
    font-size: 4em;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
}

/* ESTILOS PARA CHECKS CON IMAGEN*/


/*ESTILOS SPIN *************************/

/*Con css aonSpin */
#aonSpin {
    border: 10px solid rgba(0, 117, 133, .7);
    border-radius: 50%;
    border-left-color: transparent;
    width: 80px;
    height: 80px;
    animation: giro 1s linear infinite;
    position: fixed;
    top: 60%;
    left: 45%;
}

/*Cuando abres desde un m�vil pone el spin m�s centrado*/
/*@media screen and (max-width:600px) {
    #aonSpin {
        left: 40%;
        top: 20%;
    }
}*/

/*Responsive*/
@media screen and (max-width:590px) {
    #aonSpin {
        width: 40px;
        height: 40px;
        left: 40%;
        top: 45%;
    }
}


@keyframes giro {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Bloquear rat�n*/
body.block {
    pointer-events: none;
}