.breadcrumbs {
    display: none !important;
}

.site-header__wrap.container {
    background: transparent !important;
}
.custom-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
    z-index: 1000;
}

.menu-blanco .custom-header .main-navigation a  {
    color: white !important;
}


.menu-negro .custom-header .main-navigation a  {
    color: black !important;
}

.custom-header .site-branding a {
    color: #fff !important;
}




.custom-header.scrolled {
    background: rgba(0, 0, 0, 0.7);
    transition: background 0.3s ease-in-out;
}



#main-menu.menu {
    display: flex !important;
    background-color: transparent;
    padding: 10px;
    justify-content: right;
    margin: -63px;
    margin-right: 1px;
}


#main-menu.menu li a {
    margin-top:20px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}


#main-menu.menu li a:hover {
    color: #FC1701 !important; 
}


#main-menu.menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

#main-menu .sub-menu {
    background-color: #4443435e; 
    padding: 10px 0; 
    width: 175%;
}

@media (max-width: 768px) {
    #main-menu.menu {
        display: block !important;
        margin-top: -9px;
        margin-left: -12px;
    }
    #main-menu.sub-menu{
        background-color: rgba(0, 0, 0, 0);
    }
    .menu-blanco .custom-header .main-navigation a  {
        color: white !important;
    }
    
    
    .menu-negro .custom-header .main-navigation a  {
        color: rgb(255, 255, 255) !important;
    }
}


#parallax-section {
    position: relative;
    width: 100%;
    height: 88vh; 
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transition: background-image 0.1s ease-in-out; 
    overflow-y: scroll; 
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

#parallax-section::-webkit-scrollbar {
    display: none; 
}

@media (max-width: 768px) {
    .owl-next, .owl-prev {
        display: none !important;
    }
}

.site-branding img {
    width: 20%; 
    height: auto; 
}
@media (max-width: 768px) {

    .site-branding img{
        margin-top: -15px;
    }
}

.logo {
    max-width: 20%; 
    height: auto; 
}
@media screen and (max-width: 768px) { 
    .logo {
        margin-top: -35px;
        max-width: 52%; 
        height: auto;
    }
}


body{
    padding:0;
}

.site-footer {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #181818;
    color: white;
    padding: 0px 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.footer-column {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.footer-row{
    display: flex;
}

.footer-logo  {
    width: 33%;
    margin-bottom: -32px;
}

.footer-links h4{
    margin-left: 23px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin: 5px 0;
}

.footer-links ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #FC1701;
}

.footer-social {
    text-align: center;
    margin-bottom: 45px;
}

.footer-social h4 {
    margin-bottom: 29px;
}

/* === Ajustes para Política de Privacidad y Aviso Legal en el Footer en LÍNEA === */
.footer-contact .footer-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px; /* Espacio entre los enlaces */
    margin-top: 20px;
}

.footer-contact .footer-row a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-contact .footer-row a:hover {
    color: #FC1701; /* Rojo al pasar el mouse */
}


.social-icons {
    display: block;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    display: block;
}

.social-icons img {
    width: 27px; 
    height: 27px;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1); 
}
.social-icons img:hover {
    transform: scale(1.1);
}

.footer-copyright {
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #444; 
}

@media (max-width: 768px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

   
    .footer-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 30px; 
        width: 100%;
    }

    .footer-column {
        flex: 1; 
    }

    .footer-logo {
        max-width: 300px; 
        margin-bottom: -26px;
    }

    .footer-links {
        display: none;
    }
    .footer-social .social-icons {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }


    .social-icons a img {
        width: 10px;
        height: 10px; 
        margin: 5px;
    }

    .footer-copyright {
        margin-top: -30px;
        text-align: center;
        font-size: 14px;
    }

    .footer-social h4{
        font-size:10px ;
    }

    .footer-contact .footer-row a {
        display: flex;
        font-size: 7px;
    }
}





#toTop {
    color: #808080;
}

.mobile-menu-toggle-button {
    background-color: #FC1701 !important;
    top: -4px !important;
}

#sobre-div{
    margin-top: 70px;
}


#form_ini button{
    transition: transform 0.3s ease;
    background-color: #FC1701 !important;
}

#form_ini button:hover {
    transform: scale(1.1);  
}

button,input[type=button],input[type=reset],input[type=submit] {
    
    max-width: 52% !important;
}