@charset "UTF-8";

.ctnSocBtn a,
.footer .separador {
    display: inline-block;
}

/*aviso de cookies*/
.ctn-cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #00b7b7; */
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

.ctn-cookies .inner {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px 120px 10px 0;
    position: relative;
}

.ctn-cookies p a,
.ctn-cookies p {
    color: #00b7b7;
    font-size: 14px;
    text-align: justify;
}

.ctn-cookies p a {
    text-decoration: none;
    color: #ffdd00;
}

.ctn-cookies p a:hover {
    color: #ffdd00;
    text-decoration: underline;
    cursor: pointer;

}

.close-cookies {
    background-color: #00b7b7;
    color: #212121;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    min-width: 80px;
    border-radius: 12px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    letter-spacing: 0.7px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.close-cookies:hover {
    background-color: #fff;
    color: #024da1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.close-cookies i {
    line-height: 30px;
    height: 30px;
}

/*footer*/
.footer {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    font-size: 14px;
    background-color: #212121;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.footer h5 {
    font-weight: 400;
    color: #7f7f7f;
}

.footer p {
    margin: 6px;
    max-width: 300;
    color: #7f7f7f;
    margin-left: 0;
    font-size: .875rem;
}

.footer ul {
    list-style: none;
    margin-left: 0;
}

.footer ul li a>i {
    float: right;
    margin-right: 15px;
}

.footer ul>li {
    text-decoration: none;
    padding: 8px 0;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: solid 1px #383838;
}

.footer ul>li a {
    width: 100%;
    display: inline-block;
    background-image: url('../../images/icons/icon_arrow-footer.svg');
    background-repeat: no-repeat;
    background-position: 97% center;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
    padding-right: 1rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.footer ul>li a:hover {
    background-position: 100% center;
}

.footer ul>li:last-child {
    border-bottom: none;
}

.footer a {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.footer a,
.footer a:visited {
    color: #777;
}

.footer a:hover {
    color: #ABABAB;
}

.feet-line {
    border-bottom: solid 1px #383838;
    padding-bottom: 2rem;
}

.logos-f {
    padding: 20px 0;
    height: auto;
    text-align: center;
}

.logos-f {
    padding: 20px 0;
    height: auto;
}

.logos-fcenter {
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
}

.logos-f img.all{
    max-width: 600px;
}
.logos-f img.ce,
.logos-f img.cej,
.logos-f img.cep,
.logos-f img.ces,
.logos-f img.cc {
    max-width: 95px;
    width: 100%;
    height: auto;
    margin: 0 .5rem;
    display: inline-block;
    vertical-align: top;
}

.logos-f img.ces,
.logos-f img.cep,
.logos-fcenter img.cc {
    margin-top: 6px;
}

.footer a.help,
.footer a.help:visited {
    color: #7f7f7f;
}

.footer a.help:hover {
    color: #fd0;
}

.footer .rights p {
    font-size: 10px;
}

.footer i[class*=fi-] {
    padding: 0 5px;
    font-size: 18px;
}

.ctnSocBtn {
    text-align: left;
    padding-top: .5rem;
}

.ctnSocBtn a {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #7f7f7f;
    vertical-align: top;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ctnSocBtn a:hover {
    border-color: #ffdd00;
}

.ctnSocBtn a:hover span {
    color: #ffdd00;
}

.ctnSocBtn a span {
    line-height: 40px;
    width: 40px;
    color: #7f7f7f;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.ctnSocBtn .social:before {
    text-align: center;
    line-height: 30px;
}

.ctnSocBtn a.ic-insta {
    background-image: url('../../images/icons/instagram-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 18px;
    background-size: 18px;
    vertical-align: top;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

.ctnSocBtn a.ic-insta:hover {
    background-image: url('../../images/icons/instagram-logo-y.png');
}

.ctnSocBtn a span.icon-blogger {
    background-image: url('../../images/icons/icon__blogce.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 14px;
    background-size: 14px;
    vertical-align: top;
    height: 40px;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

.ctnSocBtn a span.icon-blogger:hover {
    background-image: url('../../images/icons/icon__blogce-y.png');
}

.ctnSocBtn a span.icon-blogger:before,
.ctnSocBtn a.ic-insta span:before {
    content: none;
    display: none;
}

.footer .info i {
    font-size: 12px;
}

.footer .separador {
    height: 40px;
    margin: 0 15px;
    width: 1px;
    border-right: solid 1px #383838;
}

.footer .certificados {
    text-align: right;
    margin-top: 5px;
}

.footer .certificados img {
    width: auto;
    max-height: 36px;
    margin: 0 5px;
    max-width: 240px;
}

.footer a.help {
    display: inline-block !important;
    margin-top: 10px;
}

.footer a.help .ic--chat {
    display: inline-block;
    width: 36px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('/themes/city_express/images/icons/icon__chatNdgray.svg');
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: middle;
}

.footer a.help .ic--whats {
    display: inline-block;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('/themes/city_express/images/icons/icon__whats.png');
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: middle;
}

.footer .linktohelp {
    max-width: 200px;
    border-bottom: 1px solid #383838;
}

.footer .linktohelp li {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer .linktohelp li a {
    margin-top: .25rem;
    margin-bottom: .25rem;
    display: inline-block !important;
    width: auto;
    text-transform: none;
    font-size: .875rem;
}

.footer .helpPhones .help:nth-of-type(1) {
    margin-right: 1rem;
}

.overlay__confirmacion {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .65);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all linear .25s;
    -webkit-transition: all linear .25s;
    -moz-transition: all linear .25s;
}

.overlay__confirmacion.open {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.overlay__confirmacion .wrap__confirmacionEnvio{
    background-color: #f9f9f9;
    border-radius: 20px;
    max-width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    padding: 2rem;
    color: #081538;
    width: 100%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.overlay__confirmacion .icon__confirmacionEnvio{
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    background-image: url('../../images/icons/paper-plane.svg');
}
.overlay__confirmacion .icon__confirmacionEnvio.error{
    background-image: url('../../images/icons/icon__msj-alert.svg');
}
.overlay__confirmacion p{
    color: #081538;
    margin-top: 1rem;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.overlay__confirmacion .close_confirmacion{
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 1rem;
    background-color: #0d73d6;
    border-color: #0d73d6;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    margin-bottom: 0;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width:1200px) {
    .ctn-cookies .inner {
        padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 100px;
    }

    .close-cookies {
        right: 10px;
        font-weight: 400;
    }

    .close-cookies {
        font-size: 10px;
    }

    .ctn-cookies p a,
    .ctn-cookies p {
        font-size: 13px;
        line-height: 1.5em;
        text-align: left;
    }
}

@media (max-width:1023px) {
    .footer .certificados {
        text-align: center;
        margin-bottom: 60px;
    }

    .footer .rights p {
        text-align: center;
        max-width: 100%;
        margin: 10px auto;
    }
}

@media (max-width:920px) {
    .footer .feet-line .office {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .ctnSocBtn {
        padding: 10px 0;
    }

    .footer .feet-line .info,
    .footer .feet-line .tleft {
        width: 100% !important;
        margin: 15px 0;
    }

    .footer p {
        max-width: 100%
    }

    .footer .feet-line .office br {
        display: none;
    }
}

@media screen and (max-width:720px) {
    .logos-fcenter {
        text-align: center;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .logos-f img.ce,
    .logos-f img.cej,
    .logos-f img.cep,
    .logos-f img.ces,
    .logos-f img.cc {
        margin: 1rem 1rem;
    }

    .footer .separador {
        width: 90%;
        height: 1px;
        border-bottom: solid 1px #383838;
        margin: 15px auto;
        display: block;
    }

    .logos-f img.cej,
    .logos-f img.cep,
    .logos-f img.ces {
        float: none;
        margin: 10px 15px;
    }
}