body {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
}

input:focus{
    background-color: #fff0f6;
}

.parrafoRosado{
    color: #C48374;
}

a {
    text-decoration: none;
}

/* ------------------- ENCABEZADO ------------------- */
.encabezado{
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #424246;
}

.encabezado-logo{
    width: 220px;
}

.encabezado-redes{
    display: flex;
    align-items: flex-end;
}

.tamaño-logo-redes{
    display: flex;
    align-items: flex-end;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

/* ------------------- CARROUSEL 1 ------------------- */
.carouselPortada {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%; /* ancho del carrousel */
    max-width: 1400px; /* Ancho máximo para escritorio */
    margin: auto;
}

.carousel-inner {
    display: flex;
    transition: transform 3s ease;
}

.carousel-inner img {
    width: 100%;
    flex: 0 0 auto; /* Para que no se estiren */
}

/* ------------------- UBICACION TIENDAS ------------------- */
.ubicacionTiendas{
    display: flex;
    width: 100%;
    background-color: #CCCCD0;
    place-content: center;
    line-height: 0;
}

.logoUbicacion{
    width: 12%;
    background-color: #CCCCD0;
    place-content: center;
    justify-content: center;
}

.textoUbicacionTiendas{
    background-color: #CCCCD0;
    margin: auto;
    font-size: 26px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

/* ------------------- QUIENES SOMOS ------------------- */
.contenedorQuienesSomos{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    place-content: center;
}

.textoNuestraHistoria2NWC{
    font-size: 2.6rem;
}

.contenedorImg1QuienesSomos{
    width: 30%;
    line-height: 0;
    place-content: center;
}

.contenedorImg2QuienesSomos{
    width: 30%;
    padding left: 2%;
    padding-top: 2%;
    place-content: center;
}

.imgQuienesSomos{
    width: 100%;
}

.imgNuestraHistoria{
    width: 25%;
}

.imgNuestraHistoria2{
    width: 30%;
    padding-top: 2%;
}

.textoQuienesSomos{
    font-size: 18px;
    width: 65%;
    text-align: justify;
    align-content: center;
    padding-right: 3%;
    padding-left: 2%;
}

.textoQuienesSomos2{
    font-size: 18px;
    text-align: justify;
    width: 64%;
    padding-right: 2%;
    padding-left: 2%;
}

.textoQuienesSomos3{
    font-size: 18px;
    text-align: justify;
    width: 96%;
    padding-left: 1%;
    padding-right: 3%;
}

.textoQuienesSomos a {
    color: #C48374;
}

/* ------------------- CARROUSEL 2 ------------------- */
.contenedorCarousel2{
    background-color: #EFEFEF;
    padding-top: 10px;
    padding-bottom: 30px;
}

.textocarousel2NWC{
    text-align: center;
    font-size: 2rem;
}
.carousel2 {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #EFEFEF;
}

.carousel-container {
    display: flex;
    padding-top: 10px;
    transition: transform 2s ease;
}

img {
    width: 100%;
    height: auto;
}

button {
    position: absolute;
    top: 67%; /* posicion vertical de los botones */
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 1.5%; /* tamaño de los botones */
    border: none;
    cursor: pointer;
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}

.boton-catalogo{
    text-align: center;
    background-color: #EFEFEF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.estilo-boton-catalogo{
    background-color: grey;
    border: none;
    font-family: 'Montserrat', !important;
    font-size: 14pt;
    color: white;
    width: 200px;
    height: 40px;
    cursor: pointer;
}

/* ------------------- CONTACTANOS ------------------- */
.contactanos{
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.textoContactanosNWC{
    font-size: 2rem;
}

.parrafo-formulario{
    width: 80%; /* ancho del parrafo del formulario */
    margin: 0 auto; /* cetra el parrafo del formulario */
    font-size: 18px; /* tamaño de letra del parrafo del formulario */
}

.formulario{
    padding-top: 30px;
    margin: 0 auto;
    width: 85%;
    padding-bottom: 10px;
}

.borde-formulario{
    padding-bottom: 10px;

}

.texto-formulario{
    padding: 15px;
    width: 30%;
    font-family: Verdana;

}

.text-area{
    text-align: center;
    font-family: Verdana;
}
textarea{
    font-family: Verdana;
    width: 65%;
}
.boton-formulario{
    text-align: center;
}

.estilo-boton-formulario{
    background-color: grey;
    border: none;
    font-family: 'Montserrat', !important;
    font-size: 14pt;
    color: white;
    width: 200px;
    height: 40px;
    cursor: pointer;
}

/* ------------------- PIE DE PAGINA ------------------- */
.pie-de-pagina{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    background-color: #424246;
    color: white;
}

.pie-logo{
    text-align: center;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    width: 20%;
}

.pie-texto{
    align-content: center;
    text-align: justify;
    margin: 0 auto;
    font-size: 18px;
}

/* ==================================== VERSION SMARTPHONE ==================================== */
@media screen and (max-width: 768px) {

    /* ...... ENCABEZADO SMARTPHONE ...... */
    .encabezado-logo{
        width: 180px;
    }

    .tamaño-logo-redes{
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    }

    /* ...... UBICACION TIENDAS SMARTPHONE ...... */
    .logoUbicacion{
        width: 30%;
    }

    .textoUbicacionTiendas{
        font-size: 0.6em;
        color: black;
        padding-left: 1%;
        padding-right: 0%;
    }

    /* ...... QUIENES SOMOS SMARTPHONE ...... */
    .imgQuienesSomos{
        width: 90%;
        padding: 5%;
    }

    .contenedorImg1QuienesSomos{
        width: 90%;
    }

    .contenedorImg2QuienesSomos{
        width: 90%;
    }

    .imgNuestraHistoria{
    width: 55%;
    }

    .imgNuestraHistoria2{
    width: 55%;
    padding-top: 0px;
    }

    .textoQuienesSomos{
    width: 85%;
    font-size: 1.1rem;
    padding-top: 0px;
    }

    .textoQuienesSomos2{
    width: 85%;
    font-size: 1.2rem;

    }

    .textoQuienesSomos3{
        width: 85%;
        font-size: 1.2rem;
        padding-left: 4%;
    }

    /* ...... CARROUSEL 2 SMARTPHONE ...... */

    .carousel2 img {
        width: 100%; /* 1 imagen en smartphone */
    }

    .textocarousel2NWC{
        font-size: 1.5rem;
    }

    .carousel-container {
        display: flex;
        transition: transform 1s ease;
    }

    .textoContactanosNWC{
        font-size: 1.5rem;
    }

    button {
        padding: 4%;
    }

    /* ...... CONTACTANOS SMARTPHONE ...... */

    .parrafo-formulario{
        font-size: 1.1em;
        text-align: justify;
    }

    .texto-formulario{
        padding: 15px;
        width: 92%;
    }

    textarea{
        width: 100%;
    }

    /* ...... PIE DE PAGINA SMARTPHONE ...... */

    .pie-logo{
        padding-top: 10px;
        width: 38%;
    }

    .pie-texto{
        font-size: 1.2em;
    }
    .pie-texto a{
        text-decoration: none;
        color: white;
    }
}

/* ................... AJUSTESS VERSION DESKTOP  .................. */
@media screen and (min-width: 768px) {
    
    .carousel-container img {
        width: 25%; /* 3 imágenes en desktop */
    }
}
