.banner_section {
    position: relative;
    height: 100vh;
}


.absolute_media {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;  
}

.banner_section .banner_box {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    z-index: 3;
    gap: 1.5vw;
}

.banner_section .banner_box span {
    font-size: 1.2vw;
    color: var(--orange);
    font-weight: 600;
}

.banner_section .banner_box h1 {
    font-size: 3vw;
    color: var(--white);
    font-weight: 700;
}
.banner_section .banner_box p {
    font-size: 1vw;
    color: var(--white);
    font-weight: 100;
}
.banner_section .banner_box .banner_content{
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding-left: 6vw;
}

.banner_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3)
  );
  z-index: 2;
}

/* Contenido encima */
.banner_box {
  position: relative;
  z-index: 3;
}

.info_card {
  padding: 2vw 6vw;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  gap: 40px;
  align-items: center;
  background: #ffffff;
  border-radius: 0 25px 0 0;
}
.info_left h2 {
  color: #F36C30;
  font-size: 2vw;
  margin: 0;
}

.info_card .info_left p {
  margin: 0;
  font-size: 1vw;
  color: var(--blue);
  font-weight: 400;
}

.info_right h3 {
  margin: 0;
  color: #F36C30;
  font-size: 1.4vw;
}

.info_card .info_right p {
  margin: 5px 0 0;
  font-size: 1vw;
  color: var(--blue);
  font-weight: 400;
}

.info_card .info_right span {
  color: #F36C30;
  margin: 0 1vw;
}

.section-sobre-nosotros{
    padding: 6vw;
}

.section-sobre-nosotros .row {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 6vw;
    align-items: center;
}

.section-sobre-nosotros .row .container-info {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.section-sobre-nosotros .row .container-img img {
    border-radius: 50px;
}

.container-info span{
    font-size: 1.2vw;
    color: var(--orange);
    font-weight: 600;
}

.container-info h2{
    font-size: 3vw;
    font-weight: 700;
    color: var(--blue);
}
.container-info p{
    font-size: 1vw;
    color: var(--grey);
}

.nuestros-servicios .row {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    overflow: hidden;
}

.nuestros-servicios .row .container-info {
    width: 40%;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1vw;
}

.swiper01 div{
    width: 80%;
    display: grid;
    flex-direction: column;
    /*gap: 1.5vw;*/
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.info-slider{
    width: 90vw;
    margin: auto;
    padding: 0 6vw;
}

.swiper01 div .swiper-slide img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.swiper01 div .swiper-slide a {
    font-size: 0.9vw;
    color: var(--orange);
    transition: color .25s;
}

.swiper01 div .swiper-slide {
    transition: transform .7s;
}

.swiper01 div .swiper-slide:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.wiper01 div .swiper-slide a:hover {
    color: var(--blue);
    transform: scale(1.05);
}

.swiper01 div .swiper-slide span {
    font-size: 1.2vw;
    color: var(--blue);
    font-weight: 600;
}


.swiper01 div .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 2vw;
    background: #FFFDEB;
    border: 2px solid #FBDDBB;
    border-radius: 20px;
    text-align: center;
}

.benefits {
  color: #fff;
  max-width: 400px;
}

.benefits__title {
  font-size: 2vw;
  margin-bottom: 1vw;
}

.benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1vw;
  font-size: 1vw;
}

.benefits__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00e676; 
  font-weight: bold;
}

.section-por-que-elegirnos {
    padding: 6vw;
    background-color: var(--blue);
    margin-top: 6vw;
}

.section-por-que-elegirnos .row {
    display: grid;
    gap: 6vw;
    align-items: center;
    grid-template-columns:1.3fr 1fr 1.3fr;
}
.section-por-que-elegirnos .row .img-container img{
    border-radius: 20vw;
}
.nuestros-servicios .row .container-info {
     width: 100%;
     gap: 1vw;
     display: grid;
     
}
.section-por-que-elegirnos .row .container-info{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.section-por-que-elegirnos .row .container-info .color-white {
    color: var(--white);
}

.section-asegura-energia .container-info .color-white {
    color: var(--white);
}

.section-asegura-energia{
    padding: 0 6vw 6vw 6vw;
    background-color: var(--blue);
}

.section-asegura-energia .container-info{
    width: 45vw;
    display: flex;
    margin: auto;
    flex-direction: column;
    gap: 1vw;
    justify-content: center;
    text-align: center;
}
.nuestros-servicios h3{
    color: var(--blue);
}
@media (max-width: 996px) {
    .section-asegura-energia {
        padding: 0 6vw 12vw 6vw;
    }
    .section-asegura-energia .container-info{
        width: 100%;
        gap: 3vw;
    }
    .benefits{
        margin: auto;
    }
    .benefits__title {
        font-size: 3.6vw;
        margin-bottom: 3vw;
    }
    .benefits__list li{  
        font-size: 3vw;
        margin-bottom: 3vw;
    }
    .section-por-que-elegirnos .row .img-container{
        margin: auto;
    }
    .section-por-que-elegirnos .row .img-container img {
        border-radius: 30vw;
        width: 50vw;
        margin: auto;
    }
    .section-por-que-elegirnos {
        padding: 12vw 6vw;
        margin-top: 12vw;
    }
    .section-por-que-elegirnos .row .container-info {
        gap: 3vw;
        text-align: center;
    }
    .section-por-que-elegirnos .row {
        display: grid;
        gap: 6vw;
        align-items: center;
        grid-template-columns: 1fr;
    }
    .swiper01 div .swiper-slide {
        padding: 6vw;
        gap: 3vw;
    }
    .swiper01 div .swiper-slide a {
        font-size: 2.5vw;
    }
    .swiper01 div .swiper-slide span {
        font-size: 3vw;
    }
    .nuestros-servicios .row .container-info {
        width: 100%
    }
    .nuestros-servicios .row .container-info {
        gap: 3vw;
        padding: 0 6vw;
    }
    .nuestros-servicios .row {
        gap: 6vw;
    }
    .section-sobre-nosotros {
        padding: 6vw 6vw;
    }
    .section-sobre-nosotros .row .container-info {
        gap: 3vw;
    }
    .container-info span {
        font-size: 3.6vw;
        font-weight: 600;
    }
    .container-info h2 {
        font-size: 6vw;
        font-weight: 700;
    }
    .container-info p {
        font-size: 3vw;
        text-wrap: balance;
    }   
    .info_card {
        padding: 6vw;
        width: 100%;
        border-radius: 25px 25px 0 0;
    }
    .section-sobre-nosotros .row {
        display: grid;
        grid-template-columns: 1fr;
    }
    .banner_section .banner_box p {
        font-size: 3vw;
    }
    .banner_section .banner_box h1 {
        font-size: 6vw;
    }
    .banner_section .banner_box span {
        font-size: 3.6vw;
    }
    .info_right h3 {
        font-size: 2.8vw;
    }
    .info_left h2 {
        font-size: 4vw;
    }
    .banner_section .banner_box .banner_content {
        padding: 0;
        gap: 3vw;
    }

}



   
