
.body{
  display: flex !important;

  max-width: 100%;
  div{
    max-width: 100%;
  }
}

.col-12{
  max-width: 100%;
  padding: 0 !important;
}
.row{
  max-width: 100%;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.contSeccionesIndex{
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec1{
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;

  .contenedorPrincipal{
    /* margin-top: 50px;

    border-radius: 50px; */
    width: 100%;
    overflow: hidden;

    .carousel{
      max-height: 700px;

      .carousel-control-prev{
        span{

          color: var(--amarillo);
        }
      }
    }
  }
}
.sec2{
  width: 95% !important;
    .tituloSec2Carrusel{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-end;
        align-items: center;
        height: 100px;
        h2{
            font-size: 2.7rem;
            color: var(--azul);
            text-align: center;
        }
    }

    #cCarousel {
        position: relative;
        max-width: 95%;
        /* margin: 20px; */
      }
      
      #cCarousel .arrow {
        position: absolute;
        top: 33%;
        display: flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 1;
        font-size: 26px;
        color: var(--blanco);
        background: var(--amarillo);
        cursor: pointer;
      }
      
      #cCarousel #prev {
        left: 0px;
      }
      
      #cCarousel #next {
        right: 0px;
      }
      
      #carousel-vp {
        width: 1160px;
        height: 600px;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        margin: auto;
      }
      
      @media (max-width: 770px) {
        #carousel-vp {
          width: 510px;
        }
      }
      
      @media (max-width: 510px) {
        #carousel-vp {
          width: 280px;
        }
      }
      
      #cCarousel #cCarousel-inner {
        display: flex;
        position: absolute;
        transition: 0.3s ease-in-out;
        gap: 10px;
        left: 0px;
      }
      
      .cCarousel-item {
        width: 280px;
        height: 500px;
        border: 2px solid white;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
      }
      
      .cCarousel-item img {
        width: 100%;
        object-fit: cover;
        min-height: 246px;
        color: white;
        border-radius: 20px;

      }
      
      .cCarousel-item .infos {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background: white;
        color: #092b6d;
          h3{
            font-size: 1.4rem !important;
            text-align: center;
          }
        }
      
      .cCarousel-item .infos button {
        background: var(--azul);
        /* padding: 10px 30px; */
        width: 180px;
        height: 30px;
        border-radius: 11px;
        color: white;
        font-size: 1rem;
        font-weight: bold;
        border: transparent;
        cursor: pointer;
      }

      .botonSec2{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        a{
          background: var(--amarillo);
          color: var(--azul);
          border-color: var(--amarillo);
          border-radius: 50px;
          padding: 5px;
          width: 250px;
          height: 45px;
          font-size: 1rem;
          font-weight: 600;
          text-align: center;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center;

        }
      }
}
.sec3{
  margin-top: 100px;

  .botonSec3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    button{
      background: #ffcb57;
      color: #092b6d;
      border-color: #ffcb57;
      border-radius: 50px;
      padding: 5px;
      width: 140px;
      height: 40px;
      font-size: 1rem;
    }
  }

  .contTexto1Sec3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 660px;
    background-image: url(../img/IMG-CKW-09.png);
    background-size: 102% 110%;
    background-position: center;
    z-index: 1;
    position: absolute;
  }
  .texto1Sec3{
    margin-top: -222px;
    width: 85%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    color: var(--blanco);

    h2{
      width: 100%;
      text-align: center;
      font-size: 3.2rem;
      margin-bottom: 50px;
    }

    .ptextosec3{
      width: 75%;
      display: flex;
      flex-wrap: wrap;
            justify-content: center;
            align-content: center;
            align-items: center;
    }
    p{
      text-align: center;
      width: 100%;
      font-size: 2rem;
    }

  }

  .contTexto2Sec3{
    margin-top: 530px;
    height: 750px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background-image: url(../img/IMG-CKW-08.png);
    background-size: 102% 100%;
    background-position: center;
  }
  .texto2Sec3{
    /* width: 520px; */
    height: 80%;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 10%;
    margin-top: 30px;
    align-items: center;

    h2{
      font-size: 3rem;
      color: var(--azul);
    }

    p{
      color: var(--negro);
      width: 520px;
      font-size: 1.8rem;
    }

    .logo1Sec3{
      width: 100%;
      display: flex;
      justify-content: flex-end;

      img{
        width: 200px;
      }
    }
  }
}
.sec4{
  display: flex;
  justify-content: center;

  .primerrow{
    width: 90%;
  }

  .col-4{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .cont1CentrosSec4,.cont2CentrosSec4,.cont3CentrosSec4{
      /* width: 90%; */
      height: 450px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      flex-direction: column;

      .imgContCentroSec4{
          width: 350px;
          height: 350px;
          border-radius: 5%;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          align-content: center;
          overflow: hidden;
      }

      .imgContCentroSec4:hover ~ .imgContCentroSec4 .img{
        scale: 1.5;
      }

      

      img{
          height: 100%;
          border-radius: 50px;
          transition: 1s;
      }

      img:hover{
        transform: scale(1.5);
        transition: 1s;
      }

      .tituloContSec4{
        margin-top: 20px;
        color: var(--azul);
      }
        
    }
}
.sec5{
  margin-top: 50px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;

  .circuloPrincipalsec5{
    width: 40px;
    height: 40px;
    background: var(--amarillo);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .circuloSecundarioSec5{
    width: 20px;
    height: 20px;
    background: var(--azul);
    border-radius: 50%;
  }
}
.sec6{
  display: flex;
  justify-content: center;

  /* a{
    text-decoration: none;
  } */

  .primerrow{
    width: 90%;
  }

  .col-12{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    .tituloSec6{
      width: 95%;
      height: 100px;
      color: var(--blanco);
      background: var(--azul);
      border-radius: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      h3{
        font-size: 2.5rem;
        padding: 5%;
        text-align: center;
      }

    }
  }
  
  .contCol3{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;



    .contImg{
      border-radius: 15px;
      margin-bottom: 15px;
      overflow: hidden;
      /* width: 350px;
      height: 350px; */
    }

    .contImg1Sec6, .contImg3Sec6{
      overflow: hidden;
      /* background: linear-gradient(150deg, var(--azul-obscuro), var(--azul-claro)); */
      background: linear-gradient(150deg, var(--gris), var(--gris-claro));
      .etiquetaSec6{
        background: var(--amarillo);

        a{
          text-decoration: none;
          color: var(--negro);
        }

      }
    }

    .contImg2Sec6, .contImg4Sec6{
      overflow: hidden;
      background: linear-gradient(150deg, var(--gris), var(--gris-claro));
      /* background: linear-gradient(50deg, #ffcb57, #ffebc1); */
      /* background: var(--amarillo); */
    }

    .etiquetaSec6{
      /* width: 150px; */
      background: var(--azul);
      position: absolute;
      margin-left: 35px;
      margin-top: -80px;
      padding: 3px;
      padding-left: 20px;
            padding-right: 15px;
      border-radius: 8px;

      a{
        text-decoration: none;
        color: var(--blanco);
        display: flex;
        align-items: center;
      }

      p{
        width: auto;
        margin: 0;
        font-size: .8rem;
        font-weight: 500;
      }
    }

    .contImg1Sec6{

      img{
        display: flex;
        width: 90%;
      }
      .etiquetaSec6{
        margin-left: 110px;
      }
    }
    .contImg2Sec6{
      .etiquetaSec6{
        margin-left: 25px;
        margin-top: -260px;
      }
    }
    .contImg3Sec6{
      .etiquetaSec6{
        margin-left: 155px;
      }
    }
    .contImg4Sec6{
      .etiquetaSec6{
        margin-left: 140px;
      }
    }
  }
}
/* .sec7{
  .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .contSec7{
    width: 95%;
    height: 550px;
    margin-top: 100PX;
    background: linear-gradient(50deg, #BDDBE8, #eaf9ff);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 40px;

    .sec1ContSec7{
      width: 45%;
    }
    .sec2ContSec7{
      width: 55%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;

      img{
        width: 60%;
      }
      p{
        width: 70%;
        margin-top: -30px;
        font-size: 1.7rem;
        font-weight: 600;
        text-align: center;
      }
    }
  }
} */
.sec8{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;

  .contSec8{
    margin-top: 100px;
    width: 90%;
    background: linear-gradient(50deg, var(--azul-obscuro), var(--azul-claro));
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-between;

    .sec1ContSec8, .sec2ContSec8{
      min-height: 600px;
    }

    .sec1ContSec8{
      /* width: 40%; */
      color: white;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;

      a{
        color: var(--blanco);
        text-decoration: none;
        font-size: 3rem;
      }
      p{
        width: 70%;
        font-size: 1.5rem;
      }
      h2{
        margin-top: 40px;
        font-size: 2rem;
      }
    }

    .sec2ContSec8{
      /* width: 40%; */
      height: auto;
      margin-bottom: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;

      .calendario{
        width: 450px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;

        .calendar {
            width: 100%;
            background: white;
            border: 1px solid #848484;
            border-radius: 10px;
            overflow: hidden;
          }
          
          .calendar__month {
            font-size: 20px;
            font-weight: 800;
            padding: 10px 0;
            width: 100%;
            position: relative;
            background: var(--amarillo);
          }
          
          .cal-month__previous,
          .cal-month__next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            width: 30px;
            height: 30px;
            text-align: center;
            color: var(--negro);
          }
          
          .cal-month__previous:hover,
          .cal-month__next:hover {
            /* background-color: var(--azul); */
            box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
            border-radius: 50%;
            font-weight: 800;
            color: #111;
          }
          
          .cal-month__next {
            right: 0;
          }
          
          .cal-month__current {
            text-align: center;
            color: var(--azul);
          }
          
          .cal-head__day,
          .cal-body__day {
            display: inline-block;
            width: 60px;
            height: 60px;
            color: var(--negro);
            float: left;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            align-content: center;
          }
          
          .cal-body__week,
          .calendar__head {
            display: block;
            height: 50px;
            width: 100%;
          }
          
          .calendar__head {
            line-height: 50px;
            position: relative;
            background: rgb(229, 229, 229);
          }
          
          .calendar__head:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            /* background-color: #90caf9; */
          }
          
          .cal-body__day {
            color: #e1e1e1;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
          }
          
          .cal-day__month--current {
            color: #000000;
          }
          
          .cal-day__day--today {
            font-weight: 800;
            color: var(--azul);
          }
          
          .cal-day__day--selected {
            background-color: var(--azul);
            box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.75);
            border-radius: 50%;
            color: #ffffff;
          }
          
    }

    }
  }
}
.sec9{
  display: flex;
  justify-content: center;

  .primerrow{
    width: 90%;
  }

  .titulo1{
    color: var(--azul);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    h2{
      text-align: center;
    }
  }

  .texto1{
    margin-top: 30px;

    p{
      font-size: 1.6rem;
      text-align: center;
      color: var(--negro);
    }
  }

  .cartasEvento{
    margin-top: 30px;

    .col-12{
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
    }
  }

  .contEventCard{
    width: 80%;
    border: solid 3px var(--azul);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;

    .cont1Event{
      background: green;
      margin-top: 20px;
      width: 85%;
      height: 250px;
      border-radius: 15px;

      .etiqueta{
        background: var(--amarillo);
        width: 65px;
        height: 90px;
        margin-top: 15px;
        margin-left: 15px;
        border-radius: 5px;
        position: absolute;

        p{
          color: var(--negro);
          margin: 0;
          text-align: center;
        }

        .p1{
          margin-top: 5px;
          font-size: 2rem;
          font-weight: 500;
        }

        .p2{
          margin-top: -10px;
          font-size: 1.5rem;
          font-weight: 400;
        }
      }

      .contIMGEvent{
        width: 90%;
      }
    }



    .cont2TextEvent{
      width: 85%;

      h2{
        color: var(--azul);
        border-bottom: solid 1px var(--azul);
        font-size: 1.2rem;
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 70px;
      }
      p{
        color: var(--azul);
        font-size: 1.2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 170px;
      }
    }
  }

}
.contSec10Sec11Sec12{
  background-image: url(../img/imgIndex/FORMA\ AZUL\ -\ COTIZACIO╠üN.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}
.sec10{
  margin-top: 100px;
  display: flex;
  justify-content: center;

  .primerrow{
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
  }

  .parte1, .parte2{
    height: 550px;
  }

  .parte1{
    /* background: linear-gradient(10deg, var(--azul-obscuro-transparente), var(--azul-claro-transparente)); */
    background-image: url(../img/imgIndex/IMG\ Cotizacio╠ün.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px !important;

    .imgLogo{
      width: 25%;

      img{
        width: 100%;
      }
    }

    h2{
      color: var(--blanco);
      border-bottom: solid 1px var(--blanco);
      height: 100px;
      width: 100%;
      display: flex;
      align-items: flex-end;
      padding-bottom: 15px;
    }

    p{
      width: 75%;
      padding: 10px;
      color: var(--blanco);
      font-size: 1.5rem;

    }
  }

  .parte2{
    background: linear-gradient(10deg, var(--azul-obscuro), var(--azul-claro));
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;

    .contF2{
      color: var(--blanco);
      a{
        text-decoration: none;
        color: var(--blanco);
      }
    }

    h2{
      color: var(--blanco);
    }

    .formulario{
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center;

      .col-12{
        padding: 10px !important;
      }

      input, textarea{
        width: 100%;
        border-radius: 10px;
      }
    }

    .botonSec10{
      button{
        background: var(--amarillo);
        color: var(--azul);
        border-radius: 50px;
        width: 180px;
      }
    }
  }
}
.sec11{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 140px;

  h2{
    width: 100%;
    text-align: center;
    color: var(--azul);
    font-size: 5.5rem;
  }
  h3{
    width: 100%;
    text-align: center;
    color: var(--amarillo);
    font-size: 5.5rem;
  }
}
.sec12{

  margin-top: 140px;
  margin-bottom: 90px;
  .slider {
    width: 100%;
    height: 150px;
    margin: auto;
    overflow: hidden;
    background: rgb(183, 183, 183);
  }
  
  .slider .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    width: calc(200px * 16); /* Ajusta este valor si tienes más o menos elementos */
  }
  
  .slider .slide {
    width: 200px;
    height: 150px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  .slider .slide img {
    width: 100%;
  }
}
@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-200px * 8)); /* Ajusta según el número de elementos */
  }
}

.sec13{
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;

  .primerrow{
    width: 90%;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #b5b5b5, 32px 0px 0px #ffffff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;

  }

  .contenedorSec13{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    padding: 15px !important;

    h2{
      color: var(--azul);
      text-align: center;
    }
    p{
      text-align: center;
    }

    input, .botonSec13{
      margin-top: 10px;
    }
    input{
      width: 60%;
    }
    .botonSec13{
      width: 180px;

      button{
        border-radius: 10px;
        width: 180px;
        height: 40px;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: var(--amarillo);
        border: var(--amarillo);
        color: var(--azul);
        font-weight: 700;
      }
    }
  }
}

@media (max-width: 768px){
  .sec2{
    .tituloSec2Carrusel{
      h2{
        font-size: 1.5rem;
      }
    }
  }

  .sec3{
    .contTexto1Sec3{
      height: 720px;
      background-size: auto 100%;
      .texto1Sec3{
        h2{
          font-size: 2rem;
        }
        p{
          font-size: 1.2rem;
        }
      }
    }
    .contTexto2Sec3{
      justify-content: center;
      background-size: auto 100%;
      .texto2Sec3{
        justify-content: space-evenly;
        width: 360px;
        margin-left: 0;
        margin-right: 0;
        h2{
          font-size: 2rem;
          text-align: center;
        }
        p{
          font-size: 1.1rem;
          width: 100%;
        }
      }
    }
  }

  .sec6{
    .primerrow{
      .tituloSec6{
        h3{
          font-size: 2rem;
        }
      }
    }

  }

  .sec8{
    .contSec8{
      .sec1ContSec8{
        p{
          font-size: 1.2rem;
        }
      }
    }

  }

  .sec10{
    .parte1{
      flex-direction: column;
    }
    .parte2{
      .contF2{
        width: 90%;
        text-align: center;
      }
    }
  }

  .sec11{
    h2{
      font-size: 2.2rem;
    }
    h3{
      font-size: 2.2rem;
    }
  }

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 9999;
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  cursor: pointer;
}

.float{
  position: fixed;
  bottom: 100px;
  right: 20px;
  text-align: center;
  z-index: 100;
}

.float img{
  position: relative;
  z-index: 2;
}




}