/* Estilos básicos para el carrusel */
@import url('https://use.fontawesome.com/releases/v6.4.2/css/all.css');



/* Estilos para la navegación */
*{
    padding: 0px ;
    margin: 0px ;
    box-sizing: border-box;
    
   
}
.body{
    background-color: #ffff;
    box-sizing: border-box;	
    
}


body.hide-scrolling {
    overflow-y: hidden;
}


.container { width: 80%; margin: 0 auto;}

/* Menu */
.ozmenu ul.ozmenu-nav {
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    list-style: none;
    font-family: "Cinzel Decorative", sans-serif !important;
    padding-left: 0px;
   
}
.ozmenu ul.ozmenu-nav>li {
    position: relative;
    float: left;
    width: auto;
    font-family: "Cinzel Decorative", sans-serif !important;
}
.ozmenu ul.ozmenu-nav>li a:hover{
    color: rgb(0, 0, 0) !important;
}
.ozmenu ul li.dropdownitem>a:after{
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    background-color: #000;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.ozmenu ul li .dropdown{
    display:none;
    position: absolute;
    min-width: 200px;
    font-family: "Cinzel Decorative", sans-serif;
}
@media screen and (min-width: 993px) {
    .ozmenu ul.ozmenu-nav>li a{
        color: #333 !important;
        font-weight: 500;
        text-decoration: none;
        padding: 10px 10px;
        background-color: #fff;
        border-radius: 8px;
        display: inline-block;
        font-size: 14px;
        height: 100%;
        position: relative;
        font-family: "Cinzel Decorative", sans-serif;
    }
    .ozmenu ul.ozmenu-nav > li:hover .dropdown {
        display: block;
        position: absolute;
        margin: 0;
        padding: 5px 0px;
        min-width: 220px;
        padding-top: 0px !important;
        font-family: "Cinzel Decorative", sans-serif;
    }
    
    .ozmenu ul li.dropdownitem:hover > a{
        border-radius: 8px 8px 0px 0px !important;
    }
    .ozmenu ul li.dropdownitem ul li.dropdownitem:hover > a{
        border-radius: 8px !important;
    }
    .ozmenu ul li.dropdownitem:hover .dropdown .dropdown{
        display: none;
    }
    .ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
        padding-left: 16px;
        position: absolute;
        margin: 0;
        padding-top: 0px !important;
        min-width: 200px;
        display: inline-table;
        top: 0 !important;
        left: 100% !important;
        right: auto !important;
    }
    .ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {
        display: none !important;
        visibility: hidden;
    }
    .ozmenu ul li.dropdownitem .dropdown ul {
        list-style: none;
        background-color: #fff;
        float: left;
        padding: 10px;
        border-radius: 0px 8px 8px 8px;
        font-family: "Cinzel Decorative", sans-serif;
    }
    .ozmenu ul li.dropdownitem ul li a{
        color: #333 !important;
        font-weight: 400;
        text-decoration: none;
        padding: 5px 0px;
        float: left;
        width: 100%;
        border-radius: 0px;
        font-size: 14px;
    }
    .ozmenu ul.ozmenu-nav .dropdown ul li a:hover {
        color: #333 !important;
        padding-left: 7px;
        transition: all 0.15s ease-out;
    }
    /* Animations */
    .dropdownitem .dropdown{
        animation: translateDown 200ms 0ms ease-in-out forwards;
        transform-origin: top center;
    }
    .dropdownitem .dropdownitem .dropdown {
        transform-origin: top center !important;
        animation: translateX 200ms 0ms ease-in-out forwards !important;
    }
    @keyframes translateDown {
        0% {
            transform: scaleY(0)
        }
        80% {
            transform: scaleY(1.1)
        }
        100% {
            transform: scaleY(1)
        }
    }
    @keyframes translateX {
        0% {
            opacity: 0;
            transform: translateX(-60px);
        }
        80% {
            transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    /* Dropdown + Dropdown */
    .ozmenu ul li.dropdownitem ul li .nav-dropdown:after{
        width: 15px;
        height: 15px;
        text-align: center;
        float: right;
        background-color: #fefcfc;
        content: "";
        margin: 1px 0px 0px 3px;
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
    }
}
.ozmenu ul.ozmenu-nav .dropdown ul li {
    float: left;
    width: 100%;
}
.ozmenu ul.ozmenu-nav .dropdown ul li a{
    padding: 8px 0px;
}
.ozmenu ul li.dropdownitem ul li a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li a {
    border-bottom: 1px dotted #eee;
}
.ozmenu ul li.dropdownitem ul li:last-child a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {
    border-bottom: 0px !important;
}
/* Dropdown + Dropdown */
.ozmenu ul li.dropdownitem ul li a:before,
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after{
    display: none !important;
}
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a{
    border-bottom: 0px !important;
}
.ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}
/* Responsive Menu */
.menu-close,
.menu-open {
    display: none;
}
@media screen and (max-width: 993px) {
    .menu-open,
    .menu-close {
        cursor: pointer;
        color:#333;
        text-decoration: none;
        font-size: 26px;
    }
    .menu-open {
        display: block;
    }
    .menu-close {
        display: none; 
    }
    .ozmenu {
        position: relative;
        display: none;
    }
    .ozmenu.active {
        display: block;
    }
    .menu-open {
        display: block !important;
        float: right;
        padding-top: -100px !important;
    }
    .mobile-menu-active .menu-close {
        display: block !important;
        z-index: 15;
        position: absolute;
        right: 13px;
        left: unset !important;
        top: 0px;
        float: left;
    }
    .ozmenu-nav {
        display: none !important;
    }
    .ozmenu.active .ozmenu-nav {
        display: block !important;
    }
    .ozmenu.active{
        position: fixed;
        left: 0px;
        top: 0px;
        margin-top: 0px !important;
        width: 40%;
        height: 100vh;
        display: flex;
        z-index: 14;
    }
    .ozmenu.active .ozmenu-nav{
        background-color: #fff;
        float: left;
        margin-top: 0px;
        padding: 40px 20px;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        transform-origin: top center !important;
        font-family: "Cinzel Decorative", sans-serif;
    }
    .ozmenu.active .ozmenu-nav, .menu-close {
        animation: translateX 400ms 0ms ease-in-out forwards !important;
    }
    @keyframes translateX {
        0% {
            opacity: 0;
            transform: translateX(-160px);
        }
        80% {
            transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    .ozmenu ul.ozmenu-nav>li {
        float: left;
        width: 100%;
    }
    .ozmenu ul.ozmenu-nav>li a{
        float: left;
        width: 100%;
        text-decoration: none;
        color: #333;
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
        font-family: "Cinzel Decorative", sans-serif;
    }
    .ozmenu ul.ozmenu-nav>li a:hover {
        float: left;
        width: 100%;
        transition: all 0.25s ease-out;
        text-decoration: none;
        color: rgb(103, 130, 252) !important;
        padding: 10px 0px;
    }
    .ozmenu ul li.dropdownitem>a:hover:after{
        background-color: rgb(103, 130, 252) !important;
    }
    .nav-dropdown.opened {
        color: rgb(103, 130, 252) !important;
        border-bottom: 1px solid rgba(103, 130, 252, 0.5) !important;
    }
    .ozmenu ul.ozmenu-nav>li:last-child a{
        border-bottom: 0px solid #ddd;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul {
        list-style: none;
        float: left;
        margin-left: 0px;
        padding-left: 7px;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {
        padding-left: 15px;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown{
        display: block;
        position: relative;
        margin: 0;
        padding: 5px 0px;
        min-width: unset;
        padding-top: 0px !important;
        float: left;
    }
    .ozmenu.active ul li.dropdownitem:hover + .dropdown + .dropdown{
        display: none;
    }
    #menu-overlay {
        background-color: rgba(0,0,0,.3);
        float: left;
        display: none;
        width: 100%;
        height: 100vh;
        z-index: 13;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #menu-overlay.show {
        display: block !important;
    }
    .menu-open .open {
        width: 40px;
        height: 40px;
        float: right;
        top:80px;
        background-color: #696767;
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        transition: all 0.2s ease-out;
    }
    .mobile-menu-active .menu-open .open, .menu-open .open:hover {
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
    }
    .menu-close .close {
        width: 38px;
        height: 38px;
        float: right;
        background-color: #000;
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        transition: all 0.2s ease-out;
    }
    .menu-close .close:hover {
        background-color: #000;
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
    }

    .ozmenu.active ul li.dropdownitem>a.opened:after{
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
    }

}
@media screen and (max-width: 500px) {
    .ozmenu.active {
        width: 70%;
    }
}
@media screen and (max-width: 400px) {
    .ozmenu.active{
        width: 100%;
    }
}


.banner{
    width: 100vw;
    height: 1200px;
   
}



.logo {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Alinea el contenido al principio */
    text-align: center;
    padding-top: 20px; 
    padding-bottom: 30px;
    /* Espacio encima del logo */
}
.logo-img{
    padding-top: 110px;
    width: 600px !important;
    height: 350px !important;
}





#quien-soy {
    width: 100vw;
    height: 550px;
    background-color: #213401;
    padding-top: 40px;
    font-family:"Cinzel Decorative", sans-serif;
}
/*
.frase {
    font-size: 20px;
    color: rgb(1, 1, 1);
    padding: 10px;
    text-align: center;
    font-family:"Cinzel Decorative", sans-serif;
    font-weight: 100;
} */



a{
    font-size: 26px;
    color: rgb(1, 1, 1);
    padding: 10px;
    text-align: center;
    font-family:"Cinzel Decorative", sans-serif;
    font-weight: 700; 
    color: inherit; 
    text-decoration: none;
}

.perfil-img {
    position: relative; /* Agregar posición relativa al contenedor */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    padding-top: 80px;
}

.foto-perfil {
    width: 400px !important;
    max-height: 300px !important;
    
    border-radius: 16px;
    z-index: 100;
    position: relative;
    box-shadow: 10px 8px 1px 1px rgba(186, 184, 184, 0.576); /* Asegura que la imagen de perfil esté en una capa superior */
}

.foto-monta {
    padding-top: 40px;
    padding-bottom: 190px;
    position: absolute; /* Posiciona absolutamente la imagen */
    width: 600px !important;
    height: auto; /* Tamaño deseado de la imagen */
    left: 50%; /* Centra horizontalmente la imagen */
    transform: translateX(-50%); /* Ajusta la posición para centrar */
    z-index: 0;
    opacity: 40%;/* Ajusta el margen superior según sea necesario */
}

.descrip-titulo{
    font-family:"Cinzel Decorative", sans-serif;
}

.frase-2{
    font-size: 14px;
    color: rgb(254, 254, 254);
    padding: 10px;
    text-align: center;
    font-family: "Cinzel Decorative", serif !important;
    font-weight: 200;
}
#Portfolio {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 2px;
    
    
}

#Portfolio .descrip-titulo{
   
    font-family: "Cinzel Decorative", serif !important;
}

.parallax,
.no-parallax {
    transform-style: preserve-3d;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

section h3 {
    text-align: center;
    font-size: 4rem;
    font-family: "Cinzel Decorative", serif;
    
}

.no-parallax {
    margin: -1;
    padding: 0%;
    height: 400px !important;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(33,20,36,1) 0%, rgba(204,132,35,1) 52%, rgba(244,227,207,1) 91%);
    z-index: 999;
}
.no-parallax h2{
    font-weight: 200;
}

.no-parallax h3{
    font-weight: 200;
}

.frase-2 {
    width: 60%;
    font-size: 2rem !important;
    color: #f8f7f7 !important; /* Ajusta el color del texto */
    position:absolute;
    font-family: "Cinzel Decorative", serif;
    margin-left: 20%;
    margin-top: 20%;
    text-align: center; /* Alinea el texto al centro */
    z-index: 1000 !important;
    font-size: 3em; /* Coloca el texto sobre la imagen */
}

.portfolio-img {
    margin-bottom: -5px;
    padding-bottom: 0%;
    width: 100vw !important;
    height: 100vh !important;
    position: relative; /* Añade posición relativa al contenedor de la imagen */
    z-index: 0; /* Asegura que la imagen esté detrás del texto */
    opacity: 85%;
}

.portfolio-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    /* Ajusta la imagen para que cubra todo el contenedor */
}

.parallax::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateZ(-1px) scale(1.5);
    background-size: 100%;
    z-index: -1; /* Agregamos un z-index negativo */
}


.link-1 a{
    font-family:"Cinzel Decorative", sans-serif;
    font-weight: 200;
}

.hola{
    padding-top: 0;
    margin-left: 5em;
    margin-bottom: 1em;
    font-size: 40px;
    color:#ab6129e3 ;
    font-family:"Cinzel Decorative", sans-serif;
    font-weight: 200;
}
.descrip-titulo{
    font-size: 56px;
    color: rgb(249, 247, 247);
    padding: 10px;
    padding-top: 80px;
    text-align: center;
    font-family:"Cinzel Decorative", sans-serif;
    
}
.texto-presentacion{
    font-size: 20px;
    color: rgb(249, 247, 247);
    padding: 10px;
    text-align: center;
    font-family:"Cinzel Decorative", sans-serif;
    font-weight: 400;
}
/*  RELLENO */
#relleno {
    height: 400px ;
    display: grid;
    grid-template-rows: repeat(3, 150px); /* Tres filas con una altura de 250px cada una */
    grid-template-columns: 100vw; /* Una columna que ocupa el 100% del ancho de la ventana */
    background-color: #ffff;
}

.linea,
.linea-2 {
    height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 600px;
    margin-left: 28%;
}

.lineas,
.lineas-2 {
    width: 500px;
     /* Ancho deseado para las imágenes de línea */
}
 .lineas-2{
    transform: rotate(180deg); 
 }


.relleno-txt {
    height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-family:"Cinzel Decorative", sans-serif;
}

#video-section {
    display: flex;
    width: 100vw;
    height: auto; /* Para que el alto se ajuste automáticamente según el ancho */
    overflow: hidden; /* Oculta cualquier parte del video que se desborde del contenedor */
}

video {
    width: 100%; /* Ajusta el ancho del video al 100% del contenedor */
    height: auto; /* Ajusta la altura automáticamente para mantener la proporción */
}
 
#video-section .h2{
    display: flex;
    position: relative;
    z-index: 1000;

}



/*  GALERIA */

.grid-container {
    margin-top: 30px;
    position: relative; /* Establecemos la posición relativa para que los elementos absolutos se posicionen con respecto a este contenedor */
    width: 100%;
    
    display: grid;
    gap: 1rem !important;
    grid-template-areas:
    "a b c c"
    "d d d d"
    "d d d d"
    "e e f g";
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)); /* 5 columnas */
    grid-template-rows: repeat(4, minmax(0, 400px)); /* 4 filas */
    gap: 10px; /* Espacio entre las imágenes */
    width: 100%; /* Ajustar al ancho disponible */
}
.grid-container img {
    width: 100%; /* Ajustar ancho al 100% */
    height: auto; /* Ajustar altura automáticamente para mantener la proporción */
    max-width: 100%; /* Limitar el ancho máximo al 100% */
    max-height: 100%; /* Limitar la altura máxima al 100% */
}
img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

img:nth-child(1) {
    grid-column: span 1; /* Ocupa 2 columnas */
    grid-row: span 1; /* Ocupa 2 filas */
    height: 400px ;
    width: 300px;
}

img:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
    height: 400px ;
    width: 300px;

}

img:nth-child(3) {
    grid-column: span 2;
    grid-row: span 1;
    height: 400px ;
    width: 570px;
}

img:nth-child(4) {
    grid-column: span 4; /* Ocupa 3 columnas */
    grid-row: span 2;
    height: 400px;
    
}

img:nth-child(5) {
    grid-column: 2 / span 4;
    grid-row: span 2;
    height: 820px ;
    width: 100%;
}

img:nth-child(6) {
    grid-column: span 3;
    grid-row: span 2;
    height: 400px;
}

img:nth-child(7) {
    grid-column: span 2;
    grid-row: span 2;
    height: 400px;
}

.img-text-card {
    grid-column: span 1; /* Ocupar 2 columnas */
    grid-row: span 1; /* Ocupar 2 filas */
    background-color: transparent; /* Color de fondo para las tarjetas */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    height: 400px ;
    font-family:"Cinzel Decorative", sans-serif; /* Cambia la familia de fuentes */
    font-size: 64px; /* Cambia el tamaño de la fuente */
    transform: rotate(-90deg); /* Rota el texto -30 grados */

}
.img-text-card-2 {
    grid-column: 1 / span 1 !important; /* Ocupa 1 columna */
    grid-row: 2 / span 2 !important; /* Ocupa 2 filas desde la fila 2 */
    background-color: transparent; /* Color de fondo para las tarjetas */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    height: 820px; 
    font-family:"Cinzel Decorative", sans-serif; /* Cambia la familia de fuentes */
    font-size: 94px; /* Cambia el tamaño de la fuente */
    transform: rotate(-90deg);/* Rota el texto -30 grados */
}

.bn55 {
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    margin-left: -230px;
    margin-top: 120px;
    cursor: pointer;
    text-transform: uppercase;
    font-family:"Cinzel Decorative", sans-serif;
    height: 45px;
    width: 130px;
    opacity: 1;
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.6);
  }
  
  .bn55 .bn55span {
    font-family:"Cinzel Decorative", sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  
  .bn55:hover {
    animation: bn54rotate 0.7s ease-in-out both;
    background-color: #ffff;
    color: #000000;
  }
  
  .bn55:hover .bn55span {
    animation: bn54storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
    
  }
  
  @keyframes bn55rotate {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
      transform: rotate(3deg) translate3d(0, 0, 0);
    }
    50% {
      transform: rotate(-3deg) translate3d(0, 0, 0);
    }
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  
  @keyframes bn55storm {
    0% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
      transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
      transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
      transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
  }



/*GALERIA HOME*/

.gallery {
    width: 100vw;
    height: max-content;
    display: grid;
    padding: 20px, 40px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 20px;
}

.imagenes {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 20px, 40px !important;
}

.imagenes .img-1 {
    width: 100%;
    height: 100%;
    opacity: 90% !important;
    object-fit: cover; /* Para ajustar la imagen al tamaño del contenedor */
    transition: transform 0.3s ease;
}

.imagenes:hover .img-1 {
    transform: scale(1.2);
}

.imagenes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
    opacity: 0; /* Inicialmente transparente */
    transition: opacity 0.3s ease;
}

.imagenes:hover::before {
    opacity: 1; /* Al pasar el mouse, se vuelve opaco */
}




/*CONTACTO*/
#contacto{
    height: 730px;
    padding-top: 40px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(191,185,193,1) 0%, rgba(108,92,71,1) 48%, rgba(27,26,25,1) 91%);
    color: #ffff;
    align-items: center;
}

#contacto h2{
    color: #ffff;
    margin-left: 45.5%;
    padding-bottom: 50px;
    font-family:"Cinzel Decorative", sans-serif;
    font-size: 1,5em;
}

#formulario-contacto form label {
    display: block;
    margin-bottom: 5px;
    margin-left: 26%;
    font-family:"Cinzel Decorative", sans-serif;
}

#formulario-contacto form input[type="text"],
#formulario-contacto form input[type="email"],
#formulario-contacto form textarea {
    
    margin-left: 26%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    width: 50%; /* Ajustamos el ancho al 100% para que se alineen con los labels */
    box-sizing: border-box; /* Incluimos el padding en el ancho total del elemento */
    font-family:"Cinzel Decorative", sans-serif;
}

#formulario-contacto form textarea {
    resize: vertical;
    min-height: 100px;
    font-family:"Cinzel Decorative", sans-serif;
}

#formulario-contacto form button[type="submit"] {
    padding: 8px 15px; /* Reducimos el padding del botón */
    background-color: #f8f9f9;
    margin-left: 47% !important;
    color: #fff;
    font-family:"Cinzel Decorative", sans-serif;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    width: auto; /* Permitimos que el ancho del botón se ajuste automáticamente al contenido */
}

#formulario-contacto form button[type="submit"]:hover {
    background-color: #fbfbfb;
    font-family:"Cinzel Decorative", sans-serif;
}
.overlay-2{
    margin-top: 20px;
    display: flex;
    background-color: #213401;
    width: 100vw ;
    height: 260px;
    margin-left: -582px;
}

.bn54 {
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 50px !important;
    display: flex;
    margin-left: 40% !important;
    margin-top: 0px;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;
    text-transform: uppercase;
    height: 45px;
    width: 120px !important;
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-family:"Cinzel Decorative", sans-serif;
  }
  
  .bn54 .bn54span {
    
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-family:"Cinzel Decorative", sans-serif;
  }
  
  .bn54:hover {
    animation: bn54rotate 0.7s ease-in-out both;
  }
  
  .bn54:hover .bn54span {
    
    animation: bn54storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
  
  @keyframes bn54rotate {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
      transform: rotate(3deg) translate3d(0, 0, 0);
    }
    50% {
      transform: rotate(-3deg) translate3d(0, 0, 0);
    }
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  
  @keyframes bn54storm {
    0% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
      transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
      transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
      transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
  }



/*BLOG*/  
/* Estilos para la sección del blog */
.blog-tittle {
    height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4em;
    padding-bottom: 50px;
    padding-top: 100px;
    font-family:"Cinzel Decorative", sans-serif;
}



#blog .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Columnas automáticas con un mínimo de 300px */
    gap: 20px; /* Espacio entre las tarjetas */
}

#blog .entry-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family:"Cinzel Decorative", sans-serif;
}



#blog .card-content {
    text-align: center;
    font-family:"Cinzel Decorative", sans-serif;
}

#blog .entry-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-family:"Cinzel Decorative", sans-serif !;
}

#blog .entry-content {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    font-family:"Cinzel Decorative", sans-serif;
}

#blog .entry-autor,
#blog .entry-fecha {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    font-family:"Cinzel Decorative", sans-serif;
}

#blog .entry-image {
    width: 60% !important;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

/*FOOTER*/
.footer {
    width: 100%;
    height: 180px;
    background-color: #213401;
    color: #fff; /* Cambia el color del texto a blanco */
    display: flex; /* Usa flexbox para alinear elementos */
    justify-content: space-around; /* Espacio uniformemente los elementos */
    align-items: center; /* Centra verticalmente los elementos */
    font-family:"Cinzel Decorative", sans-serif;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    font-family:"Cinzel Decorative", sans-serif;
}

.footer-menu p {
    width: 500px;
    margin: 5px 10; /* Añade un pequeño margen entre los enlaces */
    font-size: 10px !important;
    font-family:"Cinzel Decorative", sans-serif;
    letter-spacing: 7px;

}

.footer-text a{
    font-size: 10px !important;
    font-family:"Cinzel Decorative", sans-serif;
}

.social-icons {
    display: flex;
    width: 600px;
    align-items: center;
    margin-left:7% ;
}

.insta, .face, .tik {
    margin-right: 18px; /* Añade un pequeño margen entre los íconos */
    
}

.insta-img, .face-img {
    width: 46px !important; /* Reducir el tamaño de las imágenes */
    height: 46px !important;

}

.tik-img {
    width: 36px !important;
    height: 36px !important;
}





.copyright {
    width: 340px;
    padding-right: 0%;
    margin-right: 0 !important; /* Mueve el texto del copyright hacia la derecha */
    padding-right: 20px; /* Añade un pequeño margen a la derecha */
    font-size: 10px;
    font-family:"Cinzel Decorative", sans-serif;
}

.logo-arjona{
    width: 70px !important;
    height: 70px !important;
    margin-right: 40px;
}


/* CALENDARIO */

#section-calendar{
    background: rgb(35,94,60);
background: linear-gradient(90deg, rgba(35,94,60,0.4780287114845938) 0%, rgba(72,191,147,0.5032387955182073) 57%, rgba(88,222,118,0.27914915966386555) 100%);
}

#calendario{
    display: flex;
    width: 80%;
    height: 80%;
    align-self: center;
    margin-left: 25%;
    padding-top: 80px;
    padding-bottom: 100px;
    
}

#calendar{
    width: 60%;
    height: 80%;
    
    
}

.calendar-title{
    padding-top: 50px;
    font-size: 4em;
    font-family:"Cinzel Decorative", sans-serif;
    font-weight: 100;
    margin: 0,auto;
    text-align: center;
    
}

/* ABOUT US PAGE */


.section-aboutme{
    width: 100%;

}
.section-aboutme .container-about{
    width: 80%;
    display: block;
    margin: 0 auto;
   padding: 50px 0px;

}
.container-about .title-about{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;

}
.container-about .title-about h1{
text-transform: uppercase;
font-size: 35px;
color: #88941e;

}
.container-about .title-about h1::after{
    content: "";
    width: 180px;
    height: 5px;
    margin: auto;
    color: black;
    background-color: black;
    display: block;
   
}
.content{
    float: left;
   width: 55%;
}
.image-section{
    width: 40%;
    float: right;
}
.image-section img{
    width: 100%;
    height: auto;

}
.content .article h3{
    color:#222;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: .8px;
font-size: 19px;

}
.content .article p{
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
    color: #333;

}
.content .article .button{
    margin-top: 50px;

}
.content .article .button a{
    text-decoration: none;
    padding: 8px 25px;
    background-color:#88941e;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;

}
.content .article .button a:hover{
    color: #fff;
    background-color:#f28f92;
    transition: 1s ease;

}
.container .social{
    width: 100%;
    clear: both;
    margin-top: 50px;
    text-align: center;
    display: inline-block;

}
.container .social i{
    color: #fff;
    font-size: 22px;
    height: 45px;
    width: 45px;
    background-color: rgb(199, 88, 88);
    border: 2px solid black;
    border-radius: 50%;
    align-items: center;
    line-height: 45px;
    text-align:center;
    margin-top:  0 10px;

}
.container .social i:hover{
    color: cornflowerblue;
    background-color: darkgray;
    transition: 1s ease;
    transform: rotate(360deg);

}
/* medai screen and */

@media screen and (max-width:768px){
    .section .container{
        width: 80%;
        display: block;
        margin: auto;

    }
    .content{
        float: none;
        width: 100%;
        display: block;
        margin: auto;
    }
    .image-section{
        float: none;
        width: 100%;
        margin-top: 50px;

    }
    .image-section img{
        width: 100%;
        height: auto;
        display: block;
        margin: auto;

    }
    .container .title h1{
        text-align: center;
        font-size: 30pxpx;

    }
    .container .article .button{
        text-align: center;

    }
    .container .article .button a{
        padding: 6px 15px;
        font-size: 16px;

    }
    .container .social i{
        font-size: 19px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        
    }

    
}

/*AVISO COOKIES*/

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -200px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}

.cookies-btn{
	margin-bottom: 4em;
	padding: 1.1em;
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.cookies-btn:hover{
	text-decoration: underline;
	background: #000;

}


/* WHATSAPP*/

.btn-wsp{
     position: fixed;
     z-index: 1000;
     width: 75px;
     height: 75px;
     height: auto;
     line-height: 55px;
     bottom: 65px;
     right: 30px;
     text-align: center;


    


}

#icon-wsp{
    width: 65px;
    height: auto;
}

#text-ani{
    width: 70vw;
    height: 60vh;
}






/* Media Queries para dispositivos móviles */
@media (max-width: 768px) {
    #fondo {
        width: 100%;
        height: auto;
    }

    #text-ani {
        width: 90%;
        font-size: 1.5rem;
        margin: 0 auto;
        text-align: center;
    }

    .alma-text {
        font-size: 1.2rem;
    }

    .navegacion .container {
        padding: 0 10px;
    }

    .ozmenu-nav {
        flex-direction: column;
        align-items: center;
    }

    .ozmenu-nav .item {
        margin: 10px 0;
    }

    .no-parallax, .parallax-bg, #Portfolio, #video-section, #quien-soy, #blog, .logo {
        padding: 20px 10px;
    }

    .no-parallax img, .parallax-bg img, #Portfolio img {
        width: 100%;
        height: auto;
    }

    .frase-2 {
        font-size: 1.5rem;
        padding: 10px;
    }

    .gallery .imagenes img {
        width: 100%;
        height: auto;
    }

    #formulario-contacto form {
        width: 100%;
        padding: 0 10px;
    }

    .card-container ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .entry-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .entry-card img {
        width: 100%;
        height: auto;
    }
}

/* Otros estilos específicos */
