:root {
    --fontGoogleViga: 'Viga', sans-serif;
    --colortimegoldsblue: #2991d6;
}

.marketplacebox__padre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.marketplacebox {
    width: 90%;
    height: 20rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 4rem;
    border-radius: .3rem;
    /* border: 1px solid blueviolet; */
    box-shadow: 2px 2px 10px rgb(234, 234, 234);
}

.marketplacebox__slider,
.marketplacebox__description,
.marketplacebox__maps {
    width: 20rem;
    height: 100%;
    /* background-color: blueviolet; */
    margin-left: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.marketplacebox__description {
    text-align: left;
    font-family: var(--fontGoogleViga);
}

.marketplacebox__descriptiontitulo {
    color: var(--colortimegoldsblue);
}

.marketplacebox__descriptiontitulobox {
    width: 100%;
    text-align: center;
}

.marketplacebox__descriptionparraforojo {
    color: red;
}

.marketplacebox__descriptionImage {
    width: 90%;
}

.carouselImageSlider {
    width: 19rem;
    height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    overflow: hidden;
    /* padding: 1rem; */
    /* background-color: #2991d6; */
    box-shadow: 2px 2px 10px rgb(221, 226, 255);
}

.mapaIframe {
    border-radius: .3rem;
    box-shadow: 2px 2px 10px rgb(221, 226, 255);
}

.marketplacebox__slider {}


/* NAV ESTILOS */

.openNav svg {
    width: 2rem;
    display: none;
    fill: var(--colortimegoldsblue);
}

.openNav {
    width: 100%;
    /* background-color: #2991d6; */
    display: flex;
    justify-content: right;
}

.closeNav svg {
    width: 2rem;
    display: none;
    fill: var(--colortimegoldsblue);
}

.contenedormenu__icoredes svg {
    width: 1rem;
    display: none;
    fill: var(--colortimegoldsblue);
}

.contenedormenu__icofacebook svg {
    width: .6rem;
    display: none;
    fill: var(--colortimegoldsblue);
}

.contenedormenu__tiendaicono1 {
    display: none;
}

.contenedormenu__tiendaicono2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.contenedormenu__tiendaicono1 svg,
.contenedormenu__tiendaicono2 svg {
    width: 2rem;
    fill: #134194;
}

.navclass {
    display: flex;
    background-color: white;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    padding-top: 1rem;
}

.contenedormenu {
    display: flex;
    width: 100%;
    /* float: right; */
    background-color: white;
    justify-content: right;
}

.contenedormenu__boxa {
    display: flex;
    justify-content: center;
    align-items: center;
    /* align-items: center; */
}

.contenedormenu__nav {
    font-family: var(--fontGoogleViga);
    text-decoration: none;
    margin-left: 1.5rem;
    white-space: nowrap;
    color: #134194;
}


/* FIN NAV ESTILOS */

.footerbody {
    width: 100%;
    margin-top: 6rem;
    height: 5rem;
    background-color: #14669d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: var(--fontGoogleViga);
    text-align: center;
}

.creditos {
    display: none;
}

.logoTimeGoldsNavPadre {
    height: 0px;
    background-color: #134194;
}

.logoTimeGoldsNav {
    width: 2rem;
    position: absolute;
    z-index: 0;
}

.logoTimeGoldsNavimg {
    margin: 1rem 0 0 1rem;
    width: 10rem;
}

.openNavSpan {
    position: static;
}

@media screen and (max-width:1000px) {
    .marketplacebox {
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-top: 9rem;
    }
    .marketplacebox__descriptionImage {
        max-width: 15rem;
        width: 90%;
    }
    .marketplacebox__slider,
    .marketplacebox__description,
    .marketplacebox__maps {
        /* max-width: 20rem; */
        width: 90%;
        margin-top: 1rem;
        margin-left: .5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carouselImageSlider {
        max-width: 19rem;
        width: 90%;
    }
    .mapaIframe {
        width: 90%;
        margin-bottom: 2rem;
    }
    /* NAV ESTILOS */
    .contenedormenu {
        position: fixed;
        bottom: 0;
        right: 0;
        height: 100vh;
        width: 0rem;
        /* overflow: hidden; */
        flex-direction: column;
        /* background-color: #2991d6; */
        z-index: 5;
    }
    .contenedormenu__boxa {
        width: 100%;
        margin-top: 2rem;
        margin-left: 2rem;
        /* background-color: aqua; */
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
    }
    .contenedormenu__nav {
        margin-top: 1rem;
        margin-left: 0;
    }
    .navclass {
        padding-top: .2rem;
    }
    .contenedormenu__tiendaicono1 {
        /* display: block; */
    }
    .contenedormenu__tiendaicono2 {
        display: none;
    }
    .contenedormenu__btncerrar {
        width: 100%;
        display: flex;
        justify-content: right;
    }
    .openNav {
        width: 2rem;
        float: right;
        /* width: 100%; */
        display: flex;
        justify-content: right;
        /* background-color: #bebebe; */
    }
    .openNavSpan {
        /* float: right; */
        position: absolute;
        top: .3rem;
        right: .3rem;
    }
    .openNav svg {
        display: block;
    }
    .closeNav {
        margin: .5rem .5rem 0 0;
    }
    .closeNav svg {
        display: block;
    }
    .contenedormenu__icoredes svg {
        display: block;
    }
    .contenedormenu__icofacebook svg {
        display: block;
    }
    .contenedormenu__btntienda {
        margin-top: 2rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contenedormenu__menu a {
        margin-left: 1rem;
    }
    .contenedormenu__menu {
        width: 100%;
        margin-top: 2rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    /*  */
}