﻿/*-----------------------------------------------------------------------------------------------------------------------------------
    MAPA DE DIRECCIONES
-----------------------------------------------------------------------------------------------------------------------------------*/

mapaDirecciones {
    float: left;
    width: 450px;
    height: 100vh;
    overflow: hidden;
    background-color: white !important;
}

.mapaDirecciones .logos {
    height: calc(100vh - 55px);
    width: 480px;
    overflow-y: scroll;
    float: left;
    background: white;
    position: relative;
    padding: 20px 0;
}

.logos h3 {
    font-family: 'FuturaBold';
    font-size: 18px;
    text-transform: none;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 30px;
    margin-top: 30px;
    width: 100%;
}

.logos .tienda {
    padding-bottom: 300px;
}

.socio {
    text-align: center;
    width: 30%;
    margin: 0 1.66%;
    float: left;
    z-index: 1;
}

.og-grid li {
    display: block;
    margin-left: 0 !important;
}

    .og-grid li img {
        width: 100%;
        filter: grayscale(100%);
    }

        .og-grid li img:hover {
            filter: grayscale(0);
        }

.map {
    margin-top: 0;
    height: 100% !important;
    width: 100% !important;
    background: white !important;
}

.div_mapaMv {
    width: 100%;
    height: 100% !important;
    overflow-y: auto;
    float: left;
    padding-left: 0;
    padding-right: 20px;
    position: fixed;
    height: calc(100% - 20px);
    z-index: 50;
    background-color: white;
}

.flechaLogos, .xCerrar {
    display: none;
}

@media (max-width: 768px) {
    .mapaDirecciones .logos {
        width: 100%;
        position: relative;
        height: 100vh;
        overflow-y: auto;
        margin-top: 55px;
        float: none;
    }

    .og-grid li {
        width: 30% !important;
    }

    .flechaLogos {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        background-color: #00AEA9;
        z-index: 6;
    }

    .xCerrar {
        display: inline-block;
        position: absolute;
        right: 8%;
        top: 9%;
        color: orangered;
        opacity: 0.8;
        z-index: 6;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .flechaLogos a {
        cursor: pointer !important;
    }

    .esconderLogos {
        left: -100%;
        display: none !important;
    }

    .logos .tienda {
        margin-left: -3.33%;
        margin-bottom: -45px;
    }

    .logos .proxima {
        padding-bottom: 150px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .mapaDirecciones .logos {
        width: 240px;
    }

    .socio {
        width: 45%;
    }

    .logos .tienda {
        margin-left: -5%;
        margin-bottom: 70px;
    }

    .logos .proxima {
        padding-bottom: 100px;
    }
}

@media (min-width: 1025px) and (max-width: 1460px) {
    .mapaDirecciones .logos {
        padding: 60px 0;
    }

    .logos .tienda {
        padding-bottom: 320px;
    }
}

/*-----------------------------------------------------------------------------------------------------------------------------------
    FORMULARIO ÚNETE A IXOS
-----------------------------------------------------------------------------------------------------------------------------------*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    transition: opacity 500ms;
    z-index: 1060;
    overflow: auto;
}

    .overlay h2 {
        border-bottom: 1px solid white;
        padding-bottom: 10px;
    }

.overlayOculto {
    visibility: hidden;
    opacity: 0;
}

#FormIXOS,
#FormBuscar,
#FormTiendas,
#FormPDM {
    font-family: FuturaBook;
    background-color: #E2241A;
}

    #FormIXOS p,
    #FormBuscar p,
    #FormTiendas p,
    #FormPDM p {
        margin-bottom: 30px;
        font-size: 0.8em;
    }

#popupBody {
    width: 50%;
    height: auto;
    padding: 0.5%;
    box-shadow: 0 0 3px #CCC;
    background: #E2241A;
    position: relative;
    margin: 10% auto;
    transition: all 5s ease-in-out;
}

    #popupBody h1 {
        font-family: FuturaBold !important;
        font-size: 1.6em;
        color: white;
        margin-bottom: 10px;
    }

    #popupBody h2 {
        font-family: FuturaBold !important;
        font-size: 1.1em;
    }

.titulos {
    width: 86%;
    margin-left: 7%;
    margin-top: 30px;
}

#popupCerrar {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    transition: all 200ms;
    opacity: 0.9;
}

    #popupCerrar:hover, #videoCerrar:hover, #videoCerrar2:hover {
        cursor: pointer;
    }

.checkLegal {
    width: 10px !important;
    margin-right: 15px !important;
    margin-bottom: 10px !important;
    vertical-align: middle;
}

    .checkLegal p {
        color: white !important;
    }

@media (max-width: 768px) {
    #FormIXOS {
        width: 100%;
        min-height: 475px;
        padding: 15px;
    }

        #FormIXOS input {
            width: 100%;
            padding: 10px;
            margin: 7px 0;
            border: none;
        }

    .selectPopup {
        color: rgba(0,175,170,0.5);
        padding: 10px;
        margin: 5px 0;
        border: none;
    }

    .optionPopup {
        color: black;
        font-size: 1.1em;
        padding-left: 10px;
    }

        .optionPopup:hover {
            color: rgb(0,175,170);
        }

    #FormIXOS button {
        padding: 0 20px;
        background-color: #00AEA9;
        color: white;
        margin: 25px 0;
        border: none;
        width: 100%;
        font-size: 1.1rem;
    }

    .overlay h2 {
        border-bottom: 1px solid white;
    }

    #popupBody {
        width: 100%;
        height: 100%;
        padding: 0.5%;
        box-shadow: 0 0 3px #CCC;
        background: #E2241A;
        position: relative;
        margin: 0;
        transition: all 3s ease-in-out;
        overflow: auto;
    }

    #popupCerrar {
        position: absolute;
        top: 12px;
        right: 20px;
        font-size: 21px;
        font-weight: bold;
        text-decoration: none;
        color: white;
        transition: all 200ms;
        opacity: 0.9;
    }

        #popupCerrar:hover {
            cursor: pointer;
        }
}

@media (min-width: 769px) {
    #FormIXOS {
        width: 100%;
        min-height: 350px;
        padding: 0px 50px;
        margin: 25px 0;
        margin-bottom: 35px;
    }

        #FormIXOS input {
            width: 100%;
            padding: 10px;
            margin: 5px 0;
            border: none;
        }

            #FormIXOS input[type=text], #FormIXOS input[type=email], #FormIXOS input[type=tel] {
                width: 100%;
                padding: 10px;
                margin: 15px 0;
                border: none;
                height: 50px;
            }

        #FormIXOS select {
            color: rgba(0,175,170,0.5);
            padding: 10px;
            margin: 5px 0;
            border: none;
            height: 50px;
        }

        #FormIXOS option {
            color: black;
            font-size: 1.1em;
            padding-left: 10px;
        }

            #FormIXOS option:hover {
                color: rgb(0,175,170);
            }

        #FormIXOS button {
            float: right;
            padding: 5px 30px;
            background-color: #00AEA9;
            color: white;
            margin-top: -65px;
            border: none;
            font-weight: bold;
        }
}

/* ---------- Select y options ---------- */

.myCustomSelect option {
    color: black !important;
    font-family: 'FuturaBook';
    font-size: 1em;
    margin-left: 10% !important;
}

/* ---------- El container debe ser posicionado en "relative" ---------- */

.custom-select {
    position: relative;
    font-family: 'FuturaBook';
    font-size: 1em;
    float: right;
    width: 100%;
    margin: 10px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 0.65rem !important;
}

@media (max-width: 768px) {
    .custom-select {
        margin: 7px 0 !important;
    }
}

/* ---------- Esconde el elemento SELECT original ---------- */

.custom-select select {
    display: none;
}

/* ---------- Estilo de flecha dentro del "select" ---------- */

.select-selected:after {
    position: absolute;
    content: "";
    top: 9px;
    right: 17px;
    width: 0;
    height: 0;
}

/* ---------- Punto de flecha cuando el "select box" está abierto ("active") ---------- */

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 23px;
}

/* ---------- Estilo de items ("options"), incluyendo el "selected" ---------- */

.select-items div {
    padding: 5px;
    cursor: pointer;
    user-select: none;
    font-weight: normal;
}

.select-selected {
    color: rgba(0,175,170,0.7);
    cursor: pointer;
    user-select: none;
    width: 103%;
}

/* ---------- Estilo items ("options") ---------- */

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 10px;
    line-height: 30px;
}

/* ---------- Esconde el elemento cuando el "select box" está cerrado ---------- */

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    cursor: pointer;
}

input[type=checkbox] {
    transform: scale(1.4);
}

.mySelect-ul {
    background-color: white;
    margin-top: 50px;
    padding-left: 0;
}

@media screen and (max-width:600px) {
    .mySelect-ul {
        margin-top: 75px;
    }
}

.mySelect-li {
    padding: 10px 15px;
    list-style: none;
}

.mySelect-span {
    color: orangered;
    opacity: 0.7;
    display: inline;
    margin-left: 10px;
    cursor: pointer;
}

/*--------------------------------------------------*/

.popupContent .select-selected {
    margin-top: 8px;
    margin-bottom: 5px;
}

@media screen (min-width: 1261px) {
    .popupContent .select-selected {
        margin-top: 15px !important;
        margin-bottom: 10px !important;
        padding: 15px;
    }
}

/*-----------------------------------------------------------------------------------------------------------------------------------
    FORMULARIO CONTACTO
-----------------------------------------------------------------------------------------------------------------------------------*/

#FormContacto,
#FormBuscar,
#FormTiendas,
#FormPDM {
    text-align: left;
}

.pContact {
    background-color: #E2241A;
    color: white;
    cursor: pointer;
    width: 80%;
    margin-left: 10%;
    padding: 7px;
}

@media (max-width: 768px) {
    #FormContacto,
    #FormBuscar,
    #FormTiendas,
    #FormPDM {
        min-height: 475px;
        padding: 30px 15px 100px 15px;
        background-color: rgba(0,0,0,0.1);
        margin-top: 50px;
        width: 112%;
        margin-left: -6%;
    }

        #FormContacto input, #FormContacto textarea, #FormContacto select,
        #FormBuscar input, #FormBuscar textarea, #FormBuscar select,
        #FormTiendas input, #FormTiendas textarea, #FormTiendas select,
        #FormPDM input, #FormPDM textarea, #FormPDM select {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: none;
            font-size: 1em;
        }

        #FormContacto select,
        #FormBuscar select,
        #FormTiendas select,
        #FormPDM select {
            color: rgba(0,175,170,0.6);
            background-color: white;
        }

    .seleccionado {
        color: black !important;
    }

    #FormContacto option,
    #FormBuscar option,
    #FormTiendas option,
    #FormPDM option {
        color: black;
        font-family: 'Futura LT Pro';
        font-size: 1.1em;
        margin-left: 10px !important;
    }

        #FormContacto option:hover,
        #FormBuscar option:hover,
        #FormTiendas option:hover,
        #FormPDM option:hover {
            color: rgb(0,175,170);
        }

    #FormContacto textarea,
    #FormBuscar textarea,
    #FormTiendas textarea,
    #FormPDM textarea {
        resize: none;
    }

    #FormContacto button,
    #FormBuscar button,
    #FormTiendas button,
    #FormPDM button {
        float: right;
        padding: 5px 20px;
        background-color: #00AEA9;
        color: white;
        margin-top: 12px;
        border: none;
        width: 100%;
    }

    #nombre, #email, #telefono, #categoria {
        width: 100% !important;
        float: left;
    }

    .gm-ui-hover-effect {
        width: unset !important;
        float: none !important;
        margin-right: 5px !important;
        margin-top: 5px !important;
        opacity: 1 !important;
    }

    .pContact {
        width: 112%;
        margin-left: -6%;
        font-size: 0.8rem;
        padding: 10px 12px;
    }

    .checkLegal {
        width: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .contact {
        width: 100%;
        padding: 0 10%;
        padding-left: 10%;
    }
}

@media (min-width: 769px) {
    #FormContacto,
    #FormBuscar,
    #FormTiendas,
    #FormPDM {
        width: 80%;
        margin: auto;
        padding: 35px 50px;
        margin-top: 50px;
        background-color: rgba(0,0,0,0.1);
    }

        #FormContacto input, #FormContacto textarea, #FormContacto select,
        #FormBuscar input, #FormBuscar textarea, #FormBuscar select,
        #FormTiendas input, #FormTiendas textarea, #FormTiendas select,
        #FormPDM input, #FormPDM, textarea, #FormPDM select {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: none;
            font-size: 1em;
        }

        #FormContacto select,
        #FormBuscar select,
        #FormTiendas select,
        #FormPDM select {
            color: rgba(0,175,170,0.5);
        }

    .seleccionado {
        color: black !important;
    }

    #FormContacto option,
    #FormBuscar option,
    #FormTiendas option,
    #FormPDM option {
        color: rgba(0,175,170,0.5);
        font-family: 'FuturaBook';
        font-size: 1.1em;
        padding-left: 150px;
    }

    #FormContacto textarea,
    #FormBuscar textarea,
    #FormTiendas textarea,
    #FormPDM textarea {
        resize: none;
    }

    #FormContacto button,
    #FormBuscar button,
    #FormTiendas button,
    #FormPDM button {
        float: right;
        padding: 5px 25px;
        background-color: #00AEA9;
        color: white;
        margin-top: -75px;
        border: none;
    }

    #email {
        float: left;
    }

    #telefono {
        float: right;
    }

    .checkLegal {
        width: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1460px) {
    #FormContacto {
        width: 100%;
    }

    .pContact {
        width: 100%;
        margin-left: 0;
    }
}

/*-----------------------------------------------------------------------------------------------------------------------------------
    FORMULARIO TE LLAMAMOS
-----------------------------------------------------------------------------------------------------------------------------------*/

.divTeLlamamos {
    position: fixed;
    bottom: 5%;
    right: 0;
    transition: ease-in-out 0.5s;
    z-index: 1011;
}

.divTeLlamamosNoIndex {
    position: fixed;
    bottom: 5%;
    right: -204px;
    transition: ease-in-out 0.5s;
    z-index: 1011;
}

    .divHorario {
        position: fixed;
        bottom: 5%;
        right: -204px;
        transition: ease-in-out 0.5s;
        z-index: 1011;
    }

.divTeLlamamos:hover, 
.divHorario:hover,
.divTeLlamamosNoIndex:hover {
    cursor: pointer;
    right: 0;
}

        .divTeLlamamos h4,
        .divHorario h4,
        .divTeLlamamosNoIndex h4 {
            text-align: center;
            padding: 10px 20px;
            font-size: 1.5rem;
            margin-bottom: 0;
            color: white;
        }

        .divTeLlamamos i,
        .divTeLlamamos2 i,
        .divHorario i,
        .divTeLlamamosNoIndex i {
            color: white;
            margin-right: 20px;
        }

        .divTeLlamamos a,
        .divTeLlamamos a:hover,
        .divHorario a,
        .divHorario a:hover,
        .divTeLlamamosNoIndex a,
        .divTeLlamamosNoIndex a:hover {
            text-decoration-line: none !important;
            text-decoration: none !important;
        }

.divTeLlamamos2 {
    position: fixed;
    bottom: 5%;
    right: 0;
    overflow: auto;
    z-index: 1020;
    width: 500px
}

    .divTeLlamamos2 .horario {
        margin: 15px;
        text-align: center;
    }

.teLlamamosGrande {
    border-bottom: 1px solid white;
    padding: 15px 0 5px 0;
    width: 80%;
    margin-left: 10%;
}

    .teLlamamosGrande h4 {
        display: inline-block;
    }

.cerrarVentana {
    display: inline-block;
    position: absolute;
    right: 5%;
    font-size: 1.2rem;
}

    .cerrarVentana:hover {
        cursor: pointer;
    }

#FormTeLlamamos {
    width: 90%;
    margin: auto;
    font-family: FuturaBook;
}

    #FormTeLlamamos input, #FormTeLlamamos button {
        width: 100%;
        margin: 10px 0;
        border: none;
        height: 48px;
    }

    #FormTeLlamamos input {
        padding: 7px 10px;
    }

    #FormTeLlamamos button {
        color: white;
    }

.inputTel, .inputCP {
    width: 48% !important;
}

.inputTel {
    float: left !important;
}

.inputCP {
    float: right !important;
}

.inputLegal {
    text-align: left;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 0.9rem;
    padding-bottom: 15px;
}

    .inputLegal input {
        height: 10px !important;
        width: 10px !important;
        margin-right: 8px !important;
    }

    .inputLegal p {
        display: inline-block;
        vertical-align: sub;
    }

        .inputLegal p span {
            margin-left: 3px;
        }

@media (max-width: 768px) {
    .divTeLlamamos2 {
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .inputTel, .inputCP {
        width: 100% !important;
    }
}
