@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html{
  scroll-behavior: smooth;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.modalLoading {
  display: none;
  position: fixed;
  z-index: 1400;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(25, 25, 25, 0.8) url("../Imagenes/Fondos/loading.svg") 50% 50% no-repeat;
}

body.loading .modalLoading {
  overflow: hidden;
  display: block;
}

* {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.h-cuerpo {
  flex: 1;
  width: 100%;
}

/* nav */
.position-nav {
  position: sticky;
  top: 0;
  z-index: 1100;
}

.nav-asp {
  height: 5rem;
  background-color: rgba(242, 242, 242, 1);
}

.w-contenido {
  width: 88%;
}

.w-contenido2 {
  width: 60%;
}

.w-contenido3 {
  width: 87%;
}

.nav-imgs {
  position: relative;
  height: 4.5rem;
}

.pst-imgs {
  position: absolute;
  height: 100%;
}

.pst-imgs2 {
  position: absolute;
  top: 50%;
  left: 75px;
  transition: all 1s ease-out;
}

.nav-logo1 {
  height: 4rem;
  transition: height 1s ease-out;
}

.nav-logo2 {
  height: 0.6rem;
}

.nav-logos .pst-imgs:hover .nav-logo1 {
  height: 4.3rem;
}

.nav-logos .pst-imgs:hover+.pst-imgs2 {
  left: 88px;
}

.color-font * {
  color: #707070;
  font-weight: 500;
}

.item-a a {
  text-decoration: none;
  text-align: center;
}

.item-a a:hover {
  color: #12b783;
  font-weight: bold;
}

.nav-item1 {
  text-align: center;
  width: 60px;
}

.nav-item2 {
  text-align: center;
  width: 120px;
}

.nav-item3 {
  text-align: center;
  width: 120px;
}

.nav-item4 {
  text-align: center;
  width: 60px;
}

.nav-item5 {
  text-align: center;
  width: 60px;
}

.btn-pem {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #12b783 !important;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  color: #12b783 !important;
  font-weight: bold;
}

.btn-pem .a-texto {
  width: 155px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-pem .a-flecha {
  background-color: #12b783;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-pem .a-flecha i {
  font-size: 1.3rem;
  color: #fff;
}

.btn-pem:hover {
  background-color: #12b783;
  border-color: #12b783;
  color: #fff !important;
}

.btn-pem:active {
  border-color: #12b783;
  color: #12b783;
}

.btn-pem:hover .a-flecha {
  background-color: #fff;
}

.btn-pem:hover .a-flecha i {
  color: #12b783;
}

.btn-pem:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}

.btn-menu {
  border: 1px solid #12b783;
  border-radius: 10px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
  cursor: pointer;
}

.btn-menu i {
  color: #12b783;
  font-size: 1.3rem;
}

.btn-menu:hover {
  border-color: #12b783;
  background-color: #12b783;
}

.btn-menu:hover i {
  color: #fff;
}

.menu-apr {
  display: none;
}

@media screen and (max-width: 915px) {
  .nav-dsp {
    display: none;
  }

  .menu-apr {
    display: block;
  }
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(18, 183, 131, 1);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.2em;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: rgba(20, 56, 45, 1);
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
}

.overlay .closebtn i {
  font-size: 25px;
  color: #000;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* iconos inicio */
.ico-svg svg {
  width: 35px;
  height: 35px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ico-svg svg path,
.ico-svg svg circle,
.ico-svg svg ellipse {
  fill: #fff;
}

/* Footer */
.ft-back {
  background-color: #12b783;
  border-radius: 5.4rem 0 0 0;
}

.footer-p1 {
  border-radius: 5rem 0;
  background-color: #e8e8e8;
}

.ft-pe-col1 {
  padding-right: 3rem;
}

.ft-img-col {
  width: 40%;
  object-fit: contain;
}

.ft-text-col {
  border-top: solid 1px #12b783;
  padding-top: 10px;
  text-align: justify;
  font-size: 14px;
  line-height: 1.2rem;
}

.footer-p2 {
  height: 4rem;
}

.ft-text {
  color: #fff;
}

.ft-titulo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #12b783;
  padding-bottom: 5px;
  border-bottom: solid 1px #12b783;
}

.ft-titulo2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #12b783;
  padding-bottom: 5px;
  border-bottom: solid 1px #12b783;
}

.ft-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ft-ul-li:hover {
  border-left: solid 2px #12b783;
}

.ft-ul-li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.ft-ul-li a {
  text-decoration: none;
  padding-left: 8px;
}

.ft-pe-col2 {
  padding-right: 2rem;
}

.redes-font * {
  font-size: 13px;
}

.ft-col-redes {
  border-left: solid 2px #12b783;
}

.redes-a {
  text-decoration: none;
}

.ft-btn-icono {
  border-radius: 8px;
  border: solid 1px #707070;
  padding: 2px 6px;
}

.ft-btn-icono i {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .ft-pe-col1 {
    padding-right: 0;
  }

  .ft-pe-col2 {
    padding-right: 0;
  }

  .ft-col-redes {
    border-left: 0;
  }
}

/* inicio */
.div-inicio-msg {
  position: relative;
}

.st-inicio {
  height: calc(100vh - 75px);
}

.st-h2-texto {
  width: 50%;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.st-10 {
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.impacto-subtitulo{
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.btn-impacto {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #12b783 !important;
  padding: 0.2rem 0.2rem 0.2rem 0.7rem;
  color: #12b783 !important;
  font-weight: bold;
}

.btn-impacto .a-texto {
  width: 270px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-impacto .a-flecha {
  background-color: #12b783;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-impacto .a-flecha i {
  font-size: 1.3rem;
  color: #fff;
}

.btn-impacto:hover {
  background-color: #12b783;
  border-color: #12b783;
  color: #fff !important;
}

.btn-impacto:active {
  border-color: #12b783;
  color: #12b783;
}

.btn-impacto:hover .a-flecha {
  background-color: #fff;
}

.btn-impacto:hover .a-flecha i {
  color: #12b783;
}

.btn-impacto:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}

.st-h5-texto {
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.st-imagen-texto {
  background-image: url("../Imagenes/img-fondos/inicio-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.text-optimiza{
  padding-top: 12%;
}



.st-bg-servicios {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: transparent; 
  width: 100%; 
  overflow: visible; 
  background: 
    url("../Imagenes/img-fondos/Superior_izquierdo.png") top left no-repeat, 
    url("../Imagenes/img-fondos/inferior_derecho.png") bottom right no-repeat; 
  
  
  background-size: 
    991px 843px, /* Tamaño para la imagen superior izquierda */
    600px 600px; /*Tamaño para la imagen inferior derecha*/  
  
  background-position: 
    -719px -456px,   /*Mueve la imagen superior izquierda hacia la izquierda y arriba*/
    calc(100% + 340px) calc(100% + -1px); /*Mueve la imagen inferior derecha hacia la derecha y abajo */

}

@media screen and (max-width: 992px) {
  .st-bg-servicios {    
    background-size: 
      700px 752px, /* Tamaño para la imagen superior izquierda */
      600px 600px; /*Tamaño para la imagen inferior derecha*/  
    
    background-position: 
      -555px -358px,   /*Mueve la imagen superior izquierda hacia la izquierda y arriba*/
      calc(100% + 443px) calc(100% + -7px); /*Mueve la imagen inferior derecha hacia la derecha y abajo */
  
  }
}

@media screen and (max-width: 705px) {
  .st-bg-servicios {    
    background-position: 
      -745px -200px,   /*Mueve la imagen superior izquierda hacia la izquierda y arriba*/
      calc(100% + 443px) calc(100% + -7px); /*Mueve la imagen inferior derecha hacia la derecha y abajo */
  }
}

@media screen and (max-width: 426px) {
  .st-bg-servicios {    
    background-position: 
      -586px -200px,   /*Mueve la imagen superior izquierda hacia la izquierda y arriba*/
      calc(100% + 443px) calc(100% + -7px); /*Mueve la imagen inferior derecha hacia la derecha y abajo */
  }
}


.st-bg-porque {
  /* height: 1300px; */
  padding-top: 100px;
  position: relative;
  background-color: #fff; 
  width: 100%; 
  overflow: visible; 
  position: relative;
  
  background: none;  
}

.st-bg-porque::before {
  content: '';
  position: absolute;
  bottom: -85%;  
  left: 50%;
  transform: translateX(-50%); 
  
  background-image: url("../Imagenes/img-fondos/lineal.png");
  background-size: 190% 120%;  
  background-position: 60%;  
  background-repeat: no-repeat;

  width: 100%;  
  height: 100%;  
  z-index: -1;
}
@media screen and (max-width:768px) {
  .st-bg-porque::before {
    bottom: -73%;  
    background-size: 1000% 90%;  
    background-position: 60%;  
  }
}

.st-mensaje {
  position: relative;
}

.img-ico-ctc {
  object-fit: cover;
  width: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.btn-ctc {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 0.2rem 1rem;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out, border-color 0.7s ease-in-out;
  position: relative;
  width: auto;
}

.btn-ctc .a-texto {
  margin: 4px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  transition: none;
}

.btn-ctc .a-flecha {
  background-color: #fff;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 3px;
  transition: transform 0.7s ease-in-out, margin-left 0.7s ease-in-out;
}

.btn-ctc .a-flecha i {
  font-size: 1.3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: #12b783;
}

.btn-ctc.hovered {
  background-color: #12b783;
  color: #fff;
  border-color: #fff;
  width: 180px; 
}

.btn-ctc.hovered .a-texto {
  content: "Contactanos";  
}

.btn-ctc.hovered .a-flecha {
  background-color: #fff;
  transform: scale(1.2);
  margin-left: 5px;
}

.btn-ctc:active {
  border-color: #12b783;
  color: #fff !important;
}

.btn-solicita {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #12b783;
  padding: 0.1rem 1rem;
  color: #12b783;
  font-weight: bold;
  font-size: 0.85rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  position: relative;
  background-color: #fff;
}

.btn-solicita .btn-texto {
  margin: 4px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}

.btn-solicita .btn-flecha {
  background-color: #12b783;
  border-radius: 50%;
  padding: 0.1rem;
  margin: 0px;
  transition: background-color 0.5s, transform 0.5s, margin-left 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-solicita .btn-flecha i {
  font-size: 1.2rem;
  color: #fff;
}

.btn-solicita:hover {
  background-color: #12b783;
  color: #fff;
  border-color: #12b783;
}

.btn-solicita:hover .btn-texto {
  content: "Contactanos";  
}

.btn-solicita:hover .btn-flecha {
  background-color: #fff;
  transform: scale(1.2);
  margin-left: 5px;
}

.btn-solicita:hover .btn-flecha i {
  color: #12b783;
}

.impacto-clientes{
  height: calc(100vh - 75px);
}

.imagen-cliente {
  width: 60px;  
  height: 60px; 
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #12b783;
  margin-left: -10px;
  background-size: 80%; 
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  display: inline-block;
}

.imagen-cliente:first-child {
  margin-left: 0;
}

.img-1 { background-image: url('../Imagenes/Empresas/sky.png'); }
.img-2 { background-image: url('../Imagenes/Empresas/isoft.png'); }
.img-3 { background-image: url('../Imagenes/Empresas/rapi2.png'); }
.img-4 { background-image: url('../Imagenes/Empresas/conecta.png'); }
.img-5 { background-image: url('../Imagenes/Empresas/myapp.png'); }


.st-servicios {
  margin-top: -70px;
  margin-bottom: 4rem;
}

.row-servicios {
  width: 94%;
  padding: 2rem 1.5rem;
}

.borde-st {
  background-color: rgba(232, 232, 232, 1);
  border-radius: 5.4rem 0 5.4rem 0;
}

.h2-servicios {
  color: rgba(18, 183, 131, 1);
  font-weight: bold;
}

.logo-im-ser {
  width: 50%;
  object-fit: contain;
}

.logo-im-texto {
  text-align: justify;
  font-size: 14px;
  line-height: 1.2rem;
}

.btn-servicio-a {
  text-decoration: none;
}

.ico-borde-servicio {
  border-radius: 50%;
  border: solid 2px rgba(18, 183, 131, 0.7);
  padding: 5px;
}

.ico-servicio {
  border-radius: 50%;
  background-color: rgba(18, 183, 131, 0.7);
  padding: 0.5rem 1rem;
}

.ico-borde-servicio .ico-servicio i {
  color: #fff;
  font-size: 2.3rem;
}

.nombre-servicio {
  font-size: 13px;
  color: rgba(18, 183, 131, 0.7);
  font-weight: bold;
}

.btn-servicio-a:hover .ico-servicio {
  background-color: rgba(18, 183, 131, 1);
}

.btn-servicio-a:hover .ico-borde-servicio {
  border: solid 2px rgba(18, 183, 131, 1);
}

.btn-servicio-a:hover .nombre-servicio {
  color: rgba(18, 183, 131, 1);
}

/* .crd-elegirnos-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5rem; 
  padding: 70px;
} */

.crd-elegirnos {
  background-color: transparent;
  height: 100%;
  /* padding: 15px; */
  /* text-align: center; */
  /* max-width: 250px; */
  max-width: 16rem;
  flex: 1;
}

.crd-elegirnos-etiqueta {
  display: inline-block;
  background-color: #12b783;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 0.7rem;
  font-weight: bold;
}

.crd-elegirnos-numero {
  font-size: 5rem; 
  color: #000;
  margin: 10px 0;
  font-weight: bold;
}

.crd-elegirnos-titulo {
  font-size: 1.2rem;
  font-weight: bold;
  color: #707070;
  text-align: start;
}

.crd-elegirnos-descripcion {
  font-size: 0.8rem;
  color: #707070;
  margin-top: 10px;
  text-align: start;
}

.clientes-opiniones {
  margin-top: 15%;
  /* padding: 30px 5%; */
  background-color: #fff;
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .clientes-opiniones {
    margin-top: 30%;
  }
}
.cliente-cuadro {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 40px; 
  text-align: center;
  position: relative;
}

.cliente-imagen {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 195px;
  height: 60px;
  border-radius: 24px;
  border: 3.2px solid #12b783;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  padding: 0px 5px 0px 5px;
}

.b-cliente{
  font-size: 0.7rem;
}

.cliente-head { 
  background-color: white; 
  background-position: center center;
  background-size: 100%;
}

.cliente-sector{
  font-size: 0.7rem;
  color: #000;
  margin: 10px 0;
}

.cliente-opinion {
  font-size: 0.7rem;
  color: #555;
  margin: 15px 0px 5px 0px;
}

.cliente-estrellas i {
  font-size: 1.1rem;
  margin-right: 3px;
}

.cliente-estrellas .bi-star {
  color: #12b783;
}

.cliente-estrellas .bi-star-fill,
.cliente-estrellas .bi-star-half {
  color: #12b783;
}

.btn-pem-con {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  color: #ffffff !important;
  font-weight: bold;
}

.btn-pem-con .a-texto {
  width: 255px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-pem-con .a-flecha {
  background-color: #ffffff;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-pem-con .a-flecha i {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.3rem;
  color: #12b783;
}

.btn-pem-con:hover {
  background-color: #12b783;
  border-color: #12b783 !important;
  color: #fff !important;
}

.btn-pem-con:active {
  border-color: #12b783 !important;
  color: #12b783 !important;
}

.btn-pem-con:hover .a-flecha {
  background-color: #fff;
}

.btn-pem-con:hover .a-flecha i {
  color: #12b783;
}

.btn-pem-con:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}

.btn-pem-con-active {
  text-decoration: none;
  background-color: #12b783;
  border-radius: 20px;
  border: 1px solid #12b783;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  color: #fff;
  font-weight: bold;
}

.btn-pem-con-active .a-texto {
  width: 155px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-pem-con-active .a-flecha {
  background-color: #fff;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-pem-con-active .a-flecha i {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.3rem;
  color: #12b783;
}

.btn-pem-con-active:hover {
  background-color: #12b783;
  border-color: #12b783;
  color: #fff;
}

.btn-pem-con-active .a-flecha {
  background-color: #fff;
}

.btn-pem-con-active:hover .a-flecha i {
  color: #12b783;
}

.btn-pem-con-active:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}

.btn-pem2 {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #12b783;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  color: #12b783 !important;
  font-weight: bold;
}

.btn-pem2 .a-texto {
  width: 155px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-pem2 .a-flecha {
  background-color: #12b783;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-pem2 .a-flecha i {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.3rem;
  color: #fff;
}

.btn-pem2:hover {
  background-color: #12b783;
  border-color: #12b783 !important;
  color: #fff !important;
}

.btn-pem2:active {
  border-color: #12b783 !important;
  color: #12b783 !important;
}

.btn-pem2:hover .a-flecha {
  background-color: #fff;
}

.btn-pem2:hover .a-flecha i {
  color: #12b783;
}

.btn-pem2:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}

.btn-pem2-active {
  text-decoration: none;
  background-color: #12b783;
  border-radius: 20px;
  border: 1px solid #12b783;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  color: #fff;
  font-weight: bold;
}

.btn-pem2-active .a-texto {
  width: 155px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-pem2-active .a-flecha {
  background-color: #fff;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-pem2-active .a-flecha i {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.3rem;
  color: #12b783;
}

.btn-pem2-active:hover {
  background-color: #12b783;
  border-color: #12b783;
  color: #fff;
}

.btn-pem2-active .a-flecha {
  background-color: #fff;
}

.btn-pem2-active:hover .a-flecha i {
  color: #12b783;
}

.btn-pem2-active:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}

.btn-pem3 {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #12b783;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  color: #12b783 !important;
  font-weight: bold;
}

.btn-pem3 .a-texto {
  width: 105px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.8rem;
}

.btn-pem3 .a-flecha {
  background-color: #12b783;
  border-radius: 50%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.btn-pem3 .a-flecha i {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.8rem;
  color: #fff;
}

.btn-pem3:hover {
  background-color: #12b783;
  border-color: #12b783 !important;
  color: #fff !important;
}

.btn-pem3:active {
  border-color: #12b783 !important;
  color: #12b783 !important;
}

.btn-pem3:hover .a-flecha {
  background-color: #fff;
}

.btn-pem3:hover .a-flecha i {
  color: #12b783;
}

.btn-pem3:hover .a-texto {
  padding-left: 0.2rem;
  transition: padding-left 0.5s ease-in-out;
}

.btn-pem3-active {
  text-decoration: none;
  background-color: #12b783;
  border-radius: 20px;
  border: 1px solid #12b783;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  color: #fff;
  font-weight: bold;
}

.btn-pem3-active .a-texto {
  width: 155px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-pem3-active .a-flecha {
  background-color: #fff;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-pem3-active .a-flecha i {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.3rem;
  color: #12b783;
}

.btn-pem3-active:hover {
  background-color: #12b783;
  border-color: #12b783;
  color: #fff;
}

.btn-pem3-active .a-flecha {
  background-color: #fff;
}

.btn-pem3-active:hover .a-flecha i {
  color: #12b783;
}

.btn-pem3-active:hover .a-texto {
  padding-left: 0.2rem;
  transition: padding-left 0.5s ease-in-out;
}

.btn-pem5 {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #12b783;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  color: #12b783 !important;
  font-weight: bold;
}

.btn-pem5 .a-texto {
  width: 155px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-pem5 .a-flecha {
  background-color: #12b783;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-pem5 .a-flecha i {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.3rem;
  color: #fff;
}

.btn-pem5:hover {
  background-color: #12b783;
  border-color: #12b783 !important;
  color: #fff !important;
}

.btn-pem5:active {
  border-color: #12b783 !important;
  color: #12b783 !important;
}

.btn-pem5:hover .a-flecha {
  background-color: #fff;
}

.btn-pem5:hover .a-flecha i {
  color: #12b783;
}

.btn-pem5:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}

.btn-pem5-active {
  text-decoration: none;
  background-color: #12b783;
  border-radius: 20px;
  border: 1px solid #12b783;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  color: #fff;
  font-weight: bold;
}

.btn-pem5-active .a-texto {
  width: 155px;
  margin: 0;
  padding: 0;
  text-align: start;
}

.btn-pem5-active .a-flecha {
  background-color: #fff;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-pem5-active .a-flecha i {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.3rem;
  color: #12b783;
}

.btn-pem5-active:hover {
  background-color: #12b783;
  border-color: #12b783;
  color: #fff;
}

.btn-pem5-active .a-flecha {
  background-color: #fff;
}

.btn-pem5-active:hover .a-flecha i {
  color: #12b783;
}

.btn-pem5-active:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}



.st-equipo {
  background-image: url("../Imagenes/img-fondos/equipo-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 20rem;
  padding-bottom: 3rem;
}

.st-equipo-titulo {
  font-weight: bold;
  color: #fff;
}

.st-texto-comun {
  width: 50%;
  font-size: 12px;
  line-height: 1.2rem;
}

/*inicio cards*/
.swiper-contenedor {
  position: relative;
}

.swiper-custom {
  position: relative;
  padding-bottom: 5.5rem;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  bottom: -1px;
  top: unset !important;
  transform: translateX(-50%);
}

.swiper-button-prev {
  left: 50%;
  transform: translateX(-120%);
}

.swiper-button-next {
  left: 50%;
  transform: translateX(20%);
}

/* ocultar los iconos predeterminados de Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: transparent;
  border: solid 1px #12b783;
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.swiper-button-next i {
  font-size: 1.8rem;
  color: #12b783;
}

.swiper-button-next:hover {
  background-color: #12b783;
}

.swiper-button-next:hover i {
  color: #fff;
}

.swiper-button-prev i {
  font-size: 1.8rem;
  color: #12b783;
}

.swiper-button-prev:hover {
  background-color: #12b783;
}

.swiper-button-prev:hover i {
  color: #fff;
}

/*fin swiper cards*/
.st-equipo-texto {
  color: #fff;
}

.st-cliente {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.st-cliente-titulo {
  width: 50%;
  color: #12b783;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .st-h3-texto {
    width: 80%;
  }

  .logo-im-ser {
    width: 40%;
    object-fit: contain;
  }

  .st-texto-comun {
    width: 80%;
  }

  .st-cliente-titulo {
    width: 80%;
  }
}

.wd-card {
  width: 100%;
  margin: 0;
  border: transparent;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
}

@media (min-width:342px) and (max-width:400px) {
  .wd-card {
    min-height: 297px;
  }

  .card-cliente-p1 {
    min-height: 297px !important;
  }
}

@media screen and (max-width:342px) {
  .wd-card {
    min-height: 463px;
  }

  .card-cliente-p1 {
    min-height: 463px !important;
  }
}

.swiper-custom,
.swiper-custom .swiper,
.swiper-custom .swiper .contedor_cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.swiper-custom .swiper .contedor_cards .swiper-wrapper {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.card-cliente-p1 {
  background-color: #12b783;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 2rem !important;
  min-height: 250px;
}

@media screen and (min-width:1950px) {
  .card-cliente-p1 {
    min-height: 200px;
  }
  .card-texto {
    font-size: 13px;
  }
}

.card-cliente {
  border: transparent;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.22);
}

.card-person-img {
  margin-left: -25px;
  object-fit: contain;
  object-position: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.card-person-img2 {
  object-fit: contain;
  object-position: center;
}

.card-color-font {
  color: #a8a8a8;
}

.card-texto {
  font-size: 11px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.card-texto2 {
  font-size: 11px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.img-comillas {
  object-fit: cover;
  width: 25px;
}
.img-comillas2 {
  object-fit: cover;
  width: 20px;
}

.card-datos-person {
  padding-left: 2rem;
}

.card-texto-nombre {
  font-size: 12px;
}

.card-texto-puesto {
  font-size: 11px;
}

.img-bandera-ico {
  width: 18px;
  padding-right: 0.1rem;
}

.btn-siguiente {
  border: solid 1px #12b783;
  border-radius: 50%;
  padding: 5px 5px;
}

.btn-siguiente i {
  color: #12b783;
  font-size: 1.8rem;
}

.btn-siguiente:hover {
  background-color: #12b783;
}

.btn-siguiente:hover i {
  color: #fff;
}

.st-bg-asociaciones{
  padding-top: 7%;
  padding-bottom: 25%;
  position: relative;
  background-color: #fff; 
  width: 100%; 
  overflow: visible; 
  position: relative;
  
  background: none;
}

.st-bg-asociaciones::before {
  content: '';
  position: absolute;
  bottom: -90%;  
  left: 50%;
  transform: translateX(-50%) translateY(-116%) scaleX(-1); 
  
  
  background-image: url("../Imagenes/img-fondos/lineal.png");
  background-size: 190% 105%;  
  background-position: 90%;  
  background-repeat: no-repeat;

  width: 100%;  
  height: 100%;  
  z-index: -1;
}
@media screen and (max-width:768px) {
  .st-bg-asociaciones{
    padding-top: 10%;
    padding-bottom: 35%;
  }
  .st-bg-asociaciones::before {
    background-size: 190% 108%;
  }
}


.div-asociados {
  background-image: url("../Imagenes/img-fondos/asociaciones-img.png");
  background-position: center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.st-texto-aso {
  width: 35%;
  font-size: 14px;
  line-height: 1.2rem;
  transition: all 1s ease-in-out;
}

.m-asociado {
  margin-top: -60px;
}

.st-bg-mapa{
  margin-top: -11%;
  padding-bottom: 15%;
}

.st-bg-form{
  padding-top: 2%;
  padding-bottom: 7%;
  position: relative;
  background-color: #fff; 
  width: 100%; 
  overflow: visible; 
  position: relative;
  
  background: none;  
}

.st-bg-form::before {
  content: '';
  position: absolute;
  bottom: -90%;  
  left: 50%;
  transform: translateX(-50%) translateY(-116%) scaleX(-1); 
  
  
  background-image: url("../Imagenes/img-fondos/lineal.png");
  background-size: 188% 190%;  
  background-position: 29%;  
  background-repeat: no-repeat;

  width: 100%;  
  height: 100%;  
  z-index: -1;
}
@media screen and (max-width:768px) {
  .st-bg-form::before {
    bottom: -73%;  
    background-size: 1000% 90%;  
    background-position: 60%;  
  }
}

.contacto-section {
  background: linear-gradient(135deg, #12b783, #12b783);
  border-radius: 55px 0 55px 0;
}

.text-form-asistencia{
  font-weight: bold;
  color: #fff;
}

.container-form-contacto{
  width: 60%;
  background: transparent;
  padding: 8%;
}

.text-form-contacto{
  font-weight: bold;
  color: #12b783;
}

.dropdown-item:hover {
  background-color: #12b783 !important;
  color: white !important;
}

.dropdown-toggle {
  border: 1px solid #12b783 !important; 
  background-color: white !important;
  color: #12b783 !important;
  font-weight: bold;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  width: 100%;
}

.dropdown-toggle:hover {
  background-color: #12b783 !important;
  color: white !important;
  border: 1px solid #0e8c64 !important;
}


.text-descri-form{
  font-size: 15px;
}

.container-button-enviar{
  justify-content: start;
}

@media screen and (max-width:1025px) {
  .container-form-contacto{
    width: 82%;
  }
}

@media screen and (max-width:769px) {
  .container-form-contacto{
    width: 95%;
  }

  .text-form-contacto{
    text-align: center;
  }

  .container-button-enviar{
    justify-content: center;
  }
}

.st-bg-pasos{
  margin-top: 5%;
  margin-bottom: 5%;
}

.container-pasos{
  transform:translateY(30%);
}

.step-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.texto-proceso{
  width: 42%;
  color: #787878;
  font-size: 13px;
}

.paso-titulo{
  font-size: 13px;
  font-weight: bold;
  margin-top: -4%;
  margin-bottom: -1%;
}

@media screen and (max-width:1200px) {
  .container-pasos {
    transform: translateY(12%);
}

  .text-descrip-step {
    margin-bottom: 100%;
}

  .st-bg-pasos {
    margin-bottom: -12%;
  }
}

@media screen and (max-width:768px) {
  .container-pasos {
    transform: translateY(12%);
}

  .text-descrip-step {
    margin-bottom: 100%;
}
}

@media screen and (max-width:576px) {
  .container-pasos {
    transform: translateY(6%);
}

  .text-descrip-step {
    margin-bottom: 70%;
}
}

.step {
  position: relative;
  text-align: center;
  /* max-width: 250px;
  min-width: 190px; */
  overflow: visible;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 992px) {
  .step {
    max-width: 250px;
    min-width: 190px;;
  }
}
.step .number {
  background-color: #12b783;
  color: #14996f;
  font-size: 75px;
  font-weight: 900;
  padding: 0px 0 56px;
  border-radius: 60px 60px 0px 0px;
  position: relative;
  width: 138px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-90%);
}
.step .icon-wrapper {
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -50px auto 60px;
  box-shadow: 30px 30px 30px -6px rgba(0, 0, 0, 0.3);
  border: 4px solid rgba(0, 0, 0, 0.1);
  position: relative;
  clip-path: polygon(-7% -239%, 74% 0%, 400% 400%, -2% 74%);
}
.step .icon-wrapper::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  box-shadow: inset 2px 2px 5px rgba(255,255,255,0.8),
              inset -2px -2px 5px rgba(0,0,0,0.2);
}
.step .description {
  margin-top: 15px;
  padding: 0 10px;
  text-align: start;
}

.text-descrip-step{
  font-size: 10px;
  margin-top: 3%;
  color: #787878;
}

.iconos-procesos{
  filter: grayscale(100%) !important;
  opacity: 0.5;
  mix-blend-mode: luminosity;
}

.text-paso{
  font-size: 11px;
  margin-top: -25%;
  margin-bottom: -2%;
}

.step .step-label {
  font-size: 14px;
  font-weight: bold;
  margin-top: -15px;
  color: #333;
}

.st-elegir-titulo {
  width: 60%;
  color: #404040;
  font-weight: bold;
  font-size: 2rem;
}

.st-elegir-exp-titulo {
  color: #12b783;
  font-weight: bold;
  font-size: 1.8rem;
}

.w-col3-elegir {
  width: 70%;
}

.st-elegir-col3-elegir {
  text-align: justify;
  font-size: 13px;
}

.st-texto-soluci {
  width: 38%;
  color: #787878;
  font-size: 11px;
  margin-bottom: 35px;
  transition: 1s all ease-in-out;
}
@media screen and (max-width:768px) {
  .st-texto-soluci {
    width: 70%;
  }
}
.st-bg-texto {
  background-color:#ffffff;
  height: 800px;
}

.servicio-card {
  border: 3.5px solid #eae9e9;
  border-radius: 25px;
  padding: 10px;
  /* height: 315px;
  width: 190px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.servi-titulo{
  font-size: 17px;
}

.servicio-card:hover {
  border-color: #12b783;  
}

.text-card{
  font-size: 11px ;
  color: #787878;
}

.icono-servicio {
  width: 65px;
  height: 65px;
  background-color: #12b783;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  fill: #fff;
}




@media screen and (max-width: 768px) {
  .st-texto-aso {
    width: 80%;
  }

  .st-elegir-titulo {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .w-col3-elegir {
    margin-left: auto;
    margin-right: auto;
  }

  .w-col3-elegir * {
    text-align: center;
  }
}

.st-p-ctc {
  padding-bottom: 5rem;
  padding-top: 3rem;
}

.w-fm {
  width: 50%;
}

.w-fm2 {
  width: 70%;
  transition: all 1s ease-in-out;
}

.fm-titulo {
  color: #12b783;
  font-weight: bold;
  font-size: 1.6rem;
}

.fm-input {
  border: solid 1px #d6d6d6;
  border-radius: 5px;
  padding: 0.6rem 0.6rem;
}

.fm-input2 {
  border: solid 1px #d6d6d6;
  border-radius: 5px;
  padding: 1.2rem 1rem;
}

.fm-input2:focus {
  border-color: #12b783;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(18, 183, 131, .25);
}

.st-borde-color {
  border-radius: 5.4rem 0 5.4rem 0;
  background-color: #12b783;
}

.st-w-col-ctc {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .w-fm {
    width: 80%;
  }

  .w-fm2 {
    width: 90%;
  }
}

.st-titulo-col-ctc {
  font-weight: bold;
  color: #fff;
}

.st-img-col-ctc {
  width: 24px;
}

.st-h3-ctc-pais {
  font-size: 1.5rem !important;
  color: #fff;
}

.font-color-ctc * {
  color: #fff;
}

.ft-col-redes-ctc {
  border-left: solid 2px #fff;
}

.ft-btn-icono-ctc {
  border-radius: 8px;
  border: solid 1px #fff;
  padding: 2px 6px;
}

.ft-btn-icono-ctc i {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .ft-col-redes-ctc {
    border-left: 0;
  }
}

/* Servicios */
.row-scv-p {
  padding-top: 6rem;
}

.w-p1-svc {
  width: 42%;
}

.w-p2-svc {
  width: 58%;
}

.py-row-servicios {
  padding-bottom: 5rem;
}

@media screen and (max-width: 992px) {
  .w-p1-svc {
    width: 100%;
  }

  .w-p2-svc {
    width: 100%;
  }

  .p-p2-svc {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.st-borde-blanco {
  border-radius: 5.4rem 0 5.4rem 0;
  background-color: #fff;
}

.svc-imgs-col {
  /* comun de imagenes en servicios */
  border-radius: 5.4rem 0 5.4rem 0;
  background-position: center;
  background-size: cover;
}

.svc-img1-col {
  /*Consultoria*/
  background-image: url("../Imagenes/img-servicios/Consultoria.png");
}

.svc-img2-col {
  /*Reclutamiento*/
  background-image: url("../Imagenes/img-servicios/Reclutamiento.png");
  background-position: 65%;
}

.svc-img3-col {
  /*Capacitacion*/
  background-image: url("../Imagenes/img-servicios/Capacitacion.png");
}

.svc-img4-col {
  /*Outsourcing*/
  background-image: url("../Imagenes/img-servicios/Outsourcing.png");
}

.svc-img5-col {
  /*Asesoria*/
  background-image: url("../Imagenes/img-servicios/Legal.png");
}

.svc-img6-col {
  /*Tecnologia*/
  background-image: url("../Imagenes/img-servicios/Tecnologia.png");
}

.svc-img7-col {
  /*People management*/
  background-image: url("../Imagenes/img-servicios/People.png");
}

.svc-img8-col {
  /*Freelance*/
  background-image: url("../Imagenes/img-servicios/Freelance.png");
}

.svc-img9-col {
  /*Manejo de planilla*/
  background-image: url("../Imagenes/img-servicios/Planilla.png");
}

.svc-img10-col {
  /*Workshop*/
  background-image: url("../Imagenes/img-servicios/Workshops.png");
}

.svc-img11-col {
  /*Integridad*/
  background-image: url("../Imagenes/img-servicios/Integridad.png");
}

.svc-img12-col {
  /*Psicometricas*/
  background-image: url("../Imagenes/img-servicios/Psico.png");
}

.svc-img13-col {
  /*Orientacion*/
  background-image: url("../Imagenes/img-servicios/Orientacion.png");
}

.svc-img14-col {
  /*Clima*/
  background-image: url("../Imagenes/img-servicios/Clima.jpg");
}

.svc-img15-col {
  /*Misterioso*/
  background-image: url("../Imagenes/img-servicios/Cliente.jpg");
}

.h-svc-imgs-col {
  height: 100%;
}

.st-fixed-col {
  padding-left: 4.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 768px) {
  .st-fixed-col {
    padding-left: 2.5rem;
  }
}

.col-img-scv {
  width: 38%;
}

.col-desc-scv {
  width: 54%;
}

@media screen and (max-width: 768px) {
  .col-img-scv {
    width: 100%;
  }

  .h-svc-imgs-col {
    height: 15rem;
  }

  .col-desc-scv {
    width: 100%;
  }
}

.st-svc-titulo {
  font-weight: bold;
  color: #12b783;
}

.st-scv-p {
  text-align: justify;
  line-height: 1.2rem;
}

.svc-titulo-col {
  font-weight: bold;
  color: #12b783;
}

.font-svc-size * {
  font-size: 13px;
}

.svc-ul {
  padding-left: 0;
  list-style-type: none;
}

.svc-ul li {
  padding-left: 1rem;
  background-image: url("../Imagenes/Iconos-ftc/circulo-negro.png");
  background-position: 0 7px;
  background-size: 0.4rem 0.4rem;
  background-repeat: no-repeat;
  line-height: 1.4rem;
}

.scv-descripcion-p {
  padding-left: 3rem;
}

/* position */
@media screen and (min-width: 992px) {
  .position-p1 {
    height: 100vh;
    position: sticky;
    top: 1vh;
    padding-bottom: 0;
  }
}

.position-p1 {
  padding-bottom: 4rem;
}

/* Blog */
.txt-acortar {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-deco {
  text-decoration: none;
}

.st-buscador {
  position: sticky;
  top: 5rem;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}

.borde-busc {
  border-bottom: solid 1px #12b783;
}

.st-buscador-titulo {
  font-weight: bold;
  color: #12b783;
}

.w-st-search {
  width: 35%;
  transition: width 1s ease-in-out;
}

/*input busqueda*/
.contenedor-search {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .w-st-search {
    width: 80%;
  }
}

input.search-bar {
  margin: 0 auto;
  width: 100%;
  padding: 6px 20px;
  border-radius: 28px;
  border: 1px solid #12b783;
  outline: none;

  &:focus {
    border: 1px solid #12b783;
    transition: 0.35s ease;
  }
}

input.search-bar::placeholder {
  color: #12b783;
}

.search-icon {
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  top: -33px;
  right: 5px;
  background-color: #12b783;
  border-radius: 50%;
}

.search-icon i {
  color: white;
}

/* fin input busqueda */
.btn-busqueda-filtro-activo {
  background-color: #12b783;
  font-weight: bold;
  border-radius: 28px;
  padding: 0.4rem 1.3rem;
  border: solid 1px #12b783;
  color: #fff;
}

.btn-busqueda-filtro {
  background-color: transparent;
  border-radius: 28px;
  padding: 0.4rem 1.3rem;
  border: solid 1px #12b783;
  color: #12b783;
}

.st-blog-pbl {
  z-index: -1;
}

.card-blog {
  border-radius: 3px;
  border: 0;
  background-color: #f2f2f2;
  box-shadow: 0px 6px 9px -4px rgba(0, 0, 0, 0.85);
}

.card-blog-font {
  font-size: 13px;
}

.card-blog-textos-font {
  font-size: 10px;
}

.card-ct {
  color: #12b783;
  letter-spacing: 3px;
}

.card-ct-fecha {
  color: rgba(118, 118, 118, 0.8);
}

.card-ct-texto {
  color: #767676;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-enlace a {
  text-decoration: none;
  color: #12b783;
}

.icon-width {
  width: 50px;
}

.card-enlace a i {
  transition: all 0.5s ease-in-out;
}

.card-enlace a:hover i {
  padding-left: 10px;
}

/*fin blog*/
.st-borde-esencia {
  border-radius: 2.5rem 0 2.5rem 0;
  background-color: #12b783;
}

.p-esencia {
  padding: 1.5rem;
}

.st-borde-m1 {
  margin-right: 2rem;
}

.st-borde-m2 {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .st-borde-m1 {
    margin-right: auto;
  }

  .st-borde-m2 {
    margin-left: auto;
  }
}

/* quienes somos */

.stt-origen-qs {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.img-origen-qs {
  width: 80%;
  height: 550px;
  object-position: center;
  object-fit: cover;
  padding-left: 4.5rem;
}

.st-origen-qs-position {
  position: relative;
}

.st-origen-qs-position1 {
  position: absolute;
}

.st-origen-qs {
  padding-left: 4rem;
  padding-right: 4rem;
  height: 75%;
  margin-right: 2.5rem;
}

.w-st-origen-card {
  width: 40%;
}

.origen2-display {
  display: none;
}

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

  .img-origen-display {
    display: none;
  }

  .w-st-origen-card {
    width: auto;
  }

  .stt-origen-qs {
    padding-top: 1rem;
  }

  .st-origen-qs-position {
    height: 28rem;
  }

  .width-display {
    width: 100%;
  }
}

.width-display {
  height: 410px !important;
}

.st-origen-div-titulo {
  width: 60%;
  padding-bottom: 1.5rem;
  border-bottom: solid 2px #fff;
  margin-left: -4rem;
}

.st-origen-card-titulo {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
}

.st-origen-card-texto {
  text-align: justify;
  font-size: 13px;
  color: #fff;
}

.st-mision-py {
  padding-top: 3rem;
  padding-bottom: 12rem;
}

.st-mision img {
  width: 40px;
}

.st-mision-texto {
  text-align: justify;
  font-size: 13px;
  color: #fff;
}

.st-nesencia-pb {
  padding-bottom: 7rem;
}

.st-nesencia-p {
  padding: 3.5rem 4rem;
}

.div-equipont {
  background-image: url("../Imagenes/img-fondos/esencia-img.png");
  background-position: center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.st-equipotr-p {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.st-equipotr-titulo {
  color: #12b783;
  padding-bottom: 4rem;
}

.st-equipotr-nombre {
  font-size: 23px;
  font-weight: bold;
  color: #12b783;
  transition: all 1s ease-in-out;
}

.div-foto-equipotr {
  background-color: #12b783;
  border-radius: 50%;
  padding: 4px;
}

.img-foto-equipotr {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s ease-in-out;
}

.size-frase {
  display: none;
  font-size: 13px;
  text-align: center;
}

.w-card-equipo {
  display: flex;
  width: 225px;
  height: 500px;
  filter: opacity(50%);
}

.w-card-equipo-active .size-frase {
  display: block;
}

.w-card-equipo-active {
  filter: opacity(1);
}

.w-card-equipo-active .img-foto-equipotr {
  width: 210px;
  height: 210px;
}

.w-card-equipo-active .st-equipotr-nombre {
  font-size: 26px;
}

.w-card-equipo:hover .size-frase {
  display: block;
}

.w-card-equipo:hover {
  filter: opacity(1);
}

.w-card-equipo:hover .img-foto-equipotr {
  width: 210px;
  height: 210px;
}

.w-card-equipo:hover .st-equipotr-nombre {
  font-size: 26px;
}

/* .swiper-wh {
  width: 25% !important;
} */

/* .swiper-sl-wh{
  width: auto !important;
} */

@media (min-width: 1200px) and (max-width: 1800px) {
  .contenedor_cards_equipo {
    width: 59.5vw;
    /* width: calc(100vw - 526px); */
  }
}

@media screen and (max-width: 1200px) {
  .contenedor_cards_equipo {
    width: 100%;
  }
}

/* video */

.seccion1-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /* top: -25px; */
}

.video-class-home {
  width: 100%;
  /* height: auto; */
  height: 100%;
  object-fit: fill;
}

.sct-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sct-video-text {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 50px 65px 50px 20px;
  margin: 0 85px;
  height: 10%;
  transition: all 1s ease-in-out;
}

.sct-div-text {
  width: 65%;
  color: #fff;
  padding: 15px;
  margin-top: 45px;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  transition: all 1s ease-in-out;
}

.sct-p {
  color: #fff;
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .sct-video-text {
    padding: 10px;
    margin: 0;
  }

  .sct-div-text {
    margin-top: 85px;
    width: 90%;
  }

  .seccion1-video {
    height: 350px;
  }

  .video-class-home {
    height: 350px;
  }

  .sct-video {
    height: 350px;
  }
}

/*fin video*/

/* iconos nuestra esencia */
.ico-svg-es svg {
  width: 35px;
  height: 35px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ico-svg-es svg path,
.ico-svg-es circle,
.ico-svg-es ellipse {
  fill: #fff;
}

/* fin iconos nuestra esencia */

/*NOTICIA BLOG*/
.img-articulo-blog {
  object-fit: cover;
  margin-bottom: 25px;
}

.row-blog-ntc {
  padding: 20px;
}

.col-blog-h1 {
  color: #009d89;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: bold;
}

.col-blog-art {
  width: 100%;
  background-color: #009d89;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
  margin-bottom: 40px;
}

.col-blog-ntc-border {
  width: 100%;
  background-color: #009d89;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
  margin-bottom: 40px;
}

.otros-enlace {
  font-weight: bold;
  color: #009d89;
  text-align: center;
}

.blog-ntc-img {
  object-fit: cover;
  height: 125px;
}

.blog-ntc-titulo {
  font-size: 36px;
  color: #009d89;
  font-weight: bold;
}

.blog-ntc-fecha {
  font-size: 14px;
  color: #262626;
  margin-bottom: 16px;
}

.btn-blog-redes {
  background-color: #009d89;
  transition-duration: 0.4ms;
  padding: 10px;
  border: 0;
  border-radius: 0;
  margin: 2px;
}

.btn-blog-redes img {
  width: 17px;
  height: 17px;
}

f .btn-blog-redes i {
  font-size: 20px !important;
}

.text-blog-btn {
  color: #02af73;
  font-size: 14px;
  margin-bottom: 9px;
  font-weight: bold;
}

.btn-blog-redes * {
  color: #ffffff;
  font-size: 15px !important;
  text-decoration: none;
}

.btn-blog-redes:hover {
  background-color: #02af73;
  text-decoration: none;
}

.text-art-blog {
  white-space: pre-line;
  text-align: justify;
  text-wrap: wrap;
  margin-bottom: 16px;
}

/*FIN NOTICIA BLOG*/
/*LOGIN*/
.bg-login {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../Imagenes/Fondos/Imagen1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-image: fixed;
  background-position: center;
}

.w-tamano-login {
  width: 35%;
  transition: all 0.5 ease-in-out;
}

@media (min-width: 800px) and (max-width: 950px) {
  .w-tamano-login {
    width: 50%;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .w-tamano-login {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .w-tamano-login {
    width: 75%;
  }
}

/*FIN LOGIN*/
/*articulos tabla*/
.highlight-row {
  background-color: #f5f5f5;
  opacity: 0.4;
}

.tables-cursor-tr td {
  cursor: pointer;
}

/*fin articulos tabla*/

/*botones blog*/
.btn-outline-art {
  background-color: transparent;
  border-color: #198754;
  color: #198754;
}

.btn-outline-art:hover {
  background-color: #198754;
  color: #fff;
}

.btn-ico-art {
  color: #198754;
}

.btn-outline-art:hover .btn-ico-art {
  color: #fff;
}

.contenedor {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 100vh; Ocupa todo el alto de la viewport */
}

.editor-contenedor {
  flex: 1;
}

.img-ico-blog img {
  width: 20px;
}

/* circulo estilo */
/* Contenedor principal, centrado con flexbox */
.position-circulo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  position: relative;
}

/* Contenedor de los elementos que forman el círculo */
.container-c {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Ajuste de los elementos dentro del contenedor */
.container-c>* {
  border: 0;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50% !important;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* El contenedor 'padre' centrado */
.padre {
  border-radius: 50%;
  background-image: url("../Imagenes/Fondos/Imagen1.png");
  background-position: center;
  background-size: cover;
  border: 0;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Posiciones iniciales de los elementos alrededor */
.container-c>.old-item:nth-of-type(1) {
  transform: rotate(30deg) translate(14em) rotate(-30deg);
}

.container-c>.old-item:nth-of-type(2) {
  transform: rotate(210deg) translate(14em) rotate(-210deg);
}

/* Estados activos para los diferentes botones */
.container-c.active-initial .old-item:nth-of-type(1),
.container-c.active-initial .old-item:nth-of-type(2) {
  opacity: 1;
  z-index: 1;
}

.container-c.active-initial .new-item-0,
.container-c.active-initial .new-item-180,
.container-c.active-initial .new-item-150,
.container-c.active-initial .new-item-330,
.container-c.active-initial .new-item-120,
.container-c.active-initial .new-item-300 {
  opacity: 0;
  z-index: -1;
}

/* Para el botón 2 */
.container-c.active .old-item {
  transform: rotate(20deg) translate(14em) rotate(-20deg);
  opacity: 0;
  z-index: -1;
}

/* Nuevos elementos que aparecen alrededor */
.new-item-0,
.new-item-180,
.new-item-150,
.new-item-330,
.new-item-120,
.new-item-300 {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 1;
}

/* Posiciones especificas de los nuevos elementos */
.new-item-0 {
  transform: rotate(0deg) translate(14em) rotate(0deg);
}

.new-item-180 {
  transform: rotate(180deg) translate(14em) rotate(-180deg);
}

.new-item-150 {
  transform: rotate(150deg) translate(14em) rotate(-150deg);
}

.new-item-330 {
  transform: rotate(330deg) translate(14em) rotate(-330deg);
}

.new-item-120 {
  transform: rotate(120deg) translate(14em) rotate(-120deg);
}

.new-item-300 {
  transform: rotate(300deg) translate(14em) rotate(-300deg);
}

.container-c.active .new-item-0,
.container-c.active .new-item-180 {
  opacity: 1;
}

.container-c.active-150-330 .new-item-150,
.container-c.active-150-330 .new-item-330 {
  opacity: 1;
}

.container-c.active-120-300 .new-item-120,
.container-c.active-120-300 .new-item-300 {
  opacity: 1;
}

.container-c.active .old-item,
.container-c.active-120-300 .old-item,
.container-c.active-150-330 .old-item {
  transform: rotate(20deg) translate(14em) rotate(-20deg);
  opacity: 0;
  z-index: -1;
}

/* Texto y botones */
#textoBtn1,
#textoBtn2,
#textoBtn3,
#textoBtn4 {
  display: none;
}

.visible {
  display: block !important;
}

.borde-exterior {
  border-radius: 50%;
  border: solid 1px #e8e8e8;
  padding: 4rem;
  width: 420px;
  height: 420px;
  background-color: transparent;
  z-index: -1;
  --n: 2;
  /* control the number of dashes */
  --d: 128deg;
  /* control the distance between dashes */
  --t: 3px;
  /* control the thickness of border*/
  --c: #02af73;
  /* control the coloration (can be a gradient) */
  aspect-ratio: 1;
  position: relative;
}

.borde-exterior::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: var(--t);
  background: var(--c);
  mask: linear-gradient(#0000 0 0) content-box,
    repeating-conic-gradient(from calc(var(--d) / 2),
      #000 0 calc(360deg / var(--n) - var(--d)),
      #0000 0 calc(360deg / var(--n)));
  mask-composite: intersect;
  transform: rotate(210deg);
}

.tam-c2 {
  width: 36px;
  height: 36px;
  background-color: rgba(18, 183, 131, 0.9);
  border-radius: 50%;
}

.circulo-blanco {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #fff;
}

.circulop-img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .position-circulo {
    height: 350px;
  }

  .container-c>* {
    width: 35px;
    height: 35px;
  }

  .new-item-0,
  .new-item-180,
  .new-item-150,
  .new-item-330,
  .new-item-120,
  .new-item-300 {
    width: 35px;
    height: 35px;
  }

  .tam-c2 {
    width: 23px;
    height: 23px;
  }

  .padre {
    width: 200px;
    height: 200px;
  }

  .borde-exterior {
    border-radius: 50%;
    border: solid 1px #e8e8e8;
    padding: 4rem;
    width: 268px;
    height: 268px;
  }

  .container-c>.old-item:nth-of-type(1) {
    transform: rotate(30deg) translate(9em) rotate(-30deg);
  }

  .container-c>.old-item:nth-of-type(2) {
    transform: rotate(210deg) translate(9em) rotate(-210deg);
  }

  .new-item-0 {
    transform: rotate(0deg) translate(9em) rotate(0deg);
  }

  .new-item-180 {
    transform: rotate(180deg) translate(9em) rotate(-180deg);
  }

  .new-item-150 {
    transform: rotate(150deg) translate(9em) rotate(-150deg);
  }

  .new-item-330 {
    transform: rotate(330deg) translate(9em) rotate(-330deg);
  }

  .new-item-120 {
    transform: rotate(120deg) translate(9em) rotate(-120deg);
  }

  .new-item-300 {
    transform: rotate(300deg) translate(9em) rotate(-300deg);
  }

  .container-c.active .old-item,
  .container-c.active-120-300 .old-item,
  .container-c.active-150-330 .old-item {
    transform: rotate(20deg) translate(9em) rotate(-20deg);
    opacity: 0;
    z-index: -1;
  }

  .circulop-img {
    width: 15px;
    height: 15px;
  }

  .circulo-blanco {
    width: 10px;
    height: 10px;
  }
}

/* fin circulo estilo */

.ul-li-cards-blog {
  margin: 0;
  padding: 0;
}

.ul-li-cards-blog li {
  list-style-type: none;
}

.contenedor-video {
  margin-left: auto;
  margin-right: auto;
  width: 85% !important;
}

/* video mapa */
.videos-nosotros {
  width: 100%;
  height: auto;
}

/* fin video mapa */

/* slice de contactos */
.ctc-footer-todos {
  position: relative;
  overflow: hidden;
}

.slider-div {
  width: 1000%;
  height: 100%;
  display: flex;
}

.slider-parte {
  width: calc(100% / 7);
  height: 100%;
}

.btn-left,
.btn-right {
  display: flex;
  position: absolute;
  top: 50%;
  font-size: 1.5rem;
  background-color: transparent;
  border-radius: 50%;
  padding: 5px;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff81;
  transform: translate(0, -50%);
  transition: .5s ease;
  user-select: none;
}

.btn-left:hover,
.btn-right:hover {
  background-color: #333333d4;
  color: #fff;
}

.btn-left {
  left: 10px;
}

.btn-right {
  right: 10px;
}

/* fin slice de contactos*/
/***/
/* open street map */
.st-ubicaciones {
  width: 100%;
  height: 470px;
  background-image: url('../Imagenes/img-fondos/ubicaciones.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mapa-tamano {
  width: 70% !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: -290px;
}

.texto-ubicaciones {
  font-size: 2rem;
  color: white;
  font-weight: bold;
}

.w-texto-ubicaciones {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  transition: all 1s ease-in-out;
  text-align: center;
}

.shadow-div-ubi {
  box-shadow: -1px 2px 15px 4px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: -1px 2px 15px 4px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -1px 2px 15px 4px rgba(0, 0, 0, 0.28);
}

.texto-sobre-ubi {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(18, 183, 131, 1);
  margin-top: -70px;
  text-align: center;
  z-index: 1000;
  transition: all 1s ease-in-out;
}

.custom-popup {
  width: 300px;
  font-size: 1rem;
  height: auto;
  padding: 10px;
}

@media (min-width:500px) and (max-width:768px) {
  .w-texto-ubicaciones {
    width: 80%;
  }

  .mapa-tamano {
    width: 85% !important;
  }

  .texto-sobre-ubi {
    width: 80%;
    margin-top: -20px;
    font-size: .8rem;
  }
}

@media screen and (max-width:500px) {
  .w-texto-ubicaciones {
    width: 90%;
  }

  .mapa-tamano {
    width: 90%;
  }

  .texto-sobre-ubi {
    width: 95%;
    margin-top: -20px;
    font-size: .7rem;
  }
}

/***/
/*card de cliente*/
.clientes-stn {
  width: 190px;
  height: 190px;
  position: relative;
}

.clientes-stn-rn {
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 10%;
  box-shadow: 1px 2px 11px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 11px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 11px 3px rgba(0, 0, 0, 0.15);
  transition: height 0.3s, width 0.3s;
}

.img-cliente-stn {
  width: 150px;
  height: 150px;
  padding: 20px;
  object-position: center;
  object-fit: contain;
}

.h3-stn-nombre {
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
}

.cliente-stn-nombre {
  border-radius: 10%;
  width: 165px;
  height: 165px;
  border: solid 4px #f5f5f5;
  background-color: rgba(18, 183, 131, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.clientes-stn-rn:hover {
  height: 165px;
  width: 165px;
}
.clientes-stn-rn:hover .cliente-stn-nombre {
  opacity: 1;
}
/**/
.w-contenido-cliente{
  width: 94%;
}
.w-servicio-cards{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.w-porque-cards{
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
.w-clientes-cards{
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.modal-body{
  background-color: #12b783;
}

.modal-custom {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.btn-close-custom {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #12b783;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 1056;
}

.btn-close-custom i {
  font-size: 30px;
  font-weight: 100;
  padding: 3px 1px 1px 1px;
}

.btn-close-custom:hover {
  background-color: #008a57;
}

/*Sección izquierda con fondo verde */
.modal-info {
  width: 45%;
  background: #12b783;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.modal-info h3 {
    font-size: 25px;
    margin-top: 25px;
}

.modal-form h5 {
  font-size: 17px;
  color: #4d4d4d;
  text-align: center;
  margin-top: -5%;
  margin-bottom: 4%;
}

.modal-info p {
  font-size: 13px;
  font-weight: 100;
  margin-top: 20px;
}

.logo-modal {
  width: 145px;
  margin-bottom: 10px;
}

.modal-form {
  width: 55%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 45px !important;
}

.modal-form .form-control,
.modal-form .form-select {
  border-radius: 10px;
  border: none;
  background-color: #f6f6f6;
}

@media (max-width: 992px) {
  .modal-body {
      flex-direction: column;
  }

  .modal-info {
      width: 100%;
      text-align: center;
      padding: 30px;
  }

  .modal-form {
      width: 100%;
      padding: 20px;
  }

  .btn-close-custom {
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
  }

  .modal-dialog {
    margin-top: 16vh !important;
  }
}

.btn-modal-sub {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #12b783 !important;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  color: #12b783 !important;
  font-weight: bold;
}

.btn-modal-sub .a-texto {
  font-size: 13px;
  width: 145px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.btn-modal-sub .a-flecha {
  background-color: #12b783;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-modal-sub .a-flecha i {
  font-size: 1.3rem;
  color: #fff;
}

.btn-modal-sub:hover {
  background-color: #12b783;
  border-color: #12b783;
  color: #fff !important;
}

.btn-modal-sub:active {
  border-color: #12b783;
  color: #12b783;
}

.btn-modal-sub:hover .a-flecha {
  background-color: #fff;
}

.btn-modal-sub:hover .a-flecha i {
  color: #12b783;
}

.btn-modal-sub:hover .a-texto {
  padding-left: 1rem;
  transition: padding-left 0.5s ease-in-out;
}

.dropdown-servicio {
  width: 100%;
  background-color: white;
  border: 2px solid #d1d1d1; 
  border-radius: 10px;
  text-align: left;
  padding: 5px;
  padding-left: 12px;
  font-size: 13px;
  color: #333;
  transition: border-color 0.3s, background-color 0.3s;
}

.dropdown-servicio:focus,
.dropdown-servicio:active {
  border-color: #12b783 !important; 
  box-shadow: 0 0 5px rgba(0, 168, 104, 0.5); 
  background-color: #f8f9fa; 
}

.dropdown-menu-servicio {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #d1d1d1;
  overflow: hidden;
}

.dropdown-item-servicio {
  padding: 5px;
  padding-left: 12px;
  font-size: 13px;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

.dropdown-item-servicio:hover {
  background-color: #12b783 !important;
  color: white !important;
}

.modal-dialog {
  margin-top: 10vh;
}

.modal-form .form-label {
  font-size: 0.85rem; 
}

.modal-form .form-control {
  font-size: 0.85rem; 
  padding: 0.4rem; 
}

.modal-form .dropdown-toggle {
  font-size: 0.85rem;
}

.modal-form .dropdown-item {
  font-size: 0.85rem;
}

/* Reducir el tamaño del label del checkbox */
.modal-form .form-check-label {
  font-size: 0.85rem; /* Ajusta el tamaño según prefieras */
}

/* Opcional: Reducir también el tamaño del checkbox */
.modal-form .form-check-input {
  transform: scale(0.85); /* Hace el checkbox más pequeño */
}
