/* HEADER */

.header-logo-container{
    height: 129px;
    position:static;
}
.header-logo-container > a{
    display: flex;
    width: 30rem;
    margin-inline-start: 5vw;
    
}
header picture.section-container-logo{
    height: 10rem;
}
.header-icons-container{
    height: 0;
    justify-content: flex-end;
}
.header-icons-container a :hover{
    zoom: 1.2;
}
.header-icons-container .icons {
    margin-block-start: 10rem;
    padding-inline-end: 5%;
}


/* NAV */


header .nav_home__container{
    /* background: var(--primary-color); */
    border-block-start: none;
    border-block-end: none;
    justify-content: center;
    height: 129px;
}
/* header .nav_home__container a:hover{
    border-top: solid var(--font-tittle-color) .2rem;
    color: var(--font-tittle-color);
} */
.nav_home__container input, .nav_home__container label i{
    display: none;
}
header .nav_home__container ul{
    flex-direction:row;
    height: 32px;
    opacity: 1;
    position:relative;
    width: 100%;
    transform:none;
    transition: none;
    padding: 0;
    margin-top: 0;
    pointer-events: auto;
    position: sticky;
    top: 0;
    z-index: 5;
}
#check-nav_home:checked ~ ul{
    display: none;
}
header .nav_home__container li{
    display: flex;
    padding: 0.4rem 1.3rem 0.3rem 1.3rem;
    font-size: 1.4rem;
    font-weight: 400;
    margin-block-start: 0.25rem;
}
header .nav_home__container ul li a:hover{
    font-size: 1.4rem;
    font-weight: 700;
}
header .nav_home__container ul li a {
    text-decoration: none;
    color: var(--font-tittle-color);
    font-size: 1.4rem;
    display: block;
}
/* header .nav_home__container details summary:hover { 
    border-top: solid var(--font-tittle-color) .2rem;
    color: var(--font-tittle-color);
} */
header .nav_home__container--submenu{
    background-color: #181617eb;
    width: 300px;
    padding: 5rem 2rem;
    margin: 6px 5px 0;
    border-radius: 15px;
}
header .nav_home__container--submenu a {
    text-decoration: none !important;
    font-size: 1.6rem !important;
    font-weight: 500;
}
header .nav_home__container--submenu a:hover {
    border-top: none;
    border-bottom: solid var(--font-tittle-color) .2rem;
}
header .nav_home__container details summary { 
    padding: 0 2rem;
}
header .nav_home__container details summary::after { 
    font-size: 1.4rem; 
    padding-left: 4px;
}
header .nav_home__container details summary:hover { 
    font-size: 1.4rem !important;
    font-weight: 700 !important;
}



/* MAIN BODY layaut */


main{
    height: auto;
    background: linear-gradient(90deg,#f7f6f6,#d3d1d1);
}
main .main-layout_column{
    display: grid;
    grid-template-columns:1fr;
    /* grid-template-columns:22vw 1fr 22vw; */
    grid-template-rows: none;
    height: auto ;
    padding: 0;
}
.left-side {
    display: none;
    grid-column: 1 / 2;
    grid-row: inherit;
    background: linear-gradient(90deg,#f7f6f6,#dbdadb);
  }
.section_main {
    /* grid-column: 2 / 3; */
    grid-column: auto;
    grid-row: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: calc(100% - 8rem);
    background-image: url(../assets/img/HomeBackgroundAudioArte.webp);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center right;
    padding: 4rem 8rem;
    padding-inline-end: 0;
    height: calc(82vh - 12.9rem) ;
    min-height: 47rem;
  }
.right-side {
    display: none;
    grid-column: 3 / 4;
    background: linear-gradient(90deg,#cac9ca, #f7f6f6);
    grid-template-rows: 25% 75%;
    grid-row: inherit;
  }


  /* SECTION MAIN */

main .section_main h2{
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 5.1rem;
    padding-inline-end: 30vh;
    margin: 0 0 3rem 0;
}
main .section_main h1{
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 2.4rem;
    padding-block-end: 2rem;
    width: 47rem;
    height: 3.5rem;
}

main .section_main button{
    width: 19rem;
    height: 4rem;
    font-size: 1.8rem;
    font-weight: 600;
    border: none;
    border-radius: 0.8rem;
    margin: 0;
}


/* LEFT & RIGHT SECTIONS */


main .left-side section{
    display: grid;
    grid-template-rows: 20% 80%;
    height: 100%;
    margin: 0;
}
main .left-side section ul{
    width: 70%;
}
main .left-side section ul li {
    margin: 1rem 0;
    
}
main .left-side section ul li a{
    font-size: 1.3rem;
}
main .left-side h3{
    font-size: 1.05rem;
}
main .right-side section {
        display: grid;
        grid-template-rows: 20% 80%;
        height: 100%;
        margin: 0;
}
main .left-side section H2,main .right-side section H2{
    padding-block-start: 3.5rem;
    margin: 0;
    font-size: 3rem;
}
main .projects-news_slider{
    display: flex;
    align-items: center;
    padding-block-start: 0;
}

/* RIGHT SECTION - PROYECTOS */


.projects-news_slider article{
    width: 22rem;
    margin-inline-end: 1rem;
}
.projects-news_slider article figure{
    width: 22rem;
    height: 20rem;
    background-color: papayawhip;
    border-radius: 8% 8% 0 0;
    overflow: hidden;
}

/* SCROLLBAR SECTION */


main .projects-news_slider::-webkit-scrollbar{
    height: 0.9rem;
    display:inline;
}
main .projects-news_slider::-webkit-scrollbar-thumb{
    background: var(--primary-color);
    border-radius: 0.5rem;
}



  /* SECTION LOGO PRODUCTS */


.body-section_product{
    background: linear-gradient(90deg,#d3d1d1, #ece9eb,#b6b5b5);
    width: 100%;
    height: 12vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    padding: 0;
}
.body-section_product h2{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--secundary-color);
    margin-inline-end: 4rem;
}
.body-section_product img{
    max-height: 3.5rem;
    margin: 3rem;
}
  
/* SECTION LOGO CAROUSEL BRANDS NEW*/


.body-section-carousel_brands_MainContainer{
    grid-template-columns: 1fr 3fr;
    align-items: center;
    height: 150px;
}
.body-section-carousel_brands_MainContainer--titles h3{
    grid-column: 1/2;
    color: var(--secundary-color);
    font-size: 2rem;
    font-weight: 500;
    line-height: 0;
    letter-spacing: -0.1rem ;
    margin: 0 0;
    text-align: right;
}
.body-section-carousel_brands_MainContaine_Logos{
   grid-column: 2/3;
   margin-block-end: 0;
}
.body-section-carousel_brands_MainContaine_Logos--Images img{
    margin: 0 50px;
}
.body-section-carousel_brands_MainContaine_Logos--Images div{
    align-items: center;
    animation: scroll_logos 25s linear infinite;
}

/* Contact Section */

.contact_container{
    height: 800px;
    flex-direction: column;
    background-image: url(../assets/img/HomeBackgroundAudioArte.webp);
    background-repeat: no-repeat;
    background-size:cover; 
    background-position: bottom right;
}
.contact_container section h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin: 1rem 0; 
    text-align: center;
    padding: 0 8rem;
}
.contact_container section h1{
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 2.4rem;
    margin: 3rem auto;
    width: 27.5rem;
    height: 2.5rem;
}

.contact_container button{
    background-color: var(--primary-color);
    color: var(--font-tittle-color);
    width: 19rem;
    height: 3.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    border: none;
    border-radius: 0.8rem;
    display: block;
    margin: 4rem auto ;
    cursor: pointer;
}

.contact_container section h3{
    font-weight: 400;
    font-size: 1.9rem;
    padding: 0 3rem;
    margin: 0 auto;
    text-align: center;
}

/* Welcome Image Page*/

.main-image--welcome{
    height: 355px;
}

/* Main article SEO */

.main-article_seo h1{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 2.9rem;
    padding: 17px 0;
}

.section-highlighted--dark__content{
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    gap: 25px;
}
.section-highlighted--dark{
    animation-timeline: view(100% 0);
}

/* Sections Images*/

.section-image--focal{
    animation-timeline: view(100% 0%);
}

/* Alert Main Message Construction Web*/

.main-message--dark h2{
    font-size: 5rem;
}
.main-message--dark h3{
    font-size: 4.5rem;
}

/* Allied Brands */

.structure-allied--brands{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.structure-allied--brands ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.structure-allied--brands ul li{
    font-size: 2.5rem;
}
.structure-allied--brands ul h4{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.9rem;
}
.section-allied--brands{
    height: 80vh;
    order: 2;
}
.allied--brands_road{
    height: 350px;
    width: 350px;
}
.allied--brands_center{
    height: 170px;
    width: 170px;
}
.allied--brands_sphere__one , .allied--brands_sphere__two {
    height: 50px;
    width: 50px;
}
.allied--brands_sphere__one p, .allied--brands_sphere__two p{
    font-size: 1.8rem;
    top: 11px;
    left: 20px;
}

/*Pop Up Projects Style One*/

#popup-style--one, #popup-style--two{
    background-color: rgba(0, 0, 0, 0.89);
}
#popup-style--one span, #popup-style--two span{
    top: 60px;
    right: 110px;
}
.popup-style-generic{
    width: 55%;
    height: 45%;
    min-height: 410px;
}
.popup-style-generic picture{
    max-height: 150px;
}
.popup-style-generic h2{
    font-size: 2.9rem;
    line-height: 2.8rem;
    padding: 35px 35px 15px;
}
.popup-style-generic p{
    color: var(--font-tittle-color);
    font-size: 1.7rem;
    padding: 0 35px;
    margin-block-end: 40px;
}
.popup-style-generic a{
    font-size: 1.7rem;
    padding:12px;
}

/*Mostly Fluid, Section for customers clients*/


.customer{
    width: 50%;
    min-width: 350px;
}

/* FOOTER */


footer{
    flex-direction: row;
    justify-content:flex-end;
    height: 6vh;
}
footer h3{
    margin-inline-end: calc(50% - 33rem);
}
footer h4{
    margin-inline-end: 14rem;
    margin-inline-start: 0;
    margin-block-start: 0;
}


/* WHATSAPP CONTACT */


body button.Whatsapp_contact{
    position: fixed;
    margin-left: calc(100dvw - 9rem);
    margin-block-start: 90dvh;
}


