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

body {
    background: #F2F2F2;
    margin: 0rem;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

section,
footer {
    padding: 0rem 6rem 3.5rem 6rem;
}

h1 {
    text-align: end;
    font-size: 40px;
}

.company-section h2 {
    font-size: 30px;
    text-align: end;
}
.entrepreneurship-section h2 {
    font-size: 30px;
    text-align: end;
}
.people-section h2 {
    font-size: 30px;
    text-align: end;
}

.company-section,
.entrepreneurship-section,
.people-section {
    padding-top: .5rem;
}

.anchor-servicios {
    text-transform: none;
    font-size: 14px;
    float: right;
    text-decoration:underline;
    color: #A28361;
    
}

.btn-ver {
    border: solid;
    font-size: 20px;
    font-weight: 700;
    background-color: #A28361;
    color: beige;
    padding: .5rem 1rem;
    border-radius: 2rem;
    float: right;
    border-color: #A28361;
    cursor: pointer;
}

.btn-inquiry {
    border: solid;
    font-size: 20px;
    font-weight: 700;
    background-color: #A28361;
    color: beige;
    padding: .5rem 1rem;
    border-radius: 2rem;
    float: right;
    border-color: #A28361;
    cursor: pointer;
    margin-top: 1rem;
}


.img-arrow {
    float: right;
    margin-top: -1rem;
    width: 40px;
    height: 40px;
}

#profile-pic {
    width: 60%; 
    height: auto;
    padding-top: .5rem;
}

#signature-pic {
    float: right;
    width: 60%; 
}

.container-left {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 7rem;
}

.p-profile {
    padding-left: 9.5rem;
    padding-top: 6rem;
    line-height: 2.5rem;
    text-align: justify;
    color: black;
    padding-bottom: 0rem;
}


/* This is only for the NAV BAR */
.navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-right: 1rem;
}

.anchor {
    line-height: 1em;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    padding-left: 1rem;
}

.anchor-mob-menu {
    text-transform: none;
}


.navigation {
    background: white;
    padding: 2rem 5rem;

}
a {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    font-weight: 600;
}

/* This are the colors for each section */
.hero-section {
    background: #ffffff;
    padding-bottom: 0rem;
}

.introduction-section {
    background: #ffffff;
    padding-bottom: 1rem;
}


.company-section {
    background: #F2F2F2;
    height: 6rem;  
}

.entrepreneurship-section {
    background: #ffffff;
    height: 6rem;
}

.people-section {
    background: #F2F2F2;
    height: 6rem;

}

.inquiry-h2-consulta {
    font-size: 30px;
    text-align: center;
    padding-bottom: .5rem;
    padding-top: 1.5rem;
    font-family: 'Poppins', sans-serif;
}
.inquiry-section {
    padding-bottom: 2rem;
}

.container-dropdown-list {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content inside the container */
  }

  #messageOption {
    padding: .3rem 1rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: start;
    font-size: 15px;
    border-radius: 0.5rem;
    
  }

.footer-section {
    background: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer-section .p-footer {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        color: black;
        font-size: 12px;        
    }
.footer-section .anchor-footer {
        text-transform: none;
    }


/* NAVIGATION MENU BURGER IN WEB */
.hamburger-menu ,
.hamburger-close-menu {
    display: none;
}

.side-bar {
    display: none;
}

/* SPLASH SCREEN  START */

.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; /* You can change the background color */
    display: block;
    justify-content: center;
    align-items: flex-start; /* Start from the top */
    z-index: 1000;
    overflow: hidden;
    transition: opacity 1s ease-in-out;
  }
  
  /* Splash image initial position */
  #img-splash {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8); /* Start a little smaller and centered */
    animation: growFromCenter 1.5s ease forwards; /* Animation to grow the image */
  }

  .social-links-footer
  {
    display: flex;
    justify-content: center;
    padding-top: .5rem;
  }

  .social-links-footer a {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        color: black;
        font-size: 12px;
    }
 
  

/* Custom 404 Page Styling */

.error-h1 {
    text-align: center;
    padding-top: 2rem;
}
.error-p {
    text-align: center;
}

.links {
    text-align: center;
    margin-top: 2rem;
}

.home-link,
.services-link {
    font-weight: 700;
}

.error-section {
    background: #F2F2F2;
    
}

.footer-section-404 {
    background: #ffffff;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.footer-section-404 .p-footer {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        color: black;
        font-size: 12px;        
    }

.p-footer {
    padding-bottom: 0rem;
}

.footer-section-404 .anchor-footer {
        text-transform: none;
    }


/* Custom 404 Page Styling END */

/* All related to Servicios Legales Empresas - HTML - START */

.accordion {
    background-color: #A28361;
    color: beige;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
  }

  .accordion h2 {
    font-size: 15px;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
    color: black;
  }
  
  .accordion:after {
    content: '\002B';
    color: beige;
    font-weight: bold;
    float: right;
    margin-top: -1rem;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 10px;
    margin-bottom: 10px;

  }
  .panel li {
    line-height: 2.5rem;
    list-style-position: inside;
  }
  
  .introduction-section h1 {
    font-size: 40px;
    text-align: end;
    text-transform: none;

  }

  .services-section h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .services-section p{
    text-align: center;
    padding-bottom: 2rem;
  }



  /*
  .grid-servicio {
    
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    
  }
*/





/* All related to Empresas.HTML - FINISH */


  
  /* Keyframe for animation */
  @keyframes growFromCenter {
    0% {
      transform: translate(-50%, -50%) scale(0.8); /* Start slightly smaller */
    }
    100% {
      transform: translate(-50%, -50%) scale(1); /* End at normal size */
    }
  }

  .hidden{
    transition : 0.5s;
    display : none;
  }

  .anchor-splash {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }


.p-footer br{
    display: none;
  }


/* BTN minimalist */

.minimal-btn {
    background: none;
    border: none;
    padding: 0;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    font-size: 1em;
    transition: color 0.3s ease;
    float: right;
  }
  
  .minimal-btn:hover {
    color: #007bff;
  }


/* Manage the Footer Cards */

.container-footer {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    padding-bottom: 2rem;
}
.container-fot li {
    list-style: none;
    cursor: pointer;
}
.container-fot li:hover {
    text-decoration: underline;
    font-weight: 600;
}

.logo-footer {
    width: 50%;
    display: block;
}

.p-logo-footer {
    font-size: 13px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: justify;
    padding-right: 3rem;
}

.container-fot span {
    font-weight: bold;
}




/* SPLASH SCREEN  END */

@media (max-width: 1220px) {

    .container-left {
        display: flex;
        flex-direction: column;
    }

    .hero-to-order{
        order: 1;
    }  

    h1 {
        text-align: center;
        font-size: 45px;
    }

    .p-profile {
        padding-top: 4rem;
        line-height: 2.5rem;
        text-align: justify;
    }

    #profile-pic {
        width: 100%;
        padding-top: 1rem;
        margin-left: 0rem;
    }

    .p-profile {
        padding: 0rem 0rem;
 
    }
    h1 {
        padding-bottom: 2rem;
    }

    section {
        padding: 0rem 1.5rem 0rem 1.5rem;
    }

    #signature-pic {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .company-section,
    .entrepreneurship-section,
    .people-section {
        height: 6rem;
    }
    h2 {
        padding-top: 1rem;
    }

    #signature-pic {

        display: flex;
        flex-direction: column;
        width: 50%;
        margin-right: 17.5rem;
        padding-bottom: 2rem;
    }

    .inquiry-section {
        padding-top: 1rem;
        height: 15rem;
    }
    .footer-section {
        padding-top: 1.5rem;
    }
    .container-left {
        display: flex;
        gap: 1.5rem;
    }


}

@media only screen and (max-width:600px) {

    /* Navigation MENU on mobile */

    nav ul {
        list-style: none;
        display: none;
        align-items: center;
        gap: 1.5rem;
        padding-right: 1rem;
    }
    
    .anchor {
        line-height: 1em;
        display: none;
        text-decoration: none;
        padding-left: 1rem;
    
    }
    .navigation {
        background: white;
        padding-right: 2rem;
    
    }
    .hamburger-menu {
        display: flex;
    }
    .hamburger-close-menu{
        display: none;
    }

    /* 
    .side-bar {
        position:fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 250px;
        z-index: 999;
        background-color: rgba(67, 63, 63, 0.2);
        backdrop-filter: blur(15px);
        box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
        display: none;
        flex-direction: column;
        justify-content: start;
    }

    .side-bar {
        padding-left: 5rem;
        padding-top: 5rem;
    }
    .side-bar a {
        padding-bottom: 1rem;

    }
        */

        /* The sidebar style - initially hidden */
/* The sidebar style - initially hidden */

.side-bar {
    position: fixed;
    top: 0;
    left: -250px; /* Sidebar hidden off-screen */
    width: 250px;
    height: 100%;
    background-color: rgba(67, 63, 63, 0.2);
    backdrop-filter: blur(15px);
    box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
    transition: 0.3s;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
}
.side-bar {
    padding-left: 2rem;
    padding-top: 6rem;
}

/* Hamburger close button style inside the sidebar */
.hamburger-close-menu {
    display: none; /* Hidden by default */
    margin-bottom: 20px;
    padding: 10px;
    align-self: flex-end; /* Align close button to the right */
}

/* Sidebar links */
.side-bar a {
    color: black;
    padding-bottom: 2rem;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.side-bar a:hover {
    margin-left: -1rem;
    width: 100%;
    background-color: #F2F2F2;
    
}

/* Hamburger menu and close button styles */
.hamburger-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

/* Open the sidebar menu by moving it into view */
.side-bar.open {
    left: 0; /* Sidebar is now visible */
}

/* Show the close icon when the menu is open */
.side-bar.open .hamburger-close-menu {
    display: block;
}

/* Show the hamburger icon only when the sidebar is closed */
.side-bar.open + .hamburger-menu {
    display: none;
}

#signature-pic {

    display: flex;
    flex-direction: column;
    width: 80%;
    margin-right: 3.5rem;
    padding-bottom: 2rem;
}

select {
    width: 100%; /* Make the dropdown full-width on very small screens */
  }

  #img-splash {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8); /* Start a little smaller and centered */
    animation: growFromCenter 1.5s ease forwards; /* Animation to grow the image */
  }

.company-section,
.entrepreneurship-section,
.people-section {
    height: 5.5rem;

}

.btn-ver {

    padding: 0.4rem 1rem;
    font-size: 13px;  
    
}
.btn-inquiry {
    padding: 0.5rem 1rem;
    font-size: 13px;
}

.inquiry-h2-consulta {
    font-size: 25px;
}

.inquiry-section {
    height: 11rem;
    padding-bottom: 12rem;


}
.footer-section {
    padding-top: 1.5rem;
}
.p-footer br {
    display: block;
  }

  #profile-pic {
    width: 100%;
    margin-left: 0rem;
}

.container-left {
    display: flex;
    gap: 1.5rem;
}
.container-footer {
    display: block;
}
.container-fot li {
    text-align: start;
}
.container-fot {
    padding-top: 1rem;
}

.logo-footer {
    margin: auto;
}
.p-logo-footer {
    text-align: justify;
    padding-right: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 19px;
}
.footer-section {
    padding: 2rem
}

}



@media (max-width: 480px) {
    select {
      width: 100%; /* Make the dropdown full-width on very small screens */
    }
    #img-splash {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8); /* Start a little smaller and centered */
        animation: growFromCenter 1.5s ease forwards; /* Animation to grow the image */
      }
  
  #signature-pic {

    display: flex;
    flex-direction: column;
    width: 80%;
    margin-right: 2.5rem;
    padding-bottom: 2rem;
}
.company-section,
.entrepreneurship-section,
.people-section {

    height: 5.5rem;
}

.company-section h2 {
    font-size: 25px;
    padding-top: .6rem;
}

.entrepreneurship-section h2 {
    font-size: 25px;
    padding-top: .6rem;
}

.people-section h2 {
    font-size: 25px;
    padding-top: .6rem;
}


.inquiry-h2-consulta {
    font-size: 25px;
}
.btn-inquiry {
    padding: 0.5rem 0.5rem;
    font-size: 13px;
}

.inquiry-section {
    padding-top: 1rem;
    height: 13rem;
}
.footer-section {
    padding-top: 1.5rem;
}
.p-footer br {
    display: block;

  }

  .btn-ver {
    padding: 0.4rem 1rem;
    font-size: 13px;
    
}
#profile-pic {
    width: 100%;
    margin-left: 0rem;
}
.container-left {
    display: flex;
    gap: 1.5rem;
}
.container-footer {
    display: block;
}
.container-fot li {
    text-align: start;
}
.container-fot {
    padding-top: 1rem;
}

.logo-footer {
    margin: auto;
}

.p-logo-footer {
    text-align: justify;
    padding-right: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14.5px;
}
.footer-section {
    padding: 2rem
}

}



@media(max-width: 450px)
{
    .company-section,
    .entrepreneurship-section,
    .people-section {
        height: 5.5rem;
    }

    .company-section h2 {
        font-size: 25px;
        padding-top: .6rem;
    } 
    .entrepreneurship-section h2 {
        font-size: 25px;
        padding-top: .6rem;
    }
    .people-section h2 {
        font-size: 25px;
        padding-top: .6rem;
    }
    .inquiry-h2-consulta {
        font-size: 25px;
    }
    .inquiry-section {
        padding-top: 1rem;
        height: 13rem;
    }
    .footer-section {
        padding-top: 1.5rem;
    }
    .btn-inquiry {
        padding: 0.5rem 0.5rem;
        font-size: 13px;
    }
    .btn-ver {
        padding: .4rem 1rem;
        font-size: 13px;
    }

      /* Splash image initial position */
  #img-splash {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8); /* Start a little smaller and centered */
    animation: growFromCenter 1.5s ease forwards; /* Animation to grow the image */
  }
  .p-footer br {
        display: block;
  }
  #profile-pic {
    width: 100%;
    margin-left: 0rem;
}

.container-footer {
    display: block;
}

.container-fot li {
    text-align: start;
}
.container-fot {
    padding-top: 1rem;
}

.logo-footer {
    margin: auto;
}

.p-logo-footer {
    text-align: justify;
    padding-right: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 13.6px;
}
.footer-section {
    padding: 2rem
}

}





