/*NUEVO CSS*/
.masInformacion {
    width: 160px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: inherit;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px -5px 5px 0px rgba(61, 61, 61, 0.2);
}

.masInformacion .icono-down-open {
    color: #616161;
}

.masInformacion p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #616161;
}

.footer-info {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    overflow: hidden;
    margin-bottom: 15px;
}

.footer-boletin {
    width: 30%;
    display: flex;
    flex-direction: column;
}

#footer {
    color: #616161;
    background: #fafafa;
    line-height: 1.42857143;
    padding: 0;
    position: relative;
    box-shadow: 0px -5px 5px 0px rgba(61, 61, 61, 0.2);
    margin-top: 35px;
}

#footer h2 {
    margin: 0 0 15px;
    color: #616161;
    font-size: 16px;
    font-weight: 700;
    /* color: inherit; */
    display: flex;
}

#footer a {
    color: inherit;
    font-size: 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin: 2px 0;
}

.informacionFooter {
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 0;
    overflow: hidden;
    position: relative;
}

.informacionFooter.alturafooter {
    height: 0;
    transition: all 0.6s;
    padding: 0;
    margin: 10px;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer li {
    display: flex;
    justify-content: space-between;
}

ul.subMenuFooter {
    margin: 0 0 0 15px !important;
    padding: 0 0 0 15px !important;
    list-style: circle !important;
    height: 0px;
    visibility: hidden;
    transition: all 0.3s;
}

ul.subMenuFooter.alturafooter {
    height: 100px;
    visibility: visible;
}

ul.subMenuFooter li {
    display: list-item;
    list-style: circle;
}

footer form {
    position: relative;
    padding: 0 3px 0 3px;
}

input#EmailBoletin {
    width: 100%;
    height: 50px;
    padding: 0 120px 0 5px;
    line-height: normal;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.mantente_informado input#EmailBoletin {
    box-shadow: none;
}

button#EnviarCorreo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    height: 40px;
    width: 110px;
    border: 0;
    border-radius: 4px;
    background: #0074d9;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

button#EnviarCorreo:hover {
    background: #0057a3;
}

button#EnviarCorreo:active {
    background: #3390e1;
}

#footer-servicios {
    background: #fafafa;
    padding: 0 0 20px;
    width: 100%;
}

hr.bordeCopyright {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #e5e5e5;
}

.alinear {
    display: flex;
    align-items: center;
}

.redesSociales {
    font-size: 28px;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.redesSociales a {
    /* color: inherit; */
    color: #616161;
}

.redesSociales i {
    margin-right: 10px;
    font-size: 28px;
}

.redesSociales a p {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.footer_copys p {
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-decoration: none;
}

h2 i.icono-angle-down {
    width: 0;
}

.footer_copys a {
    color: inherit;
    font-size: 14px;
    line-height: 1.42857143;
}

.metodosPago {
    bottom: 0;
    position: absolute;
    right: 8%;
    width: 20%;
}

.metodosPago h4 {
    cursor: default !important;
    font-weight: 600;
    margin: 0;
}

.metodosPago__logos {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.metodosPago__logos--img img {
    height: auto;
    display: block;
}

.metodosPago__coppel {
    width: 85px;
}

.metodosPago__visa {
    width: 55px;
}

.metodosPago__mastercard {
    width: 50px;
}

#pleca {
    background: #FF647D;
    border-radius: 0 50px 50px 0;
    position: fixed;
    bottom: 50px;
    z-index: 999999;
}

#pleca a {
    align-items: center;
    height: 100px;
    padding: 5px;
    display: flex;
    justify-content: center;
    width: 100px;
}

.plecaImg {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#pleca img {
    max-width: 100%;
}

/*MEDIA QUERYS*/
@media screen and (max-width: 1024px) {

    /* .informacionFooter {
      height: 420px;
    } */
    .footer-info {
        width: 22%;
    }

    .footer-info.atencionfooter {
        width: 26%;
    }

    .footer-boletin {
        width: 50%;
    }

    .footer_copys p {
        padding-right: 30%;
    }

    .metodosPago__coppel {
        width: 60px;
    }

    .metodosPago__visa {
        width: 40px;
    }

    .metodosPago__mastercard {
        width: 35px;
    }
}

@media screen and (max-width: 767px) {
    hr.bordeCopyright {
        margin-top: 20px;
    }

    .footer-info {
        width: 49%;
        margin-bottom: 15px;
    }

    .footer-info.atencionfooter {
        width: 49%;
    }

    .footerMovil {
        height: 180px;
    }

    .footer-boletin {
        width: 100%;
        margin-top: 10px;
    }

    .alinear {
        display: block;
    }

    .footer_copys {
        margin: 15px 0;
    }

    .footer_copys p {
        padding-right: 0;
    }

    #footer .atencionfooter h2 {
        display: block;
    }

    .footer-info.footerMovil {
        width: 49%;
    }

    .footer-info.atencionfooter {
        width: 51%;
        padding-left: 8px;
    }

    #footer-servicios {
        padding: 0 0 10px;
    }

    .metodosPago {
        right: 0;
        width: 50%;
    }

    #pleca a {
        height: 70px;
        width: 70px;
    }
}

@media screen and (max-width: 409px) {
    #footer .atencionfooter h2 {
        padding-right: 14%;
    }

    .altura_scroll {
        height: 35px !important;
    }

    .altura_scroll ul {
        margin-top: 10px !important;
    }

    #footer h2 {
        height: 40px;
        margin: 0;
    }

    #footer .footer-boletin h2 {
        margin-bottom: 5px;
    }
}

/*FIN DE MEDIA QUERYS*/

/*FIN DEL NUEVO CSS - CARLOS ACOSTA*/

/*FOOTER*/
#footer h4 {
    font-size: 15px;
}

#footer h4,
.icono-angle-up {
    cursor: pointer;
}

#footer hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

#footer .icono-angle-up {
    color: #f15c23;
    position: absolute;
    left: 10px;
    transform: rotate(180deg);
}

#footer .social-icons li {
    display: inline-block;
    padding-right: 15px;
}

#footer .social-icons li a i {
    color: #fff;
    left: 1px;
    font-size: 40px;
}

#footer .beneficios-correo,
#footer .beneficios-suscribirme {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}

#footer .beneficios-correo {
    background: #424242;
}

#footer .beneficios-suscribirme {
    background: #686868;
}

#footer .lista-5 .col-xs-3 {
    padding-left: 0;
}

#footer .lista-7 .icono-facebook-3 {
    margin-left: -15px;
}

#footer #beneficios-suscribirme {
    background: #686868;
}

#footer #col-imagenes {
    margin-left: -15px !important;
}

#footer #col-imagenes img {
    width: 45px;
}

#footer #col-imagenes li:last-child img,
#footer #col-imagenes-mov li:last-child img {
    position: relative;
    top: -15px;
    width: 100px;
}

#footer-servicios .copyright-text {
    color: #616161;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

#footer-servicios .copyright-text a,
#footer-servicios .copyright-text a:link,
#footer-servicios .copyright-text a:visited {
    color: #616161;
}

/*Cookies*/

#cookie {
    background: #eff3f6;
    bottom: 0;
    box-shadow: 0 -3px 5px -2px rgba(0, 0, 0, 0.2);
    display: flex;
    position: fixed;
    z-index: 999999;
    width: 100%;
}

#cookie .padre {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 70px;
    justify-content: center;
    padding: 10px 0;
    transition: 0.4s height ease-out;
    visibility: visible;
}

#cookie .padre p {
    color: #616161;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    width: 85%;
}

#cookie .padre a {
    color: #0074d9;
}

#cookie .padre button {
    background: #0074d9;
    border: 0;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    width: 15%;
}

.no-cookie {
    height: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

/*Cookies Carlos Acosta*/
div#cookie__padre {
    display: none;
    height: 0;
    visibility: hidden;
    transition: 0.4s;
}

div#cookie__padre.cookie__padre {
    height: 100px;
    display: flex;
    align-items: center;
    visibility: initial;
    padding: 0 10%;
    transition: 0.4s;
    line-height: 1.5 !important;
}

.cookie__texto {
    height: 60px;
    padding: 0;
}

#cookie p {
    font-size: 14px;
    margin: 0;
    transition: all 0.1s;
    line-height: 1.5 !important;
}

#cookie a {
    transition: all 0.1s;
    line-height: 1.5 !important;
}

i#cookie__cerrar {
    height: 55px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    color: #afafaf;
    transition: all 0.2s;
    top: 30% !important;
    left: 90%;
}

i#cookie__cerrar:hover {
    color: black;
}

div#cookie__padre.no__cookie i#cookie__cerrar {
    visibility: hidden;
}

div#cookie__padre.cookie__padre.no__cookie {
    height: 0;
    margin: 0;
    visibility: hidden;
}

div#cookie__padre.no__cookie p {
    visibility: hidden;
}

div#cookie__padre.no__cookie a {
    visibility: hidden;
}

div#cookie__padre.no_mostrar {
    display: none !important;
}

div#cookie__padre.cookie__padre.cookie_time {
    visibility: hidden;
    height: 0;
}

div#cookie__padre.cookie__padre.cookie_time p {
    visibility: hidden;
    height: 0;
}

div#cookie__padre.cookie__padre.cookie_time a {
    visibility: hidden;
    height: 0;
}

div#cookie__padre.cookie__padre.cookie_time i#cookie__cerrar {
    visibility: hidden;
    height: 0;
}

/*END COOKIES CARLOS ACOSTA*/

/*MEDIA*/
@media (max-width: 1279px) {
    #footer .social-icons li {
        padding-right: 5px;
    }

    .cookie__texto {
        height: 60px;
        padding: 0 5px;
    }

    i#cookie__cerrar {
        height: 55px;
         left: 80%;
        top: 63% !important;
    }
}

@media (max-width: 1023px) {
    #footer .icono-angle-up {
        transform: rotate(90deg);
    }

    #footer #col-imagenes-tab {
        margin-left: 0 !important;
    }

    #footer #col-imagenes-tab .col-xs-2 img {
        width: 50px;
        top: 5px;
    }

    #footer #col-imagenes-tab .col-xs-3 img {
        width: 80px;
    }

    #footer #col-sociales-tab .icono-angle-up,
    #footer #col-beneficios-tab .icono-angle-up {
        transform: rotate(180deg);
    }

    .lista-1,
    .lista-2,
    .lista-3,
    .lista-4,
    .lista-5 {
        display: none;
    }

    #col-imagenes-tab ul .col-xs-3 {
        width: 15% !important;
    }
}

@media (max-width: 767px) {

    #footer #col-imagenes li:last-child img,
    #footer #col-imagenes-mov li:last-child img {
        position: relative;
        top: 5px;
        width: 100px;
    }

    #footer #col-sociales-tab .icono-angle-up,
    #footer #col-beneficios-tab .icono-angle-up {
        transform: rotate(90deg);
    }

    #footer-servicios a,
    #footer-servicios .span-derechos {
        display: block;
    }

    .lista-6,
    .lista-7,
    .facebook-box {
        display: none;
    }

    #col-imagenes-mov ul li img {
        max-width: 75%;
    }

    div#cookie__padre.cookie__padre {
        height: 120px;
        padding: 0;
    }

    .cookie__texto {
        height: 80px;
    }

    i#cookie__cerrar {
        height: 75px;
        left: 80%;
        top: 63% !important;
    }
}

@media (max-width: 639px) {

    #footer #col-imagenes li:last-child img,
    #footer #col-imagenes-mov li:last-child img {
        position: relative;
        top: 5px;
        width: 100px;
    }

    #col-imagenes-mov ul li img {
        max-width: 100%;
    }

    #footer .social-icons li a i {
        font-size: 25px;
    }

    #footer h4 {
        font-size: 12px;
    }
}

@media (max-width: 551px) {
    .cookie__texto {
        height: 100px;
    }

    i#cookie__cerrar {
        height: 95px;
        left: 80%;
        top: 63% !important;
    }
}

@media (max-width: 479px) {

    #footer #col-imagenes li:last-child img,
    #footer #col-imagenes-mov li:last-child img {
        position: relative;
        top: 5px;
        width: 100px;
    }

    #footer #col-imagenes-mov .col-xs-2 img {
        width: 35px;
    }

    #footer #col-imagenes-mov li:last-child img {
        position: relative;
        top: -5px;
        width: 60px;
    }

    .cookie__texto {
        height: 120px;
    }

    i#cookie__cerrar {
        height: 115px;
        left: 80%;
        top: 63% !important;
    }

    div#cookie__padre.cookie__padre {
        height: 150px;
    }
}

@media (max-width: 360px) {
    div#cookie__padre.cookie__padre {
        height: 180px;
    }

    .cookie__texto {
        height: 140px;
        padding: 0 10px;
    }

    i#cookie__cerrar {
        height: 135px;
        left: 80%;
        top: 63% !important;
    }
}

@media (max-width: 320px) {
    div#cookie__padre.cookie__padre {
        height: 200px;
    }

    .cookie__texto {
        height: 160px;
        padding: 0 10px;
    }

    i#cookie__cerrar {
        height: 155px;
        left: 80%;
        top: 63% !important;
    }
}