.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;
  }

  /* Secciones */

.sec1{
    /* margin-top: 110px; */
    .contTexto1Sec1{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: flex-start;
        /* height: 350px; */
        background: #ececec;
        /* background-image: url(../img/IMG-CKW-09.png);
        background-size: 102% 100%;
        background-position: center; */
        z-index: 1;
        /* position: absolute; */
      }
      .texto1Sec1{
        margin-top: 50px;
        width: 80%;
        height: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: space-around;
        color: var(--azul);
    
        h2{
          width: 100%;
          text-align: center;
          font-size: 3.5rem;
        }
    
        p{
          text-align: center;
          width: 70%;
          font-size: 1.8rem;
          color: var(--negro);
          margin-top: 10px;
        }
    
        .botonSec2{
          margin-top: 30px;
          margin-bottom: 30px;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          align-content: center;

          button{
            background: var(--blanco);
            color: var(--negro);
            border: none;
            border-radius: 50px;
            width: 220px;
          }
        }
      }
}
/* .sec2{
    margin-top: 450px;
    display: flex;
    justify-content: center;
  
    .primerrow{
      width: 90%;
      border-radius: 20px;
      overflow: hidden;
    }

    .contProducto{
        margin-top: 100px;

        .col-3{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            align-content: center;
        }
        .contimgProducto{
            background: green;
            width: 320px;
            height: 320px;
            border-radius: 20px;
            overflow: hidden;

            img{
                width: 100%;
            }
        }

        .contTextoProducto{
            min-height: 320px;

            .row{
                display: flex;
                justify-content: center;
                align-items: center;
                align-content: space-between;
                flex-wrap: wrap;
                min-height: 320px;
                .col-6{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    align-content: center;
                    flex-wrap: wrap;
                }
            }

            h2{
                color: var(--azul);
                font-size: 2.5rem;
            }
            p{
                color: var(--azul);
                font-size: 1.6rem;
            }

            .botonSec2{
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                align-content: center;
                button{
                  background: var(--amarillo);
                  color: var(--azul);
                  border-color: var(--amarillo);
                  border-radius: 10px;
                  padding: 5px;
                  min-width: 320px;
                  width: 85%;
                  height: 50px;
                  font-size: 1.5rem;
                  font-weight: 600;
                }
              }
        }
    }
} */

.sec2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;

  .primerrow{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;

    .col-12{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
    }
  }

    .tituloSec2Carrusel{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-end;
        align-items: center;
        height: 100px;
        h2{
            font-size: 2rem;
            color: var(--azul);
        }
    }

    #cCarousel {
        position: relative;
        max-width: 100%;
        margin: 20px;
      }
      
      #cCarousel .arrow {
        position: absolute;
        top: 27%;
        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: -60px;
        display: flex;
        p{
          height: 10px;
          margin: 0;
          display: flex;
          align-content: center;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          text-align: center;
        }
      }
      
      #cCarousel #next {
        right: -30px;
        display: flex;
        p{
          height: 10px;
          margin: 0;
          display: flex;
          align-content: center;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          text-align: center;
        }
      }
      
      #carousel-vp {
        width: 1160px;
        height: 100px;
        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: 250px;
        }
      }
      
      #cCarousel #cCarousel-inner {
        display: flex;
        position: absolute;
        transition: 0.3s ease-in-out;
        gap: 10px;
        left: 0px;
      }
      
      
      .cCarousel-item button {
        background: var(--blanco);
        /* padding: 10px 30px; */
        width: 220px;
        height: 50px;
        /* border-radius: 15px; */
        color: var(--negro);
        font-size: 1rem;
        font-weight: bold;
        border: solid 1px var(--gris);
        border-radius: 50px;
        cursor: pointer;
      }
      
      .cCarousel-item button:hover{
        background: var(--azul-claro-transparente);
        border: solid 1px var(--azul);
        color: var(--azul);
      }
}

.sec3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;

  .primerrow{
    width: 90%;
    max-width: 1440px;
    border-radius: 20px;
    overflow: hidden;
    display: flex
    ;
            justify-content: space-evenly;

    .col-12{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
    }
  }

  .cardProducto{
    margin: 20px;
    width: 280px;
    height: 450px;
    border: solid 1px var(--gris);
    border-radius: 20px;

    a{
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-decoration: none;

      .contIMGProducto{
        border-radius: 20px;
        margin-top: 10px;
        overflow: hidden;
        /* background: green; */
        width: 260px;
        height: 350px;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        img{
          width: 100%;
          border-radius: 15px;
        }
      }

      h2{
        font-size: 1.1rem;
        width: 80%;
        text-align: center;
      }
    }
  }
}


@media (max-width: 768px){
  .sec1{
    .texto1Sec1{
      h2{
        font-size: 3rem;
      }
      p{
        width: 100%;
        font-size: 1.2rem;
      }
    }
  }
}