/* ------------------Estilos para el sitio general----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');

.sora-semi {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

.sora-bold {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }

.sora-regular {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

*{
    margin: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Sora';
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

strong{
    font-size: 40px;
    color: #72696A;
}


.linea-esp {
    border-top: 2px solid #F0802B;
    margin: 70px 120px;
}

.espaciador {
    margin-bottom: 40px;
}

.separador {
    margin-top: 12%;
}
.separador-mov{
    margin-top: 20px;
}

/*_________________________________________________________LAYOUT______________________________________________________________*/

/*Navbar alta*/

.container1 {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    top: 0; 
    width: 100%;
    height: 38px;
    padding-top: 7px;
    padding-bottom: 8px;
    background-color: #DDDEDE;
    z-index: 100;
}

.container1 a {
    font-weight: 500;
    color: #72696A;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 10px;
}

.container1 a:hover {
    color: #F0802B;
}

.navtop {
    display: flex;
    align-items: center;
}

/*Navbar*/

.container2 {
    position: fixed;
    top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    z-index: 90;
    background-color: #FFFFFF;
    width: 100%;
}

.logo img {
    width: 170px;
    height: 76.86px;
    margin-left: 40px;
}

.nav-links {
    font-weight: 500;
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
}

.nav-links li {
    margin-left: 20px;
    position: relative;  
}

.nav-links li a {
    font-size: 15px;
    color: #72696A;
    text-transform: uppercase;
    text-decoration: none;  
}

.nav-links li a:hover {
    color: #F0802B;
}

/*Menú de vista movil*/

.hamburger-menu {
    display: none;
    border: none;
    background-color: transparent;
}

.container2-lateral li {
    padding-bottom: 10px;
}

.container2-lateral ul li a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #72696A;
    padding: 10px;
}

.container2-lateral ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F66707;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.container2-lateral ul li a:hover {
    color: #F66707; 
}

.container2-lateral li a i {
    padding-left: 10px;
}
.container2-lateral ul li a:hover::after {
    transform-origin: bottom left;
}

.submenu-resources, .submenu-products, .submenu-products-level2 {
    display: none;
    padding-left: 20px;
}

.resource.open .submenu-resources, .product.open .submenu-products, .submenu-products-level2.open {
    display: block;
}

.submenu-resources, .submenu-products, .submenu-products-level2{
    list-style: none;
}

/*Mega menu de categorías de producto*/

.mega_menu_dropdown i {
    padding-left: 10px;
}

.mega_menu {
    position: absolute;
    display: inline-block;
    width: auto;
    left: 0;
    top: 100%;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: 99;
    border-radius: 5px;
    padding: 10px 30px;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
}

.mega_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega_menu ul li {
    list-style: none;
    width: 100%;
    text-align: center; 
}

.mega_menu h4 {
    margin-bottom: 10px;
    text-align: center;
}

.mega-menu-col{
    color: #F0802B;
}

.mega_menu ul li a {
    font-size: 14px;
    color: #72696A;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

.mega_menu ul li a:hover {
    color: #000000;
}

/*Menu de resoureces*/

.menu_drop i{
    padding-left: 10px;
}

.menu_drop {
    display: inline-block;
}

.menu_drop_down {
    position: absolute;
    display: inline-block;
    width: auto; 
    left: 0;
    top: 100%;
    display: none;
    background-color: #FFFFFF; 
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    z-index: 99; 
    border-radius: 5px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
}

.menu_drop_down ul li{
    list-style: none;
    width: 100%;
    text-align: center;
}

.menu_drop_down ul li a {
    font-size: 15px;
    color: #72696A;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px;
    text-align: center;
}  

.menu_drop_down ul li a:hover{
    color: #000000;
}

/*Modal y formulario*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 17, 17, 0.74);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s 0.5s;
    z-index: 1000;
}

.modal--show {
    opacity: 1;
    pointer-events: auto;
}

.modal__container {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 3em 2.5em;
    display: block;
    max-height: 90vh; 
    overflow-y: auto; 
    z-index: 1001;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #F0802B;
    padding: 0.5em 1em;
    border: 1px solid;
    border-radius: 6px;
    display: inline-block;
    font-weight: 300;
    transition: background-color 0.3s;
}

.modal__close:hover {
    color: #F0802B;
    background-color: #FFFFFF;
}

#formulario-contacto {
    padding: 40px 0;
    text-align: center;
}

.container {
    max-width: 600px;
    margin: 0 auto;
}

.section-header h2 {
    margin-bottom: 40px;
    font-size: 32px;
    color: #333333;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-weight: bold;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 16px;
}

.text-danger {
    color: #DC3545;
}

.btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F0802B;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
}

.btn-primary:hover {
    background-color: #9FA1A1;
}

#formulario-contacto .form-check-label {
    font-size: 14px;
}

#g-recaptcha {
    margin-top: 20px;
}

/*Texto de suscripción*/

.container11 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    }
    
.AVC { 
    grid-area: 1 / 1 / 2 / 2;
    padding-left: 55px;
}
.AVC p {
    font-size: 20px;
    color: #72696A;
    white-space: pre-line;
}

/*Newsleter*/

.container12 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;;
}
        
.Fib { 
    grid-area: 1 / 1 / 2 / 2; 
    border-radius: 5px;
    padding-left: 55px;
    }

.Fib button{
    border-radius: 6px;
    border: none;
    background-color: #F0802B;
    color: #FFFFFF;
    font-size: 20px;
    padding: 18px 22px;
    cursor: pointer;
    i {
        color:#FFFFFF;
        padding-left: 5px;
    }
}

.Fib button:hover {
    transform: scale(1.05);
}   

.Fvc { 
    grid-area: 1 / 2 / 2 / 3; 
    display: flex;
    align-items: center;
    justify-content:center;
}

.Fvc img {
    max-width: 100%;
    max-height: 100px;
}

.Fvc a {
    font-size: 20px;
    text-decoration: none;
    padding: 30px;
    color: #72696A;
}

.Fvc a:hover{
    transform: scale(1.05);
}

.Frs { 
    grid-area: 1 / 3 / 2 / 4; 
    padding-right: 45px;
}

.Frs ul{
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 200px;
    font-size: 25px;
}

.Frs ul li a {
    padding: 25px;
    color: #474747;
}

/*Footer vista móvil*/

.foot-desk {
    display: block;
}
.footer-mov{
    display: none;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

.footer-mov img{
    width: 200px;
}

.lin-foo ul{
    list-style: none;
}

.lin-foo a {
    color: #474747;
    margin: 20px;
    line-height: 2.3;
}

.social-med {
    margin-top: 40px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }

.social-med {
    border-top: 2px solid #BAB5B3;
}
    
.face { grid-area: 1 / 1 / 2 / 2; }
.insta { grid-area: 1 / 2 / 2 / 3; }
.yout { grid-area: 1 / 3 / 2 / 4; }
.pint { grid-area: 1 / 4 / 2 / 5; }
.linke { grid-area: 1 / 5 / 2 / 6; }

.social-med a {
    color: #3D3D3F;
    font-size: 20px;
}

.copi-line {
    padding-bottom: 25px;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }

.copi-line p{
    color: #72696A;
}

.conect-wius-mov {
    display: none;
    margin-top: 50px;
}

.conect-wius {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}
    
.conect-wius-tex { grid-area: 1 / 1 / 2 / 2; }

.conect-wius-but { grid-area: 2 / 1 / 3 / 2; }

.conect-wius-but button {
    border-radius: 6px;
    border: none;
    background-color: #F0802B;
    color: #FFFFFF;
    font-size: 20px;
    padding: 16px 22px;
    cursor: pointer;
    i {
    color:#FFFFFF;
    padding-left: 5px;
    }
}

/*Links*/

.container13 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.container13 h2 {
    color:  #72696A;
}

.container13 ul li{
    list-style: none;
    padding-bottom: 10px;
}

.container13 ul li a {
    color: #72696A;
    font-size: 20px;
}

.container13 ul li a:hover {
   color: #E36C12;
}
        
.F1 { grid-area: 1 / 1 / 2 / 2; }

.F2 { grid-area: 1 / 2 / 2 / 3; }

.F3 { grid-area: 1 / 3 / 2 / 4; }

.F5 { grid-area: 1 / 4 / 2 / 5; }

.F1, .F2, .F3 {
    padding-left: 55px;
}

.F5 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 45px;
}

/*Linea de Copyright*/

.container14 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 50px;
    padding-right: 50px; 
}
            
.CPR { grid-area: 1 / 1 / 2 / 2; }
.CPR {
    border-top: 2px solid #BAB5B3;
    color: #72696A;
    text-align: center;
    padding: 40px ;
    margin-left: 60px;
    margin-right: 60px;
}

/*_________________________________________________________LAYOUT______________________________________________________________*/


/*_________________________________________________________WELCOME_____________________________________________________________*/

/*Banner principal*/

.container4 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
    padding: 0px;
    margin-top: 10%;
}

.slider{
    height: 80vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.slider .list .item.active {
    display: block;
}

.slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 100px;
}

.slider .list .item .content{
    position: absolute;
    top: 10px;
    width: 1140px;
    max-width: 80%;
    left: 38%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #72696A;
}

.slider .list .item .content .title{
    font-size: 65px;
    font-weight: 800;
    padding-bottom: 20px;
    padding-left: 40px;
    white-space: pre-line;
}

.slider .list .item .content .description {
    color: #72696A; 
    font-size: 19px;
    padding-bottom: 20px;
    padding-left: 40px;
    white-space: pre-line;
}

/*Botones del slider*/

.slider .list .item .grid-btns-sli{
    display: grid;
    grid-template-columns: repeat(2, 200px);
    grid-template-rows: repeat(2, 70px);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 20px;
    padding-left: 40px;
}

/*Botones del slider MODAL*/

.slider .list .item .grid-btns-sli .button { grid-area: 1 / 1 / 2 / 3; }

.slider .list .item .grid-btns-sli .button button{
    border: none;
    color: #FFFFFF;
    background-color: #E36C12;
    padding: 28px 35px;
    cursor: pointer;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 600;
}

.slider .list .item .grid-btns-sli button:hover{
    background-color: #9FA1A1;
    color: #FFFFFF;
}

/*Boton de slider izquierdo*/

.buttons-change
{ 
    grid-area: 2 / 1 / 3 / 3;
}

/*Boton del slider derecho*/

.slider .list .item .grid-btns-sli .buttons-change .prev {
    margin-right: 20px;
    margin-left: 10px;
}

.slider .list .item .grid-btns-sli .buttons-change button
 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #72696A;
    border-color: #72696A;
    border-style: solid;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
}


.slider .list .item .grid-btns-sli .buttons-change button:hover
{
    background-color: #9FA1A1;
    color: #000000;
    border: none;
}

/*Cuadros de lineas de producto*/

.container5 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding-top: 5px;
}

.large-image {
    width: 100%;
    display: block;
}

.small-image {
    display: none;
}

/*Barra EXPLORE OUR PRODUCTS*/

.container6 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 100px;
}

.BHDA p {
    text-align: left;
    padding-left: 250px;
    font-size: 30px;
    color: #72696A;
    white-space: pre-line;
}

.BHDA strong{
    padding-right: 10px;
}

/*Contenedor de productos*/
.sli-li-pro {
    position: relative;
    width: 100%;
}

.prev-izq-pro, .next-der-pro {
    height: 40px;
    width: 40px;
    display: none; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #3D3D3F;
    border:2px solid #3D3D3F;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    transition: .5s;
}

.prev-izq-pro {
    left: 26px;
}

.prev-izq-pro:hover {
    background-color: #9FA1A1;
    color: #000000;
    border: none;
}

.next-der-pro {
    right: 26px;
}

.next-der-pro:hover {
    background-color: #9FA1A1;
    color: #000000;
    border: none;
}

.container7 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.div1, .div2, .div3, .div4, .div5, .div6, .div7, .div8, .div9 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }

.div2 { grid-area: 2 / 1 / 3 / 2; }

.div3 { grid-area: 3 / 1 / 4 / 2; }

.div4 { grid-area: 3 / 2 / 4 / 3; }

.div5 { grid-area: 2 / 2 / 3 / 3; }

.div6 { grid-area: 1 / 2 / 2 / 3; }

.div7 { grid-area: 1 / 3 / 2 / 4; }

.div8 { grid-area: 2 / 3 / 3 / 4; }

.div9 { grid-area: 3 / 3 / 4 / 4; }

.div1 img, .div2 img, .div3 img, .div4 img, .div5 img, .div6 img, .div7 img, .div8 img, .div9 img {
    width: 384px;
    height: 418px;
    padding: 50px;
}
    
/*Barra horizontal de cards*/

.container8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 auto;
    position: relative;
}

.card1, .card2, .card3 {
    margin: 0;
    padding: 0;
}

.card1 img, .card2 img, .card3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card1 {
    grid-area: 1 / 1 / 2 / 2;
}

.card2 {
    grid-area: 1 / 2 / 2 / 3;
}

.card3 {
    grid-area: 1 / 3 / 2 / 4;
}

.prev21, .next21 {
    display: none; 
}

/*Empresas aliadas*/

.container9a{
    display: block;
    background-color: #DDDEDE;
    color: #72696A;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px ;
}
.slider-cert { 
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-cert-cont {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}

.slider-cert-item {
    flex: 0 0 12.5%; 
    box-sizing: border-box;
}

.slider-cert-item img {
    width: 100%;
    height: auto;
}

/*News*/

.news-static {
    display: block;
}

.news-desl {
    display: none;
}

.container10 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 50px;
}
    
.Ci1 { grid-area: 1 / 2 / 2 / 3; }

.Ci2 { grid-area: 1 / 3 / 2 / 4; }

.Ci1 {
    padding-top: 20px;
}

.Ci1 img {
    width: 364px;
    height: 364px;
}

.Ci2 {
    padding-top: 20px;
    color: #72696A;
}

.Ci2 strong {
    font-size: 20px;
}

.Ci2 img{
    width: 364px;
    height: 364px;
}

.sli-news {
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 0 55px; 
}
    
.carousel20 {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}
    
.slider20, .carousel20 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;
}
    
.carousel20 img {
    height: 340px;
    object-fit: cover;
    margin-left: 14px;
    width: calc(100% / 2);
}

.carousel-text {
    height: 340px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    background-color: #f0f0f0; 
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
        
.slider20 {
    max-width: 1500px;
    position: relative;
}

.slider20 i {
    top: 40%;
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 40px;
    background-color: #FFFFFF;
    border:2px solid #3D3D3F;
    color: #3D3D3F;
    border-radius: 50%;
    transform: translateY(50%);
}
    
.slider20 i:first-child {
    left: -23px;
}
     
.slider20 i:last-child {
    right: -23px;
}
    
.carousel20 img:first-child {
    margin-left: 0px;
}

/*_________________________________________________________WELCOME_____________________________________________________________*/

/*________________________________________________________PRODDUCTS____________________________________________________________*/

/*Custom checkbox*/

.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox label {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: rgba(236, 236, 236, 0.795);
    border-radius: 5px;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + label {
    background-color: #F0802B;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.category-label {
    font-weight: bold;
    color: #F0802B;
    font-size: 18px;
    margin-left: 10px;
}

.subcategory-label {
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}

/*Grid de productos*/

.grid-products {
    margin-top: 10%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 100px 500px 500px 500px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
    
/*Contenedor buscador*/

.grid-search-prod { 
    grid-area: 1 / 1 / 2 / 2;
    margin-left: 50px;
    margin-bottom: 20px;
}

.grid-search-prod input{
    padding: 15px 15px ;
    text-align: center;
    margin: 0;
    border: 1px solid;
    border-radius: 6px;
    border-color: #C4C4C4;
}

.grid-search-prod button{
    padding: 16px 16px;
    margin: 0;
    border-radius: 6px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #F0802B;
    border: 1px solid;
    transition: background-color 0.3s;
}

.grid-search-prod button:hover{
    color: #F0802B;
    background-color: #FFFFFF
}

/*Contenedor Filtro*/

.grid-filter {
    display: flex;
    flex-direction: column; 
    align-items: center;
    grid-area: 2 / 1 / 6 / 2;
}

.grid-filter h3 {
    align-items: flex-start;
    font-size: 30px;
    margin-bottom: 10px;
    width: 80%;
}

.grid-filter ul {
    list-style-type: none;
    padding: 0;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 20px;
    }     
    
.grid-filter ul li {
    padding: 5px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.grid-filter ul li label {
    margin-left: 10px;
    cursor: pointer;
}

.grid-filter button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F0802B;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
}

.grid-filter button:hover {
    background-color: #9FA1A1;
}

/*Contenedor Migas de Navegación*/

.grid-breadcrumb {
    grid-area: 1 / 2 / 2 / 6;
    display: grid;
    place-items: center;    
}

.breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
}

/*Contenedor Cards*/

.grid-rows-cards-first { grid-area: 2 / 2 / 3 / 6; }

/*________________________________________________________PRODDUCTS____________________________________________________________*/

/*________________________________________________________EVENTS_______________________________________________________________*/

.where-find {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
    
.where-find-inf { 
    grid-area: 1 / 1 / 2 / 3;
    padding: 70px 70px;
    text-align: center;
}

.where-find-inf h1{
    color: #F0802B;
}

.where-find-inf strong {
    color: #333333;
    font-size: 17px;
}

.where-find-hdx { 
    grid-area: 2 / 1 / 3 / 2;
    background-color: #C4C4C4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.where-find-neo { 
    grid-area: 2 / 2 / 3 / 3;
    background-color: #C4C4C4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.where-find-map { 
    grid-area: 3 / 1 / 4 / 3;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 80px;
}

.where-find-hdx img {
    width: 80%;
    height: auto;
    object-fit: cover;
}

.where-find-neo img {
    width: 80%;
    height: auto;
    object-fit: cover;
}
    
.where-find-map img {
    object-fit: cover;  
}

/*________________________________________________________EVENTS_______________________________________________________________*/

/*____________________________________________________ABOUT US_________________________________________________________________*/

.abous-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 90px;
    margin-right: 90px;
    align-items: center;
    justify-content: center;
}

.abous-grid-txt { 
    grid-area: 1 / 1 / 2 / 2; 
    padding-left: 60px;
    margin-right: 60px;
}

.abous-grid-txt h2{
    color:  #F0802B;
}

.abous-grid-txt p {
    padding-bottom: 20px;
    text-align: justify;
}

.abous-grid-txt button {
    padding: 15px 50px;
    background-color: #F0802B;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
}

.abous-grid-txt button:hover {
    background-color: #9FA1A1;
}

.abous-grid-im { 
    grid-area: 1 / 2 / 2 / 4; 
}
.abous-grid-im img {
    width: 850px;
    height: 482px;
}

.abous-vidcor {
    text-align: center;
    padding-top: 80px;
    position: relative;
    width: 1000px;
    height: 700px;
    margin: 0 auto;
}

.abous-vidcor iframe {
    width: 80%;
    height: 80%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px; 
    margin: auto;
}

.video-thumbnail-container {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.video-thumbnail {
    width: 100%;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Metodologia 360*/

.methodology {
    border-bottom: 2px solid #BAB5B3;
    color: #72696A;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
    margin-left: 90px;
    margin-right: 90px;
}

.methodology h1 {
    color: #F0802B;
}

.methodology-info{
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 20px;
}

.meth-img {
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.meth-img img {
    padding-top: 20px;
    width: 600px;
}

/*____________________________________________________ABOUT US_________________________________________________________________*/

/*______________________________________________________CATALOGS______________________________________________________________*/

.catalogs-grid-title {
    border-top: 3px solid #F1F1F1;
    color: #72696A;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 20px;
    margin-left: 70px;
    margin-right: 70px;
}

.catalogs-grid-title p{
    white-space: pre-line;
}

.catalogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 53px;
    padding-right: 80px;
}

.catalog-item {
    width: calc(25% - 20px);
    margin: 10px; 
    box-sizing: border-box; 
}

.catalog-ind {
    background-color: #F1F1F1;
    border-radius: 22px;
    height: 65%;
    margin-bottom: 50px
}

.catalog-ind h2 {
    padding-left: 20px;
    padding-top: 20px;
    color: #72696A;
}

.cat-botns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
}

.cat-botns a {
    color: #FFFFFF;
}

.cat-botns button {
    border: none;
    padding: 25px 75px;
    font-size: 16px;
    background-color: #F0802B;
    transition: 0.4s;
    cursor: pointer;
}

.cat-botns button:hover {
    background-color: #9FA1A1;
}

/*______________________________________________________CATALOGS______________________________________________________________*/

/*____________________________________________________TEXTILES________________________________________________________________*/

.materials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 500px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 13%;
    margin-bottom: 10%;
    margin-left: 50px;
    margin-right: 50px;
}
    
.materials-info { 
    grid-area: 1 / 1 / 2 / 2;
    padding-top: 130px;
    margin-left: 100px; 
    background-color: #9FA1A1;
}

.materials-info h1 {
    padding-right: 20px;
    padding-left: 20px;
    color: #FFFFFF;
}

.materials-info p {
    padding-right: 20px;
    padding-left: 20px;
    color: #333333;
    font-size: 20px;
}
    
.materials-imag { grid-area: 1 / 2 / 2 / 4;}
.materials-imag img {
    object-fit: cover;
    width: 800px;
    height: 500px;
}

.tabs-container {
    display: flex;
    width: 80%;
    height: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 100px;
}
    
.tabs {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    width: 150px;
    border-right: 1px solid #ddd;
}
    
.tab-link {
    padding: 15px;
    border: none;
    background: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}
    
.tab-link:hover {
    background-color: #e7ecf3;
}
    
.tab-link:focus {
    outline: none;
    background-color: #dde1e8;
}
    
.tab-content {
    display: none;
    flex-grow: 1;
    background-color: #FFFFFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
    
.tab-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
    
.tab-content.active {
    display: flex;
}

/*____________________________________________________TEXTILES________________________________________________________________*/

/*___________________________________________________TOP COVERS_______________________________________________________________*/

.tabs-containers {
    display: flex;
    width: 80%;
    height: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 100px;
}
        
.tabss {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    width: 220px;
    border-right: 1px solid #ddd;
}
        
.tab-links {
    padding: 15px;
    border: none;
    background: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}
     
.tab-links:hover {
    background-color: #e7ecf3;
}
        
.tab-links:focus {
    outline: none;
    background-color: #dde1e8;
}
        
.tab-contenidos {
    margin: 40px;
    display: none;
    flex-grow: 1;
    background-color: #FFFFFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
        
.tab-contenidos img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
        
.tab-contenidos.active {
    display: flex;
}

/*___________________________________________________TOP COVERS_______________________________________________________________*/

/*_________________________________________________POLITICAS DE PRIVACIDAD____________________________________________________*/
.policity{
    padding-left: 80px;
    padding-right: 80px;
}

.policity h1, h2, h3, h4 {
    color: #72696A;
}

.policity ul li {
    list-style-position: inside;
    padding-left: 100px;
    padding-right: 80px;
}

.policity strong {
    font-size: 18px;
    color: #72696A;
}

.cookies {
    padding-left: 80px;
    padding-right: 80px;
}

.cookies ul li{
    list-style-position: inside;
    padding-left: 100px;
    padding-right: 80px;
}

.cookies h1, h2, h3 {
    color: #72696A;
}

/*_________________________________________________POLITICAS DE PRIVACIDAD____________________________________________________*/

/*_____________________________________________________NEOCON_________________________________________________________________*/

.neocon {
    text-align: center;
}
.banner-neocon {
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
}
.banner-neocon img{
    width: 1100px;
}
.neocon-inf {
    text-align: center;
    margin-top: 40px;
}

.neocon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 50px;
}
    
.rowone-text { grid-area: 1 / 1 / 2 / 2; }
    
.rowone-text {
        align-content: center;
}

.rowone-imga { grid-area: 1 / 2 / 2 / 3; }
    
.rowone-imga img{
    width: 577px;
}
    
.rowtwo-imga { 
    grid-area: 2 / 1 / 3 / 2; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 0 35px; 
}

.carousel10 {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

.slider10, .carouse10 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;

}

.carousel10 img {
    height: 480px;
    object-fit: cover;
    margin-left: 14px;
    width: calc(100% / 1);
}

.slider10 {
    max-width: 1500px;
    position: relative;
}

.slider10 i {
    top: 40%;
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 40px;
    background-color: #F1F1F1;
    border:2px solid #3D3D3F;
    color: #3D3D3F;
    border-radius: 50%;
    transform: translateY(50%);
}

.slider10 i:first-child {
    left: -25px;
}
 .slider10 i:last-child {
    right: -23px;
 }
.carousel10 img:first-child {
    margin-left: 0px;
}

.rowtwo-text { grid-area: 2 / 2 / 3 / 3; }

.rowtwo-text {
    align-content: center;
}
    
.rowthree-text { grid-area: 3 / 1 / 4 / 2; }
    
.rowthree-text {
    align-content: center;
}

.rowthree-imga { grid-area: 3 / 2 / 4 / 3; }

.rowthree-imga img{
    width: 577px;
}

.register-neocon  h2 {
    padding-top: 20px;
}

.register-neocon button {
    text-decoration: none;
    border: none;
    color: #FFFFFF;
    background-color: #E36C12;
    padding: 12px 16px;
    cursor: pointer;
    transition: 0.4s;
}

.register-neocon button:hover {
    background-color: #9FA1A1;
}

.register-neocon i {
    padding-right: 10px;
}

.neocon-metod {
    text-align: center;
    margin-top: 70px;
}
.neocon-metod img{
    padding-top: 40px;
    width: 600px;
}

/*_____________________________________________________NEOCON_________________________________________________________________*/

/*____________________________________________________NEOCON REGISTER_________________________________________________________*/

.neocon-register {
    text-align: center;
}

.register-info h3{
    padding-top: 40px;
    padding-bottom: 60px;
}

.register-info {
    padding-bottom: 50px;
}

/*_________________________________________________HOSPITALITY_______________________________________________________________*/

.neo-stand {
    padding-left: 180px;
    padding-right: 180px;
}

/*Slider principal Hospitality*/

.sli-hospitality{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;  
}

.carousel12 {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

.slider12, .carousel12 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;
}

.carousel12 img {
    height: 490px;
    object-fit: cover;
    width: calc(100% / 1);
}

.slider12 {
    max-width: 1500px;
    position: relative;
}

.carousel12 img:first-child {
    margin-left: 0px;
}

.post-sli {
    margin-bottom: 50px;
    text-align: center;
    p{
        padding-bottom: 40px;
    }
}

.bcr-forniture {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    }


/*Clases estandarizadas extra-pag*/
.tr-sli-izq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
}
        
.tr-slide-izq { 
    grid-area: 1 / 1 / 2 / 2; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 0 35px; 
}

.tr-tex-der { 
    grid-area: 1 / 2 / 2 / 3; 
    text-align: center;
    align-content: center;
}

.tr-tex-der a {
    color: #E36C12;
}


.carousel13 {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    width: 100%

}

.slider13, .carouse13 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;
}

.carousel13 img {
    height: 480px;
    object-fit: cover;
    width: calc(100% / 1);
}

.slider13 {
    max-width: 1500px;
    position: relative;
}

.carousel13 img:first-child {
    margin-left: 0px;
}

.btns-neo {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btns-neo button {
    width: 180px;
    height: 40px;
    margin: 15px 0;
    border: none;
    color: #FFFFFF;
    background-color: #E36C12;
    cursor: pointer;
    transition: 0.4s;
}

.btns-neo button a {
    color: #FFFFFF;
}

.btns-neo button:hover {
    background-color: #96999A;
}

/*Estandar grid 3x1*/

.students-neo {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 15px;
}

.students-neo h1 {
    color: #72696A;
}

.tree-rows-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}
        
.tree-rows-one { grid-area: 1 / 1 / 2 / 2; }
        
.tree-rows-one img {
    width: 389px;
    height: 324px;
}
    
.tree-rows-two { grid-area: 1 / 2 / 2 / 3; }
    
.tree-rows-two img {
    width: 389px;
    height: 324px;
}

.tree-rows-tree { grid-area: 1 / 3 / 2 / 4; }
        
.tree-rows-tree img{
    width: 389px;
    height: 324px;
}

/*Estandar slider a la derecha*/

.tr-sli-der{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    padding-top: 70px;
}
            
.tr-tex-izq { 
    grid-area: 1 / 1 / 2 / 2; 
    text-align: center;
    align-content: center;
}
            
.tr-tex-izq a{
    color: #E36C12;
}

.semi-executive-ima { 
    grid-area: 1 / 2 / 2 / 3; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 0 35px; 
}
        
.carousel14 {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    width: 100%    
}
        
.slider14, .carouse14 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;
}
        
.carousel14 img {
    height: 480px;
    object-fit: cover;
    width: calc(100% / 1);
}
        
.slider14 {
    max-width: 1500px;
    position: relative;
}
        
        .carousel14 img:first-child {
            margin-left: 0px;
        }
        
        @media screen  and (max-width: 1000px){
            .carousel14 img {
                width: 100%;
            }
        }

    .hotel-text {
        margin-top: 80px;
        text-align: center;
    }

    .banner-hotel {
        margin-top: 20px;
        text-align: center;
    }

    .banner-hotel img{
        width: 1160px;
    }

    .hotel-grid {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 0px;
        }
        
        .hotel-grid-ima1 { grid-area: 1 / 1 / 2 / 2; }
        .hotel-grid-ima1 img {
            width: 380px;
            height: 320px;
        }
        .hotel-grid-ima2 { grid-area: 1 / 2 / 2 / 3; }
        .hotel-grid-ima2 img {
            width: 380px;
            height: 320px;
        }
        .hotel-grid-text { grid-area: 1 / 3 / 2 / 4; }
        
        .hotel-grid-text {
            text-align: center;
            align-content: center;
        }

        .roms-lounge {
            margin-top: 20px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: 1fr;
            grid-column-gap: 20px;
            grid-row-gap: 0px;
            }
            
            .roms-lounge1 { grid-area: 1 / 1 / 2 / 2; }
            .roms-lounge1 img {
                width: 380px;
                height: 320px;
            }
            .roms-lounge2 { grid-area: 1 / 2 / 2 / 3; }
            .roms-lounge2 img {
                width: 380px;
                height: 320px;
            }
            .roms-lounge3 { grid-area: 1 / 3 / 2 / 4; }
            .roms-lounge3 img{
                width: 380px;
                height: 320px;
            }

            .creating-comfort {
                margin-top: 20px;
                text-align: center;
            }



            .training-rooms {
                padding-top: 40px;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: 1fr;
                grid-column-gap: 50px;
                grid-row-gap: 0px;
                }
                
                .training-rooms-sli{
                    padding-top: 40px; 
                    grid-area: 1 / 1 / 2 / 2; 
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-height: 50vh;
                    padding: 0 35px; 
            
            }
            
            .carousel15 {
                display: flex;
                overflow: hidden;
                scroll-behavior: smooth;
                width: 100%
            
            }
            
            .slider15, .carousel15 {
                font-size: 0;
                cursor: pointer;
                white-space: nowrap;
            
            }
            
            .carousel15 img {
                height: 480px;
                object-fit: cover;
                width: calc(100% / 1);
            }
            
            .slider15 {
                max-width: 1500px;
                position: relative;
            }
            
            .carousel15 img:first-child {
                margin-left: 0px;
            }
            
            @media screen  and (max-width: 1000px){
                .carousel15 img {
                    width: 100%;
                }
                }
            
            
                .training-rooms-inf{ 
                    grid-area: 1 / 2 / 2 / 3; 
                    text-align: center;
                    align-content: center;
                }
            
                .training-rooms-inf a{
                        color: #E36C12;
                }



                .banner-final {
                    text-align: center;
                    margin-top: 50px;
                }

                .banner-final img{
                    padding-top: 40px;
                    width: 1120px;
                
                }
            
/*--------------------------------------Pagina creatividad-------------------------------*/
.creativity {
    padding-left: 180px;
    padding-right: 180px;
}

.creat-titl {
    padding-left: 35px;
    h1{
        color: #72696A;
    }
}

.banner-creat {
    text-align: center;
}

.banner-creat img {
    width: 1000px;
}

.creat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px; 
    }
    
    .creat-grid-slid-izq { 
        grid-area: 1 / 1 / 2 / 2; 
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50vh;
        padding: 0 35px;
    }
    .creat-grid-text-der { 
        grid-area: 1 / 2 / 2 / 3; 
        align-content: center;
        padding-right: 35px;
    }
    .creat-grid-text-izq { 
        grid-area: 2 / 1 / 3 / 2; 
        align-content: center;
        padding-left: 35px;
    }
    .creat-grid-slid-der { 
        grid-area: 2 / 2 / 3 / 3; 
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50vh;
        padding: 0 35px; 
    }

    .creat-parr {
        padding-top: 20px;
        padding-left: 35px;
    }

    .grid-booths {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 70px;
        grid-row-gap: 0px;
        margin-left: 70px;
        }
        
        .grid-booths1 { grid-area: 1 / 1 / 2 / 2; }
        .grid-booths2 { grid-area: 1 / 2 / 2 / 3; }
        .grid-booths3 { grid-area: 1 / 3 / 2 / 4; }


        .modular-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: 1fr;
            grid-column-gap: 50px;
            grid-row-gap: 0px;
            }
            
            .modular-sof1 { grid-area: 1 / 1 / 2 / 2; }
            .modular-sof1 img {
                width: 250px;
            }
            .modular-sof2 { grid-area: 1 / 2 / 2 / 3; }
            .modular-sof2 img {
                width: 250px;
            }
            .modular-sof3 { grid-area: 1 / 3 / 2 / 4; }
            .modular-sof3 img {
                width: 250px;
            }
            .modular-sof4 { grid-area: 1 / 4 / 2 / 5; }
            .modular-sof4 img{
                width: 250px;
            }

    .slider-ulm {
        margin-top: 10px;
    }

    .slider-blinn {
        margin-top: 10px;
    }
/*--------------------------------------Hdxpo-------------------------------*/

.hd-container {
    padding-left: 150px;
    padding-right: 150px;
}

.grid-hdx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }
    
    .grid-hdx-txt { grid-area: 1 / 1 / 2 / 2; 
    padding-left: 50px;
    display: flex;
            flex-direction: column;
    a {
        color: #000000;
    }
    }

    .grid-hdx-txt p, .grid-hdx-txt ol, .grid-hdx-txt h4 {
        margin-left: 2em;
    }

    .grid-hdx-txt ol {
        list-style-position: outside;
        padding-left: 1.5em;
    }
    .grid-hdx-pic { grid-area: 1 / 2 / 2 / 3;
    padding-right: 70px;
    padding-left: 20px;
    }
    .grid-hdx-pic img {
        width: 550px ;
        height: 300px;
    }


/*_____________________________________________________VISTA/ PRODUCTS_______________________________________________________________*/
/*Grid de productos con vista individual*/

.prueba-prod {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 100px 500px 500px 500px 100px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
    
.p-buscador { 
    grid-area: 1 / 1 / 2 / 2;
    margin-left: 50px;
    margin-bottom: 20px;
}

.p-buscador input {
    padding: 15px 15px ;
    text-align: center;
    margin: 0;
    border: 1px solid;
    border-radius: 6px;
    border-color: #C4C4C4;
}

.p-buscador button {
    padding: 16px 16px;
    margin: 0;
    border-radius: 6px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #F0802B;
    border: 1px solid;
    transition: background-color 0.3s;
}

.p-buscador button:hover {
    color: #F0802B;
    background-color: #FFFFFF
}

.p-breadcrums { grid-area: 1 / 2 / 2 / 6; }

.p-breadcrums {
    list-style: none;
    display: flex;
    align-items: center;
}

.p-filtros { 
    grid-area: 2 / 1 / 6 / 2; 
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.p-filtros h3 {
    align-items: flex-start;
    font-size: 30px;
    margin-bottom: 10px;
    width: 80%;
}

.p-filtros ul {
    list-style-type: none;
    padding: 0;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.p-filtros ul li {
    padding: 5px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.p-filtros ul li label {
    margin-left: 10px;
    cursor: pointer;
}

.p-filtros button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F0802B;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
}

.p-filtros button:hover {
    background-color: #9FA1A1;
}

.p-paginas { grid-area: 5 / 2 / 6 / 6; }

.p-cards { 
    grid-area: 2 / 2 / 5 / 6; 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-right: 20px;
}

.product-card-grid {
    text-align: center;
    width: 100%;
    height: 400px; 
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;  
    transition: transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card-grid:hover {
    transform: scale(1.05); 
}
    
.product-card-grid img {
    width: 250px; 
    height: 250px;
    border-radius: 5px 5px 0 0; 
}
    
.product-details h3 {
    color: #F0802B;
    margin: 10px 0;
    text-align: center; 
}
    
.product-details p {
    text-align: center;
    font-size: 16px;
    color: #333333; 
}

.view-more-product{ 
    margin: 10px;
    padding: 10px 50px;   
    border: none;
    color: #FFFFFF;
    background-color: #F0802B;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 5px;
}
    
.view-more-product:hover{
    background-color: #9FA1A1;
}

/*Menú lateral para vistas móviles*/

.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.side-menu {
    position: fixed;
    top: 12%;
    left: -350px;
    width: 350px;
    height: calc(100% - 12%);
    transition: left 0.3s ease;
    z-index: 5;
    overflow-y: auto;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.side-menu .close-btn {
    background-color: transparent;
    border: none;
    padding: 60px;
    font-size: 25px;
    cursor: pointer;
    text-align: right;
    width: 100%;
}

.side-menu .close-btn i {
    color: #72696A;
}

.retractil {
    margin-top: 20%;
    display: none;
}

.retractil button {
    padding-top: 70px;
    z-index: 1;
    position: fixed;
    border: none;
    background-color: transparent;
}

.retractil i {
    color: #72696A;
    font-size: 30px;
}

.sid-men-cont {
    margin-top: 5%;
}

.p-buscador-side {
    display: block;
}

.p-filtros-side {
    display: block;
}

.p-buscador-side { 
    margin-left: 50px;
    margin-bottom: 20px;
}

.p-buscador-side input {
    padding: 15px 15px ;
    text-align: center;
    margin: 0;
    border: 1px solid;
    border-radius: 6px;
    border-color: #C4C4C4;
}

.p-buscador-side button {
    padding: 16px 16px;
    margin: 0;
    border-radius: 6px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #F0802B;
    border: 1px solid;
    transition: background-color 0.3s;
}

.p-buscador-side button:hover {
    color: #F0802B;
    background-color: #FFFFFF
}
.p-filtros-side {  
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.p-filtros-side h3 {
    align-items: flex-start;
    font-size: 30px;
    margin-bottom: 10px;
    width: 80%;
}

.p-filtros-side ul {
    list-style-type: none;
    padding: 0;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 15px;
}

.p-filtros-side ul li {
    padding: 5px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.p-filtros-side ul li label {
    margin-left: 10px;
    cursor: pointer;
}

.p-filtros-side button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F0802B;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
}

.p-filtros-side button:hover {
    background-color: #9FA1A1;
}
/*_____________________________________________________VISTA/ PRODUCTS/FIN__________________________________________________________*/


/*_________________Vistas/DESKS, TABLES, STORAGE, SPACE DIVISION, CASEGOODS, BED & HEADBOARDS y EDUCATIONAL STORAGE_________________*/
/*_________________________________Vista para productos sin Imagenes de manera individual___________________________________________*/

/*Parrafo superior todas las vistas*/
.cab-vistind {
    text-align: center;
    height: 140px;
    background-color: #C9C9C9;
    padding-top: 40px;
    margin-bottom: 25px;

    h2{
        color: #F66707;
    }
    h4{
        color: #333333;
    }
}

/*Clase general para Texto a la izquierda e imagenes a la derecha*/

.estatic-textizq {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 90px;
    padding-right: 90px;
}

.estatic-text-izq { 
    grid-area: 1 / 1 / 2 / 2; 
    padding-right: 30px;
    padding-left: 30px;
}

.estatic-text-izq h1 {
    color: #333333;
    font-size: 35px;
}

.estatic-text-izq p {
    padding-top: 40px;
    padding-bottom: 40px;
    color:#72696A;
}

.btns-reizq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btns-reizq button {
    width: 130px;
    height: 40px;
    margin: 15px 0;
    border: none;
    color: #FFFFFF;
    background-color: #E36C12;
    cursor: pointer;
    transition: 0.4s;
}

.btns-reizq button:hover {
    background-color: #96999A;
}

.estatic-img-cen { grid-area: 1 / 2 / 2 / 3; }

.estatic-img-cen img {
    width: 440px;
    height: 336px;
}

.estatic-img-der { grid-area: 1 / 3 / 2 / 4; }

.estatic-img-der img {
    width: 440px;
    height: 336px;
}

/*Clase general para Texto a la derecha e imagenes a la izquierda*/

.estatic-textder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    padding-left: 120px;
    padding-right: 70px;
}

.estatic-text-der { 
    grid-area: 1 / 3 / 2 / 4; 
    padding-right: 30px;
    padding-left: 30px;
}

.estatic-text-der h1{
    text-align: right;
    color: #333333;
    font-size: 35px;
}

.estatic-text-der p{
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
    color:#72696A;
}

.btns-reder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
    
.btns-reder button {
    width: 130px;
    height: 40px;
    margin: 15px 0;
    border: none;
    color: #FFFFFF;
    background-color: #E36C12;
    cursor: pointer;
    transition: 0.4s;
}

.btns-reder button:hover {
    background-color: #96999A;
}

.estatic-img-cent { grid-area: 1 / 2 / 2 / 3; }

.estatic-img-cent img{
    width: 440px;
    height: 336px;
}

.estatic-img-izq { grid-area: 1 / 1 / 2 / 2; }

.estatic-img-izq img{
    width: 440px;
    height: 336px;
}

/*Clase general para slider a la derecha y texto a la izquierda*/

.desli-textizq {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 90px;
    padding-right: 90px;
}

.sli-text-izq{
    grid-area: 1 / 1 / 2 / 2;
    padding-right: 30px;
    padding-left: 30px;
}

.sli-text-izq h1 {
    color: #333333;
    font-size: 35px;
}

.sli-text-izq p{
    padding-top: 40px;
    padding-bottom: 40px;
    color:#72696A;
}

.btns-sli-reizq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btns-sli-reizq button {
    width: 130px;
    height: 40px;
    margin: 15px 0;
    border: none;
    color: #FFFFFF;
    background-color: #E36C12;
    cursor: pointer;
    transition: 0.4s;
}

.btns-sli-reizq button:hover {
    background-color: #96999A;
}

.desli-sli-der {
    grid-area: 1 / 2 / 2 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 0 35px; 
}

.carousel7 {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;

}

.slider7, .carousel7 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;

}

.carousel7 img {
    height: 340px;
    object-fit: cover;
    margin-left: 14px;
    width: calc(100% / 2);
}

.slider7 {
    max-width: 1500px;
    position: relative;
}

.slider7 i {
    top: 40%;
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 40px;
    background-color: #FFFFFF;
    border:2px solid #3D3D3F;
    color: #3D3D3F;
    border-radius: 50%;
    transform: translateY(50%);
}

.slider7 i:first-child {
    left: -23px;
}
 .slider7 i:last-child {
    right: -23px;
 }
.carousel7 img:first-child {
    margin-left: 0px;
}

.carousel5 {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}
    
.slider5, .carousel5 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;
}
    
.carousel5 img {
    height: 340px;
    object-fit: cover;
    margin-left: 14px;
    width: calc(100% / 2);
}

.slider5 {
    max-width: 1500px;
    position: relative;
}
    
.slider5 i {
    top: 40%;
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 40px;
    background-color: #FFFFFF;
    border:2px solid #3D3D3F;
    color: #3D3D3F;
    border-radius: 50%;
    transform: translateY(50%);
}
    
.slider5 i:first-child {
    left: -23px;
}

.slider5 i:last-child {
    right: -23px;     
}

.carousel5 img:first-child {
    margin-left: 0px;
}

/*Clase general para slider a la izquierda y texto a la derecha*/

.desli-textder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 90px;
    padding-right: 90px;
}

.sli-text-der { 
    grid-area: 1 / 3 / 2 / 4; 
    padding-right: 30px;
    padding-left: 30px;
}

.sli-text-der h1{
    text-align: right;
    color: #333333;
    font-size: 35px;
}

.sli-text-der p{
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
    color:#72696A;
}

.btns-sli-reder {
    display: flex;
    flex-direction: column;
    align-items:flex-end;
}

.btns-sli-reder button{
    width: 130px;
    height: 40px;
    margin: 15px 0;
    border: none;
    color: #FFFFFF;
    background-color: #E36C12;
    cursor: pointer;
    transition: 0.4s;
}

.btns-sli-reder button:hover{
    background-color: #96999A;
}
            
.desli-sli-izq { 
    grid-area: 1 / 1 / 2 / 3; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 0 35px; 
}

.carousel3 {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

.slider3, .carousel3 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;
}

.carousel3 img {
    height: 340px;
    object-fit: cover;
    margin-left: 14px;
    width: calc(100% / 2);
}

.slider3 {
    max-width: 1500px;
    position: relative;
}

.slider3 i {
    top: 40%;
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 40px;
    background-color: #FFFFFF;
    border:2px solid #3D3D3F;
    color: #3D3D3F;
    border-radius: 50%;
    transform: translateY(50%);
}

.slider3 i:first-child {
    left: -23px;
}
 .slider3 i:last-child {
    right: -23px;
 }
.carousel3 img:first-child {
    margin-left: 0px;
}

/*Storage Systems/Vista Storge*/

.storage-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
  
.storage-grid-title { grid-area: 1 / 1 / 2 / 2; }

.storage-grid-title {
    margin-top: 30px;
    padding-left: 100px;
}

.storage-grid-im { grid-area: 2 / 1 / 3 / 2; }

.storage-grid-im {
    text-align: center;
}

.storage-grid-im img{
    width: 1024px;
}

/*Hutches/Vista Storage y Bed&Headboards*/

.hutches-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 150px;
    padding-right: 110px;
}
    
.hutches-im { grid-area: 1 / 1 / 2 / 2; }

.hutches-im img {
    width: 550px;
    height: 441px;
}
.hutches-info { grid-area: 1 / 2 / 2 / 4; }

.hutches-info {
    padding-right: 30px;
    padding-left: 30px;
    h1{
        text-align: right;
        color: #333333;
        font-size: 35px;
    }
    p{
        text-align: right;
        padding-top: 40px;
        padding-bottom: 40px;
        color:#72696A;
    }
}

/*______________Vistas/DESKS, TABLES, STORAGE, SPACE DIVISION, CASEGOODS, BED & HEADBOARDS y EDUCATIONAL STORAGE/FIN_________________*/
/*______________________________Vista para productos sin Imagenes de manera individual/FIN___________________________________________*/

/*-------Carrusel para vista movil--------*/
.container4one {
    display: block;
}

.container4sec {
    display: none;
}

.bod-sli-mov {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 10px;
}

.sli-ban-mov {
    position: relative;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}

.slider-ban-mov {
    display: flex;
    transition: transform 0.5s ease;
    flex-wrap: nowrap;
}

.carousel-ban-mov {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}

.carousel-ban-mov img {
    width: 100%; 
}

.prev-ban-mov, .next-ban-mov {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 63%;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #3D3D3F;
    border:2px solid #3D3D3F;
    padding: 10px;
    cursor: pointer;
    transition: .5s;
}

.prev-ban-mov:hover {
    background-color: #9FA1A1;
    color: #000000;
    border: none;
}

.prev-ban-mov {
    left: 130px;
}

.next-ban-mov:hover {
    background-color: #9FA1A1;
    color: #000000;
    border: none;
}
.next-ban-mov {
    right: 130px;
}

.cont-ban-mov {
    padding: 10px;
    color: #72696A;
}

.cont-ban-mov button {
    width: 130px;
    height: 40px;
    margin: 15px 0;
    border: none;
    color: #FFFFFF;
    background-color: #E36C12;
    cursor: pointer;
    transition: 0.4s;
}

.cont-ban-mov button:hover {
    background-color: #96999A;
}

/*______________________________________________________Vista PRODUCT_________________________________________________________*/

/*Galería vista modo desk*/

.ch-galvis-desk {
    display: block;
}

.gall-cont {
    margin-left: 70px;
    margin-right: 70px;
    border-top: 3px solid #F1F1F1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.gall-img { 
    grid-area: 1 / 1 / 2 / 2; 
}

.gall-txt { 
    grid-area: 1 / 2 / 2 / 3; 
    padding-top: 70px;
}

.gall-txt img {
    width: 90px;
    height: 122px;
}

.gall-txt h2 {
    padding-bottom: 10px;
    color: #72696A;
}

.gall-txt h4 {
    color: #928D8E;
}

.gall-txt p {
    color: #72696A;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 240px;
}

.gall-txt button {
    border: none;
    width: 170px;
    height: 55px;
    margin-right: 140px;
    color: #FFFFFF;
    background-color: #E36C12;
    transition: 0.4s;
    cursor: pointer;
}

.gall-txt button:hover {
    background-color: #9FA1A1;
}

.gall-txt a {
    padding-right: 20px;
}

.button-and-images {
    display: flex;
    align-items: center; 
    margin-top: 80px; 
}

.gall-img {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-image {
    margin-bottom: 20px; 
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 410px;
    height: 373px;
    margin: auto;
}

.thumbnails {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.thumbnail {
    width: 109px;
    height: 109px;
    margin: 0 10px; 
    cursor: pointer;
    opacity: 0.6;
}

.thumbnail:hover {
    opacity: 1;
}

/*Galería vista modo móvil*/

.ch-galvis-mov {
    display: none;
}

.gall-vist-mov {
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
    
.gall-mov-large { grid-area: 1 / 1 / 2 / 3; }

.gall-mov-large img{
    width: 410px;
    height: 373px;
    margin: auto;
}
    
.gall-mov-fragments { grid-area: 2 / 1 / 3 / 2; }
    
.thumbnail {
    width: 90px;
    height: 90px;
    margin: 0 10px; 
}

.gall-mov-fichas { grid-area: 2 / 2 / 3 / 3; }

.gall-mov-fichas img {
    width: 78px;
    height: 100px;
}
    
.gall-mov-cont { 
    grid-area: 3 / 1 / 4 / 3;
    margin-left: 30px;
    margin-right: 10px;
}

.gall-mov-cont p {
    margin-bottom: 20px;
}

.gall-mov-cont button {
    margin-left: 119px;
    border: none;
    width: 170px;
    height: 55px;
    color: #FFFFFF;
    background-color: #E36C12;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 25px;
}

.gall-mov-cont button:hover {
    background-color: #9FA1A1;
}

/*Barra con fondo y texto pre slider*/

.DDP {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 140px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
}
        
.TDP { 
    grid-area: 1 / 1 / 2 / 2;
    padding-top: 50px;
    background-color:#96999A;
    color: #FFFFFF;
    font-size: 24px;
}

/*Slider de producctos relacionados*/

.prod-rel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 0 50px; 
}
    
.carousel4{
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}
    
.slider4, .carousel4 {
    font-size: 0;
    cursor: pointer;
    white-space: nowrap;
}
    
.carousel4 img {
    height: 323px;
    object-fit: cover;
    margin-left: 14px;
    width: calc(100% / 3 +100px);
}
    
.slider4 {
    max-width: 1200px;
    position: relative;
}
    
.slider4 i {
    top: 40%;
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 40px;
    border:2px solid #3D3D3F;
    color: #3D3D3F;
    border-radius: 50%;
    transform: translateY(50%);
}
    
.slider4 i:first-child {
    left: -55px;
}
    
.slider4 i:last-child {
    right: -55px;
}
    
.carousel4 img:first-child {
    margin-left: 0px;
}
    
/*______________________________________________________Vista PRODUCT/FIN_________________________________________________________*/
.landing-texts {
    text-align: center;
    padding-bottom: 80px;
    font-size: 31px;
    color : #3D3D3F;
}

.landing-page {
  margin: 0;
  display: flex;
  justify-content: center;
}

.vcool-booth {
  display: flex;
  align-items: center;
  background-color: #8E7F87;
  border-radius: 0% 13% 13% 0%;
  padding: 20px 60px;
  width: 966px;
  height: 294px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible; 
  }
  
  .text-section {
    flex: 1;
    color: #ffffff;
    padding: 20px;
  }
  
  .text-section blockquote {
    margin: 0;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    padding-left: 100px;
  }

  .text-section .icons {
    font-size: 50px;
    padding-left: 130px;
  }
  
  .text-section blockquote::before {
    font-size: 31px;
    color: #ffffff;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  
  .text-section .source {
    margin-top: 10px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 300px;
  }
  
  .image-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute; 
    right: -50px; 
    top: 50%;
    transform: translateY(-50%);
    }
  
    .image-section img {
        max-width: 350px;
        border-radius: 50%; 
      }


      .landing-mov {
        display: none;
      }

      .text-section-mov {
        width: 100%;
        font-size: 23px;
        font-weight: 500;
        line-height: 1.4;
        padding: 30px 15px;
        height: 200px;
        color: #ffffff;
        background-color: #8E7F87;
      }

      .image-section-mov {
        position: absolute;
        top: 300px;  
        left: 50%;
        transform: translate(-50%, -50%);
      }

      .image-section-mov img {
        max-width: 350px;
        border-radius: 50%;
      }


      .next-container {
        width: 200px;
        height: 200px;
        margin-top: 300px;
        background-color: burlywood;
      }

      @media (max-width: 1090px) {
        .landing-mov  {
            display: block;
            text-align: center;
            position: relative;
        }
        .landing-texts {
            margin-top: 520px;
            padding: 40px 40px;
            font-size: 23px;
        }
        .landing-page {
            display: none;
        }
      }

      @media (max-width: 510px) {
        .image-section-mov {
            top: 330px;
        }
    }

.acoustic-cabins {
    text-align: center;
    margin-top: 80px;
    padding: 0 90px;
}

.content-acocab {
    padding: 0 60px;
}

.acoustic-cabins h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #3b3b3b;
}

.acoustic-cabins p {
    font-size: 1rem;
    line-height: 1.6;
}


.acocab-image {
    width: 100%;
    height: 500px;
}

.images-acocab {
    position: relative;
}

.circle-acocab {
    position: relative;
}

.circle-cabaco-top {
position: absolute;
  width: 300px;
  height: 300px;
  top: 65px;
left: 25px;

}

.circle-cabaco-bot {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 383px;
    left: 185px;
  }

.circle-cabaco-top img{
    width: 300px;
    height: 300px;
}

.circle-cabaco-top p {
    margin-top: 0.5rem;
    color: #3b3b3b;
    text-align: center;
    padding-right: 125px;
}

.circle-cabaco-bot img {
    width: 300px;
    height: 300px;
}

.exotic-text {
    position: absolute;
    top: 36px;
    left: 290px;
    width: 120px;
}

.exotic-text p {
    color: #3b3b3b;
}


.button-acocab {
    margin-top: 3rem;
    position: absolute;
    right: 500px; 
}

.button-acocab button {
  background-color: #7e6756; /* Botón marrón */
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button-acocab button:hover {
    background-color: #5c4a3d;
}


.private-meeting {
    text-align: center;
    margin-top: 300px;
    padding: 0 90px 80px 90px;
}

.pm-text {
   padding: 30px 200px ;
}

.private-meeting-rooms {
  margin: 0;
  display: flex;
  justify-content: center;
}
   
/*---------------------------------------------------Página de aterrizaje 25/11/2024----------------------------------------------*/

