.bodyp {
    position: relative;
    min-height: 100vh;
        display: flex;
    overflow: hidden;
    flex-direction: column;
} 

/* Estilo del ícono del BOT */
        #botIcon {
            position: fixed;
            bottom: 20px;
            right: 20px;
            /* background-color: #4CAF50; */
            border-radius: 50%;
            padding: 3px;
            z-index: 12;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #botIcon img {
            width: 50px;
            height: 50px;
        }






        /* Estilo del chat */
#chatBox {
    display: none;
    position: relative;
    width: 98%;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    max-height: 300px; /* Limita la altura del chat */
    overflow-y: auto;  /* Habilita el scroll vertical */
}
 
        /* Burbujas de mensaje */
        .botMessage {
            background: #ff7d07c7;
            color: white;
            padding: 10px;
            position: relative;
            left: 5px;
            width: 96%;
            font-size: 14px;
            text-align: left;
            float: left;
            border-radius: 0 10px 10px 10px;
            margin-bottom: 10px;
            opacity: 0;
            transform: translateY(20px);
            animation: messageAppear 0.7s ease forwards;
        }

        .userMessage {
            background: #E6E6E6;
            color: #555;
            padding: 10px;
            border-radius: 10px 0 10px 10px;
            margin-top: 8px;
            width: 87%;
            float: right;
            font-size: 14px;
            margin-bottom: 10px;
            text-align: right;
            opacity: 0;
            transform: translateY(20px);
            animation: messageAppear 0.7s ease forwards;
        }

        .optionButton {
            background: #ffffff;
            border: 1px solid #4CAF50;
            color: #4CAF50;
            padding: 5px 10px;
            margin-left: 5px;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 5px;
            opacity: 0;
            transform: translateY(20px);
            animation: messageAppear 0.7s ease forwards;
        }
        .optionButton:hover {
            background: #4CAF50;
            color: white;
            
        }
.body_bot {
    
position: fixed;
bottom: 25px;
right: 20px;
width: 300px;
max-height: 400px;
background: white;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
border-radius: 10px;

padding: 0px;
font-family: calibri, sans-serif;
z-index: 20;
}


.head_bot {
    position: absolute;
    width: 283px;
    background: #ffffff;
    height: 40px;
    border-radius: 5px 5px 0 0;
    z-index: 15;
    display: none;
}

.hb_icono img {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: 5px;
    top: 5px;
}

.hb_online {
     position: relative;
     width: 70%;
     text-align: left;
}

.hb_icono {
    position: relative;
    width: 15%;
}

.hb_close {
    position: relative;
    width: 15%;
    /* float: right; */
    text-align: center;
}



.hb_txtup p {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    top: 7px;
    left: 5px;
    text-align: left;
}
.hb_txtdwn p {
    position: relative;
    font-size: 12.5px;
    left: 19px;
    top: 4px;
    color: #a2a2a2;
}

.hb_txtdwn span {
    position: absolute;
    width: 8px;!;!i;!;
    height: 8px;
    background: #1fbf1f;
    border-radius: 50%;
    top: 26px;
    left: 7px;
}

.hb_close span {
    position: relative;
    text-align: center;
    font-weight: bold;
    left: 20px;
    top: 1px;
    font-size: 25px;
}


.hb_close span:hover {
    color: red;
    cursor: pointer;
}


   @keyframes messageAppear {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }




/*style link*/



.men2 ul li {
position: relative;
    display: inline-flex;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    list-style: none;
    font-weight: bold;
    cursor: pointer;
    left: 50px;
    font-size: 18px;
    margin-right: 72px;   
    
}



.head .head_link ul li a {
    list-style: none;
    text-decoration: none;
}

.men2 ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
   right: 50%;
   bottom: 1px;
    border-bottom: 2.8px solid darkorange;
 
  -webkit-transition-property: left right;
  transition-property: left right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
   
}

.men2 ul li:hover:before {
  left: 0;
  right: 0;
   
}


.proyectos {
    position: relative;
    /* background: red; */
    width: 82%;
    margin: auto;
    height: 525px;
    margin-top: 70px;
    max-width: 1038px;
}


.proy_img {
    position: relative;
    width: 20%;
    float: left;
    height: 462px;
    left: -9%;
    margin: auto;
}
.container_sld_proy {
        position: relative;
        width: 80%;
        /* background: yellow; */
        float: right;
        margin: auto;
        height: 462px;
}

/*slider*/


.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
    right: 0%;
    /* z-index: 5; */
    border-radius: 80px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slides1 {
    display: flex;
    transition: transform 0.5s ease;
}

.slide1 {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.slide1 img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    HEIGHT: 301px;
}

.description {
    background: #fff;
    padding: 28px;
    font-size: 15px;
    color: #6e6e6e;
    border-radius: 0 0 10px 10px;
}

.description strong {
    color: #373737;
    font-size: 19px;
}
.nav {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px;
    width: 48px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 24px;
    user-select: none;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.nav:hover {
    background: rgba(0, 0, 0, 0.8);
}

.proycont2_img {
       position: relative;
       width: 19%;
       float: right;
       height: 500px;
       /* margin: auto; */
       /* background: blue; */
       /* margin: auto; */
}

.flip-image2 {
  
z-index: 2;
  
position: absolute;
  
width: 354px;
  
/* margin: auto; */
  
/* background: yellow; */
  
right: 5px;
}

.fondo3 {
    border-radius: 68% 68% 50% 50% / 100% 100% 30% 35%;
    background: #f5e14a;
    height: 266px;
    width: 261px;
    position: absolute;
    top: 206px;
    right: 0;
}

.proycontainer2 {
    position: relative;
    width: 100%;
    height: 530px;
    max-width: 1349px;
    /* background: red; */
    margin: auto;
}

.box2_sld_proy {
    position: relative;
    width: 40.5%;
    float: left;
    /* background: yellow; */
    height: 500px;
}

.box3_sld_proy {
        position: relative;
        width: 40.5%;
        /* background: green; */
        float: left;
        height: 500px;
}
 
/*SLIDER 02*/

 

.slider2 {
    position: relative;
    width: 94%;
    overflow: hidden;
    margin: auto;
    border-radius: 80px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slides2 {
    display: flex;
    transition: transform 0.5s ease;
}

.slide2 {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.slide2 img {
 
height: 241px;
 
width: 100%;
}

.description2 {
    background: #fff;
    padding: 28px;
    font-size: 15px;
    color: #6e6e6e;
    border-radius: 0 0 10px 10px;
    height: AUTO;
}

.description2 strong {
    color: #373737;
    font-size: 19px;
}
.nav2 {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px;
    width: 48px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 24px;
    user-select: none;
}

.prev2 {
    left: 10px;
}

.next2 {
    right: 10px;
}

.nav2:hover {
    background: rgba(0, 0, 0, 0.8);
}


/*SLIDER 03*/

 

.slider3 {
    position: relative;
    width: 94%;
    overflow: hidden;
    margin: auto;
    border-radius: 80px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slides3 {
    display: flex;
    transition: transform 0.5s ease;
}

.slide3 {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.slide3 img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    HEIGHT: 241px;
}

.description3 {
    background: #fff;
    padding: 28px;
    font-size: 15px;
    height: auto;
    color: #6e6e6e;
    border-radius: 0 0 10px 10px;
}

.description3 strong {
    color: #373737;
    font-size: 19px;
}
.nav3 {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px;
    width: 48px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 24px;
    z-index: 10;
    user-select: none;
}

.prev3 {
    left: 10px;
}

.next3 {
    right: 10px;
}

.nav3:hover {
    background: rgba(0, 0, 0, 0.8);
}


.title_nosotros h2 {position: relative;font-size: 56px;/* margin-left: 4%; */font-weight: 500;margin-top: 84px;height: 137px;}

 

.title_why h2,.title_velher h2 {position: relative;font-size: 56px;margin: auto;text-align: center;font-weight: 500;margin-top: 84px;height: 202px;}

footer {
    background-color: #202020;
    color: #c1c1c1;
    padding: 13px 0;
    font-family: calibri, sans-serif;
    text-align: center;
}

.nosotros_comp {
    position: relative;
    /* width: 61%; */
    /* background: red; */
    height: 400px;
    margin: auto;
    max-width: 844px;
}

.nosotroscomp_text {
       position: relative;
       width: 50%;
       /* background: red; */
       float: left;
       height: 400px;
}

.nosotroscomp_text p {
    
position: relative;
    
font-size: 20px;
    
/* width: 60%; */
    
left: 0;
    
color: #6e6e6e;
    
margin: auto;
    
margin-top: 16px;
    
text-align: left;
}

.img_nosotros {
        position: relative;
        width: 50%;
        height: 400px;
        /* background: yellow; */
        float: right;
        text-align: center;
        transition-duration: .3s;
    transition-property: transform;
}
 

.img_nosotros:hover {
transform: scale(1.1);
}

.img_nosotros img {
    position: relative;
    border-radius: 137% 71% 153% 60% / 63% 92% 56% 93%;
    border: 5px solid #f2ab57;
}

.nosotroscomp_text h3 {
    position: relative;
    margin-top: 39px;
    color: #252525;
}

.esp_area_tittle h2 {
    position: relative;
    text-align: center;
    background: darkorange;
    color: white;
    padding: 15px;
    font-size: 32px;
}

.esp_area {
    position: relative;
    max-width: 844px;
    margin: auto;
    font-size: 20px;
    text-align: left;
    color: #6e6e6e;
}

.esp_area p {
    position: relative;
    height: 100px;
    margin-top: 30px;
    text-align: left;
    font-size: 26px;
    color: white;
}


.head, .menu {
 
    transition: all 0.3s ease-in-out;
}

.fixed {
    position: fixed;
    left: 0;
    width: 100%;
}

/* Estilo cuando .head se fija */
.fixed.head {
    top: 0;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 12;
    background-color: #111; /* Cambia de color cuando se fija */
}

/* Estilo cuando .menu se fija */
.fixed.menu {
    top: 30px; /* El menú se coloca justo debajo del header */
    background-color: #ffffff; /* Cambia de color cuando se fija */
    z-index: 12;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    background-image: url(../img/portex.jpg); /* Ruta ajustada a tu estructura */
    background-size: 40px 40px; /* Tamaño de la imagen 40x40 */
    background-position: 10px center; /* Posiciona la imagen a la izquierda y al centro verticalmente */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
}


.section_velher {    
      margin: auto;
      max-width: 1265px;
}

.velher_txt {
    position: relative;
    float: right;
    width: 50%;
    text-align: left;
}

.slider_velherleft {
     position: relative;
     float: left;
     width: 50%;
}

.img_team {
    position: relative;
}


.team_imgend img {
    position: relative;
    width: 535px;
    height: 535px;    
    border-radius: 137% 71% 153% 60% / 63% 92% 56% 93%;
    border: 5px solid #30b6f6;
}

@media (max-width: 1500px) {
    .text_portada {
    position: absolute !important;
    top: 63% !important;
    left: 50% !important;
    padding: 8px !important;
    transform: translate(-50%, -50%) !important;
    
}}


@media (max-width: 1392px) {
    .men2 ul li {
 
 
    margin-right: 39px;
    }
    
        .text_portada {
    position: absolute !important;
    top: 67% !important;
    left: 50% !important;
    padding: 8px !important;
    transform: translate(-50%, -50%) !important;
    
}

}

@media (max-width: 1180px) {
 
    
        .text_portada {
    position: absolute !important;
    top: 76% !important;
    left: 50% !important;
    padding: 8px !important;
    transform: translate(-50%, -50%) !important;
    
}

}


@media (max-width: 1135px) {
 
    
.team_imgend img {
    position: relative;
    width: 95%;
    height: auto;
 
}
    
    .title_why h2 {
 
font-size: 42px;
 
height: 81px;
 
margin-top: -57px;
}
    
    .title_velher h2 {
        font-size: 42px;
        height: 72px;
        margin-top: 62px;
    }
    
    .title_nosotros h2 {
 
    font-size: 42px;
 
}

}

@media (max-width: 1118px) {
    
     .section_velher {
    margin: auto !important;
    max-width: 528px !important;
    background: #d7d7d7 !important;
}
.velher_txt {
    position: relative !important;
    height: auto !important;
    left: 9px !important;
    font-size: 16px !important;
    width: 100% !important;
    text-align: left !important;
}

.slider_velherleft {
    position: relative !important;
    margin-top: 80px !important;
    width: 100% !important;
}

    .slider_velher {
        width: 100% !important;
        max-width: 800px !important;
        height: auto !important;
        top: -56px !important;
        aspect-ratio: 10 / 9;
        left: 0px !important;
        position: relative !important;
    }
    .men2 ul li {
 
 
    margin-right: 20px;
    }

}


@media (max-width: 980px) {
    .men2 ul li {
 
 
 margin-right: 0px;
    }

}

@media (max-width: 921px) {
    
    .img_nosotros img {
    position: relative !important;
    top: 118px !important; 
    width: 122% !important;
     
}
    
    .img_nosotros {
    position: relative !important;
    width: 47% !important;
    height: 400px !important;
    float: right !important;
     
}
    
    .nosotros_comp {
    position: relative !important;
    height: 400px !important;
    margin: auto !important;
    max-width: 844px !important;
}
    
    .nosotroscomp_text {
    position: relative !important;
    width: 50% !important;
    float: left !important;
    height: 400px !important;
}
    
    .nosotroscomp_text p {
    position: relative !important;
    font-size: 16px !important;
 
    left: 0 !important;
 
    margin: auto !important;
    margin-top: 16px !important;
    text-align: left !important;
}
    
        .team_imgend img {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }
    .team_imgend {
    position: relative !important;
    width: 100% !important;
 
}
    
    .esp_area p {
    position: relative;
    height: auto;
    margin-top: 30px;
    text-align: left;
    font-size: 26px;
    
}

    .whycontent_body {
    position: relative !important;
    max-width: 1203px !important;
    width: 90% !important;
    margin: auto !important;
    text-align: left !important;
}
    .why_content {
    position: relative !important;
    width: 100% !important;
    top: 52px !important;
    font-size: 16px !important;
    height: 650px !important;
 
}
    
    .number-wsp p {
    position: relative !important;
    font-weight: bold !important;
    font-size: 22px !important;
    right: 27px !important;
    top: 7px !important;
}
    
    .text_portada {
    position: absolute !important;
    top: 7% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #ff8c00f5 !important;
    color: white !important;
    padding: 6px !important;
    height: 34px !important;
    width: 77% !important;
    font-size: 17px !important;
    border-radius: 9px !important;
}
    
    .proycont2_img {
        position: relative;
        background-image: url(../img/sistema_drywall.jpg);
        background-size: 100%;
        background-position: left center;
        background-repeat: no-repeat;
        width: 100%;
        border-radius: 50px; /* Ajusta el radio según lo necesites */
        overflow: hidden;
        background-clip: padding-box;
    }
    
  .men2.togleslide {
        right: 0px;
    }
    
        .men2 {
        position: fixed;
        top: 80px;
        width: 185px;
        right: -144%;
        height: 160px;
        /* background: #071f34; */
        /* float: left; */
        z-index: 50;
        border-right: 1px solid #dfdfdf;
        transition: right 0.8s;
    }
 
    
    .dato_proy {
        position: absolute !important;
        display: flex !important;
        width: 51%;
        background: #f4f54acf;
        color: #585858;
        max-width: 250px;
        /* text-shadow: 2px 1px 4px rgb(255 255 255); */
         /* Contorno negro de 2px */
        height: 182px;
        font-weight: bold;
        margin: auto;
        text-align: center;
        right: -4%;
        border-radius: 137% 71% 153% 60% / 63% 92% 56% 93%;
}

    .dato_proy p {
        position: relative !important;
        font-size: 16px;
        top: 36px;
    }
    
    .men2 ul li {
 
position: relative;
 
height: 40px;
 
top: 0px;
 
color: #999999;
 
top: 0px;
 
left: 23px;
 
background: #ffffff;
 
display: flex;
 
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
 
}
    
    .conte-bottom {
        display: inline-flex !important;
        position: relative !important;
        top: -2px !important;
        right: 5px !important;
        float: right !important;
        width: 35px !important;
        height: 36px !important;
        cursor: pointer !important;
    }
    
    .contacto > span {
        display: none;
    }
    
    .contacto {
        width: 47px !important;
    }
    .menu .men2{
            width: 235px !important;
            top: 40px;
            position: absolute !important;!i;!;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            height: auto !important;!i;!;
            background: white;
            z-index: 10000;
    }
    .line {
	width: 100% !important;
    height: 4px !important;
	position: absolute !important;
	background: #ffffff !important;
	border-radius:20px !important;
	transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.40s !important;
}

.menu-1 {
	top:19% !important;
}

.menu-2 {
	top:49% !important;
}

.menu-3 {
	top:79% !important;
}
 
 
.men.close .menu-2 , .men.close .menu-3{
	transform:rotate(-765deg) !important;
		top:49% !important;
}

 .men.close .menu-1 {
	transform:rotate(45deg) !important;
		top:49% !important;
}
    
    
    
    .proyectos  {
          display: flex;
          flex-wrap: wrap;
          position: relative;
                max-width: 500px;
          width: 99%;
          height: auto;
    }
     
    .container_sld_proy {
    position: relative;
    width: 100%;
         z-index: 1;
}
 
    .proy_img {
        position: relative;
        width: 80%;
        height: auto;
    }
    .slide1 img {
 
    height: 195px;
}
    
    .description {
    
    padding: 10px;
    height: auto;
    font-size: 14px;
    color: #6e6e6e;
    border-radius: 0 0 10px 10px;
}
 .slider {
    position: relative;
  
    border-radius: 40px;
 
}
    
    .title_proyectos h2 {
   
    font-size: 42px !important;
   
}
    
    .flip-image {
 
    position: relative !important;
    width: 242px !important;
}
.fondo2 {
   
    height: 248px !important;
    z-index: 1 !important;
    width: 207px !important;
    position: absolute !important;
    top: 109px !important;
    left: 0 !important;
}
    
    .flip-image2 {
    z-index: 2;
    position: absolute;
    width: 300px;
 
    right: 5px;
}
    
    .fondo3 {
    
    height: 241px;
    width: 219px;
    position: absolute;
    top: 149px;
    right: 0;
}
    
    .description2 {
    
    padding: 10px;
    font-size: 14px;
    height: auto;
}
    
    .slide2 img {
    width: 100%;
  
    height: 195px;
}
    
    .slider2 {
    position: relative;
    width: 99%;
 border-radius: 40px;

}
    
    .box2_sld_proy {
    position: relative;
    width: 40.5%;
    float: left;
    display: contents;
    /* background: yellow; */
    height: 500px;
}
    
    .proycontainer2 {
    position: relative;
    width: 100%;
        top: -40px;
    height: 500px;
   max-width: 500px;
    /* background: red; */
    margin: auto;
}
    
    .box3_sld_proy {
    position: relative;
    width: 40.5%;

    height: 500px;
    top: 10px;
    display: contents;
}
    
    .slider3 {
    position: relative;
    width: 99%;
    top: 42px;
    border-radius: 40px;

}
    
    .slide3 img {
    width: 100%;
    height: 195px;
}
    
    .description3 {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    height: auto;
   
}
    
    .ini_proyect {
    position: relative !important;
    width: 100% !important;
    height: 60px !important;
    margin-top: -213px !important;
}
 
    header {
     
    height: 169px !important;
    overflow: hidden !important;
}
    
    header img {
    width: 101% !important;
    height: 87% !important;
    position: relative !important;
   
     
}
    
    .logo img {
    width: 116px !important;
    border-radius: 27px !important;
    position: absolute !important;
    top: 207px !important;
    border: 4px solid #ff832f !important;
    display: flex !important;
    left: 50% !important;
    right: 50% !important;
    transform: translate(-50%, -50%) !important;
}
    
    .title h2 {
  
    font-size: 42px !important;
   
}
    
    .img_slid01 img {
    position: absolute !important;
    /* float: right; */
    top: 76px !important;
    right: -36% !important;
    height: 356px !important;
        z-index: 10 !important;
   
}
 
    
    .fondo {
    
    height: 281px !important;
    width: 226px !important;
    position: absolute !important;
    top: 153px !important;
    right: -32px !important;
 
}
    
    .btn_wsp {
    position: absolute !important;
    width: 300px !important;
    height: 40px !important;
    top: 62% !important;
    
    right: 17px !important;
   
}
  
}

@media (max-width: 833px) {
    
    .container_contacto {
    position: relative !important;
    max-width: 1407px !important;
    height: auto !important;
    width: 99% !important;
    margin: auto !important;
}
    .text_contacus {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 60px auto 11px auto !important;
    color: white !important;
    z-index: 2 !important;
}
    
    .formulario {
    position: relative !important;
    width: 100% !important;
    margin: auto !important;
    height: 100% !important;
  
}
    .form-container {
     
    margin: auto !important;
    width: 100% !important;
    
}
    
    .contactus {
    position: relative !important;
    width: 100% !important;
    height: 87px !important;
    margin-top: 96px !important;
 
}
    
    .contactus h2 {
    position: relative !important;
    font-size: 42px !important;
    text-align: center !important;
    margin-top: 19px !important;

}
    
}

@media (max-width: 550px) {
    
    .video_velher iframe {
    position: relative !important;
    transform: translate(-50%, -0%) !important;
    left: 50% !important;
    margin-top: -111px !important;
    width: 100% !important;
    height: 277px !important;
    border-radius: 34px !important;
}
    
    
 .items img {
    position: relative !important;
    width: 75px !important;
    height: 75px !important;
 
}
    
.servicios_efect .parent span {
    position: absolute !important;
    top: 118% !important;
    left: 50% !important;
    font-size: 12px !important;
    width: 110px !important;
   
}    
  .items {
        --width: 22px !important;
        --distance: 119px !important;
    }
    
    .items {
    
    position: absolute !important;
    top: -15% !important;
    left: 31% !important;
    width: var(--width) !important;
}
    
    .servicios_efect .parent {
    position: relative !important;
    top: 170px !important;
    width: 34px !important;
    left: 19% !important;
 
}
    .servicios_efect > img {
    position: absolute !important;
    top: 36% !important;
    left: 68% !important;
    width: 44px !important;
}
    
    .servicios_efect {
        position: relative !important;
        width: 65% !important;
        left: 0px !important;
        float: left !important;
        height: 500px !important;
    }
    
    .btn_wsp {
        position: absolute !important;
        width: 302px !important;
        height: 40px !important;
        top: 87% !important;
        right: -7px !important;
    }
    
        .fondo {
        height: 214px !important;
        width: 164px !important;
        position: absolute !important;
        top: 259px !important;
        right: -45px !important;
    }
    
        .img_slid01 img {
        position: absolute !important;
        top: 200px !important;
        right: -45% !important;
        height: 271px !important;
        z-index: 10 !important;
    }
    
    .img_slid01 {
    position: relative !important;
    height: 500px !important;
    width: 35% !important;
    right: 2% !important;
    z-index: -1;
}

}



/*dsadasdasdasd*/

.conte-bottom{
 

        display: none;
}

 

.box1_sld_proy {
    position: relative;
}
 

.dato_proy {
    position: relative;
    display: none;
    
}

.dato_proy p{
    position: relative;
    
}


        .slider_portada {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        .slides_portada {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .slide_portada {
            min-width: 100%;
            position: relative;
        }

.slide_portada::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
        }

        .slide_portada img {
            width: 100%;
            height: auto;
            display: block;
        }
        .text_portada {
            position: absolute;
            top: 56%;
            /* bottom: 24%; */
            left: 50%;
            /* transform: translateX(-50%); */
            background: #ff8c00f5;
            color: white;
            padding: 8px;
            /* width: 60%; */
            font-size: 41px;
            transform: translate(-50%, -50%);
            border-radius: 19px;
        }
        .controls_portada {
            position: absolute;
            top: 36%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-51%);
        }
        .controls_portada button {
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 17px;
            width: 50px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 50%;
        }


  .container_servicios {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
        .card {
            width: 200px;
            height: 250px;
            perspective: 1000px;
        }
        .card-inner {
            width: 100%;
            height: 100%;
            position: relative;
            transform-style: preserve-3d;
            transition: transform 0.6s;
            transform-origin: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .card:hover .card-inner {
            transform: rotateY(180deg);
        }
        .card-front, .card-back {
            width: 100%;
            height: 84%;
            position: absolute;
            backface-visibility: hidden;
            border-radius: 44px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            /* border: 1px solid #000000; */
            padding: 4px;
            background: #0000007a;
        }
        .card-back {
            transform: rotateY(180deg);
            background: #e67e22;
            color: white;
        }
        .icon {
            font-size: 25px;
        }

                .card-front h3 {
            position: relative;
            font-size: 25px;
            font-family: calibri, sans-serif;
        }
        .card-back p {
            position: relative;
            font-size: 15px;
            font-family: calibri, sans-serif;
            text-align: center;
        }
        .btn_servicios {
            background: rgb(22, 22, 22);
            color: white;
            padding: 8px 12px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 10px;
        }

.fondo_espec {
    position: relative;
    width: 100%;
    height: auto;
        background-image: url(../img/red.jpg);
background-size: cover; /* Ajusta la imagen sin deformarla */
    background-position: center;
    background-repeat: no-repeat;
}


.fondo_espec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 53%);
}