/*body */
body{
    margin: 0;
    min-height: 100vh;
    background: #040404;
    background-size: 400% 400%;
    font-size: 14px;
    color: #d0ae04;
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
}
/*barra de navegacion*/
.mi_navbar {
    background-color: #040404;
    z-index: 999;
}

.offcanvas {
    background-color: #040404;
    backdrop-filter: blur(10px);
    background-color: rgba(52, 43, 11, 0.95);
    
}

.navbar-toggler {
    border-color: #d0ae04;
    z-index: 999;
}
.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(73%) sepia(67%) saturate(747%) hue-rotate(5deg) brightness(93%) contrast(96%);

    z-index: 999;
}


@media (max-width: 768px) {
    .offcanvas-end {
        width: 70%;
        max-width: 300px;
        background-color: #040404;
    }
    .offcanvas-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #d0ae04;
        position: relative;
    }
    .offcanvas-title {
        color: #d0ae04;
        font-weight: bold;
        letter-spacing: 1px;
        margin-right: auto;
    }
    
    .offcanvas-body .navbar-nav{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
}
.offcanvas .nav-link{
    color: #d0ae04 !important;
    margin: 10px 0;
    font-size: 18px;
    text-align: left;
}
.btn-close {
    filter: brightness(0) saturate(100%) invert(73%) sepia(67%) saturate(747%) hue-rotate(5deg) brightness(93%) contrast(96%);
    margin-left: 20px;  
    position: absolute;
    top: 20px;
    right: 20px;
}
}
/*logo principal*/
.logo{
    color: #040404;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 0px 5px #e8ae0e, 0px 0px 10px #e8ae0e;
}
.logo:hover{
    color: #d0ae04;
    transform: scale(1.05);
    text-shadow: 0px 0px 10px #e8ae0e, 0px 0px 20px #e8ae0e;
}
/*inicio*/
.inicio .nav-link {
    background-color:#0000; 
    margin: 3px;
    color: #e8ae0e !important;
    
}
.inicio .nav-link:hover{
    color: #d0ae04;
    text-shadow: 0px 0px 10px #e8ae0e, 0px 0px 20px #e8ae0e;
    border-color: solid 2px #d0ae04 ;
    border-bottom: #d0ae04 1px solid;
    border-radius: 3px;
}
/*servicios*/
.servicios .nav-link {
    background-color:#0000;
    border-radius: 5px;
    margin: 3px;
    color: #e8ae0e !important;
}
.servicios .nav-link:hover {
    color: #d0ae04;
    text-shadow: 1px 1px 10px #e8ae0e, 1px 1px 20px #e8ae0e;
    border-color: solid 2px #d0ae04 ;
    border-bottom: 1px solid;
    border-radius: 3px;
    
}

/*nosotros */
.nosotros .nav-link{
    background-color:#0000;
    margin: 3px;
    color: #e8ae0e
}
.nosotros .nav-link:hover{
    color: #d0ae04;
    text-shadow: 0px 0px 10px #e8ae0e, 0px 0px 20px #e8ae0e;
    border-color: solid 2px #d0ae04 ;
    border-bottom: #d0ae04 1px solid;
    border-radius: 3px;
    
}
/*sesion*/
.sesion .nav-link{
    background-color:#d0ae04;
    border-radius: 5px;
    margin: 3px;
    color: #040404 !important
}
.sesion .nav-link:hover{
    color: #d0ae04 !important;
    text-shadow: 0px 0px 10px #e8ae0e, 0px 0px 20px #e8ae0e;
    border-color: solid 2px #d0ae04 ;
    border: #d0ae04 1px solid;
    border-radius: 3px;
    background-color: #040404;
}

.registro .nav-link{
    background-color:#040404;
    border-radius: 5px;
    margin: 3px;
    border: #d0ae04 1px solid;
    color: #d0ae04 !important;
}
.registro .nav-link:hover{
    color: #d0ae04 !important;
    text-shadow: 0px 0px 10px #e8ae0e, 0px 0px 20px #e8ae0e;
    border-color: solid 2px #d0ae04 ;
    border: #d0ae04 1px solid;
    border-radius: 3px;
    background-color: #040404;
    box-shadow: 0px 0px 10px #e8ae0e, 0px 0px 20px #e8ae0e;
}
/*desplegable de servicios*/
.drop_servicio{
    background-color: #040404;
    border-color: #d0ae04;
    
}
/*items del desplegable*/
.item {
    background-color: #040404;
    color: #d0ae04;
    text-shadow: 0px 0px 10px #e8ae0e, 0px 0px 20px #e8ae0e;

}
.item:hover{
    background-color: #3c2d0383;
    color: #e8ae0e;
    text-shadow: 0px 0px 10px #040404, 0px 0px 20px #e8ae0e;
}

.caja1{
margin-top: 4px;
}


.hero{
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.overlay{
    position: absolute;

    inset: 2px;

    background: radial-gradient(circle at 70% 30%,transparent 100%, rgba(0,0,0,0.30) 90%, rgba(0,0,0,0.8) 90%  );

    backdrop-filter: blur(4px);

    z-index: 1;
}
.contenido{
    position: absolute;

    top: 35%;
    left: 35%;

    transform: translate(-40%, -48%);
    font-family: 'Oswald', sans-serif ;
    z-index: 2;

    color: white;

    text-align: start;
}

h1{
    font-size: 70px;
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
}

h2{
    color: #d4a03a;
    font-family: cursive;
    font-size: 45px;
}

h3{
    color: #d4a03a;
    font-size: 14px;
    letter-spacing: 2px;
}

.img2{
    position: absolute;

    right: 5%;
    bottom: 0;

    width: 400px;
    max-width: 40%;
    z-index: 3;
    object-fit: contain;
}
@media (max-width: 768px) {
    .img2 {
        width: 300px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
.card{
    background-color: #040404;
    border: 1px solid #d0ae04;
    border-radius: 10px;
    color: #d0ae04;
    box-shadow: 0px 0px 10px #e8ae0e, 0px 0px 3px #e8ae0e;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.btncard{
    background-color: #d4a03a;
    color: #040404;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease
}

.btncard:hover{
    background-color: #e8ae0e;
    color: #040404;
    box-shadow: 0px 0px 10px #e8ae0e, 0px 0px 3px #e8ae0e;
}
.pie{
    margin-top: 20px;
    background-color: #040404;
    color: #d0ae04;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #232107;
}
.seccion_pie  {
    color: #d0ae04;
    font-size: 14px;
}
.links_pie{
    color: #d0ae04 ;
    margin: 0 10px;

}

.buscar{
    background-color: #040404;
    color: #d0ae04;
    border: 1px solid #d0ae04;
    border-radius: 5px;
    padding: 5px 10px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    placeholder {
        color: #d0ae04;
        
    }
}