@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Crake';
    src: url('fonts/Crake/Crake\ Regular.ttf') format('truetype'); /* Ajusta la ruta del archivo */
    font-weight: normal;
    font-style: normal;
}
@keyframes show{
    from{
        opacity: 0; scale: 90%
    }
    to{
        opacity: 1;scale: 100%;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; 
    background: linear-gradient(135deg,  rgb(255,247,234) 0%,rgb(244,232,212) 100%); 
    overflow-x: hidden;
}




h2, h3, img, .section01 a, .portfolio-button, .pSections, .bold-text, .puesto, .fecha, .divget, .emailynumero{
    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
} 

p {
    color: #343A2B;
}


.home-header {
    background-image: url('SourceImage/FotoUriel.jpg'); 
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 93vh; 
    position: relative;
}

.header-content {
    display: flex;
    justify-content: space-between;
    padding: 3% 5%;
    top: 0;
    left: 0;
    width: 100%;
}

.logo {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}
.logo img {
    width: 130px; 
    height: auto; 
}

nav ul {
    list-style: none;
    display: flex;
    gap: 60px;
    padding-top: 20px;
    padding-right: 0px;
}

nav ul li {
    display: inline;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}
nav .links-wrap li a {
    font-weight: 390;
    text-decoration: none;
    color: #FFF7EA;
    font-size: 1.1rem;
    transition: color 0.3s;
}

nav .links-wrap li a:hover {
    color: #C15034;
    text-decoration: underline;
}

.hero-text {
    position: absolute;
    top: 72%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.hero-text h1 {
    font-size: 7rem;
    font-weight: 200;
    font-family: 'Crake', sans-serif;
    color: #FFF7EA;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}
.hero-text p {
    padding:0 40px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #FFF7EA;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}

.sections{
    padding: 0 10%;
    
}
.section01 {
    justify-content: space-between; 
    align-items: center; 
    padding: 120px 0 80px;
    gap: 20px;
}
.section01 .left {
    font-size: 1.5rem;
    flex: 7;
    text-align: left;
    font-weight: bold;
    padding: 20px 3% 20px 0;
}
.section01 .right {
    flex: 3; 
    display: flex;
    flex-direction: column; 
    padding: 20px 0 20px 10%;
}
.prueba{
    display: flex;
}
.section01 .bold-text {
    font-size: 1rem;
}
.section01 a {
    background: #C15034;
    border: 1px solid #C15034;
    border-radius: 50px;
    padding: 20px 70px;
    font-size: 1.5rem;
    font-weight: 200;
    text-align: center;
    color: white;
    font-family: 'Crake', sans-serif; 
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 50px;
    text-decoration: none;
}
.section01 a:hover {
    background: #FFF7EA;
    color: #C15034;
    border: 1px solid #C15034;
}


.portfolio {
    text-align: center;
    padding: 0px 0px 120px;
}
.portfolio h2 {
    font-family: 'Montse', sans-serif; 
    text-align: left;
    text-decoration: none;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    color: #343A2B;
}
.portfolio-grid {
    display: flex;
    justify-content: center;
    gap: 8%;
}
.portfolio-item {
    width: 400px;
    text-align: center;
}
.portfolio-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.portfolio-item img:hover {
    transform: scale(1.05);
}


.portfolio-item h3 {
    font-size: 1.7rem;
    text-align: left;
    margin-top: 10px;
    color: #C15034;
    font-weight: 425;
}
.tituloydiseno{
    display: flex;
    justify-content: space-between;
}

.portfolio-item .puesto{
    text-align: left;
}
.portfolio .fecha{
    text-align: right;
}
.portfolio .portfolio-button {
    display: inline-block;
    padding: 20px 60px;
    background: transparent;
    border: 2px solid #C15034;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #C15034;
    font-family: 'Crake', sans-serif;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    margin-top: 50px;
    text-decoration: none;
}

.portfolio .portfolio-button:hover {
    background: #C15034;
    color: #FFF7EA;
}

footer{
    background: linear-gradient(135deg,  rgb(52,58,43) 19%,rgb(52,58,43) 19%,rgb(70,83,49) 65%,rgb(52,58,43) 98%);
    padding: 10% 10% 6%;
    border-radius: 30px 30px 0 0;
    height: 100%;
}
.containerFooter{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.footer h2{
    max-width: 70%;
}
footer h2{
    font-size: 4rem;
    font-weight: 200;
    color: #FFF7EA; 
    font-family: 'Crake', sans-serif; 
}
footer .divget{
    position: relative; 
    width: 20%;
    height: auto;
    padding: 20px 0 0px 20px;
}
footer .getintouch{
    position: absolute;
    bottom: 10px;
    right: 1px;
    padding: 13px 50px;
    background: #C15034;
    transition: all 0.3s ease;
    border: none;
    border-radius: 50px;
    font-size: 1.7rem;
    font-weight: 200;
    color: #FFF7EA;
    font-family: 'Crake', sans-serif; 
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
footer .getintouch:hover {
    background: #FFF7EA;
    color: #C15034;
}
footer h3{
    font-size: 1rem;
    font-weight: 300;
    color: #FFF7EA;
}
footer p{
    font-size: 1.4rem;
    font-weight: 450;
    color: #FFF7EA;
}
footer .contactme{
    padding: 35px 0px 0px 75px;
    display: flex;
    flex-direction: column; 
    gap: 10px;
}
.contactme a{
    display: inline-block;
    background: none;
    font-size: 1.2rem;
    font-weight: 100;
    color: #FFF7EA;
    font-family: 'Monserrat', sans-serif; 
    text-decoration: underline;
    transition: all 0.3s ease;
}
.contactme a:hover {
    color: #A23E2A;
}
.correo{
    margin: 4px 0 0;
    width: 50%;
}
.numero{
    margin: 17px 0 140px ;
    width: 50%;
}
footer .socials{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.socials .buttonsfooter{
    display: flex; 
    gap: 33px;
}
.buttonsfooter a{
    background: none;
    border: 1px solid #FFF7EA;
    border-radius: 50px;
    padding: 7px 40px;
    font-size: 1.2rem;
    font-weight: 50;
    color: #FFF7EA;
    font-family: 'Monserrat', sans-serif; 
    cursor: pointer;
    transition: all 0.3s ease;
}
.buttonsfooter a:hover {
    background: #FFF7EA;
    color: #A23E2A;

}
.datepage{
    font-size: 0.8rem;
    margin-left: auto; 
}
@media (max-width: 1024px) {
    nav ul {
        padding-right: 40px;
    }

    .hero-text h1 {
        font-size: 6rem;
    }

/*Seccion01*/
.section01 .right {
    padding: 20px 0 20px;
}
    .section01 button {
        border-radius: 50px;
        padding: 20px 70px;
        font-size: 1.3rem;
        font-weight: 100;
        color: white;
    
    }
/*footer*/
    footer h2{
        font-size: 3.5rem;
        font-weight: 700;
    }
    footer .divget{
        position: relative; 
        width: 40%;
        height: auto;
        padding: 20px 0 0px 20px;
    }
    footer .getintouch{
        position: absolute;
        bottom: 10px;
        padding: 10px 50px;
        border-radius: 50px;
        font-size: 1.7rem;
        font-weight: 200;
        
    }
    footer .contactme{
        padding: 35px 0px 0px 40px;
        display: flex;
        flex-direction: column; 
        gap: 10px;
    }
    .correo{
        padding: 13px 0 0;
    }
    .numero{
        padding: 13px 0 140px ;
    }
    .socials .buttonsfooter{
        gap: 20px;
    } 
}
@media (max-width: 768px) {
    
    nav ul {
        padding-right: 10px;
        gap: 30px;
    }
    .hero-text {
        left: 50%; 
        text-align: center; 
    }
    
    .hero-text h1 {
        font-size: 4rem;
    }

    .hero-text p {
        font-size: 1rem;
        padding: 0 20px;
    }
    .section01 .left {
        font-size: 1.2rem;
        padding: 20px 10% 20px 0;
    }

    .section01 .bold-text {
        font-size: .9rem;
    }

    .section01 button {
        padding: 20px;
        font-size: 1.3rem;
        font-weight: 200;
    
    }

    .portfolio-grid {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .portfolio-item {
        width: 80%; 
    }
   
    footer h2{
        font-size: 3rem;
    }
    footer .getintouch{
        padding: 10% 10%;
    }
    footer .contactme{
        padding: 35px 0px 0px;   
    }

    .socials .buttonsfooter{
        gap: 5px;
    }

    .buttonsfooter button{
        padding: 10px 30px;
        font-size: 1rem;
        font-weight: 100;
    }
}
.menu-icon {
    display: none; 
}
.mobile-only {
    display: none;
}
   
@media (max-width: 570px) {
    /*MENÚ MOVIL*/
    .mobile-only {
        display: block;
    }
    .header-content {
        padding: 20px 0px 20px 30px;
    }
    .logo img {
        width: 90px;
    }
    .menu-icon {
            display: flex;
            align-items: center;
            justify-content: center;  
            font-size: 1rem;
            font-weight: 600;
            color: #C15034;
            cursor: pointer;
            gap: 1px;
            z-index: 11; 
            padding: 0;
            margin-left: auto;
            margin-right: 20px;
            /*width: 50px;  Tamaño fijo para el icono */
            /*height: 50px;  Tamaño fijo para el icono */
            border-radius: 50%;
            position: relative;  
            transition: all 0.3s ease-in-out;
    }
    
    .menu-dot {
            width: 9px;
            height: 9px;
            background-color: #C15034;
            border-radius: 50%;
            transition: opacity 0.3s ease-in-out;
    } 
    
    /* Animación del menú */    
    body.menu-open {
        overflow: hidden;
    }    
    nav ul li {
            margin: 0px 0;
    }
    nav ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, rgb(193,80,52) 0%, rgb(179, 63, 28) 100%);
        padding: 35% 10% 0;
        z-index: 10;
        text-align: left;
        transition: right 0.5s ease-in-out, opacity 0.4s ease 0.1s;
        opacity: 0;
        overflow: hidden;
    }
    nav ul.active {
        right: 0;
        opacity: 1;
        transition: right 0.5s ease-in-out, opacity 0.3s ease;
    }
    nav ul.active li a {
            color: #FFF7EA !important;
            font-size: 3rem;
            font-family: 'Crake', sans-serif;
            text-shadow: none;
    } 
    .menu-icon.active {
        background-color: #FFF7EA;
        color: #C15034;
        width: 40px;
        height: 40px;
        font-size: 0rem;
        transition: right 0.4s ease-in-out;
    }
    .menu-icon.active span {
            visibility: hidden;
    }
    .menu-icon.active .menu-dot {
            background-color: #FFF7EA;
            opacity: 1; 
    }
    .menu-icon.active::after {
    content: "✕";
    font-size: 1.5rem;
    color: #C15034;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: fadeIn 0.3s ease 0.2s forwards;
    }

    @keyframes fadeIn {
        to { opacity: 1; }
    }

    .menu-dot {
    transition: all 0.3s ease-in-out;
    }

    .menu-icon.active .menu-dot {
        opacity: 0;
        transform: scale(0); /* Desaparece con escala */
    }
    
    
    /*FIN MENÚ MOVIL*/


    .prueba{
        flex-direction: column;
    }
    .prueba .left{
        padding: 0%
    }
    .prueba .right{
        justify-content: space-between; 
        align-items: center; 
        display: flex;
    }
    .right button{
        padding: 10px 50px;
    }
    .portfolio h2 {
        text-align: center;
        font-weight:50;
        font-size: 80px;
    }
    .pj3{
        display: none;
    }
    .portfolio-button{
        margin-top: 40px;
        padding: 10px 50px;
    }
    footer {
        padding: 10% 5% 5%; 
        text-align: center;
    }

    .containerFooter {
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }

    .footer h2 {
        max-width: 100%;
        font-size: 3rem;
    }

    footer .divget {
        width: 100%;
        padding: 20px 0 60px;
    }

    footer .getintouch {
        position: static;
        margin-top: 10px;
        font-size: 1.5rem; 
        padding: 10px 40px;
    }

    footer .contactme {
        padding: 20px 0;
        align-items: center;
        text-align: center;
    }

    .emailynumero a{
        font-size: 1.2rem; 
        margin: 0;
    }

    .correo{
        width: 100%;
    }
    .numero{
        width: 100%;
        margin: 0 0 140px;
        padding: 13px 0 180px;
    }

    .socials {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .buttonsfooter {
        flex-direction: column;
        gap: 20px;
        align-items: center; 
        justify-content: center; 
        display: flex; 
        width: 100%;
    }

    .buttonsfooter a {
        width: 100%;
        max-width: 250px;
        text-align: center; 
        padding: 7px 40px;
    }

    .datepage {
        font-size: 0.9rem;
        margin: 10px 0 0;
    }
}
@media (max-width: 320px) {
    .portfolio h2{
        font-size: 40px;
    }
    footer h2{
        font-size: 40px;
    }
}









/*PAGINA WORK*/
.logoW {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.1));
}
.logoW img {
    width: 130px; 
    height: auto; 
}
nav .links-wrapW li a {
    font-weight: 390;
    text-decoration: none;
    color: #C15034;
    font-size: 1.1rem;
    transition: color 0.3s;
    text-shadow: none;

}
.liW:hover{
    color: #6e7661;
    text-decoration: underline;

}
.titleClass{
    width: 100%;
    display: flex;
    padding: 2% 8%;
    margin: 0 0 13% 0;
    gap: 10%;
}
.titleClass h1{
    font-size: 900%;
    font-weight: 200;
    font-family: 'Crake', sans-serif;
    color: #C15034;
}
.titleClass p{
    font-size: 120%;
    font-weight: 400;
    color: #343A2B;
    padding: 5% 0 0 0;
    text-align: justify;
}
.portfolioW{
    margin: 0 0 40%;
}
.portfolio-gridW {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10%; 
    justify-items: center;
    align-items: center;
    margin-top: 20px; 
    justify-content: center;
}
.portfolio-itemW {
    width: 100%;
    text-align: center;
}

.portfolio-itemW img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.portfolio-itemW img:hover {
    transform: scale(1.05);
}
.portfolio-itemW h3 {
    font-size: 220%;
    text-align: left;
    margin-top: 10px;
    color: #C15034;
    font-weight: 425;
}
.portfolio-itemW .puesto{
    padding: 0 0 35%;
}
.portfolio-itemW .puesto{
    text-align: left;
}
.portfolio .fecha{
    text-align: right;
}


@media (max-width:768px) {
    .titleClass h1{
        font-size: 600%;
        text-align: center;
    }
    .portfolio-itemW h3 {
        font-size: 150%;
    }
    
}

@media (max-width: 570px) {
    .logoW img {
        width: 90px;
    }
    .titleClass{
        flex-direction: column;
    }
    
    .titleClass p{
        text-align: center;
    }
    .sections{
        margin: 0 0 70px 0;
    }
    .portfolio-gridW {
        flex-direction: column;
        display: flex;
        grid-template-columns: repeat(1, 1fr); 
    }
    .portfolio-itemW .puesto{
        padding: 0 0 15%;
    }
}





/*PAGINA ABOUT*/
.links-wrapA li{
    text-shadow: none;
}
.yoAbout img{
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

    display: flex;
    width: 500px;
    height: auto;
    
    position: relative;
    z-index: 10; /* Asegura que la imagen esté sobre la siguiente sección */
    display: block;
    margin-bottom: -15%;
}
.about{
    display: flex;
    padding: 0 11%;
    gap: 6%;
    position: relative; /* Asegura que la imagen pueda sobresalir correctamente */
    z-index: 10;
}

.ImAbout h2{
    font-size: 30px;
    color: #343A2B;
}
.ImAbout p{
    font-size:18px;
    margin: 15% 35% 0 0;
    color: #343A2B;
}
.change{
    display: none;
}

.aboutsec02{
background: linear-gradient(135deg,  rgb(238,223,199) 0%,rgb(226,211,183) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sec02Container{
    padding: 9% 11% 5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: static;
    z-index: 5;
}
.sec02Container h3{
    padding: 0 0 7% 0;
    color: #343A2B;
}
.sec0201{
    padding: 0 25% 0 0;
    color: #343A2B;
    grid-area: 1 / 1 / 2 / 2;
}
.sec0201 li, .sec0201 p{
    padding-top: 10px;
    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.sec0202{
    grid-area: 1 / 2 / 2 / 3;
    padding: 0 7% 0 10%;
}
.sec020201 p{
    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.emailynumeroW div{
    padding: 0 0 20px;

    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 30%;
}
.emailynumeroW a{
    color: #343A2B;
    font-size: 15px;
    padding: 5px;    
}
.emailynumeroW a:hover{
    color:#C15034 ;
}
.sec020202{
    padding-top: 40px;
} 
.sec0203{
    grid-area: 1 / 3 / 2 / 4;
    padding: 0 7% 0 30%;
}
.sec0203 div{
    padding: 0 0 50px;
}
.sec020301 p, .sec020302 p{
    padding-top: 4%;
    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}


.resume{
    display:block;
    bottom: 10px;
    padding: 10px;
    background: #A23E2A;
    border: none;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 200;
    color: #FFF7EA;
    font-family: 'Crake', sans-serif; 
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    
    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.sec0203 a:hover {
    background: #FFF7EA;
    color: #C15034;
}

.aboutsec03{
    padding: 5% 11% 10%;
}
.aboutsec03 .numbers{
    padding: 10px 0;
    opacity: 70%;
    
    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.aboutsec03 .line{
    background-color: #343A2B;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    opacity: 70%;
    border-radius: 50px;

    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.aboutsec03 h3{
    font-size: 2.3rem;
    color: #343A2B;
    padding: 0 0 40px;

    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.helpU{
    display: flex;
    gap: 50px;
}
.helpU h4{
    font-size: 1.9rem;
    color: #343A2B;
    padding: 25px 0;

    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.helpU p{
    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}


@media (max-width: 1138px){
    .yoAbout img{
        width: 350px;
    }
    .ImAbout h2{
        font-size: 20px;
    }
    .ImAbout p{
        font-size:14px;
        margin: 13% 30% 0 0;
    }
}
@media (max-width: 840px){
    .yoAbout img{
        width: 250px;
    }
    .ImAbout h2{
        font-size: 18px;
    }
    .ImAbout p{
        font-size:14px;
        margin: 8% 10% 8% 0;
    }
}
@media (max-width:768px){
    .sec02Container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .sec0201{
        grid-area: 1 / 1 / 3 / 2;
    }
    .sec0202{
        grid-area: 1 / 2 / 2 / 3;
    }
    .sec0203{
        grid-area: 2 / 2 / 3 / 3;
        padding: 0 7% 0 10%;
    }   
    .helpU h4{
        font-size: 1.3rem;
        color: #343A2B;
        padding: 25px 0;
    }
}
@media (max-width: 570px) {
    .about{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        position: static;
    }
    .yoAbout img{
        grid-area: 1 / 1 / 2 / 2;
        width: 220px;
        position: static;
    }
    .ImAbout h2{
        grid-area: 1 / 2 / 2 / 3;
        text-align: end;
        padding: 0 0 0 10px;
    }
    .ImAbout p{
        display: none; 
    }
    .change{
        display: block;
        padding: 15% 0 0;
        grid-area: 2 / 1 / 3 / 3;
    }
    .sec02Container{
        display: grid;
        grid-template-columns: 1fr;
        padding: 20% 11% 20%;
    }
    .sec0201{
        grid-area: 1 / 1 / 2 / 2;
        padding: 0;
    }
    .sec0202{
        grid-area: 2 / 1 / 3 / 2;
        padding: 10% 0 0;
    }
    .sec0203{
        grid-area: 3 / 1 / 4 / 2;
        padding: 0 7% 0 10%;
    }   
    .sec020202{
        display: none;
    }
    .sec0203 h3, .sec0203 div{
        display: none;
    }
    .aboutsec03{
        padding: 15% 11% 20%;
    }
    .helpU{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .helpU h4{
        font-size: 1.5rem;
        color: #343A2B;
        padding: 25px 0;
    }
    .helpU p{
        padding: 0 0 20px;
    }
    
    .numbers{
        display: none;
    }
}
@media (max-width: 480px) {
    .about{
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: repeat(3, auto);
    }
    .yoAbout{
        grid-area: 2 / 1 / 3 / 2;
    }
    .ImAbout{
        grid-area: 1 / 1 / 2 / 2; 
        height: 50px;
    }
    .change{
        grid-area: 3 / 1 / 4 / 2;
    }
    .yoAbout img{
        width: 100%;
        margin: 90px 0 0 ;
    }
    .ImAbout h2{
        text-align: left;
        padding: 0;
    }
    .change{
        padding: 30px  0 100px;
    }
}





/*PAGINA CONTACT*/
.bodyC{
    background:#343A2B;
    box-sizing:none;
    
}
.contactContainer{
    margin: 0 20%;
    color: #FFF7EA;
}
.contactContainer h1{
    color: #FFF7EA;
    font-family: 'Crake';
    font-size: 900%;
    font-weight: 200;
}
.gridcontact{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 50px;
    
}
.contactContainer h2{
    color: #FFF7EA;
    font-size:60px;
    font-weight: 200;
    max-height: 100px;
    margin: 0px 0 100px;
}
form div{
    margin: 50px 0 10px;
    display: contents;
}
.LineaArriba{
    margin: 50px 0;
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
label{
    color: #FFF7EA;
    font-size: 22px;
    padding: 10px 0;
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
form div label span{
    font-size: 17px;
    color: #FFF7EA;
    opacity: 80%;
}
input{
    padding: 5px 9px;
    margin: 15px 0 30px;
    border: none;
    border-bottom: 1px solid #FFF7EA;
    background: #343A2B;
    color: #FFF7EA;
    width: 110%;
    font-size: 18px;
    border-radius: 0;
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
input:hover{
    background: #343A2B;
}
textarea{
    padding: 5px 9px;
    margin: 10px 0 30px;
    border: none;
    background: #3b4131;
    color: #FFF7EA;
    width: 110%;
    font-size: 18px;
    resize: none;
    min-height: 200px;
    max-height: 400px;
    border-radius: 10px;
    font-family: 'Montserrat';
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.enviar{
    border: 2px solid #FFF7EA;
    width: 30%;
    border-radius: 50px;
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.enviar:hover{
    background-color: #FFF7EA;
    color: #A23E2A;
}

.sectContact{
    justify-items: flex-end;
}
.titleContact{
    color: #6e7661;
    font-size: 15px;
}
.contactme .correo02{
    margin: 0 0 10px;
    font-size: 1rem;
    text-decoration: none;
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.contactme .numero02{
    margin: 10px 0 20px;
    font-size: 1rem;
    text-decoration: none;
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.contactme a:hover{
    text-decoration: underline;
}
.contentSocials{
    margin-top: 20px;
}
.socialsLinkC{
    display: grid;
    color: #FFF7EA;
    font-size: 1rem;
    margin: 10px 0 20px;
    text-decoration: none;
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.socialsLinkC:hover{
    color: #C15034;
    text-decoration: underline;
}
.resume02{
    display:block;
    bottom: 10px;
    padding: 10px;
    margin-top: 50px;
    background: #A23E2A;
    border: none;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 200;
    color: #FFF7EA;
    font-family: 'Crake', sans-serif; 
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.resume02:hover{
    color: #C15034;
    background-color: #FFF7EA;
}




.footerC{
    background: #343A2B;
    padding: 0;
}    
.footerC .contactmeC{
    padding: 35px 75px 35px 75px;
    display: flex;
    flex-direction: column; 
    gap: 10px;
}
.contactmeC a{
    display: inline-block;
    background: none;
    font-size: 1.2rem;
    font-weight: 100;
    color: #FFF7EA;
    font-family: 'Monserrat', sans-serif; 
    text-decoration: none;
    transition: all 0.3s ease;
}
.contactmeC a:hover {
    color: #A23E2A;
}

.footerC .socialsC{
    display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
    
    justify-content: space-between;
    align-items: flex-end;
}
.socialsC .buttonsfooterC{
    grid-area: 1 / 1 / 3 / 2;
    display: flex; 
    gap: 33px;
}
.FinalFooter{
    grid-area: 1 / 3 / 3 / 4;
}
.buttonsfooterC a{
    background: none;
    border: 1px solid #FFF7EA;
    border-radius: 50px;
    padding: 7px 40px;
    font-size: 1.2rem;
    font-weight: 50;
    color: #FFF7EA;
    font-family: 'Monserrat', sans-serif; 
    cursor: pointer;
    transition: all 0.3s ease;
}
.buttonsfooterC a:hover {
    background: #FFF7EA;
    color: #A23E2A;

}
.datepageC{
    font-size: 0.8rem;
    margin-left: auto; 
}

.footerC{
    margin-top: 10%;
    max-height: 20vh;
}
.lineafooterC{
    width: 80%;
    height: 1px;
    background-color: #FFF7EA;
}

@media (max-width: 768px) {
    .contactContainer{
        margin: 0 10%;
        color: #FFF7EA;
    }
    .contactContainer h1{
        font-size: 500%;
    }
    .contactContainer h2{
        font-size: 200%;
    }
    .contactme .correo02, .contactme .numero02{
        font-size: .9rem;
    }
    .contentSocials a{
        font-size: .9rem;
    }

    .buttonsfooterC a{
        padding: 5px 20px;
        font-size: 1rem;
    }
    .socialsC .buttonsfooterC{
        display: flex; 
        gap: 10px;
    }
    
    .footerC .contactmeC{
        padding: 35px 40px;
    }
}
@media (max-width: 570px) {
    .gridcontact {
        display:contents;
        grid-column-gap: 50px;
    }
    input{
        padding: 5px 9px;
        margin: 15px 0 30px;
        width: 90%;
        font-size: 18px;
    }
    textarea{
        padding: 5px 9px;
        margin: 10px 0 30px;
        width: 90%;
        font-size: 18px;
    }
    .sectContact {
        justify-items: flex-start;
        margin-bottom: 150px;
    }
    .contentSocials{
        display: none;
    }
    .resume02{
        margin-top: 20px;
    }

    .socialsC{
        display: grid;
    }
    .footerC .contactmeC {
        padding: 20px 20px
    }
    .socialsC .buttonsfooterC{
        grid-area: 1 / 2 / 2 / 3;
        gap: 10px;
    }
    .buttonsfooterC a{
        margin-top: 10px;        
        padding: 8px 20px;
        font-size: .9rem;
    }
    .FinalFooter{
        grid-area: 2 / 2 / 3 / 3;
    }    
}




/*PÁGINA HUERTO IBERO*/
.contentHI{
    margin: 0 2%;
}
.h1HI{
    font-family: 'Crake', sans-serif;
    color: #C15034;
    font-size: 110px;
    font-weight: 100;
}
.h1RoleCreditsDateContentHI{
    margin: 2% 10%;
}
.RoleCreditsDateContent{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    
    margin: 60px 0 30px;
}
.titledescriptionHI{
    margin-bottom: 7px;
}
.line{
    background-color: #343A2B;
    width: 90%;
    height: 1px;
}
.descriptionHI{
    margin-top: 7px;
}
.ContentimagePortadaHI{
    text-align: center;
    margin-bottom: 1%;
}
.imagePortadaHI{
    max-width: 100%;
    height: auto;

    margin: auto;
    border-radius: 37px;
    align-items: center;
}
.textHI{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 7%;

    margin-bottom: 5%;
}
.textHI h2, .textHI p, .textHI li{
    margin-bottom: 10px;
    color: #343A2B;

    view-timeline-name: --reveal;

    animation-name: show;
    animation-fill-mode: both;

    animation-timeline: --reveal;
    animation-range: entry 25% cover 50%;
}
.containerHI{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    margin-bottom: 7%;
}
.h2shi{
    margin: 28px 0 10px;
}
.wireframeArticleHI img{
    max-width: 95%;
    border-radius: 20px;
}
.moodboardArticleHI img{
    max-width: 95%;
    border-radius: 20px;
}
.contentColor{
    display: flex;
    margin-top: 10%;
    gap: 2%;
}
.contentColor img{
    max-width: 100%;
}
.desk01{
    position: relative; /* Establece el contexto para las posiciones absolutas */

}
.desk02{
    position: relative; /* Establece el contexto para las posiciones absolutas */

    margin-top: 15%;
}
.desk03{
    position: relative; /* Establece el contexto para las posiciones absolutas */

    margin-top: 5%;
}
.fondo {
    object-fit: cover; /* Para que la imagen cubra el contenedor */
  }
.superior{
    position: absolute;
    margin-top: 200px;
    top: 0;
    left: 0;
    height: auto;
    box-shadow: 0px -6px 10px 0px #0007;

}
.panoramicaHI img{
    max-width: 100%;
    min-width: 100%;
}
.HImovilh2{
    font-family: crake; 
    color: brown; 
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
}
.movilHI{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    gap: 7%;
    margin:7% 0;
}
.movilHI img{
    max-width: 100%;
    min-width: 100%;

    box-shadow: 0px 0px 10px 0px  rgba(125, 125, 125, 0.467);
    border-radius: 7px;
}
.mov01{
    margin-top: 20%;

    grid-area: 1 / 2 / 2 / 3;
}
.mov02{
    margin-top: 10%;

    grid-area: 1 / 3 / 2 / 4;
}
.mov03{
    grid-area: 1 / 4 / 2 / 5;
}
.ToolsIcons{
    display:flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 1% 3% 5%;
    align-items: end;
}
.ToolsIcons img{
    max-width: 3%;
    height: auto;


}

@media (max-width: 768px) {
    
}

@media (max-width: 570px) {
    
}
