* {
    margin: 0px;
    padding: 0px;
}



.divHeader {
    font-family: "Trirong", serif;
    height: 120px;
    padding: 0% 2%;
    background-color:
        #804000;
    cursor: default;

}

#div3 {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e8c39e;
}

#div1 {
    display: inline;
    flex-basis: 70%;

}

#div2 {
    flex-basis: 30%;
    display: inline;
}

.divHeader h1 {
    color: #e8c39e;
    position: relative;
    font-size: 3em;
    text-align: center;
    top: 15px;

}

.divHeader h5 {
    text-align: center;
    color: #e8c39e;
    position: absolute;
    left: 46%;
    top: 75px;

}

#navMenu {
    display: inline-block;
    width: 80%;
    padding: 0% 2%;

}

.menu li {
    display: inline-block;
    font-size: 1.2em;
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px;


}

.menu li a {
    color: #804000;
    text-decoration: none;
    font-family: "Trirong", serif;
    margin-bottom: auto;

}

#navMenu .menu li a:hover {
    color: #381e03;
    transition: .9s;
}

#navMenu .menu li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100px;
    height: 2px;
    background-color: #804000;
    -webkit-transition: transform 250ms;
    transition: transform 250ms;
}

#navMenu .menu li a:hover:after {
    -webkit-transform: translateX(-50) scaleX(1);
    transform: translateX(-50%) scaleX(1);

}



.menuder ul {
    font-size: 0.5em;
    align-items: right;
    text-align: right;
    justify-content: center;
    padding: 15px;
    list-style: none;
}

.menuder ul li {
    display: contents;
    text-align: right;

}

.menuder ul li button {
    border: none;
    font-size: large;
    color: #804000;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

/*//////////////////////////////Contenido/////////////////////////////////////////////////////*/
body {
    justify-content: center;
    align-items: center;
    font-family: "Trirong", serif;


}

.container {
    padding-top: 50px;
    display: inline-block;
    align-items: center;
    width: 100%;

}

.tarjeta1 {
    width: 90%;
    height: 300px;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    background: #f5e1ce;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;
    display: flex;
}

.tarjeta2 {
    width: 90%;
    height: 300px;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    background: #f5e1ce;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;
    display: flex;
    flex-direction: row-reverse;
}

.tarjeta1 figure {
    height: 100%;
    width: 30%;
    display: flex;
}

.tarjeta2 figure {
    height: 100%;
    width: 30%;
}

.tarjeta1:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3%);

}

.tarjeta2:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3%);

}

.tarjeta1 img {
    width: 100%;
    height: 100%;

}

.tarjeta2 img {
    width: 100%;
    height: 100%;

}

.tarjeta1 .contenido {
    padding: 15px;
    width: 70%;
    text-align: center;
}

.tarjeta2 .contenido {
    padding: 15px;
    width: 70%;
    text-align: center;
}

.tarjeta1 .contenido p {
    line-height: 1.5;
    margin-left: 10px;
    margin-right: 10px;
    color: gray;
    font-size: 1.3em;
    text-align: justify;
    display: inline-block;

}

.tarjeta2 .contenido p {
    line-height: 1.5;
    margin-left: 10px;
    margin-right: 10px;
    color: gray;
    text-align: justify;
    font-size: 1.3em;


}

.tarjeta1 .contenido h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 2em;
}

.tarjeta2 .contenido h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 2em;
}

.tarjeta1 .contenido a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-top: 40px;
    color: #b08e6b;
    border: 1px solid #b08e6b;
    border-radius: 4px;
    transition: all 400ms ease;
}

.tarjeta2 .contenido a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-top: 40px;
    color: #b08e6b;
    border: 1px solid #b08e6b;
    border-radius: 4px;
    transition: all 400ms ease;
}

.tarjeta1 .contenido a:hover {

    background: #b08e6b;
    color: white;
}

.tarjeta2 .contenido a:hover {

    background: #b08e6b;
    color: white;
}


.reveal {

    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}

.divRedesSociales {

    display: flex;
    height: 200PX;
    background-color: #804000;

}

.containerPie h2 {
    text-align: left;
    color: #e8c39e;
    font-family: "Trirong", serif;
    padding-left: 10px;
}

.containerPie {
    display: block;
    justify-content: space-evenly;
    height: 140px;
    width: 70%;
    text-align: center;
    min-height: 100px;

}

.containerPie ul {
    text-align: left;
    list-style: none;
    display: flex;
    color: brown;
}

.containerPie ul li i {
    font-size: 3em;
    background-color: #804000;
    color: white;
    padding-left: 50px;
    padding-top: 20px;
}

.containerPie ul li i:hover {

    transform: translateY(-10%);

}

.pi {
    color: #e8c39e;
    font-size: 15px;
}

/*Adaptabilidad*/
#menuicono {
    display: none;
    width: 95%;
    height: 38px;
    padding: 12px 2% 0px 3%;
    background-color: #9FC8D9;
    border-top: 1px solid #094660;
    border-bottom: 1px solid #094660;
}

#menuicono i {
    font-size: 2em;
}

@media (max-width:720px) {
    .tarjeta1 figure {
        height: 100%;
        width: 50%;
    }

    .tarjeta2 figure {
        height: 100%;
        width: 50%;
    }

    .tarjeta1 .contenido p {
        font-size: 1em;

    }

    .tarjeta2 .contenido p {
        font-size: 1em;

    }


    .tarjeta1 .contenido h3 {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 1.5em;
    }

    .tarjeta2 .contenido h3 {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 1.5em;
    }

    .tarjeta1 .contenido a {

        font-size: 1em;
        padding: 3px;
    }

    .tarjeta2 .contenido a {

        transition: all 400ms ease;
        font-size: 1em;
        padding: 3px;
    }

    .containerPie h2 {
        font-size: 1em;
    }

    .containerPie ul li i {
        font-size: 2em;

    }
}

@media (max-width:480px) {
    #menuicono {
        display: block;
        background-color: white;
        border: none;

    }

    #div1 {
        flex-basis: 30%;
    }

    #div2 {
        flex-basis: 70%;
    }

    #div2 .menuder ul {
        font-size: 0.3em;
    }

    .menuder {
        display: inline;
    }

   #navMenu{
        display: none;
    }
    #navMenu .menu li {
        
        font-size: 1em;
    }

    /*Contenido*/
    .tarjeta1 {
        width: 90%;
        height: 200px;

    }

    .tarjeta2 {
        width: 90%;
        height: 200px;

    }

    .tarjeta1 figure {
        height: 200px;
        width: 50%;
    }

    .tarjeta2 figure {
        height: 200px;
        width: 50%;
    }

    .tarjeta1 img {
        height: 100%;
        width: 100%;
    }

    .tarjeta2 img {
        height: 100%;
        width: 100%;
    }

    .tarjeta1 .contenido {
        width: 50%;
        height: 100%;
    }

    .tarjeta2 .contenido {
        width: 50%;
        height: 100%;
    }

    .tarjeta1 .contenido p {
        line-height: 1.2;
        margin-left: 5px;
        margin-right: 5px;
        color: gray;
        font-size: 0.6em;
        display: inline-block;
        text-align: justify;

    }

    .tarjeta2 .contenido p {
        line-height: 1.2;
        margin-left: 5px;
        margin-right: 5px;
        color: gray;
        font-size: 0.6em;
        display: inline-block;
        text-align: justify;

    }


    .tarjeta1 .contenido h3 {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 0.8em;
    }

    .tarjeta2 .contenido h3 {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 0.8em;
    }

    .tarjeta1 .contenido a {
        text-decoration: none;
        display: inline-block;
        margin-top: 10px;
        color: #b08e6b;
        border: 1px solid #b08e6b;
        border-radius: 4px;
        transition: all 400ms ease;
        font-size: 0.7em;
        padding: 3px;
    }

    .tarjeta2 .contenido a {
        text-decoration: none;
        display: inline-block;
        margin-top: 10px;
        color: #b08e6b;
        border: 1px solid #b08e6b;
        border-radius: 4px;
        transition: all 400ms ease;
        font-size: 0.7em;
        padding: 3px;
    }


}

/*///////////////////////////////////////////////////////PAGINA PRODUCTOS/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.containerPag2 {
    height: 100%;
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; 
}

.conte{
    height: 500px;
    width: 350px;
    box-shadow:  0 0 9px #381e03;
    margin: 0 30px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 50px;
    
    
}

.conte .tarj{
    height: 160px;
    width: 100%;
    margin-bottom: 170px;
}

.tarj img{
    margin: auto;
    display: block;
    border-radius: 10%;
    padding-top: 10px;
}
.earcuff img{
    height: 270px;
    width: 270px;
}

.conte .earcuff{
    background-color: #b08e6b;
}
.traguscuff img{
    height: 270px;
    width: 270px;
}

.conte .traguscuff{
    background-color: #b08e6b;
}
.arete3 img{
    height: 270px;
    width: 270px;
}

.conte .arete3{
    background-color: #b08e6b;
}
.aretealas img{
    height: 270px;
    width: 270px;
}

.conte .aretealas{
    background-color: #b08e6b;
}
.areteespiral img{
    height: 270px;
    width: 270px;
}

.conte .areteespiral{
    background-color: #b08e6b;
}
.aretebeauty img{
    height: 270px;
    width: 270px;
}

.conte .aretebeauty{
    background-color: #b08e6b;
}
.aretedianoche img{
    height: 270px;
    width: 270px;
}

.conte .aretedianoche{
    background-color: #b08e6b;
}
.elfo img{
    height: 270px;
    width: 270px;
}

.conte .elfo{
    background-color: #b08e6b;
}
.elfo2 img{
    height: 270px;
    width: 270px;
}

.conte .elfo2{
    background-color: #b08e6b;
}
.aqua img{
    height: 270px;
    width: 270px;
}

.conte .aqua{
    background-color: #b08e6b;
}
.informacion{
    height: 80px;
}
.informacion h1{
    font-family: sans-serif;
    font-size: 1.2em;
    text-align: center;
    color: #333;
    margin-bottom: 5px;
}
.informacion p{
    text-align: center;
    font-family: sans-serif;
    font-size: .9em;
    color: #555;
}

.precio{
    height: 50px;
    width: 85%;
    margin: auto;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.box-precio{
    width: 100px;
}
.precio1{
    font-size: 1.4em;
}
.shop{
    font-size: 1.5em;
    color: #555;
}
.conte .shop i{
    color: #804000;
}

/*///////////////////////////////////////////////////////PAGINA PREGUNTAS FRECUENTES/////////////////////////////////////////////////////////////////////////////////////////////////////*/

.containerPag3 {
    height: 100%;
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: left; 
}
.containerPag3 h2{
    padding-left: 10px;
    padding-bottom: 20px;
    text-align: left;
    font-family: "Trirong", serif;
    color: #804000;
}
.containerPag3 h3{
    padding-left: 10px;
    text-align: left;
    font-family: "Trirong", serif;
    
}
.containerPag3 p{
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    font-family: "Trirong", serif;
    
}

/*//////////////////////////////////////////////Pagina Acerca De////////////////////////////////////////////////////////////////////*/
.containerPag4 {
    height: 100%;
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.containerPag4 .boxcontenido{
    width: 100%;
    height: 100%;
    
}

.boxcontenido img{
    width: 40%;
    float: left; 
    margin-right: 15px;
    
}
.boxcontenido p{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    text-justify: auto;
    
}
@media (max-width:720px) {
    .boxcontenido p{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1em;
        text-justify: auto;
        
    }
}
@media (max-width:480px) {
    .boxcontenido p{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1em;
        text-justify: auto;
        
    }
}