*{
box-sizing: border-box;
}

a {
    color: #0000ee;
    text-decoration: none;
  }

  a:hover {
    color: #0000ee;
    text-decoration: none;
  }

  #u_content_button_9 a:hover {
    color: #FFFFFF !important;
    background-color: #3AAEE0 !important;
  }

  #u_content_form_1 a:hover {
    color: #FFF !important;
    background-color: #37d67a !important;
  }

  .u-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }

  .u-row .u-col {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }


  .u-row .u-col.u-col-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .u-row .u-col.u-col-33p33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .u-row .u-col.u-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-row .u-col.u-col-66p67 {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }

  .u-row .u-col.u-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }



  @media (max-width: 767px) {
    .u-row:not(.no-stack) {
      flex-wrap: wrap;
    }

    .u-row:not(.no-stack) .u-col {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }

  .layout-mobile {
    .u-row:not(.no-stack) {
      flex-wrap: wrap;
    }

    .u-row:not(.no-stack) .u-col {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }

  body,
  html {
    padding: 0;
    margin: 0
  }


  html {
    box-sizing: border-box;
    scroll-behavior: smooth;
  }

  *,
  :after,
  :before {
    box-sizing: inherit
  }

  html {
    font-size: 14px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    
  }

  body {
    font-family: Monserrat;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff
  }

  p {
    margin: 0
  }

  .error-field {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }

  .error-field input,
  .error-field textarea {
    border-color: #a94442 !important;
    color: #a94442 !important
  }

  .field-error {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    right: 10px
  }

  .field-error:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ebcccc;
    border-width: 5px;
    margin-left: -5px
  }

  .spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center
  }

  .spinner>div {
    width: 12px;
    height: 12px;
    background-color: hsla(0, 0%, 100%, .5);
    margin: 0 2px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
  }

  .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
  }

  .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
  }

  @-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    to {
      -webkit-transform: scale(0)
    }

    40% {
      -webkit-transform: scale(1)
    }
  }

  @keyframes sk-bouncedelay {

    0%,
    80%,
    to {
      -webkit-transform: scale(0);
      transform: scale(0)
    }

    40% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  @-webkit-keyframes shake {

    0%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
    }
  }

  @keyframes shake {

    0%,
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
    }
  }

  @media only screen and (max-width:480px) {
    .hide-mobile {
      display: none !important
    }
     
    .hide-desktop {
      display: block !important
    }

    .container  {
      max-width: 100% !important
      
    }
  }


  .container {
    width: 100%;
    
    
    justify-content: center;
     align-items: center;
  }

  @media (min-width:576px) {
    .container {
      max-width: 540px
    }
  }

  @media (min-width:768px) {
    .container {
      max-width: 720px
    }
  }

  @media (min-width:992px) {
    .container {
      max-width: 960px
    }
  }

  @media (min-width:1200px) {
    .container {
      max-width: 1140px
    }
  }
  

  .social-buttons {
          position: fixed;
          justify-content: center;
          align-items: center;
          top: 30px;
          right: 10px;
          display: flex;
          flex-direction: column;
          gap: 0px; /* Más espacio entre los botones */
          
      }
      .social-buttons a {
        font-family: 'Montserrat', sans-serif;
        margin-top: 70px;
          display: block;
          background-color: #004c58; /* color boton */
          width: 40px;
          height: 40px;
          color: white;
          text-align: center;
          line-height: 45px;
          border-radius: 50%;
          text-decoration: none;
          transition: background-color 0.3s;
          position: relative;
          box-shadow: 0 3px 5px 5px rgba(247, 246, 246, 0.1); /* Sombra gris claro */
      }
      .social-buttons a:hover {
          background-color: #A6CE39;
      }
      .social-buttons i {
          font-size: 20px;
      }
      .social-buttons a::after {
          content: attr(data-tooltip); /* Muestra el nombre de la red social */
          position: absolute;
          top: 20%;
          right: 110%;
          transform: translateY(-50%);
          
          color: #A6CE39;
          padding: 5px 10px;
          border-radius: 20px;
          white-space: nowrap;
          opacity: 0;
          transition: opacity 0.4s;
          pointer-events: none;
      }
      .social-buttons a:hover::after {
          opacity: 1;
      }
      body {
        padding-top: 56px; /* Ajusta este valor según la altura de tu navbar */
      }
      .instagram {
        background: linear-gradient(45deg, #8442b1, #fcac48);
      }
              /* Estilo para el fondo */
      .dropdown-menu {
        background-color: #e3f4f6; /* azul claro */
      }

      /* Estilo para los elementos del menú */
      .dropdown-item {
        font-family: Montserrat;
        color: #000; /* Color del texto */
        padding: 10px 20px; /* Espaciado interno */
      }

      /* Efecto al pasar el mouse */
      .dropdown-item:hover {
        background-color: #9da7a8; /* Verde más oscuro al pasar el mouse */
        color: #ffffff; /* Color del texto al pasar el mouse */
      }
      /* Centrar el contenedor del GIF */
    
      .ul1{
        top: 0%;
        margin: 0%;
      }
      .gif-container {
        font-family: Montserrat;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        
    }
    
    .flotante {
      
            
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        display: flex;
        flex-direction: column;
        margin-top: 105px;
        margin-left: 30px;
      }

      @media (min-width: 320px) {
        /* Estilos para celulares */
        .gif-container .flotante {
          margin-top: 0px;
          margin-left: -60px;
          padding: 80px;
          
        }
      }
      @media (min-width: 768px) {
        /* Estilos para tablets */
        .gif-container .flotante {
          
          margin-left: -45px;
          padding-top: 105px;
        }
      }

      
      
      .flexmenu {
          margin-top: 0%;
          
          transition: opacity 0.3s ease;
      } 
      .flexmenu:hover {
          cursor: pointer;
          opacity: 1;
          margin: 8px;
      }
      .flex-item {
          width: 100%; /* Ocupa todo el ancho de la página */
          height: auto; /* Mantiene la proporción del GIF */
        }
    
      .titulop{
        font-size: 30px;
        line-height: 42px;
        font-family: Monserrat;
        text-align: center;
        font-weight: bold;
        margin-top: 15px;
        height: 0%;
      }
  /* whatsapp flotante */
      .whatsapp-float {
        position: fixed;
        width: 60px; /* Ajusta el tamaño según tus necesidades */
        height: 60px; /* Ajusta el tamaño según tus necesidades */
        bottom: 20px; /* Ajusta la distancia desde la parte inferior */
        right: 20px; /* Ajusta la distancia desde la parte derecha */
        background-color: #25d366; /* Color de fondo del botón */
        border-radius: 50%; /* Hace que el botón sea redondo */
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Sombra para darle un efecto flotante */
        overflow: hidden; /* Asegura que la imagen no se salga del borde redondeado */
    }
    
    .whatsapp-float img {
        width: 100%; /* Asegura que la imagen ocupe todo el botón */
        height: auto; /* Mantiene la proporción de la imagen */
        border-radius: 50%; /* Hace que la imagen sea redonda */
    }

    .social-menu {
      list-style: none;
      display: flex;
      justify-content: center; /* Centra los íconos horizontalmente */
      padding: 0;
  }
  
  .social-menu li {
      margin: 0 10px; /* Espacio entre los íconos */
  }
  
  .social-menu a {
      text-decoration: none;
      font-size: 24px; /* Tamaño de los íconos */
      color: white; /* Color por defecto */
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
  }
  
  .social-menu .fa-facebook { background: #3B5998; }
  .social-menu .fa-twitter { background: #55ACEE; }
  .social-menu .fa-instagram { background: #E4405F; }
  .social-menu .fa-linkedin { background: #0077B5; }
  
  .social-menu a:hover {
      opacity: 0.7; /* Efecto hover */
  }
  .backgroundp {
    background-image: url(/imagenes/fondob.jpg);
    background-size: cover;
    background-attachment: scroll;
    height: 200%;
    width: 100%;
}
.floating-text {
    position: fixed;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    z-index: 1000;
  }   
  .contenscroll {
    margin: 0;
    padding: 0;
    height: 300%;
    
}
.vidyoutube {
  height: 60%;
  width: 100%;
  background-color: #024c57;
  color: rgb(250, 249, 249);
  font-family: Monserrat, sans-serif;
  padding-top: 0;
  text-align: center;
  justify-content: center; 
  
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-bottom: 5%;
  
}
.h1{
  font-family: Monserrat;
  
}

.h2{
  font-family: Monserrat;
  
}

.container1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box {
  display: flex;
  align-items: center;
  background: #00515B;
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease-in-out;
}

.box.reverse {
  flex-direction: row-reverse;
}

.box img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  transition: transform 0.5s ease-in-out;
}

.box.reverse img {
  margin-right: 0;
  margin-left: 20px;
}

.box:hover img {
  transform: translateY(-10px);
  
}

.box p {
  margin: 0;
}

.box:hover {
  transform: translateX(10px);
  
}
.background2 {
  background-image: url(/imagenes/fondopp.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 20px;
  background-position: center; 
  overflow: hidden;
  text-align: center;
}
.background3 {
  margin-top: 20px;
  background-image: linear-gradient( 0deg, rgb(0,0,0,0.7), rgb(0,0,0,0.6) ), url(/imagenes/phone.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 30px;
  background-position: center; 
  overflow: hidden;
  text-align: center;
}
.background1 {
  background-image: url(/imagenes/fondoquien.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: auto;
  width: 100%;
 padding-bottom: 40px;
 justify-content: center;
 text-align: center;
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(2fvfff0rem, 1fr));
  
}

@media (min-width: 320px) {
  /* Estilos para celulares */
  .background1 .floating-image{
    margin-top: -29%;
    margin-left: 0%;
    padding: 0%;
    
  }
}
@media (min-width: 768px) {
  /* Estilos para tablets */
  .background1  .floating-image{
    padding-top: 0%;
    margin: 0%;
  }
}




.tquien{
  width: 50%; /* Ajusta el porcentaje según tus necesidades */
  margin: 0 auto; /* Esto centra el párrafo horizontalmente */
  text-align: justify; /* Opcional: para justificar el texto */
  border-radius: 10px;
  color: azure;
  background-color: #00515B;
  text-align: center;
  font-family: Montserrat;
}

.pquien{

  width: 50%; /* Ajusta el porcentaje según tus necesidades */
  margin: 0 auto; /* Esto centra el párrafo horizontalmente */
  text-align: center; /* Opcional: para justificar el texto */
  background: linear-gradient(to bottom, #00515B, #012d33); /* Color con transparencia */
  color: #ffffff;
  border-radius: 10px;
  
  font-family: "Montserrat";
  padding: 40px;
  Justify-content: center;

}
.pquien2{

  width: 50%; /* Ajusta el porcentaje según tus necesidades */
  margin: 0 auto; /* Esto centra el párrafo horizontalmente */
  text-align: center; /* Opcional: para justificar el texto */
  background: linear-gradient(to bottom, #A6CE39, #6e8f14); /* Color con transparencia */
  color: #ffffff;
  border-radius: 10px;
  padding: 1em;
  font-family: Montserrat"
}
.botonesp2{
  
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
   

}


.botonesp{
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
   
}
.botonesp img {
    width: 150px;
    transition: transform 0.0s;
}

.image-wrapper {
  display: grid;
  position: relative;
  place-items: center;
  
  grid-column: span 4;
}


/* Media queries para pantallas más grandes */
@media (min-width: 600px) {
  .image-wrapper {
    grid-column: span 1;
  }
}

@media (min-width: 900px) {
  .image-wrapper {
    grid-column: span 1;
  }
}
.image-wrapper img {
  max-width: 140%;
  height: auto;
  display: block;
}
.image-wrapper img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .1s;
}
.image-wrapper:hover img.hover {
  opacity: 1;
}
.image-wrapper:hover img.default {
  opacity: 0;
}
.contenqt{
  font-size: 1em;
  background-color: rgba(0, 81, 91, 0.7); /* Fondo color 00515B con transparencia */
  
  border-radius: 25px; 
  width: 80%;
  height: 150px;
  padding: center;
  margin: 0 auto;       
}
.navbar-custom {
  background-color: #00515B  ; /* Color inicial del menú */
  
  box-shadow: 0 8px 10px rgba(247, 246, 246, 0.1); /* Sombra gris claro */

}
.navbar-scroll {
  background-color: #A6CE39; /* Color del menú al hacer scroll */
}
.content1{

max-width: 1200px;
margin: 0 auto;
padding: 20px;
}

.sect1 {
  display: grid;
  gap: 10px;
  justify-items: center;
  }
  .sectpas {
    display: grid;
    background: none;
    color: #ffffff;
    margin: 20px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;     
    background-image: url(/imagenes/fondotec2.jpg);
    background-repeat: no-repeat;
    width: 98%; 
    height: 100%; 
    background-position: center; 
    background-size: cover;
    
   }
.section1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(to left, #ffffff 60%, #00515B 100%);
  color: #050b0c;
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;  
  min-height: 300px;
 }
 .section1:nth-child(even) {
  flex-direction: row-reverse;
}
.section1 img {
  width: 300px;
  height: auto;
  margin-right: 10px;
  transition: transform 0.5s;
}

.section1 img:hover {
  transform: translateX(20px);
}

.bold1{
  font-weight:bold;
  
}
.pult{
  margin-left: 40px;
  margin-top: 40px;
}

.section2 {
  display: grid;
  grid-template-columns: 1fr 1fr;  
  background: linear-gradient(to right, #ffffff 60%, #00515B 100%);
  color: rgb(14, 5, 5);
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 300px;
 }
 .section2:nth-child(even) {
  flex-direction: row-reverse;
}
.section2 img {
  width: 300px;
  height: auto;
  margin: 0 20px;
  transition: transform 0.5s;
}
.section2 img:hover {
  transform: translateX(20px);
}

.center-button {
  display: block;
  margin: 0 auto;
}
.boton1:hover{
  background-color: #007B8A;
  transform: scale(1.05);
  
}
.boton1 {
  background-color: #00515B;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  box-shadow: 0 4px #999;
  transition: background-color 0.3s, transform 0.3s;
  font-family: Montserrat;
  place-items: center;
}
.boton2 {
  background-color: #00515B;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  box-shadow: 0 4px #999;
  transition: background-color 0.3s, transform 0.3s;
  font-family: Montserrat;
  cursor: default;
}
.boton2:hover{
  background-color: #A6CE39;
  transform: scale(1.05);
  cursor: default;
}
.imagen-reducida {
  width: 60%; /* Ajusta el porcentaje según tus necesidades */
  height: auto; /* Mantiene la proporción de la imagen */
  vertical-align: middle; /* Alinea verticalmente la imagen con el texto */
}


.overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: moveDown 6s forwards;
  width: 45%; /* Ajusta el porcentaje según tus necesidades */
  height: auto; /* Mantiene la proporción de la imagen */
  vertical-align: middle; /* Alinea verticalmente la imagen con el texto */
}
/* Media query para dispositivos móviles */




@media (max-width: 768px) {
  .overlay {
    width: 40%; /* Ajusta el tamaño de la imagen para pantallas más pequeñas */
    /* top: 20%; Ajusta la posición de la imagen */
    margin: -210px;    
    margin-left: 2px;
  }
}

@keyframes moveDown {
  from {
      top: 0;
  }
  to {
      top: 70%;
  }
}
.floating-image {
  position: absolute;
  top:  350px;
  left: -100px; /* Empieza fuera de la pantalla */
  transform: translateY(-20%);
  transition: left 1s ease-in-out;
  width: 200px;
  display: grid;
}
.background1.loaded .floating-image {
  left: 15%;
  transform: translate(-50%, -50%);
}
.backgroundqu {
  background-image: url('imágenes/fondqui.jpg');
  background-size: cover; /* Ajusta la imagen para cubrir todo el div */
  background-position: center; /* Centra la imagen */
  width: 100%; /* Ajusta el ancho del div */
  height: 400px; /* Ajusta la altura del div */
  padding: 3em;
}
.grid1{
  margin-top: 50px;
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.grid2{
  padding: 0%;
  height: auto;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  background: radial-gradient(circle, #ffffff, #00515B);
  border-radius: 16px;
}

.titudis{
  grid-column: 1/3;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: bold;
  border-radius: 10px; 
}

.textocenter{
  grid-column: 1/3;
  width: 60%;
  margin: 0 auto;
  text-align: justify;
  font-family: Montserrat;
}

.textocenter2{
  grid-column: 1/4;
  width: 100%;
  font-family: Montserrat;
  text-align: justify;
}
.titlez{
  text-shadow: 0px 0px 2px #555454;
  font-weight: bold; 
  text-align: center; 
  margin-top: 20px; 
  color: #ffffff;
  font-family: Montserrat;
}
.tituver{
  color:#A6CE39;
  font-weight:bold;
  text-shadow: #000;
   font-size: large; 
   text-align: center;
   font-family: Montserrat;
}
.var_dis{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FFFFFF;
  overflow: hidden;
 }
 .integrax{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-columns: 30% 70% 33% 33% 33%;  Primera fila: dos columnas */
  grid-template-rows: auto; /* Dos filas */
  gap: 20px; /* Espacio entre columnas y filas */
  justify-items:center;
  font-family: Montserrat;
  overflow: hidden;
 }
 .integrax1{
  background: none;
  display: grid;
  place-items: center;
  justify-items: center;
  font-family: Montserrat;
 }
 .integrax2{
  background: none;
  display: grid;
   grid-column: 2/4;
  align-items: center;
  justify-content: start;
  margin-left: -10%;
  font-family: Montserrat;
 }
 .integrax3{
  background: none;
  display: grid;
  place-items: start;
  justify-items: start;
  font-family: Montserrat;
 }
 .integrax4{
  background: none;
  display: grid;
  place-items: start;
  justify-items: start;
  font-family: Montserrat;
 }
 .integrax5{
  background: none;
  display: grid;
  place-items: start;
  justify-items: start;
  font-family: Montserrat;
 }


 @media (max-width: 600px) {
  .v-text-align, .floating-image{
      width: 30%; /* Puedes ajustar este porcentaje según sea necesario */
      margin: 0 auto; 
  }
}


 
.integra{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #FFFFFF;
  font-family: Montserrat;
 }
/* Ajustes para pantallas más pequeñas */
@media (max-width: 1024px) {
  .integra {
    grid-template-columns: repeat(2, 1fr); /* Dos columnas para pantallas medianas */
  }
}

@media (max-width: 768px) {
  .integra {
    grid-template-columns: 1fr; /* Una columna para pantallas pequeñas */

  }
}
  @media (max-width: 768px) {
    .sectpas {
      background-color:#02282e;
  
    }
}
 .integra1{
  background: #FFF;
  display: grid;
  grid-column: 1/4;
  place-items: center;
  font-family: Montserrat;
 }
 .integra2{
  display: grid;
  place-items: center;
  margin: 50px;
  font-family: Montserrat;
 }
 .integra3{
  display: grid;
  place-items: center;
  font-family: Montserrat;
  
 }
 .integra4{
  display: grid;
  place-items: center;
  margin-right: -180px;
  font-family: Montserrat;
 }
 .integra5{
  background: #FFFFFF;
  
  padding: 0px;
  display: grid;  
  place-items: center; 
  font-family: Montserrat;
 }
 .integra4, .integra2, .integra3, .integra5, .integra1, .integrax3, .integrax4, .integrax5, .integrax1{
  grid-column: span 3;
}

/* Media queries para pantallas más grandes */
@media (min-width: 600px) {
  .integra4, .integra2, .integra3, .integra5, .integra1, .integrax3, .integrax4, .integrax5, .integrax1, .boxi1{
    grid-column: span 1;
  }
}
@media (min-width: 600px) {
.cont1 .cont2 .cont3{
  grid-column: span 1;
  }
}

@media (min-width: 900px) {
  .integra4, .integra2, .integra3, .integra5, .integrax3, .integrax4, .integrax5, .integrax1, .boxi1{
    grid-column: span 1;
  }
}
.sombra{
  border-radius: 16px; 
  padding: 20px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: Montserrat;
}
.wrapper1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  
  font-size:18px; 
  margin: 20px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  background-color: #ffffff;
}

.boxi1 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-top: 0px;
}


.boxi2 {
  grid-column-start: 1;
  grid-row-start: 3;
  
  place-items: end;
  justify-items: end;
  align-items: end;
}
.boxi6 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: 7;
  padding: 60px;
  margin: 30px;
  justify-items: center;
}
* {
  box-sizing: border-box;
}

.wrapper1 > div {
  border: 2px solid #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 1em;
  color: #070403;
}

.nested {
  border: 2px solid #ffec99;
  border-radius: 5px;
  background-color: #fff9db;
  padding: 4em;
}
.whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: none;
  color: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  z-index: 1000;
}
.whatsapp-button i {
  font-size: 50px;
}
.button-3 {
  text-decoration: none;
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: bold 20px Montserrat, sans-serif; /* Letra grande y negrita */
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  -webkit-tap-highlight-color: transparent;
  width: 250px; /* Ancho fijo para todos los botones */
  text-align: center; /* Centra el texto */
 align-items: flex-start; /* Alinea los botones a la izquierda */
 font-family: Montserrat;
 font-size: 16PX;
 flex-wrap: wrap; /* Permite que los elementos se ajusten en pantallas pequeñas */
 overflow: hidden; /* Asegura que el contenido no se desborde */
 display: flex;
    justify-content: center;   
}
.button-3:focus {
  outline-style: solid;
  outline-color: transparent;
}
.button-3 {
  touch-action: manipulation;
  margin: 3px;
  cursor: pointer;
}
.button-3 {
  touch-action: manipulation;
  position: relative;
  border: 1px solid #00515B;
  border-radius: 50px;
  padding: 12px 16px;
  background-color: #00515B;
  background-image: radial-gradient(75% 50% at 50% 0%, #00515B, transparent), radial-gradient(75% 35% at 50% 80%, #00515B, transparent);
  box-shadow: inset 0 -2px 4px 1px rgba(30, 62, 104, 0.26), inset 0 -4px 4px 1px #00515B, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px #00515B;
  transition-property: border-color, transform, background-color;
  transition-duration: 0.2s;
}
.button-3::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  width: 95%;
  height: 40%;
  background-image: linear-gradient(to bottom, #a4d1d8, transparent);
  opacity: 0.9;
}
.button-3:hover {
  transform: scale(1.14);
}
.button-3:active {
  border-color: #00515B;
  transform: scale(0.96);
  background-color: #022c31;
}
@media (max-width: 600px) {
  button.button-3 {
      font-size: 8px; /* Ajusta el tamaño de la fuente para pantallas pequeñas */
      padding: 0px 0px; /* Ajusta el relleno para pantallas pequeñas */
      width: 120px;
      margin-left: -20px;
      margin-top: -1px;
      
      
  }
  
}
@media (max-width: 800px) {
  .floating-image {
   /* left: 300em;  Ajusta la posición según sea necesario */
    width: 90px; /* Redimensiona la imagen para pantallas más pequeñas */
  }

  .pquien {
    width: 70%; /* Amplía el ancho del párrafo en pantallas más pequeñas */
  }
}

@media (max-width: 600px) {
  .floating-image {
    /* left: 300em; Ajusta la posición aún más para pantallas más pequeñas */
    width: 90px; /* Redimensiona la imagen aún más para pantallas pequeñas */
  }

  .pquien {
    width: 100%; /* Ocupa todo el ancho disponible en pantallas pequeñas */
  }
}
