@font-face {
    font-family: "adelia";
    src: url(../fonts/adelia.ttf);
}

@font-face {
    font-family: "GothamBlack";
    src: url(../fonts/Gotham-Black_0.otf);
}

@font-face {
    font-family: "GothamMedium";
    src: url(../fonts/Gotham-Medium_0.otf);
}

@font-face {
    font-family: "GothamBold";
    src: url(../fonts/Gotham-.otf);
}

@font-face {
    font-family: "GothamLight";
    src: url(../fonts/Gotham-Light_0.otf);
}

@font-face {
    font-family: "FlamaBold";
    src: url(../fonts/FlamaUltracondensed-Bold.otf);
}

@font-face {
    font-family: "FlamaLight";
    src: url(../fonts/FlamaSemicondensed-Light.otf);
}

@font-face {
    font-family: "FlamaBook";
    src: url(../fonts/FlamaCondensed-Book.otf);
}

/* CSS */
.button-4 {
  appearance: none;
  background-color: #e1c8b8;
  border: none;
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #64422d;
  cursor: pointer;
  display: inline-block;
  font-family:"GothamMedium";
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 15px 26px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #ecd5c7;
  text-decoration: none;
  transition-duration: 0.1s;
}



.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

*{
    margin: 0;
    text-decoration: none;
}

body{
    background-color: #fff0e6;
    position: relative;
}

.containerGeneral{
    width: 70%;
    margin: auto;
    background-color: #ffe8d8;
}


/* INICIO */
.navegacion{
    display: flex;
    gap: 20px;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1.6), rgba(0, 0, 0, 0)); /* Degradado suave de oscuro a transparente */
    height: 160px;
}

.navegacion a{
    margin-top: 15px;
    font-size: 40px;
    font-family: "adelia";
    color: white;
}

.navegacion p{
    margin-top: 15px;
    font-size: 45px;    
    color: white;
}

/* NAV RESPOSIVE */

.mbNav{
    position: fixed;
    right: 0;
    top:0;
    height: 100%;
    width: 320px;
    background-color: #fff0e6;
    z-index: 90;
    display: flex;
    flex-direction: column;
    padding: 9.6rem 3rem 3.6rem 3.6rem;
    box-sizing:border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    justify-content: space-between;
    transform: translateX(100%);
}

.mbNav a{
    color: #64422d;
    text-decoration: none;
    font-family: "FlamaCondensedM";
    font-size: 2em;
}

.toggleMenu{
    display: none;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 10%;
    right: 30px;
    font: 0 / 0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::before, .header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-nav__close span::before, .header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.redesNav {
    display: none;
    align-items: center;
    justify-content: center;
    margin-right:25px;  
    margin-left:120px;
}

.redesNav a {
    margin: 0% 3%;
}

.redesNav a img {
    width: 45px;
}

/* FIN DE NAV RESPONSIVE */


#inicio{
    height: 1000px;
    width: 100%;
    background-image: url(../img/banner_home.png);
    background-position: center 100%;
    background-size: cover;
}

#logo{
    position: absolute;
    top: 50px;
    right: 150px;
    z-index: 2;
}

#platoChico{
    position: absolute;
    top: 230px;
    left: 30px;
    height: 680px;
    z-index: 2;
}

#bollos{
    position: absolute;
    top: 550px;
    left: 30px;
    height: 470px;
    z-index: 2;
}

#edificio{
    position:absolute;
    top: 810px;
    right: 0px;
    height: 550px;
}

/* FIN DE INICIO */


/* NOSOTROS */

#nosotros{
    width: 85%;
    margin: auto;
    text-align: center;
}

h2{
    font-family: "adelia";
    font-size: 90px;
    color: #64422d;
    position: relative;
}

#nosotros h3{
    font-family: "GothamBlack";
    color: #ff893b;
    font-size: 35px;
    margin-top:5%;
}

#nosotros p{
    font-family: "GothamMedium";
    color: #703b18;
    font-size: 18px;
    line-height: 180%;
    margin-top: 1%;
}

/* FIN NOSOTROS */


#decorationSpace{
    background-image: url(../img/mid_decoration.png);
    height: 400px;
    background-size: cover;
    position: relative;
}

#tenedor{
    position: absolute;
    top: -100px;
    right: -250px;
    z-index: 2;
}

#plato{
    position: absolute;
    transform: translate(-50%, 0%);
    top: 0%;
    left: 50%;
    z-index: 1;
    width: 100%;
    opacity: 0.7;
}


/* PRODUCTOS */

#moñitos{
    position: absolute;
    top: 1800px;
    left: 0px;
    height: 800px;
    z-index: 2;
}

#productos{
    background: linear-gradient(180deg, rgb(255 194 158) 60%, rgba(255,232,216,1) 100%);
    text-align: center;
}

#productos *{
    z-index: 10;
}

.contProductos_padre{
    display:flex;
    gap:5px;
    justify-content: center;
    width: 90%;
    margin: 5% auto;
}

.contProductos{
    background-color: #64422d;
    width: 33%;
}

.contProductos h4{
    color: #ff893b;
    font-family: "GothamBlack";
    font-size: 26px;
    padding: 0% 3%;
}

.contProductos p{
    font-size: 16px;
    color: #ffcba8;
    margin-top: 5%;
    font-family: "GothamMedium";
    line-height: 140%;
} 

.contProductos_texto{
    
    text-align: center;
    padding: 60px 40px;
}

.categoriaProductos{
    width: 100%;
    padding:1% 0%;
    background: radial-gradient(circle, rgb(241 218 204) 40%, rgba(240, 215, 199, 1) 60%, rgb(221 190 172) 100%);
    margin: 3px 0%;
    position: relative;
    text-align: center;
    z-index: 11;
    cursor: pointer;
}



.categoriaProductos h3{
    position: relative;
    font-family: "GothamLight";
    color: #64422d;
    font-size: 45px;

    z-index: 11;
}


.contenedorProductos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    padding: 5% 3%;
    background-color: #fff0e6;
    z-index: 12;
    position: relative;
    align-items: baseline;
}

.producto{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 2% 0%;
    width: 100%;
    cursor: pointer;
}

.producto img{
    width: 100%;
    
}
.producto p{
    color: #64422d;
    font-family: "GothamMedium";
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    margin-top: 3%;
    padding: 0% 20px;
}

#emergenteProductos{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    z-index: 999;
    display: none;
}

#emergenteCont{
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 50vw;
    height: 90vh;
    background-color: white;
    padding: 3% 3%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #6c5645;
}


#imgEmergente{
   height: 70%;
   width: 100%;
   object-fit: contain;
   
}

#fraseEmergente{
    font-family: "adelia";
    margin: 4% 0%;
    line-height: 100%;
    font-size: 45px;
}



#descEmergente{
    font-family: "GothamMedium";
    
    font-size: 25px;
}

#close{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 4%;
    right: 4%;
    cursor: pointer;
}

.absInfo{
    position: absolute;
    text-align: left;
    font-size: 30px;
    line-height: 100%;
    right: 5%;
    top: 10%;
    width: 45%;
    /* padding-right: 4%; */
    box-sizing: border-box;
}

#catEmergente{
    font-family: "FlamaLight";
    font-size: 1em;

}

#nombreEmergente{
    font-family: "FlamaBold";
    font-size: 2.5em;
    line-height: 80%;
    letter-spacing: -0.03em;
}

#tipoEmergente {
    font-family: "adelia";
    color: #da8c51;
    line-height: 200%;
}

#detalleEmergente{
    FONT-FAMILY: "FlamaBook";
    font-size: 1.3em;
    line-height: 100%;
}

.producto p.tipo{
    margin-top: 0;
    font-family: "GothamLight";
    font-size: 20px;
}

.categoriaHidden{
    max-height: 0px;
    padding: 0;
    display: none;
}

.producto p.nomarg{
    margin-top: 0%;
}


/* FIN PRODUCTOS */



/* CONTACTO */

#contacto{    
    width: 85%;
    margin: auto;
    text-align: center;
    padding-bottom:100px;
}

.ContContacto{
    padding: 0 20px;
    margin-top: 5%;
}

/* formulario */

.formulario{
    margin-bottom:70px ;
} 

.contFormulario{
    display: flex;
    flex-direction: column ;
    gap: 4px;
}

.contformulario2{
    display: flex;
    margin-top: 4px;
    gap: 4px;
}

.contFormulario3{
    display: flex;
    justify-content: left;
    margin-top:4px;
}

.textArea{
    display: grid;
    width: 70%;
    background-color: #e1c8b8;
}

.textArea label{
    justify-self: baseline;
    font-size: 25px;
    color: #64422d;
    -webkit-text-stroke-width: thin;
    margin-top: 15px;
    margin-left:20px;
    font-family: "GothamMedium";
}

.textArea textarea{
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 28px;
    /* background-image: linear-gradient(to bottom, transparent 90%, rgba(100, 68, 45, 0.7) 91%, rgba(100, 68, 45, 0.7) 92%); */
    background-size: 100% 30px;
    box-sizing: border-box;
    resize: vertical;
    height: 400px;
    border: none;
    background-color: #e1c8b8;
    font-family: "GothamMedium";
    color: #64422d;
}

textarea:focus{
    outline: none;
}

select{
    background-color: #e1c8b8;
    height:55px;
    font-size: 25px;  
    color: #64422d;
    width: 30%;
    border: none;
    text-align: center;
    -webkit-text-stroke-width: thin;
}

option{
    -webkit-text-stroke-width: thin;
    margin: 2% 0%;
}

input{
    border: 2px solid #7b5b47;
    background-color: #ffe8d8;
    color: #64422d;
    height: 55px;
    font-size: 25px;
    -webkit-text-stroke-width: thin;    
}

input:focus {
    
    outline: none; /* Elimina el borde por defecto que aparece en algunos navegadores */
    
}

input::placeholder{
    color: #64422d;
    margin-left: 50px;
}

input, textarea{
    padding-left: 10px;
}

.inputCiudad{
    width: 70%;
}

/* fin formulario */

#contacto span{
    color: #64422d;
    
    font-family: "GothamMedium";
}

#contacto p{
    color: #703b18;
    font-size: 30px;
    font-family: "GothamLight";
}

#contacto a{
    color: #64422d;
    font-family: "GothamLight";
    font-size: 30px;
}

.contTexto{
    display: flex;
    justify-content: center;
}

#monitosAmarillos{
    position: absolute;
    bottom: 0%;
    left: 0px;
    height: 900px;
    z-index: 25;
}

.txtTitle{
    padding: 0% 15%;
    margin-bottom: 3%;
}

h1{
    color: #64422d;
    font-family: "GothamMedium";
}


/* FIN CONTACTO */
@media (max-width: 1600px) {
    .absInfo{
        font-size: 25px;
        right: 2%;
        top: 13%;
    }
    #imgEmergente {
        height: 60%;
        width: 100%;
        object-fit: contain;
    }

    #emergenteCont {
        position: relative;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 50vw;
        height: 90vh;
        background-color: white;
        padding: 3% 3%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #5c4431;
        justify-content: center;
    }
    #fraseEmergente {
        font-family: "adelia";
        margin: 4% 0%;
        line-height: 100%;
        font-size: 35px;
    }

    #descEmergente {
        font-family: "GothamMedium";
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .containerGeneral {
        width: 80%;
        margin: auto;
        background-color: #ffe8d8;
    }
    #edificio {
        position: absolute;
        top: 710px;
        right: 0px;
        height: 400px;
    }
    #bollos{
        height: 370px;
        left: 0px;
    }

    #logo {
        position: absolute;
        top: 50px;
        right: 80px;
        z-index: 2;
        width: 270px;
    }

    #tenedor{

        position: absolute;
        top: 0px;
        right: -20%;
        z-index: 2;
        height: 350px;

    }

    #moñitos {
        position: absolute;
        top: 1800px;
        left: -80px;
        height: 600px;
        z-index: 2;
    }

    #monitosAmarillos {
        position: absolute;
        
        left: 0px;
        height: 600px;
        z-index: 25;
    }

    h2 {
        font-family: "adelia";
        font-size: 70px;
        color: #64422d;
        position: relative;
    }

    #nosotros h3 {
        font-family: "GothamBlack";
        color: #ff893b;
        font-size: 25px;
        margin-top: 5%;
    }

    #nosotros p {
        font-family: "GothamMedium";
        color: #703b18;
        font-size: 13px;
        line-height: 150%;
        margin-top: 1%;
    }

    #decorationSpace {
        background-image: url(../img/mid_decoration.png);
        height: 200px;
        background-size: cover;
        background-position: 0% 70%;
        position: relative;
    }

    .contProductos_padre {
        display: flex;
        gap: 5px;
        justify-content: center;
        width: 70%;
        margin: 5% auto;
        flex-direction: column;
    }

    .contProductos {
        background-color: #64422d;
        width: 100%;
    }

    .contProductos h4 {
        color: #ff893b;
        font-family: "GothamBlack";
        font-size: 20px;
        padding: 0% 3%;
    }

    .contProductos p {
        font-size: 14px;
        color: #ffcba8;
        margin-top: 2%;
        font-family: "GothamMedium";
        line-height: 140%;
    }

    .categoriaProductos h3 {
        position: relative;
        font-family: "GothamLight";
        color: #64422d;
        font-size: 35px;
        z-index: 11;
    }
    .producto p {
        color: #64422d;
        font-family: "GothamMedium";
        font-size: 15px;
        text-align: center;
        line-height: 100%;
        margin-top: 3%;
        padding: 0% 20px;
    }

    .producto p.tipo {
        margin-top: 0;
        font-family: "GothamLight";
        font-size: 15px;
    }

    input {
        border: 2px solid #7b5b47;
        background-color: #ffe8d8;
        color: #64422d;
        height: 55px;
        font-size: 20px;
        -webkit-text-stroke-width: thin;
    }

    select {
        background-color: #e1c8b8;
        height: 55px;
        font-size: 20px;
        color: #64422d;
        width: 30%;
        border: none;
        text-align: center;
        -webkit-text-stroke-width: thin;
    }

    .textArea label {
        justify-self: baseline;
        font-size: 20px;
        color: #64422d;
        -webkit-text-stroke-width: thin;
        margin-top: 15px;
        margin-left: 20px;
        font-family: "GothamMedium";
    }

    .textArea textarea {
        width: 100%;
        padding: 15px 20px;
        font-size: 12px;
        line-height: 28px;
        /* background-image: linear-gradient(to bottom, transparent 90%, rgba(100, 68, 45, 0.7) 91%, rgba(100, 68, 45, 0.7) 92%); */
        background-size: 100% 30px;
        box-sizing: border-box;
        resize: vertical;
        height: 400px;
        border: none;
        
    }

    #contacto p {
        color: #703b18;
        font-size: 20px;
        line-height: 100%;
        font-family: "GothamLight";
    }

    #contacto a {
        color: #64422d;
        font-family: "GothamLight";
        font-size: 20px;
    }

    #contacto span {
        color: #64422d;
        
        font-family: "GothamMedium";
    }
}

@media (max-width: 768px) {
    
    .navegacion{
        display: none;
    }

    .toggleMenu {
        display: block;
        position: absolute; /* Muestra el botón de toggle en pantallas pequeñas */
        right: 20px;
    }
    
    /* Estilos para el botón de toggle */
    .toggleMenu button {
        background: none;
        border: none;
        font-size: 64px;
        cursor: pointer;
        left: x;
        margin-right: 560px;
        margin-top: 40px;
        color: #e0c7b6;
    }

    #emergenteCont{
        width: 90vw;
    }

    .absInfo{
        position: static;
        width: 100%;
        text-align: center;
        font-size: 20px;
        right: 2%;
        top: 13%;
    }
    #imgEmergente {
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    #fraseEmergente {
        font-family: "adelia";
        margin: 4% 0%;
        line-height: 100%;
        font-size: 30px;
    }

    #descEmergente {
        font-family: "GothamMedium";
        font-size: 15px;
    }

    #inicio{
        height: 600px;
    }
    .containerGeneral {
        width: 90%;
        margin: auto;
        background-color: #ffe8d8;
    }
    #edificio {
        top: 710px;
        right: 0px;
        height: 400px;
    }
    #bollos {
        height: 300px;
        left: -100px;
        top: 400px;
        
    }

    #logo {
        position: absolute;
        top: 50px;
        right: 0px;
        z-index: 2;
        width: 240px;
    }

    #tenedor{

        position: absolute;
        top: 0px;
        right: -20%;
        z-index: 2;
        height: 350px;
        display: none;
    }

    #moñitos {
        position: absolute;
        top: 1500px;
        left: -80px;
        height: 500px;
        z-index: 2;
        display: none;
    }

    #monitosAmarillos {
        position: absolute;
        display: none;
        left: 0px;
        height: 600px;
        z-index: 25;
    }

    h2 {
        font-family: "adelia";
        font-size: 60px;
        color: #64422d;
        position: relative;
    }

    #nosotros h3 {
        font-family: "GothamBlack";
        color: #ff893b;
        font-size: 20px;
        margin-top: 5%;
    }

    #nosotros p {
        font-family: "GothamMedium";
        color: #703b18;
        font-size: 12px;
        line-height: 150%;
        margin-top: 1%;
    }

    #decorationSpace {
        background-image: url(../img/mid_decoration.png);
        height: 200px;
        background-size: cover;
        background-position: 0% 70%;
        position: relative;
    }

    .contProductos_padre {
        display: flex;
        gap: 5px;
        justify-content: center;
        width: 70%;
        margin: 5% auto;
        flex-direction: column;
    }

    .contProductos {
        background-color: #64422d;
        width: 100%;
    }

    .contProductos_texto {
        text-align: center;
        padding: 30px 30px;
    }
    .contProductos h4 {
        color: #ff893b;
        font-family: "GothamBlack";
        font-size: 20px;
        padding: 0% 3%;
    }

    .contProductos p {
        font-size: 12px;
        color: #ffcba8;
        margin-top: 2%;
        font-family: "GothamMedium";
        line-height: 140%;
    }

    .contenedorProductos{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .categoriaProductos h3 {
        position: relative;
        font-family: "GothamLight";
        color: #64422d;
        font-size: 30px;
        z-index: 11;
    }
    .producto {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 2% 0%;
        width: 100%;
        cursor: pointer;
        padding: 5%;
        box-sizing: border-box;
    }
    .producto p {
        color: #64422d;
        font-family: "GothamMedium";
        font-size: 15px;
        text-align: center;
        line-height: 100%;
        margin-top: 3%;
        padding: 0% 20px;
    }

    .producto p.tipo {
        margin-top: 0;
        font-family: "GothamLight";
        font-size: 15px;
    }

    input {
        border: 2px solid #7b5b47;
        background-color: #ffe8d8;
        color: #64422d;
        height: 40px;
        font-size: 15px;
        -webkit-text-stroke-width: thin;
    }

    select {
        background-color: #e1c8b8;
        height: 40px;
        font-size: 15px;
        color: #64422d;
        width: 30%;
        border: none;
        text-align: center;
        -webkit-text-stroke-width: thin;
    }

    .textArea label {
        justify-self: baseline;
        font-size: 15px;
        color: #64422d;
        -webkit-text-stroke-width: thin;
        margin-top: 15px;
        margin-left: 20px;
        font-family: "GothamMedium";
    }

    .textArea textarea {
        width: 100%;
        padding:15px 20px;
        font-size: 12px;
        line-height: 28px;
        /* background-image: linear-gradient(to bottom, transparent 90%, rgba(100, 68, 45, 0.7) 91%, rgba(100, 68, 45, 0.7) 92%); */
        background-size: 100% 30px;
        box-sizing: border-box;
        resize: vertical;
        height: 200px;
        border: none;
        
    }

    form{
        margin-top: 5%;
    }
    
    #contacto p {
        color: #703b18;
        font-size: 20px;
        line-height: 100%;
        font-family: "GothamLight";
    }

    #contacto a {
        color: #64422d;
        font-family: "GothamLight";
        font-size: 20px;
    }
}

@media (max-width: 600px) {

    #bollos {
        height: 250px;
        left: -100px;
        top: 400px;
    }

}

@media (max-width: 500px) {

    #edificio{
        top: 460px;
        right: -70px;
        height: 220px;
    }

    /* RESPONSIVE NAV */

    .toggleMenu {
        display: block;
        position: absolute; /* Muestra el botón de toggle en pantallas pequeñas */
        right: 20px;
    }
    
    /* Estilos para el botón de toggle */
    .toggleMenu button {
        background: none;
        border: none;
        font-size: 60px;
        cursor: pointer;
        left: x;
        margin-right: 320px;
        margin-top: 10px;
        color: #e0c7b6;
    }

    /* FIN RESPONSIVE NAV */
    .navegacion{
        display: none;
    }

    #fraseEmergente {
        font-family: "adelia";
        margin: 4% 0%;
        line-height: 100%;
        font-size: 25px;
    }
    .containerGeneral{
        width: 100%;
    }

    #logo {
        position: absolute;
        top: 50px;
        right: 0px;
        z-index: 2;
        width: 200px;
    }

    #platoChico{
        height: 270px;
        left: -50px;
        top: 270px;   
    }

    #bollos {
        height: 200px;
        left: -60px;
        top: 400px;
    }

    h2 {
        font-family: "adelia";
        font-size: 50px;
        color: #64422d;
        position: relative;
    }
    #nosotros h3 {
        font-family: "GothamBlack";
        color: #ff893b;
        font-size: 18px;
        margin-top: 5%;
    }
    #nosotros p {
        font-family: "GothamMedium";
        color: #703b18;
        font-size: 11px;
        line-height: 150%;
        margin-top: 1%;
    }
    #decorationSpace {
        background-image: url(../img/mid_decoration.png);
        height: 100px;
        background-size: cover;
        background-position: 0% 70%;
        position: relative;
    }
    .contProductos_padre{
        width: 90%;
    }

    .contProductos_texto {
        text-align: center;
        padding: 20px 15px;
    }
    .contProductos h4 {
        color: #ff893b;
        font-family: "GothamBlack";
        font-size: 16px;
        padding: 0% 3%;
    }
    .contProductos p {
        font-size: 11px;
        color: #ffcba8;
        margin-top: 2%;
        font-family: "GothamMedium";
        line-height: 140%;
    }

    .categoriaProductos h3 {
        position: relative;
        font-family: "GothamLight";
        color: #64422d;
        font-size: 25px;
        z-index: 11;
    }

    .contenedorProductos {
        grid-template-columns: 1fr 1fr;
    }

    .producto p {
        color: #64422d;
        font-family: "GothamMedium";
        font-size: 13px;
        text-align: center;
        line-height: 100%;
        margin-top: 3%;
        padding: 0% 20px;
    }
    .producto p.tipo {
        margin-top: 0;
        font-family: "GothamLight";
        font-size: 13px;
    }

    .categoriaProductos {
        width: 100%;
        padding: 2% 0%;
        background: radial-gradient(circle, rgb(241 218 204) 40%, rgba(240, 215, 199, 1) 60%, rgb(221 190 172) 100%);
        margin: 3px 0%;
        position: relative;
        text-align: center;
        z-index: 11;
        cursor: pointer;
    }

    .ContContacto {
        padding: 0px 0px;
        margin-top: 5%;
    }

    #contacto {
        width: 95%;
        margin: auto;
        text-align: center;
        padding-bottom: 100px;
    }

    .txtTitle {
        padding: 0% 0%;
        margin-bottom: 3%;
    }

    input {
        border: 2px solid #7b5b47;
        background-color: #ffe8d8;
        color: #64422d;
        height: 40px;
        font-size: 13px;
        -webkit-text-stroke-width: thin;
    }

    select {
        background-color: #e1c8b8;
        height: 40px;
        font-size: 13px;
        color: #64422d;
        width: 30%;
        border: none;
        text-align: center;
        -webkit-text-stroke-width: thin;
    }
    .textArea label {
        justify-self: baseline;
        font-size: 15px;
        color: #64422d;
        -webkit-text-stroke-width: thin;
        margin-top: 13px;
        margin-left: 20px;
        font-family: "GothamMedium";
    }

}

@media (max-width: 350px){
    .toggleMenu button {
        background: none;
        border: none;
        font-size: 60px;
        cursor: pointer;
        left: x;
        margin-right: 220px;
        margin-top: 10px;
        color: #e0c7b6;
    }
}