@import url('https://unpkg.com/css.gg@2.0.0/icons/css/pin.css');
@import url('https://unpkg.com/css.gg@2.0.0/icons/css/close.css');
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://unpkg.com/css.gg@2.0.0/icons/css/menu.css');
@import url('https://unpkg.com/css.gg@2.0.0/icons/css/instagram.css');
@import url('https://unpkg.com/css.gg@2.0.0/icons/css/info.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --color-titulos: #222;
    --color-textos: #bd8c54;
    --color-header: #875530;
    --color-hover: #ffd0be;
    --texto-header: #f2f2f2;
    --color-oscuro: #522f14;
    --texto-footer: #797878;
    --whatsapp: #0dc143;
}

.insta{
    color: var(--color-textos);
    font-size: 22px;
}

.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -6px
}
.gg-menu::after {
    top: 6px
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'sans-serif';
}

h1{
    font-size: 50px;
    line-height: 64px;
    color: var(--color-textos);
}

h2{
    font-size: 40px;
    line-height: 35px;
    color: var(--color-titulos);
}

h3{
    font-size: 30px;
    color: var(--color-textos);
}

h4{
    font-size: 20px;
    color: var(--color-textos);
}

h6{
    font-weight: 700;
    font-size: 12px;
}

p{
    font-size: 20px;
    color: var(--color-textos);
    margin: 15px 0 20px 0;
}

.section-padding1{
    padding: 40px 80px;
}

.section-margin1{
    margin: 40px 0;
}

body{
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

button.normal{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 30px;
    color: var(--color-titulos);
    background-color: var(--texto-header);
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}

button.blanco{
    font-size: 15px;
    font-weight: 600;
    padding: 11px 18px;
    color: var(--texto-header);
    background-color: transparent;
    cursor: pointer;
    border: 1px solid var(--texto-header);
    outline: none;
    transition: 0.2s;
}

.horarios-subt{
    color: var(--texto-header);
}

/* ---HEADER--- */

#header{
    display: flex;
    height: 90px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: var(--color-header);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
}


#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

#header.transparent{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

#logo_inicio.shadow{
    filter: drop-shadow(8px 5px 2px #3333);
}

#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a{
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    color: var(--texto-header);
    transition: 0.3s ease;
}


#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: var(--color-hover);
    position: absolute;
    bottom: -4px;
    left: 20px;
}

.logo{
   width: 110%;
   margin-top: 5px;
   
}

#celular{
    display: none;
    align-items: center;
}

#cerrar{
    display: none;
}


/* ---PÁGINA DE INICIO--- */


.container{
    max-width: 960px;
    margin: 0 auto;
    background: var(--texto-header);
    font-size: 24px;
    padding: 25px;
}

.parallax{
    background: url(images/1.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
}

#inicio_texto{
    background-image: url(images/index/inicio-min.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    justify-content: center;
}


#inicio_texto button{
    color: var(--color-textos);
    padding: 14px 50px 14px 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    box-shadow: #222 5px;
}

#inicio_texto button:hover{
    background: var(--color-titulos);
    color: var(--color-hover);
}

#inicio_texto h1{
    color: var(--texto-header);
    font-size: 60px;
}

#inicio_texto h2{
    font-size: 30px;
    color: var(--color-textos);
    margin-bottom: 5px;
}

#inicio_texto p{
    font-size: 15px;
    color: var(--color-titulos);
    display: inline-block
}

#inicio_texto h1, h2{
    text-shadow: 1px 1px 10px #222;
}

.inicio_producto{
    max-height: 250px;
}

#detalles{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#detalles .caja{
    width: 180px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0,0,0, 0.03);
    border: 1px solid var(--texto-header);
    border-radius: 4px;
    margin: 15px 0;


}

#detalles .caja:hover{
    box-shadow: 5px 50px 50px rgba(70,62,50, 0.1);
}

#detalles .caja img{
    width: 100%;
    margin-bottom: 10px;
}

#producto1{
    text-align: center;
}

#producto1 .container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;

}

#producto1 .container_div{
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid var(--texto-header);
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
    border-image: 10px #333;
}

#producto1 .container_div:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#producto1 .container_div h5{
    padding-top: 7px;
    color: var(--color-titulos);
    font-size: 20px;
}


#producto1 .container_div h4{
    display: inline-flex;
    align-items: flex-start;
    padding-top: 7px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-textos);
}

#producto1 .container_div a {
    margin-left: 200px;
    display: inline-flex;
    align-items: center;
    color: var(--color-textos);
}

#producto1 .container_div .info{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 60px;
    color: var(--color-header);
    position: absolute;
    bottom: 0;
    right: 10px;
}

#producto1 .info:hover{
    transition: 0.2s;
    color: var(--color-oscuro);

}

#producto1 .container_div img{
    width: 100%;
    border-radius: 10px;
    box-shadow: inset;
}

#producto1 > p{
    color: var(--color-textos);
    font-style: normal;
}

#banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(img/muebles.png);
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}

#banner h4{
    color: var(--texto-header);
    font-size: 20px;
}

#banner h2{
    color: var(--texto-header);
    font-size: 50px;
    padding: 10px 0;

}

#banner button:hover{
    background: var(--color-titulos);
    color: var(--color-hover);
}

#bottom-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#bottom-banner .banner-caja{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    background-image: url(img/3.png);
    min-width: 850px;
    height: 50vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

#bottom-banner .banner-caja2{
    background-image: url(img/vicky.png);
    margin-top: 10px;

}

#bottom-banner h4{
    color: var(--texto-header);
    font-size: 30px;
    font-weight: 300;
}

#bottom-banner h2{
    color: var(--texto-header);
    font-size: 45px;
    font-weight: 600;
}

#bottom-banner span{
    color: var(--texto-header);
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}

#bottom-banner .banner-caja:hover button{
    background: var(--texto-header);
    color: var(--color-textos);
    border: 1px solid var(--texto-header);

}

#banner2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;

}

#banner2 .banner-caja{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(img/5.png);
    min-width: 30%;
    height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;
}

#banner2 .banner-caja2{
    background-image: url(img/7.png);
}

#banner2 .banner-caja3{
    background-image: url(img/4.png);
}

#banner2 h2{
    color: var(--texto-header);
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 5px;
}

#banner2 h3{
    color: var(--color-textos);
    font-weight: 700;
    font-size: 35px;
}

#mail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: var(--color-header);
}

#mail h4{
    font-size: 25px;
    font-weight: 700;
    color: var(--texto-header);
}

#mail p{
    font-size: 18px;
    font-weight: 500;
    color: var(--texto-header);
}

#mail .formulario{
    display: flex;
    width: 40%;
}

#mail input{
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 20px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#mail button{
    background-color: var(--texto-header);
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#mail button:hover{
    background: var(--color-titulos);
    color: var(--color-hover);

}


footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .columna, .metodos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}


.logo-footer{
    margin-bottom: 30px;
}

footer h4{
    font-size: 20px;
    padding-bottom: 20px;
    color: var(--color-header);
}

footer p{
    font-size: 16px;
    margin: 0 0 8px 0;
    color: var(--color-titulos);
}

footer a{
    font-size: 15px;
    text-decoration: none;
    color: var(--color-titulos);
    margin-bottom: 10px;

}

footer .seguir{
    margin-top: 20px;
}

footer .seguir i{
    color: var(--color-titulos);
    padding-right: 4px;
    cursor: pointer;
}

footer .seguir i:hover,
footer a:hover{
    color: var(--color-textos);
}

footer .copyright{
    width: 100%;
    text-align: center;
}

/* ---Página de Productos--- */

#pagina-header{
    background-image: url(images/index/productos-min.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 15px;
}

#pagina-header h2,
#pagina-header p{
    color: var(--texto-header);
}

#paginas{
    text-align: center;
}

#paginas a{
    text-decoration: none;
    background-color: var(--color-header);
    padding: 15px 20px;
    margin-left: 7px;
    border-radius: 4px;
    color: var(--texto-header);
    font-weight: 500;
}

#paginas a i{
    font-size: 15px;
}


/* ---Producto Individual---*/

#producto-detalles{
    display: flex;
    margin-top: 20px;    
    align-items: center;
    padding-left: 150px;
}

#producto-detalles .producto-foto{
    width: 30%;
    margin-right: 50px;
}

#producto-detalles .producto-foto img{
    margin-top: 100px;
    width: 100%;
}

.fotos-chicas{
    display: flex;
    justify-content: space-between;
}

.foto-singular{
    flex-basis: 25%;
    margin-top: -90px;
    cursor: pointer;
}

section#producto-detalles div.detalles-foto > p {
    font-size: 15px;
    color: var(--color-titulos);
    display: inline-block;
}

.detalles-foto h5{
    font-size: 25px;
}

.detalles-foto input{
    width: 100%;
}

#producto-detalles .detalles-foto{
    width: 50%;
    margin-top: 150px;
}

#producto-detalles .detalles-foto h4{
    margin-top: -200px;
    font-size: 50px;
    margin-bottom: 20px;
}

#producto-detalles .detalles-foto h2{
    padding-top: 10px;
    font-size: 35px;
}

#producto-detalles .detalles-foto h3{
    color: var(--color-textos);
    margin-bottom: 10px;
}

#producto-detalles .detalles-foto h6{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}

#producto-detalles .detalles-foto{
    color: var(--color-titulos);
}

#producto-detalles .detalles-foto select{
     appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 25px;
    display: block;
    display: inline-block;
	width: 67%;
	cursor: pointer;
  	padding: 0 100px 0 10px;
  	height: 42px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
	background: var(--texto-header);
	color: var(--texto-header);
	font-size: 1em;
	color: #999;
	border:2px solid rgba(0,0,0,0.2);
    border-radius: 12px;
    position: relative;
    transition: all 0.25s ease;
    
}

#producto-detalles .detalles-foto select:hover{
    background: var(--color-titulos);
    color: var(--color-hover);
}

#producto-detalles .detalles-foto input{
    width: 12%;
    height: 40px;
    padding-left: 10px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid var(--color-textos);
    border-radius: 8px;
    outline: none;
}


#producto-detalles .detalles-foto button{
    display: flexbox;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    margin-bottom: 30px;
    margin-top: 15px;
    color: var(--texto-header);
    background-color: var(--whatsapp);
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}

#producto-detalles .detalles-foto button:hover{
    color: var(--color-hover);
    background: var(--color-titulos);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.20), 0 17px 50px 0 rgba(0,0,0,0.15);

}

#producto-detalles .detalles-foto span{
    line-height: 25px;
}


.whatsapp2{
    margin-right: 10px;
}

/* ---Página Sobre Nosotros--- */

#pagina-header.about-header{
    background-image: url(images/index/about-min.jpg);
    background-position-y: bottom;
}

#pagina-header h1{
    color: var(--texto-header);
}

#about-pag h1{
    color: var(--texto-header);
}

#about-pag h2{
    color: var(--color-textos);
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 20px;
}

#about-pag p{
    color: var(--color-titulos);
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    text-align: start;
    flex-direction: column;
    margin-right: 10px;
}

#about-pag{
    display: flexbox;
    align-items: center;
}

#about-pag img{
     width: 30%;
     height: auto;
}

#about-pag div{
    padding-left: 40px;
}

.parrafo1{
    display: flex;
}

.parrafo1 p{
    font-size: 25px;

}
.parrafo2{
    display: flex;
    flex-direction: column;
    margin-top: -80px;
}

/* ---Página Contacto--- */

#pagina-header.contacto-header{
    background-image: url(images/index/contacto-min.jpg);
   
}

#detalles-contacto{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#detalles-contacto .informacion{
    width: 40%;
}

#detalles-contacto .informacion span,
#formulario form span{
    font-size: 18px;
}

#detalles-contacto .informacion h2,
#formulario form h2{
    font-size: 35px;
    line-height: 35px;
    padding: 20px 0;
}

#detalles-contacto .informacion h3{
    font-size: 15px;
    padding-bottom: 15px;
}

#detalles-contacto .informacion li{
    list-style: none;
    display: flex;
    padding: 10px 0;
}

#detalles-contacto .informacion li i{
    font-size: 15px;
    padding-right: 20px;
    color: var(--color-textos);
}

#detalles-contacto .informacion li p{
    font-size: 20px;
    margin: 0;
    color: var(--color-titulos);
}

#detalles-contacto .mapa{
    width: 50%;
    height: 450px;
}

#detalles-contacto .mapa iframe{
    width: 100%;
    height: 100%;
}

#formulario{
    display: flex;
    justify-content: space-between;
    margin: 30px;
    padding: 80px;
    border: 1px solid var(--texto-header)
}

#formulario form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#formulario form input,
#formulario form textarea{
    width: 50%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid var(--texto-header);
    resize: none;
}



#formulario form button:hover{
    transition: 0.2s;
    background-color: var(--color-header);
    color: var(--texto-header);
}

/* ---Paseo del oeste---*/

#pagina-header.blog-header{
    background-image: url(images/index/paseo-min.jpg);
}

#pagina-header h1, h2{
    text-shadow: none;
}

#blog{
    padding: 150px 150px 0 150px;
}

#blog .caja-blog{
    display: flex;
    align-items: center;
    width: 100%;
}

#blog .caja-blog .img-blog{
    width: 50%;
    margin-right: 50px;
    object-fit: cover;
}

#blog .detalles-blog{
    width: 100%;
}



#blog img{
    width: 100%;
    height: 370px;
}

#blog .detalles-blog h2{
    margin-bottom: 20px;
    text-decoration: underline;
    color: var(--color-header);
}

#blog .detalles-blog p{
    color: var(--color-titulos);
    line-height: 20px;
    font-size: 20px;
}

.icono{
    color: var(--color-header);
    outline: none;
    transition: 0.2s;
}

.icono:hover{
    transform: translateY(-2px);
}

.icono a{
    color: var(--color-oscuro);
    margin: 0;
}

.icono a:hover{
    color: var(--color-header);
}

/* ---Media Queries--- */

@media (max-width:1700px) {
    div.banner-caja {
        width: 100vw;
        height: 5vh;
    }

    section#banner2 {
        width: 50vw;
        display: flexbox;
        flex-direction: row;
    }

   section#producto-detalles div.detalles-foto > h4{
        margin-top: 20px;
    }
   
}




@media (max-width:768px) {
    .section-padding1 {
        padding: 40px 40px;
    }
    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: var(--texto-header);
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
        padding: 80px 0 0 10px;
        transition: 0.3s;
    }

    #navbar.active{
        right: 0px;

    }

    #navbar li a:hover,
    #navbar li a.active{
    color: var(--color-header);
}

    #navbar li a.active::after,
    #navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: var(--color-header);
    position: absolute;
    bottom: -4px;
    left: 20px;
}
    
    #navbar li{
        margin-bottom: 25px;
    }

    #navbar li a{
        color:var(--color-titulos)
    }

    #celular{
        display: flex;
        align-items: center;
    }

    #celular i{
        color: var(--texto-header);
        font-size: 25px;
        padding-left: 20px;
    }

    #celular  i.whatsapp:hover{
        color: var(--whatsapp);
        transition: 0.2s;
    }

    #cerrar{
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: var(--color-header);
        font-size: 25px;
    }

    #inicio_texto {
        height: 70vh;
        padding: 0 80px;
        background-position: top 30% right 30%;
    }

    #detalles {
        justify-content: center;
    }

    #detalles .caja {
        margin: 15px 15px;
    }

    #producto1 .container {
        justify-content: center;
    }

    #producto1 .container_div {
        margin: 15px;
    }

    #banner {
        height: 30vh;
    }
    
    #bottom-banner .banner-caja {
        min-width: 100%;
        height: 30vh;
        margin-bottom: 10px;
    }

    #banner2 {
        padding: 0 40px;
    }

    #banner2 .banner-caja {
        width: 28%;
    }

    #mail .formulario {
        width: 70%;
    }

/* ---Producto Individual---*/

#producto-detalles {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-left: 5px;
    align-items: center;
    text-align: center;
}

#producto-detalles .producto-foto{
    width: 50%;
    text-align: center;
    margin-right: 0px;
}

#producto-detalles .detalles-foto {
    width: 100%;
}

/* ---Página de Contacto---*/
#formulario {
    padding: 40px;
}

#formulario form {
    width: 100%;
    text-align: center;
    align-items: center;
}

#formulario form input{
    width: 100%
    }

#formulario form textarea{
    width: 100%;
}

#detalles-contacto {
    flex-direction: column;
}

#detalles-contacto .informacion {
    width: 100%;
    margin-bottom: 30px;
}

#detalles-contacto .mapa {
    width: 100%;
}

/* ---Paseo del oeste---*/

#blog {
    padding: 150px 150px 0 100px;
    flex-direction: column;
}

#blog img {
    width: 100%;
    height: 200px;
    display: block;
    flex-direction: column;
}

}


@media (max-width: 480px) {

    .section-padding1 {
        padding: 20px;
    }

    #header {
        padding: 10px 15px;
    }

    .logo {
        width: 80%;
    }

    h1{
        font-size: 35px;
        margin-top: 20px;
        
    }

    h2{
        font-size: 40px;
    }

    #inicio_texto {
        height: 110vh;
        padding: 0 20px;
        display: flex;
        text-align: center;
        background-position: 90%;
        background-repeat: no-repeat;
        align-items: center;
    }

    #inicio_texto h1{
        text-align: center;
        color: var(--texto-header);
        padding-bottom: 30px;
        font-size: 45px;
    }

    #inicio_texto h2{
        text-shadow: 5px 5px 4px rgba(46, 46, 46, 0.685);
        margin-bottom: 40px;
        color: var(--color-textos)
    }

    #celular  i.whatsapp:hover{
        color: var(--whatsapp);
        transition: 0.2s;
    }

    section#pagina-header > h1{
        text-align: center;
        font-size: 30px;
        margin-top: 50px;
    }

    section#pagina-header > p{
        text-align: center;
        font-size: 20px;
        margin-top: -5px;
    }

    #detalles{
        justify-content: space-between;
    }

    #detalles .caja {
        width: 150px;
        margin: 0 0 15px 0;
    }

    #producto1 .container_div {
        width: 100%;
    }

    #banner {
        height: 45vh;
    }

    #banner h2{
        font-size: 30px;
    }

    #banner h4{
        margin-bottom: -30px;
    }

    section#banner > h2{
        padding: 0 3px;
    }

    #bottom-banner .banner-caja {
        height: 50vh;
        margin-bottom: 15px;
        text-align: start;
    }

    #banner2 {
        padding: 0 10px;
    }

    #banner2 .banner-caja{
        width: 150%;
        min-width: 95vw;
    }

    section#banner2 div.banner-caja > h2{
        font-size: 30px;
    }

    section#bottom-banner .banner-caja > h4{
        font-size: 25px;
        margin-bottom: 5px;
    }

    section#bottom-banner .banner-caja > h2{
        font-size: 35px;
        margin-bottom: 5px;
    }

    section#banner2 .banner-caja .banner-caja2 .banner-caja3 h3{
        font-size: 10px;
    }

    section#banner2 .banner-caja .banner-caja2 .banner-caja3 img{
        width: 100%;
    }

    #mail {
        padding: 40px 20px;
    }

    #mail .formulario {
        width: 100%;
    }

    footer .copyright {
        text-align: start;
    }

    #navbar li a:hover,
    #navbar li a.active{
    color: var(--color-header);
}

    #navbar li a.active::after,
    #navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: var(--color-header);
    position: absolute;
    bottom: -4px;
    left: 20px;
}

/* ---Producto Individual---*/

#producto-detalles {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-left: 5px;
}

#producto-detalles .producto-foto{
    width: 80%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 20%;
}

#producto-detalles .detalles-foto {
    width: 100%;
}

#producto-detalles .detalles-foto h4 {
    font-size: 45px;
}

#producto-detalles .detalles-foto h5{
    margin-bottom: 25px;
}

#producto-detalles .detalles-foto select {
    padding: 0;
    padding-left: 30px;
    width: 80%;
    margin-bottom: 20px;
}

#producto-detalles .detalles-foto input{
    width: 20%;
    margin-bottom: 30px;
}

/* ---Página de Contacto---*/

#pagina-header.contacto-header{
    background-position: 60%;
}

#detalles-contacto {
    flex-direction: column;
}

#detalles-contacto .informacion {
    width: 100%;
    margin-bottom: 30px;
}

#detalles-contacto .mapa {
    width: 100%;
}

div.formulario > input::placeholder {
     font-size: 16px;
}
/* ---Paseo del Oeste---*/

#blog {
    padding: 0;
    margin: 0;
    line-height: 30px;
}


#pagina-header.blog-header{
    background-position: 0%;
}

.h2paseo{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 30px;
}

.pPaseo{
    line-height: 60px;
    padding: 25px;
}

.insta {
    display: inline-block;
    margin-left: 50px;
}

.img-blog{
    display: block;
}
#blog .caja-blog {
    display: flex;
    flex-direction: column; 
    align-items: center;
    width: 100%;
    margin-right: 50px;
}

#blog .img-blog > img {
    width: 260px;
    height: 100%;
    padding-top: 50px;
}

}

