*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
:root{
    --colorOne:#1b1b1b;
    --colorTwo: #494949;
    --colorThree: #FFB63C;
    --White: #ffffff;
    --shadow1: -5px 5px 10px #00000062;
}
/* TEXT ELEMENTS TEXT ELEMENTS TEXT ELEMENTS */
::-webkit-scrollbar {
    width: 10px;
  }
::-webkit-scrollbar-track {
background: #000000;
}
::-webkit-scrollbar-thumb {
    background: var(--colorThree);
}
.error{
    color: #ff0000;
    margin-top: -15px;
    font-size: 13px;
}
.sendEmail{
    background: var(--colorOne);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sendEmailBox{
    background: var(--colorThree);
    width: 30%;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    animation-name: scaleEmail;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-iteration-count: 1;
}
@keyframes scaleEmail{
    0%{
        transform: scale(0%);
    }
    100%{
        transform: scale(100%);
    }
}
.load{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}
.load img{
    width: 100%;
    height: 100%;
    display: flex;
}
.icon{
    width: 25px;
    height:25px;
    transition: all 0.3s;
    display:flex;
    justify-content:center;
    align-items:center;
}
.icon:hover{
    transform: scale(120%);
}
.icon svg{
    width: 100%;
}
h1{
 font-size: 7rem;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 30px;    
}
h4{
    font-size: 20px;
}
.COne{
    color: var(--colorOne);
}
.CTwo{
    color: var(--colorTwo);
}
.CThree{
    color: var(--colorThree);
}
.CWhite{
    color: #ffffff;
}
.CRed{
    color: #ff0000;
}
.BOne{
    background: var(--colorOne);
}
.BTwo{
    background: var(--colorTwo);
}
.BThree{
    background: var(--colorThree);
}
.mobile{
    display: none;
}
.titulo{
    margin: auto;
    width: 80%;
    text-align: center;
    padding: 200px 0px 100px  0px;
    overflow: hidden;
}
/* ============================================= */
body{
    background: #F2F2F2;
    font-family: 'Lato', sans-serif;
    background-image: linear-gradient(90deg,  #ffffffa4, #ffffff90), url(img/PapelTapiz.jpg);
    background-size: contain;
}
.grid{
    margin: auto;
    width: 90%;
}
img{
    width: 100%;
}
.tools{
    position: fixed;
    display: flex;
    background: var(--colorThree);
    box-shadow: var(--shadow1);
    padding: 10px 20px;
    border-radius: 50px;
    gap: 20px;
    bottom: 30px;
    right: 30px;
    z-index: 10;
}
/* HEADER HEADER HEADER HEADER HEADER HEADER HEADER  */
.CtnHeader{
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 100;
}
header{
    background: var(--colorOne);
    display: flex;
    align-items: center;
    height: 70px;
    width: 100%;
    z-index: 100;
}
nav{
    position: relative;
    background: transparent;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.logo{
    width: 120px;
    margin-left: 30px;
    padding: 0px;
}
nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul li{
    list-style: none;
}
nav ul li a{
    text-decoration: none;
    color: var(--colorOne);
    margin: 0px 20px;
    padding: 5px;
}
.ham{
    display:none; 
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.ham span{
    display: block;
    background-color: var(--colorThree);
    height: 2px;
    width: 28px;
    margin: 7px auto;
}
.enlaces-menu{
    display: flex;
    padding: 0;
}
.enlaces-menu li{
    list-style: none;
}
.enlaces-menu li a{
    text-decoration: none;
    font-size: 14px;
}
.enlaces-menu li a:hover .iconCart{
    filter: grayscale(100%) brightness(0.4) contrast(100);
} 
.enlaces-menu.activado{
    display: flex;
}
.br-1.animado{
    transform: rotate(-45deg) translate(-5px,8px);
}
.br-2.animado{
    opacity: 0;
}
.br-3.animado{
    transform: rotate(45deg) translate(-4px,-8px);
}
/* ------------------------------------------------------- */
/* BOTONES BOTONES BOTONES BOTONES BOTONES BOTONES  */
.btn_0{
    padding: 0 10px;
    position: relative;
}
.btn_0::before{
    content: '';
    position: absolute;
    bottom:-60%;
    left: 0px;
    width: 100%;
    height: 4px;
    border-radius: 50px;
    background: var(--colorTwo);
    display: block;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 4s cubic-bezier(1, 1, 1, 1);
    transition: transform 0.4s cubic-bezier(1, 1, 1, 1)
}
.btn_0:hover::before {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}
.btn_1{
    position: relative;
    background: transparent;
    transition: all 0.3s;
    color: var(--White);
}
.btn_1:hover{
    color: var(--colorOne);
}
.btn_1:before{
    content: '';
    position: absolute;
    border-radius: 50px;
    width: 0%;
    height: 30px;
    background: var(--colorThree);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: -2px;
    left: -13px;
    z-index: -1;
}
.btn_1:hover::before{
    width: 140%;
    background: var(--colorThree);
}
.btn_2{
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}
.btn_2:hover{
    box-shadow:var(--shadow1);
    transform: scale(105%);
}
.white{
    background: var(--White);
    color: var(--colorOne);
}
.black{
    background: var(--colorOne);
    color: var(--White);
}
/* ================================================= */
/* OFERTA OFERTA OFERTA OFERTA OFERTA OFERTA  */
.oferta{
    display: flex;
    width: 100%;   
    background: red;
    z-index: 100;
    color: #ffffff;
}
.ofertaImg{
    width: 30%;
    height: 50px;
}
.iguana{
    position: absolute;
    left: 100px;
    width: 50px;
    animation-name: iguana;
    animation-timing-function:cubic-bezier();
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes iguana {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(45deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.ofertaText{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.ofertaClose{
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    border: none;
    font-weight: 600;
}
.ofertaClose:hover{
    transform: scale(105%);
}
/* -------------------------------------------- */
/* CARRUSEL CARRUSEL CARRUSEL CARRUSEL CARRUSEL  */
.plato{
    width: 500px;
    height: 500px;
    background: #ffffff;
    box-shadow: -20px 20px 50px #0000007a;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.platoImg{
    width: 95%;
    height: 95%;
    overflow: hidden;
    border-radius: 20px;
}
.platoImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
element.style{
    z-index: -2;
    opacity: 0;
    visibility: visible;
    transform: translateX(205.5px) translateY(400px) translateX(-400px) translateZ(-400px);
}
.carousel{
    margin: 0px 0px 100px 0px;
    width: 100%;
    height: 700px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    overflow: hidden;
}
.carousel .carousel-item {
    visibility: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel .carousel-item img{
    max-width: 100%;
    max-height: 100%;
}
/* ------------------------------------------- */
/* WELCOME WELCOME WELCOME WELCOME WELCOME WELCOME  */
.welcome{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcomeCtnLeftIcons{
    display: flex;
    gap: 20px;
}
.welcomeLeft{
    margin: 100px 0px;
    width: 100%;
    flex-direction: column;
    display: flex;
}
.tittleBajada{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 80%;
    margin: auto;
}
.tittleBajadaH1{
    line-height: 6rem;
}
.welcomeRight{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.welcomeCtnRight{
    margin: 100px 0px;
    width: 90%;
    text-align: end;
}
.welcomeRightImg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.welcomeRightImg img{
    filter: brightness(0.5);
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.welcomeCtnRightBox{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: minmax(200px, 200px); 
    gap: 20px;
    grid-auto-flow: dense;
}
.welcomeCtnBox{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: var(--shadow1);
    overflow: hidden;
    transition: all 0.3s;
}
.welcomeCtnBox:hover{
    transform: scale(105%);
}
.welcomeCtnBoxImg{
    width: 100%;
    height: 100%;
}
.welcomeCtnBoxImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}
.column{
    flex-direction: column;
}
.welcomeCtnBoxText{
    width: 80%;
    padding: 20px;
    text-align: start;
}
/* ================================================== */
/* CONTACTOS  CONTACTOS  CONTACTOS  CONTACTOS  CONTACTOS  */
.contactos{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorOne);
    background: var(--colorThree);
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
}
.contactosCtn{
    margin: 80px 0px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
}
.contactosText{
    display: flex;
    gap: 20px;
}
.mobileMove{
    animation-name: mobileMove;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes mobileMove{
    0%{
        transform: rotate(-25deg) scale(100%);
    }
    50%{
        transform: rotate(25deg) scale(130%);
    }
    100%{
        transform: rotate(-25deg) scale(100%);
    }
}
/* ============================================ */
/* PORTFOLIO PORTFOLIO PORTFOLIO PORTFOLIO PORTFOLIO */
.title{
    margin: auto;
    width: 80%;
    padding: 0px 0px 50px 0px;
}
.gridContainer{
    margin: auto;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: minmax(300px, 300px); 
    gap: 20px;
    grid-auto-flow: dense;
}
.gridItem{
    border: solid var(--colorOne);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -10px 10px 50px #161616;
}
.gridItem:hover{
    border: solid var(--colorTwo);
}
.gridItemFigure span{
    position: absolute;
    width: 200px;
    height: 200px;
    transform: rotate(45deg);
    background: var(--colorThree);
    z-index: 10;
}
.spanTop{
    top: -100px;
    right: -100px;
}
.spanBottom{
    bottom: -100px;
    left: -100px;
}
.portfolio1{
    background: var(--colorOne);
    color: #ffffff;
    width: 100%;
    padding: 150px 0px;
}
.portfolio1Boxes{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
}
.portfolio1BoxesImg{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio1BoxesImg img{
    width: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: flex;
    transition: all 0.5s;
    z-index: 0;
}
.portfolio1BoxesImg video{
    width: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: flex;
    transition: all 0.5s;
    z-index: 0;
}
.portfolio1Boxestext{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    z-index: 10;
    color: #ffffff;
    transition: all 0.5s;
    opacity: 0;
    transform: scale(120%);
}
.gridItem:hover .portfolio1Boxestext{
    opacity: 70%;
    transform: scale(100%);
}
.gridItem:hover .portfolio1BoxesImg img{
    transform: scale(110%);
}
@media (min-width: 600px){
    .wide{
        grid-column: span 2;
    }
    .tall{
        grid-row: span 2;
    }
}
/*PORTFOLIO CONTENT PORTFOLIO CONTENT PORTFOLIO CONTENT */
/* PLANTILLA CONTENIDO PORTAFOLIO*/
.p_video{
    margin: 50px 0px;
}
.p_videoCtn{
    margin: auto;
    width: 60%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow1);
}
.p_videoCtn iframe{
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 515px;
}
/* galeria imagenes */
/* Estilo de la galería */
.gallery {
    margin: auto;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: minmax(300px, 300px); 
    gap: 20px;
    grid-auto-flow: dense;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 0px 100px 0px ;
}
.image-container {
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;
    position: relative;
}
.gallery-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Estilo del contenedor principal */
.modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c4;
}
/* Estilo del modal */
.modal{
    position: relative;
    background:var(--colorOne);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px 0 #00000033;
    height: 70%;
    animation-name: scaleAnimation;
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.modal-content{
    text-align: center;
    overflow: hidden;
    height: 100%;
}
.modal-content img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#modal-image{
    border-radius: 10px;
    display: flex;
    transition: all 0.5s;
}
#modal-image:hover{
    transform: scale(120%);
}
/* Estilo del botón de cierre */
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    background: var(--colorThree);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    z-index: 1;
}
@keyframes scaleAnimation{
    0%{
        transform: scale(50%);
        opacity: 0;
    }
    100%{
        transform: scale(100%);
        opacity: 1;
    }
}

/* FOOD STYLING */
.foodStyling{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.foodStyling img{
    width: 150px;
    margin: auto;
}
/* ------------------ */
.block1{
    width: 100%;
    background:var(--colorTwo);
    padding: 100px 0px;
    color: #ffffff;
}
.block1Ctn{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.block1CtnText{
    width: 100%;
    margin: 20px;
}
.block1CtnImg{
    width: 100%;
    margin: 20px;
    display: flex;
    justify-content: center;    
}
/* FORMULARIO FORMULARIO FORMULARIO FORMULARIO FORMULARIO FORMULARIO */
.formOne{
    background: var(--colorThree);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.formOneLeft{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formOneLeftImg{
    width: 100%;
}
.formOneLeftImg img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: flex;
}
.formOneLeftText{
    position: absolute;
    width: 50%;
    bottom: 50px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--shadow1);
}
.formOneText{
    width: 70%;
    padding: 50px 0px;
}
.formOneRight{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 100px 0px;
}
.formOneRight form{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 70%;
    padding: 20px;
}
.formOneInput{
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
}
.formOneRight textarea{
    width: 100%;
    max-height: 90px;
    max-width: 100%;
    border: none;
    outline: none;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
}
.formOneInput[type='submit']{
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
}
.formOneInput:hover[type='submit']{
    transform: scale(105%);
}
.formOneRightPublicidad{
    width:70%;
}
.formOneRightPublicidadBoxs{
    display:flex;
    gap:20px;
}
.formOneRightPublicidadBoxs a{
    overflow:hidden;
    border-radius:10px;
    text-align:center;
    background:#ffffff;
    color:#000000;
    font-size:12px;
    text-decoration:none;
    box-shadow:var(--shadow1);
    transition:all 0.3s;
}
.formOneRightPublicidadBoxs a:hover{
    transform:scale(105%);
}
.formOneRightPublicidad a img{
    width:130px;
    height:100px;
    display:flex;
}
.formOneRightPublicidad a p{
    padding: 10px 0px;
}
/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--colorOne);
    padding: 2%;
    color: white;
}
.footer-ctn{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: 40px 0 30px 0;
}
.footer-ctn-cj{
    margin: 0 5% 0 5%;
    max-width: 300px;
}
.footer-ctn-cj h3{
   text-align: center;
}
.footer-ctn-cj li{
    opacity: 50%;
    list-style: none;
    transition: all 0.3s ease-in-out;
}
.footer-ctn-cj li:hover{
    transition: all 0.3s ease-in-out;
    transform: translateX(15px);
    opacity: 100%;
}
.footer-ctn-cj a{
    margin: auto;
    text-decoration: none;
    line-height: 30px;
    color: white;
}
.footerSocialMedia{
    width: 80%;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    padding: 20px 0px;
}
@media(max-width: 900px){
    .logo{
        padding: 25px 0px 25px 0px;
    }
    .btn_1:hover{
        color: var(--colorThree);
    }
    .mobile{
        display: flex;
    }
    .column{
        flex-direction: row;
    }
    .grid{
        width: 80%;
    }
    h1{
    font-size: 60px;
    }
    h2{
        font-size: 30px;
    }
    .ham{
        display: block;
        position: absolute;
        top: 15px;
        right: 25px;
        transition: 0.2s;
    }
    .ham:hover{
        transform: rotate(360deg);
    }
    nav{
        width: 100%;
        background: var(--colorOne);
        flex-direction: column;
        align-items: flex-start;
    }
    .enlaces-menu{
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin: 70px 0px;
        height: 50vh;
        width: 100%;
        display: none;
    }
    .enlaces-menu li a{
        font-size: 1.5rem;
    }  
    .welcome{
        height: 100%;
        flex-direction: column;
    }
    .welcomeLeft{
        width: 100%;
    }
    .welcomeRight{
        width: 100%;
    }
    .tittleBajada{
        width: 80%;
        gap:10px;
    }
    .tittleBajadaH1{
    line-height: 3.5rem;
    }
    .welcomeCtnRight{
        width: 80%;
    }
    .carousel{
        height: 500px;
    }
    .contactosCtn{
        flex-direction: column;
    }
    .contactosText{
        gap: 10px;
    }
    .plato{
        width: 300px;
        height: 300px;
    }
    /*FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER*/
    .footer-ctn{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .in-cont{
        flex-direction: column;
    }
    .sec-1-content{
        flex-direction: column;
        margin-top: 50px;
    }
    .sec2-svo1{
        flex-direction: column;
    }
    .sec2-svo-img{
        margin: 0% 5% 5% 5%;
    }
    .sec2-svo-text{
        text-align: left;
        margin: 0% 5% 0% 5%;
    }
    .sec2-ctn{
        flex-direction: column;
    }
    .sec4-ctn{
        flex-direction: column;
    }
    .sec4-ctn-cj{
        padding: 5%;
        margin: 5% 0 5% 0;
    }
    .sec5-ctn{
        flex-direction: column;
    }
    .p_videoCtn{
        width: 90%;
    }.p_videoCtn iframe{
        height: 415px;
    }
    .modal{
        height: auto;
        width: 80%;
    }
    .formOne{
        flex-direction: column;
    }
    .formOneLeftText{
        width: 70%;
    }
    .oferta{
        flex-direction: column;
    }
    .ofertaImg{
        display: none;
    }
    .ofertaText{
        margin: auto;
        width: 80%;
        padding: 15px 0px;
        flex-direction: column;
    }
}
