.porlet--preguntas--consultas {
    padding-top: 35px;
    padding-bottom: 15px;
}

.porlet--preguntas--consultas .faqs-accordion-title.faqs-accordion-title--only {
    color: #019DF4 !important;
    font-weight: 250;
    font-size: 40px;
    line-height: 48px;
    max-width: 328px;
    margin: auto;
    padding-bottom: 20px;
}

.section--preguntas--adicionales p {
    margin: 0;
}

.section--preguntas--adicionales p {
    font-size: 16px;
    line-height: 24px;
    color: #6C6F74;
}

.section--preguntas--adicionales .list--adicionales li {
    color: #6C6F74;
    font-size: 16px;
    position: relative;
}

.section--preguntas--adicionales .list--adicionales {
    margin: 0;
}

.section--preguntas--adicionales .list--adicionales .list--item {
    padding-top: 10px;
}

.section--preguntas--adicionales .list--adicionales {
    position: relative;
}

.section--preguntas--adicionales .list--adicionales li:Before {
    content: '';
    background-color: #6C6F74;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 15px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.section--preguntas--adicionales .btn--enlace {
    color: #019DF4 !important;
    font-size: 16px;
    outline: none;
    text-decoration: none;
}

@media(min-width:600px) {
    .porlet--preguntas--consultas .faqs-accordion-title.faqs-accordion-title--only {
        font-size: 64px;
        max-width: 100%;
        padding-bottom: 50px;
    }
    .section--preguntas--adicionales .btn--enlace {
        font-size: 18px;
    }
    .section--preguntas--adicionales p {
        font-size: 18px;
    }
    .section--preguntas--adicionales .list--adicionales li {
        font-size: 18px;
    }
    .porlet--preguntas--consultas {
        padding-top: 50px;
        padding-bottom: 25px;
    }
}


/*seccion calificacion estrellas*/

.section--encuesta .picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.section--encuesta {
    padding: 40px 0;
}

.section--encuesta.center-align {
    text-align: center;
}

.section--encuesta .title--encuesta {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.0036em;
    color: #ffffff;
    margin: 0 auto 0;
}

.section--encuesta .container-radio-encuesta {
    max-width: 328px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 0 15px;
}

.section--encuesta .container-radio-encuesta .radio-item {
    display: block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
    text-align: left;
}

.section--encuesta .container-radio-encuesta .radio-item input[type="radio"] {
    display: none;
}

.section--encuesta .container-radio-encuesta .radio-item label {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.0032em;
    color: #ffffff;
}

.section--encuesta .container-radio-encuesta .radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #fff;
    background-color: transparent;
}

.section--encuesta .container-radio-encuesta .radio-item input[type="radio"]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #fff;
}

.section--encuesta .subtitle--encuesta {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.0032em;
    color: #ffffff;
    margin: 1.46rem 0 1.168rem 0;
}

.section--encuesta .ct-comentario-encuesta {
    width: 327px;
    margin: 0 auto;
    position: relative;
}

.section--encuesta .ct-comentario-encuesta textarea {
    margin-left: 0px;
    margin-right: 0px;
    width: 327px;
    height: 106px;
    background: #ffffff;
    border: 1px solid #b6b7b7;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px;
    outline: 0;
}

.section--encuesta .ct-comentario-encuesta label {
    position: absolute;
    cursor: text;
    transition: .2s ease-out;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.0032em;
    color: #86888c;
    left: 12px;
    top: 8px;
    bottom: auto;
}

.section--encuesta .ct-comentario-encuesta label:not(.label-icon).active {
    display: inline-block;
    background-color: #fff;
    color: #019df4;
    top: -6px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 16px;
}

.product-review-stars {
    margin: 0 auto;
    background: transparent;
    padding: 0 0 20px;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.product-review-stars label:after {
    content: "★";
    color: inherit;
    position: absolute;
    z-index: 4;
    left: 0px;
    opacity: 0;
    color: inherit;
    visibility: hidden;
}

.product-review-stars input:checked+label:after {
    visibility: visible;
    opacity: 1;
}

.product-review-stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 330px;
}

.product-review-stars label {
    font-family: "icomoon";
    font-size: 36px;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.product-review-stars input:checked~label:before {
    opacity: 1;
}

.product-review-stars:hover input~label:before {
    opacity: 0;
}

.product-review-stars input+label:before {
    content: "\2605";
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome and Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
}

.product-review-stars input+label:hover:before,
.product-review-stars input+label:hover~label:before {
    opacity: 1;
}

.product-review-stars input+label:nth-of-type(1):after,
.product-review-stars input+label:nth-of-type(1):before,
.product-review-stars input+label:nth-of-type(1):hover:before,
.product-review-stars input+label:nth-of-type(1):hover~label:before,
.product-review-stars input:nth-of-type(1):checked~label:before {
    color: #fff;
}

.product-review-stars input+label:nth-of-type(2):after,
.product-review-stars input+label:nth-of-type(2):before,
.product-review-stars input+label:nth-of-type(2):hover:before,
.product-review-stars input+label:nth-of-type(2):hover~label:before,
.product-review-stars input:nth-of-type(2):checked~label:before {
    color: #fff;
}

.product-review-stars input+label:nth-of-type(3):after,
.product-review-stars input+label:nth-of-type(3):before,
.product-review-stars input+label:nth-of-type(3):hover:before,
.product-review-stars input+label:nth-of-type(3):hover~label:before,
.product-review-stars input:nth-of-type(3):checked~label:before {
    color: #fff;
}

.product-review-stars input+label:nth-of-type(4):after,
.product-review-stars input+label:nth-of-type(4):before,
.product-review-stars input+label:nth-of-type(4):hover:before,
.product-review-stars input+label:nth-of-type(4):hover~label:before,
.product-review-stars input:nth-of-type(4):checked~label:before {
    color: #fff;
}

.product-review-stars input+label:nth-of-type(5):after,
.product-review-stars input+label:nth-of-type(5):before,
.product-review-stars label:nth-of-type(5):hover:before,
.product-review-stars input:nth-of-type(5):checked~label:before {
    color: #fff;
}

.product-review-stars label:nth-of-type(5):hover:before {
    color: #fff !important;
}

.section--encuesta .btn-encuesta {
    width: 105px;
    height: 32px;
    background: #ededed;
    border-radius: 200px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #86888c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 0;
    outline: none;
}

@media (min-width: 993px) {
    .section--encuesta .title--encuesta {
        font-size: 40px;
        line-height: 50px;
    }
    .product-review-stars label {
        font-size: 60px;
    }
    .section--encuesta .container-radio-encuesta {
        max-width: 1021px;
        padding: 15px 0 30px;
    }
    .section--encuesta .container-radio-encuesta .radio-item {
        display: inline-block;
        margin: 10px 44px 0 0;
    }
    .section--encuesta .subtitle--encuesta {
        font-size: 24px;
        line-height: 32px;
    }
    .section--encuesta .ct-comentario-encuesta textarea {
        width: 767px;
        height: 122px;
    }
    .section--encuesta .btn-encuesta {
        width: 125px;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .section--encuesta .ct-comentario-encuesta {
        width: 727px;
    }
}

.section--encuesta .form-encuesta {
    display: none;
}

.modal.modal--encuesta {
    background: url(/documents/77807/569638/JPG_NOV_fondo-encuesta-desktop.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.modal.modal--encuesta .title-modal-encuesta {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.0036em;
    color: #ffffff;
    margin: 16px auto;
}

.modal.modal--encuesta .btn-close---modal {
    position: absolute;
    top: 7px;
    right: 20px;
    color: #fff;
}

@media (min-width: 993px) {
    .modal.modal--encuesta .title-modal-encuesta {
        font-size: 40px;
        line-height: 50px;
    }
}


/* valoracion estrellas */

.valoracion-estrellas {
    padding-top: 40px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .valoracion-estrellas {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.valoracion-estrellas .valoracion-estrellas--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.valoracion-estrellas input[type="radio"] {
    display: none;
}

.valoracion-estrellas .estrella-blanca--valoracion {
    cursor: pointer;
}

.valoracion-estrellas .estrella-blanca--valoracion svg {
    width: 50px;
    height: 44px;
}

@media (max-width: 600px) {
    .valoracion-estrellas .estrella-blanca--valoracion svg {
        width: 32px;
        height: 27px;
    }
}

.valoracion-estrellas .estrella-azul--valoracion {
    display: none;
    cursor: pointer;
}

.valoracion-estrellas .estrella-azul--valoracion svg {
    width: 50px;
    height: 44px;
}

@media (max-width: 600px) {
    .valoracion-estrellas .estrella-azul--valoracion svg {
        width: 32px;
        height: 27px;
    }
}

.valoracion-estrellas .clasificacion {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.valoracion-estrellas .clasificacion input[type="radio"]:checked~label .estrella-blanca--valoracion {
    display: none;
}

.valoracion-estrellas .clasificacion input[type="radio"]:checked~label .estrella-azul--valoracion {
    display: inline;
}


/* confirmacion */

.section--confirmacion {
    display: none;
}

.section--confirmacion .section--confirmacion__titulo {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.0036em;
    color: #ffffff;
    margin: 16px auto;
    text-align: center;
}

.section--confirmacion .section--confirmacion__logo {
    display: flex;
    justify-content: center;
}

@media (min-width: 993px) {
    .section--confirmacion .section--confirmacion__titulo {
        font-size: 40px;
        line-height: 50px;
    }
}

.section--esconder {
    display: none;
}

.section--visualizar {
    display: block;
}


/*Inicia estilos Deuda-Recibo-Fecha-Relacionados*/

.nat-averias--enlaces {
    padding-top: 30px;
    padding-bottom: 20px;
}

.nat-averias--enlaces .averias--titulo {
    max-width: 306px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #50535a;
    margin-bottom: 23px;
}

.averias--d-flex {
    display: block;
    padding-right: 30px;
}

.nat-averias--enlaces .averias--links {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #019df4;
    margin-bottom: 23px;
    text-decoration: underline;
    display: block;
}

@media (min-width: 993px) {
    .nat-averias--enlaces {
        padding-top: 60px;
        padding-bottom: 50px;
        text-align: center;
    }
    .nat-averias--enlaces .averias--titulo {
        font-size: 32px;
        line-height: 40px;
        margin: 0 auto 20px;
    }
    .averias--d-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1120px;
        margin: 0 auto;
        padding-right: 0px;
    }
}