    @import url('../../css/variables.css');

    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    .swal2-confirm {
    background-color: var(--secondary-color) !important;
    border: none;
    }

    .swal2-confirm:hover,
    .swal2-confirm:focus {
    filter: brightness(0.9);
    }

    body{
        flex-direction: column;
        min-height: 100vh;
    }
    .footer-section{
        flex: 1;
    }

    a{
        text-decoration: none;
        color:  black;
        cursor: pointer;
    }

    ul{
        list-style: none;
    }
    nav li{
        display: flex;
        align-items: center;
    }
    header, nav, footer{
        font-family: var(--smallfont);
    }
    nav {
        position: relative;
        z-index: 100; 
    }

    nav a {
        font-weight: 900;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: var(--secondary-color);
        text-decoration: none;
        display: flex;
        transition: transform 0.25s ease, text-shadow 0.25s ease, color 0.25s ease;
    }

    nav a:hover {
        transform: scale(1.15);
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

    

    nav .button-d:hover {
        transform: translateY(-6px) scale(1.05);
        background-color: color-mix(in srgb, var(--secondary-color) 70%, rgb(170, 169, 169) 30%);
        box-shadow:
            inset 0 1px 2px rgba(255, 255, 255, 0.25),
            0 6px 0 color-mix(in srgb, var(--secondary-color) 60%, black 20%),
            0 10px 20px rgba(0, 0, 0, 0.35);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }
    
    .line-nav{
        display: flex;
        width: 100%;
        margin: 20px 0;
        justify-content: center;
    }
    
    

    .top-content{
        background-color: white !important;
    }   

    .footer {
        background-color: white;
    }
    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px;
    }
    .footer-section {
        flex: 1;
        padding: 17px;
    }
    .footer-logo {
        width: 256px;
        height: auto;
    }
    .footer-section h4 {
        margin-bottom: 15px;
        font-size: 18px;
        color: var(--secondary-color);
        text-transform: uppercase;

    }
    .footer-section ul {
        list-style: none;
        padding: 0;
    }
    .footer-section ul li {
        margin-bottom: 10px;
        font-weight: 400;
    }
    .footer-section ul li a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
    }
    .email {
    white-space: nowrap;
    margin: 0;
    }
    .footer-section ul li a:hover {
        text-decoration: underline;
    }
    .contact-section p{
        margin-top: 5px;
    }

    main{
        font-family: "DM Sans";
        max-width: 1200px;
        margin: auto;
        padding: 40px 0;
    }
    body{
        background-color: #f1f2f2;
    }

    .menu-drop li{
        position: relative;
        

    }   
    .menu-drop li:hover ul{
        display: block;
    }

    .menu-drop ul{
        display: none;
        position: absolute;
        z-index: 500;
        white-space: nowrap;
        background-color: white;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 

    }
    .dropdown{
        cursor: pointer;
    }


    .menu-drop ul li a{
        display: block;
        padding: 20px 25px;
    }
    .menu-drop ul li a:hover{
        background-color: rgb(240, 235, 235);
    }
    nav .button-d {
        color: #fff;
        background-color: var(--secondary-color);
        font-family: var(--smallfont);
        font-weight: 800;
        border-radius: 8px;
        text-align: center;
        padding: 12px 24px;
        box-shadow:
            inset 0 1px 2px rgba(255, 255, 255, 0.2),
            0 4px 0 color-mix(in srgb, var(--secondary-color) 80%, black 25%),
            0 6px 12px rgba(0, 0, 0, 0.3);
        transform: translateY(0);
        cursor: pointer;
        letter-spacing: 0.8px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-size: 1.05rem;
        transition: all 0.25s ease-in-out;
    }

    #publica-aca{
        background-color: #47af9a;
    }




    @media (max-width: 768px) {
        header{
            display: flex;
            position: relative;
        }
        .logo img{
            width: 256px;
            height: 100%;
        }

        .top-content form input{
            padding-left: 12px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;   
            z-index: 150;     
        }
        .deactivate_search{
            display: none;
        }
        .top-content form input::placeholder{
            padding-left: 12px;
            font-size: 18px;
        }
        .bars-div, .search-div{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .search{
            z-index: 200;

        }

        header > div{
            flex: 1;
        }
        .bars {
            position: relative;
            z-index: 101; 
        }
        .deactivate_nav{
            display: none;
        }
        nav{
            padding: 50px 32px;
            box-sizing: border-box;
            position: absolute;
            background-color: white;
            height: 100%;
            width: 75%;
            top: 0;
            left: 0;
        }

        nav ul{
            font-size: 28px;
        }
        nav ul li{
            margin-top: 25px;
        }
        .user-phone {
            margin-top: 40px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .user-phone div {
            width: 120px; 
        }
        
        .user-phone a {
            display: block;
            width: 100%;
            padding: 10px;
        }
        .user-pc{
            display: none;
        }
    
        .footer-container {
            flex-direction: column;
        }
        .footer-section {
            width: 100%;
            padding: 10px 0;
        }
        .footer-section h4 {
            font-size: 24px;    
        }
        .footer-section ul li a {
            font-size: 20px;
        }

        .line-nav {
            flex-direction: column;
        }
        
    }

    @media (min-width: 769px) {

        .bars-div, .bars{
            display: none;
        }
        .top-content{
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.0025);
        }
        header{
            display: flex;
            max-width: 1450px;
            width: 100%;
            padding: 10px 0;
        }
        .logo{
            justify-content: center;
        }
        .logo img{
            width: 256px;
            height: 100%;
        }

        header > div, header > form{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        nav{
            max-width: 1200px;
            display: flex;
            width: 100%;
            padding: 20px 0;
        }
        nav ul{
            /*display: flex;*/
            justify-content: space-evenly;
            width: 100%;
            font-size: 18px;
        }
        .user-pc{
            justify-content: right;
        }
        .user-pc a{
            display: block;
            width: 100%; 
            padding: 10px;
        }

        .user-phone{
            display: none;
        }

        header > div, header > form{
            flex: 1;
        }
        header form input{
            width: 100%;
            padding: 16px;
        }
        form input::placeholder{
            font-size: 16px;
        }
        .user-pc{
            display: flex;
            justify-content: space-evenly;
        }
        .search{
            display: none;
        }
        .search-div{
            display: none;
        }
        .footer {
            background-color: white;
            padding: 40px 0;
        }
        nav li{
            width: 33%;
            display: flex;
            justify-content: center;
        }
        nav a{
            width: 250px;
            display: flex;
            justify-content: center;
        }
    }


    