*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



/* GOOGLE FONTS */
body {
  background-color: #F9F2EC;
  
  font-family: "Cormorant Garamond", serif;
  font-family: "Cormorant Upright", serif;
  font-family: "Cormorant Infant", serif;
  font-family: "Montserrat", sans-serif;
}

strong {
  font-weight: bold;
}

/* HERO */

.container-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin-left: 15%;
}

.imagenhero img {
  width: 669px;
  height: 767px;
}

.rectangle-box {
  box-shadow: 5px 15px 25px #acacac;
  border-radius:15px;
  width: 1366px; 
  height: 767px; 
  background-color: #DDE4D5;
  justify-content: center;
}

.box  {
  text-align: center;
  position:absolute;
  top: 120px;
  right: 350px;
}

/* TEXTOS HERO */
  

.CUERPO2medium{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 1.5px 1.5px 1.5px #B5AFAF
}

.Cuerpocursiva {
  font-family: "Cormorant+Infant", serif;
  font-size: 21px;
  font-weight: 300;
  color: #312A1B;
}

.CormorantUpright {
  font-family: "Cormorant+Upright", serif;
  font-size: 61px;
  font-weight: 300;
  color: #6A6459;
}

/* BOTÓN HERO */

.boton_hero {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration-color: #312A1B;
}

button {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border: none;
}

.button::before {
  opacity: 0;
}

.botonsalmon {
  width: 229px;
  height: 68.71px;
  
  background-color: #f9ecf2;
  letter-spacing: 1px;
  border-radius: 7px;
  box-shadow: 5px 15px 25px #acacac;
  margin-top: 66px;

  @media screen and (max-width: 768px) {
    & {
      display: none;
    }
  }
}

.botonsalmon:hover {
    background-color:#f9ebce;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.botonsalmon a {
  text-decoration: none;
  color: #312A1B;
  cursor: pointer;
}

.botonsalmon a:hover {
  color:#767676;
} 

/* BOTÓN SALMON RESPONSIVE */

.botonsalmon_responsive {
  @media screen and (min-width:768px){
    & {
      display: none;
    }
  }
}

.botonsalmon_responsive a {
  text-decoration: none;
  color: #312A1B;
  cursor: pointer;
}

.botonsalmon_responsive a:hover {
  color:#767676;
}
  

/* PROPUESTA DE VALOR */

.container2 {
  display: grid;
  grid-template-columns: 1fr;
}

h2 {
  font-family: "Cormorant+Infant", serif;
  font-size: clamp(27px, 3vw,47px);
  font-weight: lighter;
  letter-spacing: -1px;
  text-align: center;
  color: #6A6459;
  margin-top: 84px;
}

.CUERPOcormorant {
  font-family: "Cormorant+Garamond", serif;
  font-size: clamp(16px, 3vw,22px);
  font-weight: 500;
  text-align: center;
  color: #312A1B;
  margin-top: 18.65px;
  line-height: 166%;

  @media screen and (max-width:768px) {
    & {
      display: none;     
      text-align: start;
      margin-left: 8%;
      line-height: 199%;
      font-size: 17px;
    }
  }
}

.CUERPOcormorant_responsive {

  display: none;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  line-height: 199%;
  font-size: 16px;
  @media screen and (max-width:768px) {
    & {
      display: flex;
    }
  }
} 

.CUERPOcormorant .bold {
  font-weight: bolder;
  color: #521515;

}

.CUERPOcormorant_responsive .bold {
  font-weight: bolder;
  color: #521515;

}

/* BOTÓN VERDE */

.boton2 {
  width: 229px;
  height: 68.71px;
  align-self: center;

  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  
  text-decoration-color: #312A1B;
  text-align: center;
  border-radius: 7px;
  margin-left: 44%;
  margin-bottom: 8%;

 

  @media screen and (max-width:768px) {
    & {     
      font-size: .75em;
    }
  }
}


.botonverde {
  width: 229px;
  height: 68.71px;


  background-color: #7BA99E;
  letter-spacing: 1px;
  border-radius: 7px;
  box-shadow: 5px 15px 25px #acacac;
  margin-top: 29.45px;
  margin-bottom: 126.21px;

  

  @media screen and (max-width:768px) {
    & {     
      display: none;
    }
  }
}

.botonverde a {
  text-decoration: none;
  color: #312A1B;
  cursor: pointer;
}

.botonverde a:hover {
  color:#767676;
} 

.botonverde:hover {
  background-color:#f9ebce;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/* BOTON RESPONSIVE */

.botonverde_responsive {
  display: none;
}
 

.boton_pv{
  @media screen and (max-width:768px) {
    & {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 300;
      text-decoration-color: #312A1B;
      text-align: center;
    }  
  }
}



.botonverde_responsive {
  @media screen and (max-width:768px) {
    & {
      display: inline-block;
      /* grid-template-columns: 1fr; */
      place-content: center;
      justify-items: center;
      margin-bottom: 11%;

      background-color: #7BA99E;
      letter-spacing: 1px;
      border-radius: 7px;
      box-shadow: 5px 15px 25px #acacac;  

      width: 229px;
      height: 55px;
      border-radius: 7px;
      box-shadow: 2.5px 7.5px 12.5px #acacac;
      margin-top: 2%;
      
      padding: .3em;
    }
  }
}

.botonverde_responsive a {
  text-decoration: none;
  color: #312A1B;
  cursor: pointer;
}

.botonverde_responsive a:hover {
  color:#767676;
}

.botonverde_responsive:hover {
  background-color:#f9ebce;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }


/* ESPECIFICACIONES A */

.contenedor-especificaciones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius:22px;
  width: 1366px; 
  height: 767px; 
  background-color: #DDE4D5;
  margin-left: 295px;
  margin-top: 44px;
}

.contenedor-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 597px;
  height: 768px;
  gap: 22px;
  text-align: center;
  align-content: center;
  margin-left: 22px;
}

.card {
  background-color: #F9F2EC;
  border-radius: 22px;
  width: 287px;
  height: 302px;
}

.texto-icono {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.texto-icono img {
  display: block; /* Ensure block-level behavior */
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.texto-icono p {
  color: #6A6459;
  line-height: 133%;
  font-size: 18px;
  font-weight: lighter;
}

.contenedor-imagenoxigeno {
  text-align: center;
  align-content: center;
  background-image: url('/Imágenes/Oxígeno.svg');
  background-repeat: no-repeat;
  margin-left: 18px;
}

.imagenoxigeno {
  width:"665";
  height:"766";
}

.CSC {   
  font-family: "Cormorant+SC", serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
  color: #F9F2EC;
  text-shadow: 1.5px 5.5px 5.5px #767676
}

.texto-imagenoxigeno p {
  font-family: "Cormorant+Upright", serif;
  font-family: cursive;
  font-size: 21px;
  font-weight: lighter;
  color: #F9F2EC;
  text-shadow: 1.5px 5.5px 5.5px #767676;
  margin-top: -18px;
}

/* RESPONSIVE */

.contenedor-especificaciones {
  @media screen and (max-width:768px) {
    & {
        display: none
      }
  }
}

.C-E_responsive {
  display: grid;
  grid-template-columns: 1fr;
  width: 393px;
  height: 1704px;
  background-color: #DDE4D5;
  /* border-radius:22px; */

  @media screen and (min-width:768px) {
    & {
        display: none;
      }
  }
}

.contenedor-cards_responsive {
  width: 597px;
  height: 768px;
  margin-top: 6%;
  margin-left: 9%;
}

.card_responsive {
  background-color: #F9F2EC;
  border-radius: 22px;
  box-shadow: 2px 2px 20px rgba(0, 0 , 0, 0.2);
  width: 287px;
  height: 302px;
  margin-bottom: 5%;
  text-align: center;
  align-content: center;
}

.texto-icono_responsive p {
  color: #6A6459;
  line-height: 133%;
  font-size: 19px;
  font-weight: lighter;
}

.texto-icono_responsive img {
  margin-bottom: 3%;
}


.contenedor-imagenoxigeno_responsive {
  justify-content: center;
  align-content: center;
  

  background-image: url('/Imágenes/Oxígeno-experimento4.svg');
  background-repeat: no-repeat;
  
  margin-left: -8.9%;
  margin-bottom: -2.5%;
  margin-top: -6%;
}

.texto-imagenoxigeno_responsive .CSC_responsive h6 {   
  text-align: right;
  margin-top: 7%;
  margin-right: 43%;

  font-family: "Cormorant+SC", serif;
  font-size: clamp(22.5px, 3vw, 61px);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -3%;
  text-transform: capitalize;
  color: #F9F2EC;
  text-shadow: 1.5px 5.5px 5.5px #767676;
}

.texto-imagenoxigeno_responsive p {
  margin-top: 18%;
  margin-left: 19%;
  font-family: "Cormorant+Upright", serif;
  font-family: cursive;
  font-size: clamp(17px, 3vw, 21px);
  font-weight: lighter;
  color: #F9F2EC;
  text-shadow: 1.5px 5.5px 5.5px #767676;
  margin-bottom: 15%;

}


/* ESPECIFICACIONES B */


.contenedor-especificaciones-B {
  display: grid;
  grid-template-rows: 414px 269px;
  width: 1366px; 
  height: 767px; 
  margin-left: 295px;
  margin-bottom: 10px;
}

.Row-A-1 {
  width: 1366px; 
  height: 38px;
  /* background-color: #cd4fb2; */
}

.Row-A-1 h3 {
  font-family: "Cormorant+Upright", serif;
  font-size: 41px;
  font-weight: lighter;
  color: #7d7870;
  letter-spacing: -4.5%;
  margin-left: 102px;
  margin-top: 41px;
  margin-bottom: 35px;
}


.Row-A-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 102px;
  margin-right: 25px;
  margin-top: 20px;
}

.Row-B-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 102px;
  margin-right: 25px;
}

.RB1Column-1 p {
  font-family: "Cormorant+Garamond", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  color: #312A1B;
  margin-top: 10px;
}

.RB1Column-2 p {
  font-family: "Cormorant+Garamond", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  color: #312A1B;
  margin-top: 10px;
}

.RB1Column-3 p {
  font-family: "Cormorant+Garamond", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  color: #312A1B;
  margin-top: 10px;
}

.Row-B-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 102px;
  margin-right: 25px;
}

.RB2Column-1 p {
  font-family: "Cormorant+Garamond", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  color: #807b75;
  margin-top: -10px;
}

.RB2Column-2 p {
  font-family: "Cormorant+Garamond", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  color: #807b75;
  margin-top: -10px;
}

.RB2Column-3 p {
  font-family: "Cormorant+Garamond", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  color: #807b75;
  margin-top: -10px;
}

.Row-B-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 102px;
  margin-right: 25px;
}

.rectangle-box2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 332px;
  height: 75px;
  margin-top: -5px;
}

.rectangle-box3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 332px;
  height: 75px;
  margin-top: -5px;
}

.rectangle-box4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 332px;
  height: 75px;
  margin-top: -5px;
}

/* EPECIFICACIONES-B_RESPONSIVE */

.C-E-B_responsive {
  display: none;
}

.contenedor-especificaciones-B {
  @media screen and (max-width:768px) {
    & {
        display: none
      }
  }
}

.C-E-B_responsive {
  display: flex;
  flex-direction: column;
  
  width: 393px;
  height: 852px;

  @media screen and (min-width:768px) {
    & {
        display: none;
      }
  }
}

.subtítulo h3 {
  font-family: "Cormorant+Upright", serif;
  font-size: clamp(31px, 3vw,41px);
  font-weight: lighter;
  color: #7d7870;
  letter-spacing: -4.5%;
  margin-left: 6%;
  margin-top: 61px;
  margin-bottom: 35px;
}

.card1 {
   margin-left: 7%;
   margin-bottom: 16%;

   img {
    border-radius: 2%;
   }
}

.textos h6 {
  font-family: "Cormorant+Garamond", serif;
  font-size: clamp(22px, 3vw, 25px);
  font-weight: 500;
  line-height: 120%;
  color: #312A1B;
  margin-top: 25px;
}

.textos p {
  max-width: 88%;

  font-family: "Cormorant+Garamond", serif;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 300;
  line-height: 150%;
  color: #807b75;
}

.aplicaciones .imagen1 {
  margin-top: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.card2 {
   margin-left: 7%;
   margin-bottom: 16%;

   img {
    border-radius: 2%;
   }
}

.card2 .aplicaciones .imagen1 {
  margin-top: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.card2 .aplicaciones .imagen2 {
  margin-top: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.card2 .aplicaciones .imagen3 {
  display: block
}

.card2 .aplicaciones .imagen4 {
  margin-left: 50%;
  margin-top: -15%;
}

.card3 {
   margin-left: 7%;
   margin-bottom: 16%;
   margin-top: -7%;

   img {
    border-radius: 2%;
   }
   
}

.card3 .aplicaciones .imagen1 {
  margin-top: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}


/* CTA */

.CTA {
  display: grid;
  grid-template-rows: 1fr 1fr;
  width: 1366px; 
  height: 767px; 
  background-color: #DDE4D5;
  box-shadow: 5px 15px 25px #acacac;
  border-radius:15px;
  margin-left: 295px;

  @media screen and (max-width: 768px) {
  & {
    display: flex;
    flex-direction: column;
    width: 393px;
    height: 852px;
    margin-left: 0;
    margin-top: 385%;
    }
  }
}

 /* Row-A-CTA */

.rectangle-box-CTA {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 900px;
  height: 267px;
  margin-top: 99.17px;
  
  text-align: center;
  margin-left: 233px;

    @media screen and (max-width: 768px) {
  & {
    margin-left: -42%;
    }
  }
}

.rectangle-box-CTA h3 {
  font-family: "Cormorant+SC", serif;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: lighter;
  line-height: 88%;
  letter-spacing: -5%;
  color: #521515;

  @media screen and (max-width: 798px) {
    & {
      display: none;
    }
  }
}

H4 {
  font-family: "Cormorant+SC", serif;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: lighter;
  line-height: 133%;
  color: #521515;
  margin-left: -20%;
  margin-top: 10%;

  @media screen and (min-width: 798px) {
    & {
      display: none;  
    }
  }
}

.rectangle-box-CTA p {
  font-family: "Cormorant+Garamond", serif;
  font-size: clamp(18px, 3vw, 21px);
  font-weight: lighter;
  line-height: 120%;
  letter-spacing: 8%;
  color: #6A6459;
  margin-top: 25px;
  margin-bottom: -25px;

   @media screen and (max-width: 768px) {
  & {
    margin-left: -20%;
    line-height: 188%;
    }
  }
}


.boton2 {
  text-align: center;
  
  transition: 0.1s ease-in all;
  display: inline-block;
  border: none;

  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration-color: #312A1B;

  margin-right: 44%;
}

.boton2_hover {
 
}

.botonamarillo {
  background-color: #FCE099;
  letter-spacing: 1px;
  border-radius: 7px;
  box-shadow: 5px 15px 25px #acacac;
  margin-top: 66px;
 

  width: 229px;
  height: 68.71px;
  cursor: pointer;
}

.botonamarillo:hover {
  background-color:#f9ebce;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #7d7870;
 
}

.botonamarillo a {
  text-decoration: none;
  color: #2a1b31;
  cursor: pointer;
}

.botonamarillo a:hover {
  color:#767676;
}

/* BOTON RESPONSIVE */

.boton2 {
  @media screen and (max-width: 798px) {
    & {
      display: none;  
    }
  }
}

.boton2_responsive {
  @media screen and (min-width: 798px) {
    & {
      display: none;

      font-family: "Montserrat", sans-serif;
      
      font-weight: 300;
      text-decoration-color: #312A1B;
    }
  }
}

.botonamarillo_responsive {
  background-color: #FCE099;
  letter-spacing: 1px;
  border-radius: 7px;
  box-shadow: 5px 15px 25px #acacac;
  margin-top: 10%;
  margin-left: -19%;
  width: 229px;
  height: 55px;
  font-size: 16px;
  font-size: .88em;
  cursor: pointer;
}

.botonamarillo_responsive:hover {
  background-color:#f9ebce;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #7d7870;
}

.botonamarillo_responsive a {
  text-decoration: none;
  color: #312A1B;
  cursor: pointer;
}

.botonamarillo_responsive a:hover {
  color:#767676;
}


.Row-B-CTA {
  margin-left: 320.23px;
  margin-top: 69px;

  @media screen and (max-width: 798px ) {
    & {
      margin-left: 1.5%;
      margin-top: 38%;
    } 
  }
}

.Row-B-CTA img {
  @media screen and (max-width: 798px ) {
    & {
      width: 365px;
      margin-top: 10%;
    }
  }
}

/* CONTENEDOR FINAL */

.Contenedor-final-LP {
  width: 1366px;
  height: 767px;
  @media screen and (max-width:768px) {
    & {     
      width: 399px;
      height: 852px;
    }
  }
}

.rectangle-box-CF-LP {
  display: grid;
  grid-template-rows: 50% 20% 15% 15%;
  width: 1195.15px; 
  height: 575px;
  /* background-color: aliceblue; */
  margin-left: 360.85px;
  margin-top: 85px;
  margin-bottom: 55px;

  @media screen and (max-width:768px) {
    & {     
      display: none;
    }
  }
}

.rectangle-box-CF-LP .Row-1 p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: 312A1B;
  letter-spacing: 9%;
  line-height: 120%;
  text-shadow: 1.5px 1.5px 1.5px #B5AFAF
}

.rectangle-box-CF-LP .Row-2 {
  display: flex;
  flex-direction: column 1fr 1fr 1fr;
  align-items: center;

  @media screen and (max-width:768px) {
      & {     
        display: block;
    }
  }
}

.rectangle-box-CF-LP .Row-2 .Column-1 {
  font-family: "Cormorant+Upright", serif;
  font-size: clamp(27px, 3vw, 47px);
  font-weight: lighter;
  color: 312A1B;
  letter-spacing: -7%;
  line-height: 120%;
}

.rectangle-box-CF-LP .Row-2 .Column-2 {
  font-family: "Cormorant+Upright", serif;
  font-size: clamp(27px, 3vw, 47px);
  font-weight: lighter;
  color: 312A1B;
  letter-spacing: -7%;
  line-height: 120%;
  margin-left: 60px;

  @media screen and (max-width:768px) {
      & {
        margin-left: -.1%;      
    }
  }
}

.rectangle-box-CF-LP .Row-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.rectangle-box-CF-LP .Row-3 .Column-2 {
  justify-content: center;
  margin-left: 180px;
}

.rectangle-box-CF-LP .Row-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.rectangle-box-CF-LP .Row-4 .Column-1 {
 margin-left: 10px;
}

.rectangle-box-CF-LP .Row-4 .Column-2 {
  display: flex;
  margin-left: 200px;
  align-items: center;
}

.rectangle-box-CF-LP .Row-4 .Column-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 23px;
  margin-left: 377px;
}

.imagen-ícono-1 {
  cursor: pointer;
  transition: 0.1s ease-in all;
  display: inline-block;
  border: none;
  transition: box-shadow 0.3s ease;
}

.imagen-ícono-1:hover {
  background-color:#f9ebce;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
}

.imagen-ícono-1::before {
  opacity: 0;
}

.imagen-ícono-2 {
  cursor: pointer;
  transition: 0.1s ease-in all;
  display: inline-block;
  border: none;
  transition: box-shadow 0.3s ease;
}

.imagen-ícono-2:hover {
  background-color:#f9ebce;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
}

.imagen-ícono-2::before {
  opacity: 0;
}


/* RESPONSIVE */

.rectangle-box-CF-LP_responsive {
  display: none;
  width: 393px; 
  height: 852px;

  @media screen and (max-width:768px) {
      & {     
        display: flex;
        flex-direction: column;
        /* REVISAR PARAMETRO */
        margin-top: 10%;
    }
  }
}

.rectangle-box-CF-LP_responsive .Column_1_responsive h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: 312A1B;
  letter-spacing: 9%;
  line-height: 120%;
  text-shadow: 1.5px 1.5px 1.5px #B5AFAF;
  margin-left: 7%;
  margin-bottom: 22%;
}

.rectangle-box-CF-LP_responsive .Column_1_responsive p {
  font-family: "Cormorant+Upright", serif;
  font-size: clamp(27px, 3vw, 47px);
  font-weight: lighter;
  color: 312A1B;
  letter-spacing: -7%;
  line-height: 120%;
  margin-left: 7%;
  margin-bottom: 5%;
}

.rectangle-box-CF-LP_responsive .Column_1_responsive .C1_responsive_imagen1 img {
  max-width: 100%;
  height: auto;
  margin-left: 1%;
}

/* REVISAR PARAMETRO */
.rectangle-box-CF-LP_responsive .Column_1_responsive .C1_responsive_imagen2 img {
  max-width: 100%;
  height: auto;
  margin-left: 5%;
  
}

.rectangle-box-CF-LP_responsive .Column_2_responsive p {
  font-family: "Cormorant+Upright", serif;
  font-size: clamp(27px, 3vw, 47px);
  font-weight: lighter;
  color: 312A1B;
  letter-spacing: -7%;
  line-height: 120%;
  margin-left: 7%;
  margin-bottom: 5%;
  margin-top: 10%;

}

.rectangle-box-CF-LP_responsive .Column_2_responsive .responsive_imagen_1 img {
  max-width: 100%;
  height: auto;
  margin-left: 6.5%;
  margin-bottom: 3.5%;
}

.rectangle-box-CF-LP_responsive .Column_2_responsive .responsive_imagen_2 img {
  max-width: 100%;
  height: auto;
  margin-left: 6.5%;
  margin-bottom: 3.5%;
  margin-top: 2%;
}

.rectangle-box-CF-LP_responsive .Column_3_responsive {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-top: 33%;
  margin-left: 4.5%;
  gap: 5.5%;
}

.rectangle-box-CF-LP_responsive .Column_3_responsive .C3_responsive_imagen1 img {
  max-width: 100%;
  height: auto;
  margin-top: 55%;
  margin-left: 300%;
}

.rectangle-box-CF-LP_responsive .Column_3_responsive .C3_responsive_imagen2 img {
  max-width: 100%;
  height: auto;
  margin-top: 55%;
  margin-left: 300%;
}