* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: transparent;
}

html.loader:after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 50px;
    text-align: center;
    color: white;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    z-index: 101;
}

html.loader:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.anim_04 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.div_wrap {
    max-width: 1120px;
    margin: 0 auto;
}

.div_wrap:after {
    content: '';
    display: block;
    clear: both;
}

div.clear {
    clear: both;
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .div_wrap {
        max-width: 980px;
    }
}

@media screen and (max-width: 1023px) {
    .div_wrap {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .div_wrap {
        max-width: 100%;
        padding: 0 15px;
    }
}

html, body {
    min-height: 100%;
    font-family: 'FuturaLT-Book';
    background-color: #F0DED1;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* HEADER */
header {

}

header .white_line {
    background-color: white;
    padding: 20px 0;
}

header .white_line .logo {
    display: block;
    float: left;
}

header .white_line .logo img {
    display: block;
    height: 47px;

}

@media screen and (max-width: 767px) {
    header .white_line {
        padding: 20px 10px;
    }
}


footer {
    padding: 40px 0;
    text-align: left;
    line-height: 13px;
    font-size: 13px;
    font-family: 'FuturaLT-Light';
    color: #ffffff;
    background-color: #E38D7A;
}

footer a {
    color: #ffffff;
    margin: 0 8px;
    cursor: pointer;
}


footer a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    footer {
        text-align: center;
        color: white;
        padding: 20px 0;
    }

    footer a {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
    }

    footer img {
        width: 100px;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }
}

#entradilla {
    overflow: hidden;
    padding: 60px 0;
}

#entradilla .texto,
#entradilla .producto {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

#entradilla .texto > div {
    display: table;
    vertical-align: middle;
    height: 280px;
    width: 100%;
}

#entradilla .texto > div > div {
    display: table-cell;
    vertical-align: middle;
    height: 280px;
    text-align: center;
    width: 100%;
    color: #E38D7A;
    font-family: 'FuturaLT-Bold';
    font-size: 30px;
}

#entradilla .texto > div > div span {
    color: #F0DED1;
    text-shadow: 1px 0 #E38D7A, -1px 0 #E38D7A, 0 1px #E38D7A, 0 -1px #E38D7A,
    1px 1px #E38D7A, -1px -1px #E38D7A, 1px -1px #E38D7A, -1px 1px #E38D7A;
    display: block;
    letter-spacing: 2px;
}

#busar_por_ubicacion {
    overflow: hidden;
    text-align: center;
}

#busar_por_ubicacion #formTextoLocaliza {
    background-color: white;
    border-radius: 5px;
    line-height: 40px;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: 'FuturaLT-Book';
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 470px;
    height: 40px;
    vertical-align: top;
}

#busar_por_ubicacion a {
    background-color: #E38D7A;
    color: white;
    border-radius: 5px;
    line-height: 40px;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: 'FuturaLT-Book';
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 150px;
    height: 40px;
    vertical-align: top;
    cursor: pointer;
}

#busar_por_ubicacion a i {
    line-height: 40px;
    font-size: 30px;
    margin-right: 10px;
    vertical-align: bottom;
}

#busar_por_ubicacion a.buscar_localiza {
    margin: 0 20px;
}

#busar_por_ubicacion a.mi_localizacion {
    background-color: #AEB0B3;
    width: 300px;
}

.warp_mapa_buscador {
    width: 100%;
    height: 500px;
    margin-top: 25px;
    margin-bottom: 90px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.warp_mapa_buscador .resultados_de_busqueda {
    width: 350px;
    height: 500px;
    float: left;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
}

#map_localiza {
    width: calc(100% - 350px);
    height: 100%;
    float: left;
}

.realiza_una_busqueda {
    padding: 30px 0;
    text-align: center;
    font-style: italic;
    font-family: 'FuturaLT-Book';
}

.punto_de_venta .nombre {
    color: #E38D7A;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
    font-family: 'FuturaLT-Bold';
}

.punto_de_venta .nombre small {
    font-family: 'FuturaLT-Light';
    font-style: italic;
}

.punto_de_venta .datos {
    min-width: 200px;
    padding-bottom: 20px;
}

.punto_de_venta .datos .dato {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    line-break: auto;
}

.punto_de_venta .datos .dato:last-child {
    margin-bottom: 0px;
}

.punto_de_venta .datos .dato i {
    color: #E38D7A;
    font-size: 20px;
    line-height: 16px;
    vertical-align: bottom;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.punto_de_venta .datos .dato a {
    text-decoration: underline;
    color: black;
}

.punto_de_venta .datos .boton a {
    text-decoration: none;
    background-color: #E38D7A;
    color: white;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 7px 15px;
    font-family: 'FuturaLT-Book';
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    color: white;
}


.warp_mapa_buscador .resultados_de_busqueda .punto_de_venta {
    padding: 15px;
    border-bottom: 1px solid #E38D7A;
}

.warp_mapa_buscador .resultados_de_busqueda .punto_de_venta .datos {
    padding-bottom: 0;
}


@media screen and (max-width: 1279px) {

    .warp_mapa_buscador .resultados_de_busqueda {
        width: 300px;
    }

    #map_localiza {
        width: calc(100% - 300px);
    }
}


@media screen and (max-width: 1023px) {
    header .white_line {
        padding: 15px 0;
    }

    header .white_line .logo img {
        display: block;
        height: 37px;
    }

    #entradilla {
        padding: 30px 0;
    }

    #entradilla .texto,
    #entradilla .producto {
        width: 100%;
        float: none;
    }

    #entradilla .texto,
    #entradilla .texto > div,
    #entradilla .texto > div > div {
        height: auto;
    }

    #entradilla .texto {
        margin-bottom: 30px;
    }

    #busar_por_ubicacion a.mi_localizacion {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }


    .warp_mapa_buscador .resultados_de_busqueda {
        display: none;
    }

    #map_localiza {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    header .white_line {
        padding: 10px 0;
    }

    header .white_line .logo img {
        display: block;
        height: 27px;
    }

    #entradilla .texto > div > div {
        font-size: 25px;
    }

    #entradilla .producto img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    #busar_por_ubicacion #formTextoLocaliza {
        width: calc(100% - 60px);
        font-size: 17px;
    }

    #busar_por_ubicacion a.buscar_localiza {
        width: 40px;
        margin-left: 10px;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }

    #busar_por_ubicacion a.buscar_localiza i {
        margin: 0;
    }

    #busar_por_ubicacion a.buscar_localiza span {
        display: none;
    }

    #busar_por_ubicacion a.mi_localizacion {
        width: calc(100% - 5px);
        font-size: 17px;
    }

    .warp_mapa_buscador {
        margin-bottom: 30px;
    }

}


/* COOKIES */
.smsCookie {
    background-color: rgba(0, 0, 0, 0.7);
    color: #9A9A9A;
    padding: 40px 0;
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    z-index: 200;
    font-family: 'FuturaLT-Book';
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.smsCookie.open {
    top: 50%;
}

.smsCookie b {
    font-family: 'FuturaLT-Bold';
    font-weight: normal;
    font-size: 20px;
    color: white;
}

.smsCookie p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.smsCookie .for_configurar ul li {
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.smsCookie p a {
    color: white;
    text-decoration: underline;
}

.smsCookie a.btn {
    border-radius: 40px;
    border: 2px solid #E38D7A;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-family: 'FuturaLT-Bold';
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 300px;
    background-color: black;
    color: white;
    cursor: pointer;
    float: right;
}

.smsCookie a.btn.btn_config {
    float: left;
    border: 2px solid transparent;
    font-family: 'FuturaLT-Book';
    font-size: 17px;
    background-color: transparent;
    text-decoration: underline;
    text-transform: none;
}


.smsCookie a.comoBtn {
    color: white;
    margin-left: 15px;
    font-size: 50px;
    padding: 0;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    vertical-align: bottom;
}

.smsCookie a.comoBtn.comoBtnAAnalitica,
.smsCookie a.comoBtn.comoBtnAPublicitarias,
.smsCookie a.comoBtn.comoBtnAPersonalizacion {
    color: red;
}

.smsCookie a.comoBtn.comoBtnRAnalitica,
.smsCookie a.comoBtn.comoBtnRPublicitarias,
.smsCookie a.comoBtn.comoBtnRPersonalizacion {
    color: green;
}

.smsCookie a.comoBtn.selected {
    display: none;
}

.smsCookie a.comoBtn i {
    line-height: 30px;
}

.smsCookie .for_configurar {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    border: 2px solid #E38D7A;
    padding: 30px;
    text-align: left;
    border-radius: 20px;
    background-color: black;
    box-sizing: border-box;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1120px;
    color: white;
}

.smsCookie .for_configurar .titulo {
    font-family: 'FuturaLT-Bold';
}

.smsCookie .for_configurar ul {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.smsCookie .for_configurar ul li {
    list-style: disc;
}

@media screen and (max-width: 1279px) {
    .smsCookie .for_configurar {
        width: 880px;
    }

}

@media screen and (max-width: 1023px) {

    .smsCookie .for_configurar {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .smsCookie .for_configurar {
        max-height: 90%;
        overflow-y: auto;
    }

    .smsCookie {
        padding: 20px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .smsCookie b {
        font-family: 'FuturaLT-Bold';
        font-weight: normal;
        font-size: 21px;
    }

    .smsCookie a.btn {
        border-radius: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
    }

    .smsCookie b {
        font-family: 'FuturaLT-Bold';
        font-weight: normal;
        font-size: 13px;
    }

    .smsCookie p,
    .smsCookie .for_configurar ul li {
        font-size: 12px;
        line-height: 15px;
        color: white;
    }

    .smsCookie a.btn.btn_config {
        font-size: 10px;
        border-radius: 20px;
        line-height: 20px;
    }

    .smsCookie a.comoBtn i {
        line-height: 20px;
    }

    .smsCookie a.comoBtn {
        font-size: 40px;
        line-height: 20px;
        height: 20px;
    }
}

/* ALERTS */

.alert {
    border: 1px solid #ccc;
    background-color: rgba(204, 204, 204, 0.81);
    font-family: 'FuturaLT-Book';
    padding: 20px;
    min-width: 250px;
    min-height: 50px;
    border-radius: 4px;
    box-sizing: border-box;
}

.alert a {
    color: white !important;
    text-decoration: underline !important;
}

.alert.alert-danger {
    border: 1px solid #ff0000;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
}

.alert.alert-success {
    border: 1px solid #00b000;
    background-color: rgba(0, 176, 0, 0.8);
    color: white;
}

.alert.alert-warning {
    border: 1px solid rgba(211, 188, 18, 1);
    background-color: rgba(211, 188, 18, 1);
    color: black;
}

.alert.alert-warning a {
    color: black !important;
}


.alert .close {
    background-color: transparent;
    color: white;
    font-size: 20px;
    cursor: pointer;
}


.bloque_texto_100 h1,
.bloque_texto_100 h2,
.bloque_texto_100 h3,
.bloque_texto_100 h4,
.bloque_texto_100 h5,
.bloque_texto_100 h6 {
    margin-top: 40px;
    font-family: 'FuturaLT-Bold';
    color: black;
    margin-bottom: 15px;
}

.bloque_texto_100 h1:first-child,
.bloque_texto_100 h2:first-child,
.bloque_texto_100 h3:first-child,
.bloque_texto_100 h4:first-child,
.bloque_texto_100 h5:first-child,
.bloque_texto_100 h6:first-child {
    margin-top: 0px;
}

.bloque_texto_100 h1 {
    font-size: 30px;
    line-height: 35px;
}

.bloque_texto_100 h2 {
    font-size: 27px;
    line-height: 32px;
}

.bloque_texto_100 h3 {
    font-size: 24px;
    line-height: 29px;
}

.bloque_texto_100 h4 {
    font-size: 21px;
    line-height: 26px;
}

.bloque_texto_100 h5 {
    font-size: 18px;
    line-height: 23px;
}

.bloque_texto_100 p,
.bloque_texto_100 li {
    font-family: 'FuturaLT-Light';
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 23px;
}

.bloque_texto_100 b,
.bloque_texto_100 strong {
    font-family: 'FuturaLT-Bold';
}

.bloque_texto_100 li {
    margin-bottom: 7px;
}

.bloque_texto_100 ul,
.bloque_texto_100 ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 40px;
}

.bloque_texto_100 ul li {
    list-style: disc;
}

.bloque_texto_100 ol li {
    list-style: decimal;
}

.bloque_texto_100 table {
    width: 100%;
    font-family: 'FuturaLT-Light';
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
    border-collapse: collapse;
}

.bloque_texto_100 table td {
    border: 1px solid black;
    padding: 10px;
}

.bloque_texto_100 table td p {
    margin-bottom: 0;
}

.bloque_texto_100 table thead tr:first-child td,
.bloque_texto_100 table thead tr:first-child td p {
    font-family: 'FuturaLT-Bold';
}

.bloque_texto_100 a {
    color: black;
    text-decoration: underline;
}


section {
    padding: 20px 0;
}

@media screen and (max-width: 767px) {

    section {
        padding: 10px 0;
    }
}
