*{
    padding: 0;
    margin: 0;
    box-sizing: content-box;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/Gotham-Bold.ttf');
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.ttf');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.otf');
}

.menu-desplegable{
    position: fixed;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all .5s ease;
    height: 100vh;
    background-color: #ffffff;
}

.info-discover{
    width: 100%;
}

.info-discover a{
    color: #FFF;
font-family: Gotham;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 156%; /* 156.25% */
text-transform: uppercase;
text-decoration: none;
display: flex;
position: relative;
padding-left: 3rem;
height: 60px;
background-color: #000;
border-radius: 100px;
justify-content: flex-start;
width: 400px;
align-items: center;
}

.info-discover a svg{
    position: absolute;
    right: 10px;
}  

.container-menu{
    width: 90%;
    height: 100%;
    display: flex;
    position: relative;
}

.container-menu ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    width: 50%;
}

@font-face {
    font-family: 'Open sans';
    src: url('./fonts/OpenSans-Regular.woff');
   }

.container-menu ul li{
    color: #161616;
    font-family: Gotham;
    font-size: clamp(30px,3.5vw,4.5rem);
    font-style: normal;
    font-weight: 400;
    list-style: none;
    line-height: normal;
}


.container-menu ul li a{
    color: #161616;
    text-decoration: none;
}



.team-cards-section{
    background-color: white;
    padding-top: 5%;
}
.team-cards-section .sec-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.team-cards-section h2{
    color: #000;
    font-family: Gotham;
    font-size: clamp(40px, 6.25vw, 6.25rem);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.team-cards-section h2 strong{
    font-family: Gotham-Bold;
}

.team-cards-section .section-desc{
  color: #161616;
  font-family: Gotham;
  font-size: clamp(16px, 1.25vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-top: 2vw;
  max-width: clamp(400px, 65vw, 1200px);
  opacity: 0.7;
}


.cards-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  padding: 5% 2.5%;
}
.team-cards-section .team-card{
  background-color: #2D71B8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding-bottom: 10%;
  height: clamp(600px, 60vh, 75rem);
}
.explore-action{
    cursor: pointer;
}
.fade {
    animation: fadeIn 0.5s;
  }

  
.a-2{
    margin-top: -2rem !important;
    justify-content: end !important;
}

.a-2 a{
    color: #161616;
    font-family: Gotham-Light;
    font-size: clamp(16px, 1.35vw, 1.35rem);
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 3%;
    text-decoration: none;
    transition: all .5s ease;
}

.a-2 a:hover{
    transform: scale(1.2);
}
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
@media (width <= 1024px){
    .cards-container{
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    } 
    .team-cards-section .team-card{
      height: 450px;
    }
}
  
.team-card .info-team{
  width: 80%;
  border-radius: 0px 0px 1vw 1vw;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-card img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  transition: all .5s ease;
}
.team-card .info-team h4{
  margin-top: 10%;
  margin-bottom: 2.5%;
  color: #FFF;
  font-family: Gotham;
  font-size: clamp(20px,1vw,2rem);
  font-family: Gotham;
  text-transform: capitalize;

}
.team-card .info-team p{
  color: #FFF;
  font-family: Gotham-Light;
  font-size: clamp(16px, 0.8vw, 1.6rem);
  font-style: normal;
  font-weight: 400;
}
.staff-container{
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 1050px;
  padding-bottom: 3rem;
  justify-content: space-around;
  padding-inline: 2.5vw;
  padding-top: 30vh;
  background-color: white;
}
.staff-img-container img{
  width: 100%;
  height: 90%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.staff-info{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-left: 8vw;
  height: 100%;
}
.staff-info h1{
  color: #161616;
  font-family: Gotham;
  font-size: clamp(40px, 5vw, 5rem);
  font-style: normal;
  font-weight: 400;
}
.staff-info h4{
  color: #161616;
  font-family: Gotham;
  font-size: clamp(20px, 2.5vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 8rem;
  text-transform: capitalize;
}
.staff-info p{
  color: #161616;
  font-family: Gotham;
  width: 90%;
  font-size: clamp(16px, 1.25vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.container-menu-btn-cierre{
    position: absolute;
    background-color: transparent;
    border: none;
    right:0%;
    top: 5%;
    z-index: 5;
}

.redes-menu{
    display: flex;
    position: absolute;
    right: 5%;
    bottom: 2.5%;
    flex-direction: row !important;
}

.redes-menu-global{
    width: 50%;
    position: relative;
    display: flex;
}

.no-mb{
    display: flex;
}


:root{
    --h2: clamp(36px,4.95vw,4.95rem);
    --h5: clamp(18px,1.95vw,1.95rem);
    --p: clamp(16px,1.25vw,1.25rem);
    --button: clamp(16px,1.25vw,1.25rem);
  }
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  /*Floor Water Damage*/
  .water-damage{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5vw 2.5vw;
    background-color: white;
  }
  .water-damage .left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 45%;
    height: 100%;
    position: relative;
    gap: 20px;
    height: 100%;
  }
  .water-damage .right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    height: 100%;
  }
  .water-damage .right h2{
    color: #2B70B8;
    font-family: Gotham;
    font-size: clamp(32px,3vw,4.95rem);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .water-damage .right h2 strong{
    font-family: Gotham-Bold;
  }
  .water-damage .right p{
    color: #000;
    font-family: Gotham-Light;
    font-size: var(--p);
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
  }
  /*Contamined Water*/
  .contamined{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5vw 2.5vw;
    background: url(/assets/Group\ 10247.webp);
    background-size: cover;
    height: 100vh;
  }
  .contamined .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    position: relative;
  }
  .contamined .left h5{
    color: #2B70B8;
    font-family: Gotham;
    font-size: var(--h5);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .contamined .left h2{
    color: white;
    font-family: Gotham;
    font-size: var(--h2);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .contamined .left h2 strong{
    font-family: Gotham-Bold;
  }
  .contamined .left ul{
    display: flex;
    flex-direction: column;
    margin-left: 5%;
  }
  .contamined .left ul li{
    color: white;
    font-family: Gotham;
    font-size: var(--p);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.6;
  }
  .contamined .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    position: relative;
  }
  .contamined .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .contamined .right a{
    position: absolute;
    bottom: 5%;
    left: 30%;
  }
  .contamined .right a img{
    border-radius: 100px;
  }
  .contamined-mb{
    display: none;
  }
  strong{
    font-family: Gotham-Bold;
  }

.action-button.blue{
    background-color: #2D70B8;
}
.action-button{
    border-radius: 100px;
    background: #000;
    color: white;
    font-family: Gotham-light;
    font-size: var(--button);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5vw 0.5vw 0.5vw 3vw;
    text-wrap: nowrap;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    margin-top: 20px;
}
.action-button img{
    width: 50%;
    background-color: rgba(254, 254, 254, 0.30);
    border-radius: 300px;
    padding: 0.6vw;
    margin-left: 1.5vw;
}



.clase-numeritos{
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4%;
}

.clase-numeritos div{
    opacity: .3;
    transition: all .5s ease;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
}


.clase-numeritos-active{
    opacity: 1 !important;
}

.clase-numeritos div button{
    height: 80%;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
font-family: Gotham;
font-size: 2.5rem;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 33px */
text-transform: uppercase;
}

.no-desk{
    display: none;
}

nav{
    width: 100%;
    height: 6rem;
    position: fixed;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
}


.container-nav{
    width: 95%;
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    align-items: center;
    justify-content: start;
}

.meet-team{
    height: 100vh;
    width: 100%;
}


.menu-puntos{
    cursor: pointer;
}
/*Internals Hero */

.internal-hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: clamp(300px, 50vh, 500px);
    background-color: white;
    padding-top: 5%;
}
.internal-hero h1{
    color: #2B70B8;
    font-family: Gotham;
    font-size: clamp(36px, 6.25vw, 6.25rem);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.internal-hero h1 strong{
    font-family: Gotham-Bold;
}
.internal-hero p{
    color: #161616;
    font-family: Gotham;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.internal-hero .blue-word{
    color: #2B70B8;
}



.asbesto{
    display: flex;
    position: relative;
    justify-content: space-evenly;
    background: url(/assets/how-help-bg.png);
    background-size: cover;
    background-position: center;
    padding: 5vw 2.5vw;
  }
  .asbesto-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .asbesto .left{
    display: flex;
    z-index: 1;
    position: relative;
    width: 45%;
  }
  .asbesto .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .asbesto .left a{
    position: absolute;
    bottom: 0;
    font-size: 1vw;
  }
  
  .asbesto .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    width: 40%;
  }
  .asbesto .right h2{
    font-family: Gotham;
    font-size: clamp(30px, 4vw, 70px);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .asbesto .right h2 strong{
    font-family: Gotham-Bold;
  }
  .asbesto .right p{
    color: #000;
    font-family: Gotham-light;
    font-size: clamp(14px, 1.2vw, 1.25rem);
    font-style: normal;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
  }
  .removal{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5vw 2.5vw;
    background-color: white;
  }
  .removal .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    position: relative;
  }
  .removal .left h2{
    font-family: Gotham;
    font-size: clamp(30px, 4vw, 70px);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .removal .left h2 strong{
    font-family: Gotham-Bold;
  }
  .removal .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .removal .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
  }
  .removal .right .img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
  }
  .removal .right .img-container img:nth-child(1){
    width: 60%;
    object-fit: cover;
    border-radius: 20px;
  }
  .removal .right .img-container img:nth-child(2){
    width: 40%;
    object-fit: cover;
    border-radius: 20px;
  }
  .removal .right p{
    border-radius: 40px;
    background: #F0F0F0;
    height: 100%;
    padding: 2.5vw;
    margin-top: 40px;
    font-family: Gotham;
    font-size: clamp(14px, 1.2vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .damage{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5vw 2.5vw;
    background: url(/assets/how-help-bg.png);
    background-size: cover;
    background-position: center;
  }
  .damage .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    position: relative;
  }
  .damage .left h2{
    font-family: Gotham;
    font-size: clamp(30px, 4vw, 70px);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .damage .left h2 strong{
    font-family: Gotham-Bold;
  }
  .damage .left .list{
    display: flex;
    gap: 6vw;
    margin-left: 3%;
  }
  .damage .left ul li{
    color: #000;
    font-family: Gotham;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.6;
  }
  .damage .right{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    position: relative;
  }
  .damage .right img{
    width: 80%;
    height: 90%;
    object-fit: cover;
    border-radius: 20px;
    display: flex;
    z-index: 1;
  }
  .damage .right::after{
    content: "";
    position: absolute;
    width: 35%;
    height: 35%;
    background: #2B70B8;
    border-radius: 20px;
    z-index:    0;
    right: 4%;
    top: 5%;
  }
  /*Restoration*/
  .restoration{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5vw 2.5vw;
    background: url(/assets/Group\ 10247.webp);
    background-size: cover;
  }
  .restoration .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    position: relative;
  }
  .restoration .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .restoration .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
  }
  .restoration .right h2{
    color: white;
    font-family: Gotham;
    font-size: clamp(30px, 4vw, 70px);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .restoration .right h2 strong{
    font-family: Gotham-Bold;
  }
  .restoration .right p{
    color: white;
    font-family: Gotham-Light;
    font-size: clamp(14px, 1.2vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
  }

    .fondo-bg{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
    }

    .quitado{
        left: 100vw;
    }

    .puesto{
        left: 0vw;
    }

    .swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }

.second-info-una{
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.meet-team{
    position: relative;
}

.meet-team h2{
    color: #161616;
font-family: Gotham;
padding-top: 40px;
padding-bottom: 60px;
font-size: clamp(40px,6.25vw,6.25rem);
font-style: normal;
font-weight: 400;
line-height: 93px;
text-transform: uppercase;
}

.second-info-una h6{
    color: #2D71B8;
font-family: Gotham;

font-size: clamp(16px,1.25vw,1.25rem);
font-style: normal;
font-weight: 600;
line-height: 110%; /* 23.1px */
text-transform: uppercase;
}

.info-container-div{
    position: relative;
    height: 100%;
}

.div-title-second{
    height: 17%;
    position: relative;
    width: 52%;
}

.div-title-second svg{
    position: absolute;
    right: 0%;
    bottom: 0%;
}


@media screen and (min-width:2000px) {

    .three-section h3{
        font-size: 84px !important;
    }

    .container-menu ul li{
        font-size: 55px;
    }

    .three-section-gap{
        padding: 2rem 0rem;
    }

    .footer-title .total-users{
        right: 18% !important;
    }

}


.info-container-div img{
    position: absolute;
    top: 0%;
    width: 90%;
    height: 100%;
}

.div-title-second h3{
    color: #161616;
    font-family: Gotham;
    font-size: clamp(30px,3.2vw,4.1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}

.div-20{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 5.5%;
    right: 15.5%;
    width: 170px;
    height: 160px;
    border-radius: 28px;
    border: 1px solid #FFF;
   backdrop-filter: blur(10.550000190734863px); 
}

.div-20 span{
    color: #FFF;
font-family: Gotham;

font-size: clamp(26px,3vw,3.5rem);
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}

.second-info-dos{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1.5rem;
}

.info-central-second svg{
    position: absolute;
    bottom: 5%;
    right: 2.5%;
}

.padre-circulo{
    display: flex;
    justify-content: start;
    width: 100%;
}

.info-central-second2{
    width: 100%;
    height: 20%;
    display: flex;
    gap: 2%;
    align-items: center;
}


.info-central-second21{
    width: 66.5%;
    height: 90%;
}

.info-central-second22{
    width: 33.5%;
    height: 90%;
}

.info-central-second{
    border-radius: 40px;
    background: #F0F0F0;
    display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 30%;
}

.div-info-second{
    width: 90%;
    height: 70%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.div-20 svg{
    position: absolute;
    top: 7.5%;
    right: 10.5%;
}

.div-info-second h3{
    color: #000;
font-family: Gotham;

font-size: clamp(26px,3.2vw,3.2rem);
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.three-section{
    width: 100%;
    height: 100vh;
    position: relative;
}

.bg-asset{
    position: absolute;
    width: 100%;
    height: 100%;
}

.swiper-slide  {
    text-decoration: none !important;
}

.swiper-slide  > *{
    text-decoration: none !important;
}

.div-info-second p{
    color: #000;
    font-family: Gotham;
    width: 95%;
    font-size: clamp(16px,1.3vw,1.3rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 150% */
}

.three-section h3{
    color: #FFF;
text-align: center;
font-family: Gotham;
width: 70%;
font-size: clamp(50px,4.75vw,4.75rem);
font-style: normal;
font-weight: 400;
line-height: 116%; /* 116.25% */
text-transform: uppercase;
}

.three-section a{
    color: #FFF;
text-align: center;
font-family: Gotham;
font-size: clamp(16px,1.2vw,1.2rem);
font-style: normal;
font-weight: 400;
line-height: 25px; /* 138.889% */
text-transform: uppercase;
width: 400px;
height: 60px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
border-radius: 100px;
background: #2B70B8;
}

.social-media{
    display: flex;
    gap: .75rem;
}

.social-media li{
    list-style: none;
}

.phone-abs{
    position: absolute;
    top: 43%;
    left: 46.5%;
    z-index: 3;
    transform: translate(-45%,-50%);
}

.phone-abs2{
    position: absolute;
    top: 80%;
    left: 2.5%;
    z-index: 3;
    transform: translate(0%,-50%);
}

.phone-abs3{
    position: absolute;
    top: 15%;
    right: 2.5%;
    z-index: 3;
    transform: translate(0%,-50%);
}


.three-section a svg{
    position: absolute;
    right: 5px;
    width: 40px;
}

.three-section-gap{
    gap: 1.5rem;

}

.circulito-azul{
    background-color: #2B70B8;
    border-radius: 123px;

background: #2B70B8;
display: flex;
justify-content: center;
align-items: center;
}

.padre-circulo img{
    position: relative;
    left: 2%;
    width: 22%;
}

.circulito-azul p{
    color: #FFF;
font-family: Gotham;
font-size: clamp(14px,1.25vw,1.35rem);
font-style: normal;
width: 80%;
font-weight: 300;
line-height: 150%; /* 150% */
}

.div-20 p{
    color: #FFF;
    text-align: center;
    font-family: Gotham;

    font-size: clamp(20px,1.2vw,1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.logo-nav{
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 20%;
}

.content-redirection-nav{
    flex-grow: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.content-redirection-nav ul li a span{
    background-color: rgba(255, 255, 255, 0.50);
    height: 75%;
    width: 50px;
    justify-content: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
}


.content-redirection-nav ul{
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    gap:1.45rem;
    justify-content: center;
}

.content-redirection-nav ul li{
    width: fit-content;
    display: flex;
    align-items: center;
    height: 100%;
    


}

.content-redirection-nav ul li a{
    width: 100%;
    border-radius: 100px;
    background: #D0D0D0;
    display: flex;
    padding: 0rem 10px 0rem 30px;
    align-items: center;
    justify-content: space-between;
    text-wrap: nowrap;
    height: 65%;
    gap: 1.5rem;
    color: #000000;
text-align: center;
font-family: Gotham;
font-size: clamp(16px,1.25vw,1.25rem);
font-style: normal;
font-weight: 500;
text-decoration: none;
line-height: 130%; /* 138.889% */
text-transform: uppercase;
}

.content-menu-nav{
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#nav-active{
    border-radius: 100px;
background: #2B70B8;
color: #FFF;
}

.second-section{
    height: 125vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container2{
    display: flex;
    flex-direction: column;
    width: 95%;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    height: 95%;
}

.info-first{
    height: 25vh;
    background-color: #FFF;
    display: flex;
    width: 100%;
}

.clean-info{
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: .5rem;
}

.clean-info h6{
    color: #2B70B8;
font-family: Gotham;

font-size: clamp(16px,1.35vw,1.35rem);
font-style: normal;
font-weight: 600;
line-height: 110%; /* 23.1px */
text-transform: uppercase;
}

.clean-info p{
    color: #000;
font-family: Gotham;
opacity: .7;
width: 60%;
font-size: clamp(16px,1.25vw,1.25rem);
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.why-info{
    width: 50%;
    justify-content: start;
    align-items: start;
    height: 100%;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.why-info h2{
    color: #161616;
font-family: Gotham;
    margin-top: 1rem;
font-size: clamp(36px,4.95vw,4.95rem);
font-style: normal;
font-weight: 300;
line-height: 117%; /* 116.25% */
text-transform: uppercase;
}

.why-info div{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.why-info-div-a{
    color: #FFF;
text-align: center;
font-family: Gotham;
text-decoration: none;
font-size: clamp(16px,1.15vw,1.15rem);
font-style: normal;
font-weight: 400;
background-color: #000;
width: 180px;
border-radius: 100px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
line-height: 25px; /* 138.889% */
text-transform: uppercase;
}


.why-info-div-a2{
    color: #2B70B8;
text-align: center;
font-family: Gotham;
text-decoration: none;
font-size: clamp(16px,1.15vw,1.15rem);
font-style: normal;
font-weight: 400;
width: 250px;
gap: 1rem;
border-radius: 100px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
line-height: 25px; /* 138.889% */
text-transform: uppercase;
}


.second-info{
    flex-grow: 1;
    display: flex;
}

#nav-active span{
    background-color: rgba(254, 254, 254, 0.30);
}

.contact{
    background-color: #000000;
    width: 75%;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: clamp(16px,.95vw,.95rem);
    font-style: normal;
    font-weight: 300;
    line-height: 138%; /* 138.889% */
    text-transform: uppercase;
}

.idioma{
    border-radius: 100%;
    background: #D0D0D0;
    width: 55px;
    height: 55px;
    
    display: none;
    gap: .25rem;
    justify-content: center;
    align-items: center;
    color: #000;
font-family: Gotham;
font-size: clamp(14px,1vw,1rem);
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.9px;
text-transform: uppercase;
}

.menu-puntos{
    border-radius: 100px;
    background: #D0D0D0;
    padding: 10px;
    border: none;

}

.section-hero{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: end;
}

.container{
    width: 95%;
    display: flex;
    position: relative;
    justify-content: center;
    height: 90%;
    align-items: center;
}



.imagen-fondo-abs{
    position: absolute;
    top: -15%;
    z-index: 0;
    right: 0%;
}


.imagen-fondo-abs2{
    position: absolute;
    top: 0%;
    z-index: 0;
    right: 0%;
}


.content-titulado{
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 90%;
    width: 60%;
    gap: 1rem;
}

.content-titulado{

}

.info-titles h2{
    color: #000;
    font-family: Gotham-Bold;
    font-size: clamp(46px,7.25vw,7.75rem);
    font-style: normal;
    font-weight: 400;
    line-height: 98.8%; /* 124.488px */
    text-transform: uppercase;
}

.info-titles h5{
    color: #2B70B8;
    font-family: Gotham;
    font-size: clamp(48px,4.35vw,4.75rem);
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 124.488px */
    text-transform: uppercase;
}

.content-titulado-p{
    color: #000;
font-family: Gotham-Light;
width: 80%;
font-size: clamp(18px,1.45vw,1.45rem);
font-style: normal;
font-weight: 300;

line-height: 125%;
}

.info-a-hero{
    width: 100%;
    display: flex;
    position: relative;
    z-index: 4;
    align-items: center;
    padding-top: 1rem;
    justify-content: start;
}

.info-a-hero a {
    border-radius: 100px;
background: #000;
color: #FFF;
text-align: center;
font-family: Gotham;
text-decoration: none;
height: 4rem;
display: flex;
align-items: center;
justify-content: center;
width: 180px;
font-size: clamp(18px,1.15vw,1.15rem);
font-style: normal;
font-weight: 400;
line-height: 138%; /* 138.889% */
text-transform: uppercase;
}

.info-slide-hero{
    width: 100%;
    display: flex;
    gap: 2rem;
    padding: 2rem 0rem;
}

.info-last-hero{
    display: flex;
    
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.info-last-herosvg span{

    padding-left: 1rem;
}


.info-last-herosvg p{

    padding-left: 1rem;
}

.info-last-herosvg{
    width: 20% !important;
}

.info-last-hero div{
    display: flex;
    flex-direction: column;
    gap: .45rem;
    width: 125px;
    align-items: start;
    position: relative;
}

.info-last-hero div svg{
    position: absolute;
    left: 0%;
}

.info-last-hero div span{
    color: #2B70B8;
font-family: Gotham-Bold;

font-size: clamp(20px,1.25vw,1.25rem);
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.info-last-hero div p{
    color: #000;
    font-family: Gotham;
    width: 70%;
    font-size: clamp(16px,.85vw,.85rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}



.absolute-div{
    position: absolute;
    right: 0%;
    width: 50%;
    height: 35%;
    border-radius: 20px;
    display: flex;
    z-index: 2;
    top: 0%;
    background-color: #2B70B8;
}

.policy-section{
    min-height: 100vh;
    padding-top: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.policy-section div{
    width: 95%;
    flex-direction: column;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 1rem;
}

.policy-section div h2{
    color: #000;
    font-family: Gotham;
    font-size: clamp(26px, 4.2vw, 4.2rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.policy-section div p{
    color: #000;
    font-family: Gotham;
    width: 95%;
    font-size: clamp(16px, 1.73vw, 1.73rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.imagenes-titulado{
    display: flex;
    position: relative;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 40%;
}

.logo-fixed{
    position: fixed;
    right: 2.5%;
    z-index: 1;
    bottom: 10%;
}

.logo-fixed img{
    width: 100px;
    height: auto;
}

.info-hero-imagen{
    width: 92.5%;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    height: 89%;
}

.scroll-done{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.5%;
}

.scroll-done{
    color: #000;
font-family: Gotham;
text-decoration: none;

font-size: clamp(18px,.85vw,.85rem);
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 7px;
text-transform: uppercase;
}

.info-hero-imagen img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.info-hero-imagen-div{
    position: absolute;
    bottom: 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 2.5%;
    border-radius: 28px;
    height: 130px;
    width: 18.5rem;
border: 1px solid #FFF;
background: linear-gradient(180deg, rgba(230, 230, 230, 0.20) 1.47%, rgba(128, 128, 128, 0.00) 118.66%);
backdrop-filter: blur(15.550000190734863px);
}

.info-hero-imagen-div svg{
    position: absolute;
    right: 5%;
    width: 10px;
    top: 10%;
}

.info-hero-imagen-div2{
    position: absolute;
    bottom: 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 2.5%;
    border-radius: 28px;
    height: 130px;
    width: 18.5rem;
border: 1px solid #FFF;
background: linear-gradient(180deg, rgba(230, 230, 230, 0.20) 1.47%, rgba(128, 128, 128, 0.00) 118.66%);
backdrop-filter: blur(15.550000190734863px);
}

.info-hero-imagen-div2 svg{
    position: absolute;
    right: 5%;
    width: 10px;
    top: 10%;
}


.info-hero-imagen-div3{
    position: absolute;
    top: 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 2.5%;
    border-radius: 28px;
    height: 90px;
    width: 160px;
border: 1px solid #FFF;
background: linear-gradient(180deg, rgba(230, 230, 230, 0.20) 1.47%, rgba(128, 128, 128, 0.00) 118.66%);
backdrop-filter: blur(15.550000190734863px);
}

.info-hero-imagen-div3 svg{
    position: absolute;
    right: 10%;
    width: 10px;
    bottom:  15%;
}



.contenedor-absolute{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.contenedor-absolute h4{
    color: #FFF;
font-family: Gotham;
font-size: clamp(16px,.9vw,0.9rem);
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.contenedor-absolute p{
    color: #FFF;
font-family: Gotham;
font-size: clamp(15px,1vw,1rem);
font-style: normal;
font-weight: 300;
line-height: 130%;
text-align: start !important;
padding: 0 !important;
text-transform: uppercase;
}

/**MEET TEAM */

.meet-team .container{
    flex-direction: column;
    padding-inline: 2.5vw;   
    align-items: center;
    justify-content: center;
    height: 100%;
}
.swiper.mySwiper{
}
.meet-team .container .swiper-slide{
    background-color: #2D71B8;
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meet-team .info-team{
    width: 80%;
    height: 0px;
    border-radius: 0px 0px 1vw 1vw;
    transition: all .5s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.meet-team .swiper-slide.swiper-slide-active .info-team{
    height: 15%;
    padding-block: 1vw;
}
.swiper.mySwiper{
    height: 80%;
    width: 70%;
}
.meet-team .swiper-slide.swiper-slide-active img{
    height: 85%;
}

.meet-team .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    transition: all .5s ease;
}
.meet-team .info-team h4{
    color: #FFF;
    font-family: Gotham;
    font-size: clamp(20px,2.2vw,2rem);
    font-family: Gotham;
    line-height: 35px; /* 140% */
    margin-bottom: 2%;
    text-transform: capitalize;
}
.meet-team .info-team p{
    color: #FFF;
    font-family: Gotham-Light;
    font-size: clamp(16px, 1.8vw, 1.4rem);
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.swiper-controls{
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-controls .custom-button-next{
    margin-right: 2.5vw;
}
.swiper-controls .custom-button-prev{
    margin-left: 2.5vw;
    transform: rotate(180deg);
}
.swiper-controls .custom-button-next, .swiper-controls .custom-button-prev{
    border-radius: 500000px;
    width: 60px;
    background-color: #F0F0F0;
    height: 60px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.13));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    cursor: pointer;
}

.swiper-controls .custom-button-next img, .swiper-controls .custom-button-prev img{
    width: 30px;
}

/*People say Section */
.people-say{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.people-slide{
    width: 60%;
    transform: rotateY(180deg);
}
.people-slide-text{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.people-slide .swiper-slide{
    height: 80vh;
    width: 20%;
}
.people-slide .swiper-slide img{
    width: 100%;
    height: 30%;
    object-fit: cover;
    border-radius: 20px;
    transition: all .5s ease;
}
.people-slide .swiper-slide .people-img-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.people-slide .swiper-slide.swiper-slide-active img{
    height: 100%;
    width: 100%;
}
.people-slide-text h2{
    color: #000;
    font-family: Gotham-Bold;
    font-size: clamp(20px, 3vw, 2.75rem);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 6%;
}
.people-slide-text h6{
    color: #000;
    font-family: Gotham-Bold;
    font-size: clamp(16px,1.25vw,1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 3%;
}
.people-slide-text .text-container{
    padding-inline: 8vw;
    margin-top: 4vw;
}
.people-slide-text h6:last-child{
    text-align: end;
}
.people-slide-text p{
    color: #161616;
    font-family: Gotham-Light;
    font-size: clamp(16px,1.15vw,1.15rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 3%;
}
.text-container .quotes{
    position: absolute;
    top: 15%;
    left: 8%;
}
.people-say-prev{
    transform: rotateZ(180deg) scale(0.8);
}
.people-say-controls{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    gap: 10px;
    padding-inline: 8vw;
}
.people-say-controls .people-say-prev, .people-say-controls .people-say-next{
    border-radius: 500000px;
    width: 60px;
    height: auto;
    background-color: #2B70B8;

    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.13));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
}

.people-say-controls .people-say-prev svg, .people-say-controls .people-say-next svg{
    width: 20px;
    height: auto;
}

.people-say-title{
    position: absolute;
    top: 10%;
    left: 2.5%;
    display: flex;
    flex-direction: column;
}
.people-say-title{
    color: #161616;
    font-family: Gotham;
    font-size: clamp(40px,6.25vw,6.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
}
.people-say-title strong{
    font-family: Gotham-Bold;
}
body,html{
    overflow-x: hidden;
    width: 100vw;
}

.people-bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.people-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mb-quotes{
    display: none;
}

/*How we can help you */

.how-help{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.how-help-slide.swiper{
    width: 45%;
    
}
.how-help-slide .img img{
    aspect-ratio: 9/6;
    border-radius: 20px;
}
.how-help-controls{
    width: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.help-slide-container{
    background-color: #FFF;
    padding: 1.25vw;
    border-radius: 20px;
}
.top-slide{
    position: relative;
}
.top-data{
    position: absolute;
    padding: 2.5rem;
    width: 20%;
    display: flex;
    top: 5.0%;
    left: 2.5%;
    align-items: center;
}
.top-data img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.top-data p{
    color: #FFF;
    font-family: Gotham;
    font-size: clamp(16px,1.45vw,1.55rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
.top-slide .counter{
    position: absolute;
    right: 2.5%;
    bottom: 2.5%;
    background-color: #2D71B8;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5vw;
    height: 5vw;
    color: #FFF;
    font-family: Gotham-Bold;
    font-size: clamp(24px, 2vw, 3.25rem);
}
.bottom-slide h5{
    color: #161616;
    font-family: Gotham-Bold;
    font-size: clamp(16px, 1vw, 2rem);
    font-style: normal;
    text-transform: uppercase;
    max-width: 60%;
    margin-top: 2vw;
}
.bottom-slide p{
    color: #161616;
    font-family: Gotham;
    font-size: clamp(16px, 1vw, 2rem);
    font-style: normal;
    font-weight: 400;
    margin-top: 0.5vw;
}
.how-help-controls h5{
    color: #2D71B8;
    font-family: Gotham;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 23.1px */
    text-transform: uppercase;
}
.how-help-controls h2{
    color: #161616;
    padding: 1rem 0rem;
    font-family: Gotham;
    font-size: clamp(30px,4.65vw,4.65rem);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.how-help-controls h2 strong{
    font-family: Gotham-Bold;
}
.controls-container{
    display: flex;
    flex-direction: column;
    padding-right: 2.5vw;
    gap: 10px;
    margin-top: 5%;
    height: 50%;
    justify-content: end;
}
.controls-container button{
    border-radius: 69px;
    background: #FFF;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.07);
    border: none;
    display: flex;
    align-items: center;
    height: 75px;
    justify-content: space-between;
    padding: 10px 10px 10px 40px;
    cursor: pointer;
    transition: all .5s ease;
}
.controls-container button .number{
    color: #2B70B8;
    font-family: Gotham;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
    transition: all .5s ease;
}
.controls-container button .title{
    color: #161616;
    font-family: Gotham;
    font-size: clamp(10px, 1.05vw, 1.05rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 140% */
    text-transform: uppercase;
    transition: all .5s ease;
}
.controls-container button .arrow-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5vw;
    width: 2.5vw;
    border-radius: 100%;
    background-color: #F0F0F0;
    padding: 5px;
    transition: all .5s ease;
}
.controls-container button svg{
    fill: #2B70B8 !important;
    transition: all .5s ease;
    width: 30%;
    height: 30%;
}

.controls-container button.active{
    background: #2B70B8;
}
.controls-container button.active .number, .controls-container button.active .title{
    color: #FFF;
}
.controls-container button.active .arrow-container{
    background: #FFF;
}
.controls-container button.active svg{
    fill: #2B70B8;
    transform: rotateZ(-90deg);
}
.how-help-bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.how-help-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Marquee Section */

.marquee-container{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    height: fit-content;
}
.marquee{
    display: flex;
    flex-wrap: nowrap;
    gap: 8vw;
    padding: 2.5rem 0;
    height: fit-content;
    background-color: #000;
    width: max-content;
}
.marquee h5{
    color: #FFF;
    font-family: Gotham;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 100% */
    text-transform: uppercase;
}

/*Emergency Section */

.emergency{
    height: 100vh;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.emergency-bg{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.emergency-bg img{
position: absolute;
z-index: 2;
opacity: .4;
    object-fit: cover;
}

#imagen-1{
    width: 35%;
    height: auto;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#imagen-2{
    width: 20%;
    height: auto;
    top: 95%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#imagen-6{
    width: 20%;
    height: auto;
    top: 15%;
    left: 85%;
    transform: translate(-50%,-50%);
}

#imagen-3{
    width: 20%;
    height: auto;
    top: 80%;
    left: 85%;
    transform: translate(-50%,-50%);
}

#imagen-4{
    width: 20%;
    height: auto;
    top: 15%;
    left: 15%;
    transform: translate(-50%,-50%);
}

#imagen-5{
    width: 20%;
    height: auto;
    top: 80%;
    left: 15%;
    transform: translate(-50%,-50%);
}

.emergency-overlay{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.925);
}
.emergency h2{
    color: #FFF;
    font-family: Gotham;
    font-size: clamp(40px,6.25vw,6.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 93px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    z-index: 1;
}
.emergency h2 strong{
    font-family: Gotham-Bold;
}
.emergency p{
    color: #FFF;
    font-family: Gotham;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    z-index: 1;
    margin-top: 1%;
}
.emergency-btn{
    display: flex;
    align-items: flex-end;
}
.emergency-btn .learn-more{
    border-radius: 100px;
    background: #fff;
    color: #000;
    font-family: Gotham;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    padding: 0.8rem 2rem;
    cursor: pointer;
    border: none;
    position: relative;
    z-index: 1;
    margin-top: 25%;
}
.arrow-emergency{
    width: 50px;
    height: 50px;
    background-color: #2D71B8;
    border-radius: 3000px;
    border: none;
    position: relative;
    z-index: 1;
}
.arrow-emergency svg{
    fill: #FFF;
    width: 30%;
    height: 30%;
    transform: rotateZ(-90deg);
}
.glass-emergency{
    position: absolute;
    z-index: 1;
    bottom: 15%;
    left: 2.5%;
}
.glass-emergency img{   
    object-fit: cover;
    position: absolute;
}
.glass-emergency h5{
    color: #FFF;
    font-family: Gotham-Bold;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-top: 5%;
    margin-left: 1vw;
}
.glass-emergency p{
    color: #FFF;
    font-family: Gotham-Light;
    font-size: clamp(12px, 0.6vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
    text-align: start;
    z-index: 1;
    margin-top: 1%;
    margin-left: 1vw;
    max-width: 50%;
}

/*Footer */

footer{
    display: flex;
    padding: 2.5vw;
    padding-top: 5vw;
    background-color: white;
}
footer.mb-footer{
    display: none;
}
.footer-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-left .footer-title h1{
    color: #000;
    font-family: Gotham;
    font-size: clamp(40px,8vw, 10rem);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    position: relative;
}
.footer-left .footer-title h1 img{
    width: 25%;
}
.footer-title .total-users{
    font-size: clamp(16px, 1.25vw, 1.25rem);
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 15%;
    right: 10%;
} 
.footer-title .total-users span{
    font-family: Gotham-Bold;
}
.footer-left .footer-title h1 strong{
    font-family: Gotham-Bold;
}
.footer-left .footer-title h1 .blue-word{
    color: #2B70B8;
    font-family: Gotham-Bold;
}
.footer-email {
    width: 50%;
    position: relative;
    margin-top: 10%;
}
.footer-email input{
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0px 0px 1.5vw 0px;
    background-color: transparent;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    width: 100%;
}
.footer-email button{
    position: absolute;
    right: 0;
    top: -0.5vw;
    background-color: #2B70B8;
    border-radius: 30000px;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    border: none;
}
.footer-email button svg{
    fill: #FFF;
    width: 10px;
    height: 10px;
    transform: rotateZ(-45deg);
}
.footer-bottom{
    display: flex;
    
    margin-top: 10%;
    width: 60%;
    justify-content: space-between;
    font-family: Gotham-Light;
}
.footer-bottom a{
    color: #000;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-bottom h6{
    color: #000;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-right{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-right ul{
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 1vw;
    text-align: end;
    margin-right: 1vw;
}
.footer-right ul li a{
    color: #000;
    font-family: Gotham;
    font-size: clamp(14px, 1.2vw, 1.45rem);
    text-decoration: none;
    text-transform: uppercase;
}
.asbesto .left .img-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Buttons responsive*/
@media (width <= 1024px) {
    .action-button{
        padding: 0.8rem 0.6rem 0.8rem 2rem;
        gap: 15px;
        margin-top: 40px;
    }
    .asbesto .left{
        display: block;
    }
    .asbesto .left .img-container{
        height: 24vh;
    }
    .asbesto .left img{
        object-position: top;
    }
    .asbesto .left button{
        position: relative;
        font-size: clamp(14px, 1.2vw, 1.45rem);
        margin-top: 20px;
    }
    .action-button img{
        padding: 6px;
        width: 30px;
    }
}

/*How help responsive */
@media (width <= 768px) {
    .how-help{
        flex-direction: column-reverse;
        height: auto;
    }

    .footer-bottom{
        width: 100%;
    }

    .how-help-slide.swiper{
        width: calc(100% - 40px);
        margin-bottom: 50px;
    }
    .help-slide-container{
        padding: 20px;
    }
    .how-help-controls{
        width: 100%;
        padding-inline: 0;
    }
    .how-help-controls h5{
        margin-top: 50px;
        text-align: center;
    }
    .how-help-controls h2{
        line-height: 100%;
        text-align: center;
    }
    .controls-container{
        padding-inline: 0;
        margin-bottom: 20px;
        padding-inline: 20px;
    }
    .bottom-slide h5{
        line-height: 100%;
        margin-bottom: 10px;
    }
    .top-slide .counter{
        width: 50px;
        height: 50px;
    }
    .top-data{
        top: -10%;
    }
    .bottom-slide{
        margin-top: 20px;
    }

    .how-help-controls h2{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .meet-team{
        height: 75vh;
        min-height:650px ;
    }

    .controls-container button{
        padding: 5px 10px 5px 20px;
    }
    .controls-container button .arrow-container{
        height: 30px;
        width: 30px;
    }
    .footer{
        display: none;
    }
    footer.mb-footer{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .mb-footer .logo{
        display: flex;
    }
    .mb-footer .logo img{
        width: 30%;
        height: auto;
    }
    .mb-footer .logo .users{
        display: flex;
        align-items: flex-end;
    }
    .mb-footer .logo .users .text-container{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        margin-left: 10px;
        gap: 2px;
    }
    .mb-footer .logo .users .text-container .count{
        font-family: Gotham-Bold;
    }
    .mb-footer .logo .users img{
        width: 60%;
    }
    .footer-title h1{
        font-size: 50px;
        font-family: Gotham;
        text-transform: uppercase;
    }
    .footer-title strong{
        font-family: Gotham-Bold;
    }
    .footer-title h1 .blue-word{
        font-family: Gotham-Bold;
        color: #2B70B8;
    }
    .footer-email{
        width: 100%;
    }
    .footer-email button{
        width: 30px;
        height: 30px;
        top: -10px;
    }
    .footer-email input{
        padding: 0px 0px 10px 0px;
    }
    .nav-footer ul{
        list-style: none;
        text-align: end;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .nav-footer ul li a{
        text-decoration: none;
        color: #000;
        font-family: Gotham;
        font-size: 16px;
    }
    .emergency h2{
        line-height: 100%;
    }
    .emergency p{
        padding-inline: 20px;
    }
    .glass-emergency h5{
        padding: 0 20px;
    }
    .glass-emergency{
        position: absolute;
        z-index: 1;
        top: 2.5%;
        width: 100% !important;
        bottom: auto;
    }

    .glass-emergency img{
        width: 100%;
    }

}


@media (width <= 1024px){
    .meet-team .container{
        padding-inline: 0;
    }
    .meet-team .container .swiper-slide{
        width: 80%;
        height: 80%;
        border-radius: 10px;
    }
    .meet-team .container{
        width: 100%;
    }
    .meet-team .swiper.mySwiper{
        width: 100%;
    }
    .meet-team .swiper-slide img{
        border-radius: 10px 10px 0 0;
    }
    .meet-team .info-team{
        border-radius: 0 0 10px 10px;
    }
    .meet-team h2{
        line-height: 100%;
        text-align: center;
        padding: 20px;
    }
    /*people Say responsive */
    .people-say{
        flex-direction: column;
        height: auto;
    }
    .people-slide{
        width: 90%;
        transform: rotateZ(0);
        height: 50%;
    }
    .people-say-title{
        position: relative;
        display: block;
        text-align: center;
        line-height: 100%;
        margin-top: 50px;
        padding: 20px;
        left: 0px;
    }
    .people-slide .swiper-slide .people-img-container{
        height: 50%;
        padding: 0;
    }
    .people-slide .swiper-slide{
        height: 50%;
    }
    .text-container .quotes{
        position: relative;
    }
    .people-slide-text{
        width: 100%;
        padding-inline: 0;
    }
    .mb-quotes{
        display: block;
    }
    .text-container .quotes{
        display: none;
    }
    .people-slide-text h2{
        display: flex;
        margin-top: 40px;
        align-items: flex-end;
        gap: 10px;
    }
    .people-slide .swiper-slide img{
        height: auto;
        aspect-ratio: 1/1;
    }
    .people-slide-text .text-container{
        padding-inline: 20px;
    }
    .people-say-controls{
        padding-inline: 20px;
        padding-bottom: 0px;
        margin-top: 10%;
    }

    .a-2{
        padding-bottom: 1rem !important;
    }
}

@media screen and (max-width:480px) and (min-height:750px) {
    .info-discover a{
        color: #FFF;
font-family: Gotham;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 156%; /* 156.25% */
text-transform: uppercase;
text-decoration: none;
display: flex;
position: relative;
padding-left: 3rem;
height: 60px;
background-color: #000;
border-radius: 100px;
justify-content: flex-start;
width: 100%;
align-items: center;
    }

    .info-hero-imagen-div{
        width: 220px;
    }

    .info-discover a svg{
        position: absolute;
        right: 10px;
    }  
}

@media screen and (min-width:1023px) and (max-height:750px) {
    .info-slide-hero{
        padding: 0.25rem;
    } 

    .people-say{
        height: 750px;
    }

    .second-section{
        height: 1000px;
    }

    .meet-team{
        height: 900px;
    }

    .swiper.mySwiper{
        height: 70%;
    }

    .quotes{
        top: 10% !important;
    }

    .quotes svg{
        width: 40px ;
    }

    .second-info{
        padding-top: 1.5rem;
    }

    .phone-abs{
        width: 20% !important;
    }

    .three-section{
        height: 900px;
    }

    .second-info-una h6{
        padding-bottom: .75rem;
    }

    .div-title-second {
        height: 110px !important;
    }

    .info-hero-imagen-div2{
        top: 2.5%;
        bottom: auto;
    }

    .absolute-div{
        top: 5%;
    }

    .info-hero-imagen{
        height: 80%;
    }

    .section-hero{
        height: 800px;
    }

    .info-a-hero{
        padding: 0rem;
    }

    .info-slide-hero img{
        height: 100px;
        width: auto;
    }

    .how-help{
        height: 750px;
    }

    .section-hero{
        height: 900px;
    }
}

@media screen and (min-width:1023px) and (min-height:751px)  and (max-height:850px) {
    .info-slide-hero{
        padding: 0.25rem;
    } 

    .info-hero-imagen-div2{
        top: 2.5%;
        bottom: auto;
    }

    .absolute-div{
        top: 5%;
    }

    .info-hero-imagen{
        height: 80%;
    }

    .section-hero{
        height: 800px;
    }

    .info-a-hero{
        padding: 0rem;
    }

    .info-slide-hero img{
        height: 100px;
        width: auto;
    }

    .section-hero{
        height: 900px;
    }
}

@media screen and (min-width:1280px) and (max-width:1439px) and (max-height:600px) {
    .three-section h3 {
        font-size: 52px !important;
    }

    .phone-abs3{
        width: 10%;
    }

    .content-titulado{
        gap: 1rem;
        justify-content: end;
    }

    .info-hero-imagen{
        
    }

    .imagenes-titulado{
        justify-content: end;
        height: 85%;
    }

    .info-last-hero div p{
        font-size: 13px;
    }

    .info-last-hero div span{
        font-size: 15px;
    }

    .meet-team .swiper-slide.swiper-slide-active img{
        height: 70% !important;
    }

    .meet-team .swiper-slide.swiper-slide-active .info-team{
        height: 35% !important;
    }

    .container-menu ul li{
        font-size: 30px;
    }

    .info-hero-imagen-div{
        width: 40%;
    }

    .meet-team .info-team p{
        font-size: 18px;
    }

    .content-redirection-nav ul li a{
        height: 55%;
        font-size: 14px;
    }

    .people-say-title{
        font-size: 65px;
    }

    .people-say-controls{
        margin-top: 2.5%;
    }

    .text-container .quotes{
        left: 5%;
        top: 10% !important;
    }

    .people-slide-text p{
        font-size: 14px;
    }

    .quotes svg{

        width: 30px !important;
    }

    .people-say{
        height: 100vh;
    }

    .people-slide-text .text-container{
        padding-inline: 5vw;
    }

    .scroll-done{
        font-size: 14px;
    }

    .info-titles h2{
        font-size: 46px;
    }

    .section-hero{
        height: 100vh;
    }

    .info-slide-hero{
        gap: 1rem !important;
    }

    .info-slide-hero img{
        height: 70px !important;
    }

    .info-a-hero svg{
        height: 45px;
        position: relative;
        right: 2%;
    }

    .info-a-hero a{
        height: 3rem;
    }

    .content-titulado-p{
        font-size: 15px;
    }

    .info-titles h5{
        font-size: 38px;
    }

    .phone-abs2{
        width: 10%;
    }

    .three-section a{
        height: 50px;
        width: 350px;
    }

    .phone-abs{
        width: 13% !important;
    }
}

@media screen and (max-width:480px) and (max-height:749px) {
    
    .info-discover a{
        color: #FFF;
font-family: Gotham;
font-size: 15px !important;
font-style: normal;
font-weight: 400;
line-height: 156%; /* 156.25% */
text-transform: uppercase;
text-decoration: none;
display: flex;
position: relative;
padding-left: 0rem !important;
height: 60px;
background-color: #000;
border-radius: 100px;
justify-content: flex-start;
width: 100%;
align-items: center;
    }

    .info-hero-imagen-div{
        width: 220px;
    }

    .info-discover a svg{
        position: absolute;
        right: 10px;
    }

}

@media screen and (min-width:1024px) and (max-width:1279px) and (max-height:600px){
    .info-slide-hero img{
        height: 100px;
        width: auto;
    }

    .div-title-second h3{
        line-height: 160%;
    }

    .div-20{
        right: 7.5%;
    }

    .div-title-second{
        width: 65%;
        min-width: 320px;
        height: 21.5%;
    }

    .info-container-div img{
        width: 95%;
    }

    .why-info h2{
        font-size: 45px;
    }

    .logo-nav img{
        width: 95%;

    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .25rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }

    .absolute-div{
        top: 5%;
    }

    .info-hero-imagen{
        height: 80%;
    }

    .three-section h3{
        font-size: 44px;
    }

    .meet-team .info-team p{
        font-size: 18px;
        line-height: 100%;
    }

    .meet-team .info-team h4{
        font-size: 22px;
        
        line-height: 100%;
    }

    .meet-team .swiper-slide.swiper-slide-active img{
        height: 75%;
    }

    .meet-team .swiper-slide.swiper-slide-active .info-team{
        height: 25%;
    }

    .phone-abs2{
        width: 15%;
    }

    .phone-abs3{
        width: 11%;
    }

    .phone-abs{
        width: 17.5%;
        top: 30%;
    }

    .three-section{
        height: 100vh;
    }

    .meet-team{
        height: 100vh;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) and (min-height:601px) {
    .info-slide-hero img{
        height: 100px;
        width: auto;
    }

    .meet-team .info-team p{
        font-size: 18px;
        line-height: 100%;
    }

    .meet-team .info-team h4{
        font-size: 22px;
        
        line-height: 100%;
    }

    .div-title-second h3{
        line-height: 160%;
    }

    .div-20{
        right: 7.5%;
    }

    .div-title-second{
        width: 65%;
        min-width: 320px;
        height: 21.5%;
    }

    .info-container-div img{
        width: 95%;
    }

    .why-info h2{
        font-size: 45px;
    }

    .logo-nav img{
        width: 95%;

    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .25rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }

    .absolute-div{
        top: 5%;
    }

    .info-hero-imagen{
        height: 80%;
    }

    .three-section h3{
        font-size: 52px;
    }

    .phone-abs{
        width: 17.5%;
        top: 30%;
    }

    .three-section{
        height: 100vh;
    }

    .meet-team{
        height: 100vh;
    }
}

@media screen and (min-width:1280px) and (max-width:1439px) {
    
    .info-slide-hero img{
        height: 100px;
        width: auto;
    }

    .meet-team .swiper-slide.swiper-slide-active img{
        height: 95%; 
    }

    .meet-team{
        height: 100vh;
    }

    .quotes{
        top: 10% !important;
    }

    .quotes svg{
        width: 50px;
    }

    .div-title-second h3{
        line-height: 140%;
    }

    .div-20{
        right: 7.5%;
    }

    .clean-info p{
        width: 80%;
    }

    .content-titulado{
        width: 65%;
    }

    .div-title-second{
        width: 52.5%;
        min-width: 320px;
        height: 21.5%;
    }

    .info-container-div img{
        width: 95%;
    }


    .why-info h2{
        font-size: 60px;
    }

    .logo-nav img{
        width: 95%;

    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .25rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }

    .absolute-div{
        top: 5%;
    }

    .info-hero-imagen{
        height: 80%;
    }

    .footer-title .total-users{
        right: 10%;
    }

    .three-section h3{
        font-size: 62px;
    }

    .three-section{
        height: 100vh;
    }

    .phone-abs{
        width: 17.5%;
        top: 38%;
    }

    .three-section h3 {
        width: 85%;
    }

}

@media screen and (min-width:1440px) and (max-width:1599px) and (min-height:800px) {
    .how-help-controls{
        justify-content: center;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) and (min-height:600px) and (max-height:799px) {
    .phone-abs{
        width: 17.5% !important;
        top: 35%;
    }

    .three-section h3{
        width: 85%;
    }

    
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .info-slide-hero img{
        height: 100px;
        width: auto;
    }

    .three-section h3{
        font-size:68px;
    }

    .phone-abs2{
        width:10% !important;
    }

    .phone-abs3{
        width: 10% !important;
    }


    .text-container .quotes {
        left: 6%;
    }

    .footer-title .total-users{
        right: 10%;
    }

    .phone-abs{
        width: 20.5%;
    }

    .three-section h3 {
        width: 85%;
    }

    .div-20{
        right: 7.5%;
    }


    .info-container-div img{
        width: 95%;
    }


    .why-info h2{
        font-size: 70px;
    }

    .div-title-second svg{
        bottom: 5%;
    }

    .div-title-second{
        width: 52.5%;
        height: 22%;
    }

    .clean-info p{
        width: 80%;
    }

    .why-info h2{
        margin-top: .5rem;
    }

    .why-info{
        width: 50%;
        gap: .75rem;
    }

    .clean-info{
        width: 50%;
    }

    .logo-nav img{
        width: 95%;

    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .75rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 10px 0rem 20px;
    }

    .info-central-second21{
        height: 100%;
    }

    .info-central-second22{
        height: 100%;
    }


    .absolute-div{
        top: 5%;
    }

    .info-hero-imagen{
        height: 80%;
    }

    .div-title-second h3{
        line-height: 110%;
    }
    
}

.learn-more{
    text-decoration: none;
}

@media screen and (min-width:1600px) and (max-width:1919px) {
    .info-slide-hero img{
        height: 100px;
        width: auto;
    }

    

    .div-title-second{
        width: 51.5% !important;
        height: 18% !important;
    }

    .footer-title .total-users{
        right: 10%;
    }

    .phone-abs{
        top: 40%;
        width:250px;
    }

    .three-section h3{
        width: 85%;
    }

    .info-container-div img{
        width: 95%;
    }

    .phone-abs2{
        width: 8%;
    }

    
    .phone-abs3{
        width:8%;
    }


    .div-title-second svg{
        bottom: 5%;
    }



    .div-title-second h3{
        line-height: 105%;
    }
    
    .info-central-second21{
        height: 100%;
    }

    .info-central-second22{
        height: 100%;
    }


    .why-info h2{
        font-size: 78px;
    }

    .div-title-second svg{
        bottom: 5%;
    }

    .div-title-second{
        width: 61.5%;
        height: 22%;
    }

    .info-container-div img{
        width: 90%;
    }

    .clean-info p{
        width: 80%;
    }

    .why-info h2{
        margin-top: .5rem;
    }

    .why-info{
        width: 50%;
        gap: .75rem;
    }

    .clean-info{
        width: 50%;
    }

    .logo-nav img{
        width: 95%;

    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .75rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 10px 0rem 25px;
    }

    .absolute-div{
        top: 5%;
    }

    .info-hero-imagen{
        height: 80%;
    }
}


@media screen and (max-width:1023px){
    .no-mb{
        display: none !important;
    }

    
.container-menu ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    width: 100%;
}

.container-menu ul li{
    color: #161616;
font-family: Gotham;
font-size: clamp(30px,3.5vw,4.5rem);
font-style: normal;
font-weight: 400;
list-style: none;
line-height: normal;
}

.redes-menu-global{
    width: 10%;
}

.container-menu ul li a{
    color: #161616;
    text-decoration: none;
}

.container-menu-btn-cierre{
    position: absolute;
    background-color: transparent;
    border: none;
    right:0%;
    top: 5%;
}

.redes-menu{
    display: flex;
    position: absolute;
    right: 175%;
    bottom: 2.5%;
    flex-direction: row !important;
}

    .social-media{
        width: 80%;
        display: flex;

        justify-content: end;
    }

    
.info-hero-imagen-div3{

}

    .footer-bottom h6{
        width: 50%;
    }

    .footer-bottom h6{
        display: flex;
        align-items: center;
    }

    .footer-bottom{
        margin-top: 0% !important;
    }

    .imagen-fondo-abs2{
        display: none;
    }

    .info-hero-imagen-div2{
        top: 2.5%;
        bottom: auto;
    }

    .three-section{
        flex-direction: column-reverse;
        height: 100vh;
        padding: 2rem 0rem 0rem 0rem;
        display: flex;
        align-items: center;
    }

    .phone-abs{
        position: relative;
        top: 0%;
        left: 0%;
        width:auto;
        height: 80%;
        transform: translate(0,0);
    }



    .three-section a{
        min-width: 200px;
        width: 95%;
    }

    .clase-numeritos{
        height: 70px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 4%;
    }

    .clase-numeritos div{
        opacity: .3;
        transition: all .5s ease;
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
        border-bottom: 2px solid #000;
    }

    
    .clase-numeritos-active{
        opacity: 1 !important;
    }

    .clase-numeritos div button{
        height: 80%;
        width: 100%;
        background-color: transparent;
        border: none;
        color: #000;
        display: flex;
        justify-content: flex-start;
        align-items: center;
font-family: Gotham;
font-size: 2.5rem;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 33px */
text-transform: uppercase;
    }

    .why-info-div-a{
        margin-top: .5rem;
        width: 55%;
    }

    .info-discover{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .info-discover a{
        color: #FFF;
font-family: Gotham;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 156%; /* 156.25% */
text-transform: uppercase;
text-decoration: none;
display: flex;
position: relative;
padding-left: 3rem;
height: 60px;
gap: 1rem;
background-color: #000;
border-radius: 100px;
justify-content: center;
width: 100%;
align-items: center;
    }



    .circulito-azul{
        padding: 1.5rem 0rem;
    }

    .info-central-second svg{
        width: 40px;
    }

    .container2{
        gap: 1rem;
    }

    .why-info{
        width: 100%;
    }

    .clean-info{
        width: 100%;
    }

    .absolute-div{
        max-width: 300px;
        min-height:200px ;
    }

    .logo-nav img{
        max-width: 250px;
    }

    nav{
        z-index: 6;
    }

    .info-a-hero a{
        width: 200px;
    }

    .info-hero-imagen{
        max-height: 350px;
        min-height: 150px;
    }

    .absolute-div{
        height: 45%;
        width: 60%;
        top: 15px;
        border-radius: 10px;
    }

    .info-a-hero{
        padding-top: 0rem;
    }

    .meet-team .swiper-slide.swiper-slide-active .info-team{
        padding: 1rem 0rem;
        height: fit-content;
    }

    .section-hero{
        min-height: 840px;
        padding-bottom: 2rem;
    }

    .content-titulado-p{
        width: 100%;
    }

    .second-info{
        flex-direction: column;
        padding-top: 1.5rem;
    }

    .div-title-second{
        width: 80%;
        height: fit-content;
        
    }

    .second-info-dos{
        padding-top: 1.5rem;
    }


    .second-info-una{
        height: fit-content;
        gap: 1rem;
        width: 100%;
    }

    .clean-info p{
        width: 100%;
    }

    .clean-info h6{
        width: 80%;
        line-height: 150%;
    }

    .three-section h3{
        display: none;
    }

    .second-section{
        height: fit-content;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .info-central-second21{
        width: 60%;
        height: 90px;
        border-radius: 10px;
    }



    .info-central-second22{
        width: 35%;
        height: 90px;
        border-radius: 10px;
    }

    .div-info-second{
        width: 80%;
    }

    .info-central-second2{
        gap: 1rem;
    }

    .second-info-dos{
        width: 100%;
    }

    .info-central-second{
        height: 275px;
    }

    .info-first{
        flex-direction: column-reverse;
        height: fit-content;
        gap: 1.5rem;
    }

    .second-info-dos{
        justify-content: start;
    }

    .logo-nav img{
        width: 60%;
        height: auto;
    }

    .redes-menu img{
        width: 40px;
        height: auto;
    }

    .menu-puntos{
        background-color: transparent;
    }

    .content-menu-nav{
        width: 20%;
        justify-content: end;
    }

    .logo-nav{
        width: 80%;
    }

    .container{
        flex-direction: column-reverse;
    }

    .content-titulado{
        width: 100%;
    }

    .imagenes-titulado{
        width: 100%;
    }
    
    .no-desk{
        display: flex;
    }
}


@media screen and (min-width:767px) and (max-width:1023px){
    
    .info-central-second21{
        height: 180px !important;
    }

        
    .info-central-second22{
        height: 180px !important;
    }
}



@media (width <= 1024px){
    .asbesto{
      flex-direction: column;
      padding: 80px 20px;
    }
    .asbesto .left{
      width: 100%;
      margin-bottom: 20px;
    }
    .asbesto .right{
      width: 100%;
      margin-left: 0;
    }
    .removal{
      flex-direction: column;
      padding: 80px 20px;
    }
    .removal .left{
      width: 100%;
      margin-bottom: 20px;
    }
    .removal .right{
      width: 100%;
      margin-left: 0;
    }
    .removal .right p{
      padding: 20px;
      border-radius: 20px;
    }
    .removal .right .img-container{
      display: none;
    }
    .damage{
      flex-direction: column-reverse;
      padding: 80px 20px;
      gap: 20px;
      height: auto;
    }
    .damage .left{
      width: 100%;
      margin-bottom: 20px;
    }
    .damage .left .list{
      flex-direction: column;
      gap: 0px;
      margin-left: 18px;
    }
    .damage .right{
      width: 100%;
      margin-left: 0;
    }
    .damage .right img{
      width: 100%;
      height: 300px;
    }
    .restoration{
      flex-direction: column;
      padding: 80px 20px;
    }
    .restoration .left{
      width: 100%;
      margin-bottom: 20px;
    }
    .restoration .right{
      width: 100%;
      margin-left: 0;
    }
    .restoration .right button{
      margin-top: 20px;
    }

    
  .team-cards-section{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .team-cards-section h2{
    margin-bottom: 20px;
  }
  .section-desc{
    margin-bottom: 50px;
  }
  .cards-container{
    padding: 0 20px;
  }
  .team-cards-section .team-card{
    border-radius: 20px;
  }
  .team-card img{
    border-radius: 20px;
  }
  .cards-container{
    gap: 20px;
  }

  /*Staff*/
  .internal-hero{
    display: flex;
  }
  .marquee{
    display: flex;
  }
  .staff-container{
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 50px;
    position: relative;
    height: auto;
  }
  .staff-container{
    padding-inline: 20px;
  }
  .staff-img-container img{
    height: 100%;
  }
  .staff-info{
    margin-left: 0;
    padding: 0;
  }
  .staff-info h4{
    line-height: 100%;
  }
  .staff-title{
    position: absolute;
    top: 100px;
  }
  .staff-info p{
    margin-top: 20px;
  }
    
  }

  
@media (width <= 768px){
    .water-damage{
      flex-direction: column;
      padding: 50px 20px;
  
    }
    .water-damage .left{
      width: 100%;
    }
    .water-damage .left img:nth-child(2){
      display: none;
    }
    .water-damage .right{
      width: 100%;
      margin-top: 20px;
    }
    .contamined{
      flex-direction: column;
      padding: 50px 20px;
      height: auto;
    }
    .contamined-mb{
      display: block;
      margin-bottom: 30px;
    }
    .contamined .left{
      width: 100%;
    }
    .contamined .right{
      display: none;
    }
  }