@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body{
    position: relative;
    min-height: 75rem;
    padding-top: 4rem;
	background-color: #F2F2F2;
    font-family: 'Inter', Arial, sans-serif;
	font-size: 1.2rem;
    	
}
footer{
    /*background: rgba(0, 0, 0, .85);*/
    margin-bottom: 0;
	/*width: 80px;*/
}
footer .text-muted{
    color: #8e8e8e !important;
}

footer img{
	 /*height: 15px !important;*/
	 /*margin-left: 5px;*/
	 }
footer p{
	font-size: 0.9rem;
}	 

footer a{
	font-size: 0.8rem;
}

h2{
    padding-top: 60px;
	color: #1A93B5;
    font-size: 2rem;
    font-weight: 800;	
}

h3{
    padding-top: 40px;
	color: #1A93B5;
    font-size: 1.8rem;
    font-weight: 600;	
}
span.pago-ok{
    color: green;
    font-weight: 700;
}
span.pago-error{
    color: red;
    font-weight: 700;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.b-example-divider {
    height: 5rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #1A93B5;
	font-weight: 800;
}

.navbar img {
    width: 300px;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-link {
    font-size: 1.2rem;
}
.container {
    max-width: 960px;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}
.icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    fill: currentcolor;
    transition: transform .25s ease-in-out;
}
.icon-link:hover > .bi {
    transform: translate(.25rem);
}
.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}
.feature-icon-small {
    width: 3rem;
    height: 3rem;
}


.site-header {
    background-color: rgba(66, 137, 219, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: #fff;
    transition: color .15s ease-in-out;
}
.site-header a:hover {
    color: #8e8e8e;
    text-decoration: none;
}

nav{
    /*background-color: rgba(66, 137, 219, .85);*/
}

/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

#carouselExample{
	
}

#carouselExample IMG{
	width: 31%;
	cursor: pointer;
}


.carousel-item img {

}

.carousel-control-next {
	right: 0;
}
.carousel-control-next-icon {
    /*background-image: url('imgs/flecharight.svg');*/
    width: 3rem;
    height: 3rem;	
}

.carousel-control-prev {
	left: 0;
}
.carousel-control-prev-icon {
    /*background-image: url('imgs/flechaleft.svg');*/
    width: 3rem;
    height: 3rem;	
}


/* Hero Section */
.hero {
    background: url('imgs/backgota.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    position: relative;
}

/* Hero text */
.hero-text h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 1.2rem;
}

/* Contactos */
.contacto {
    background: url('imgs/backgota.png') no-repeat center center/cover;
    
    display: flex;
/*  
    height: 80vh;
	justify-content: center;
    align-items: center;
	text-align: center;
	*/
    color: #ffffff;
    
    padding: 60px;
    position: relative;
}

/* Hero text */
.contacto-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contacto-text h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
	color: #FFF;
}

.contacto-text li {
    font-size: 1rem;
}

.contacto-text p {
    font-size: 1rem;
}

.contacto-text a {
    font-size: 1rem;
	color: #FFF;
	text-decoration: none;
}

.svgredes{
	width: 40px;
    margin: 5px;
}

#calidad{}

#calidad h2{
	padding-bottom: 40px;
}
#calidad h3{
	font-weight: 800;
	color: #25584f;
	padding-top: 45px;
	font-size: 1.5rem;
}

#calidad HR{
	width: 90px;
	margin: 0 auto;
	padding: 20px;
}

#calidad .text-primary {
    --bs-text-opacity: 1;
    color: rgb(99 102 105) !important;
    text-decoration: none;
	border-top: 1px solid #AAA;
}
#calidad .areaVinculo{
  /*
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60%; */
	
}
.analisis_caja_anterior{
	background-color: #FFF;
	text-align: center;
}
.calidad_caja{
  position: relative; /* El contenedor sirve como referencia para la imagen */
  background: #fff; /* Asegúrate de que el cuadro blanco sea visible */
  padding: 20px;
  text-align: center;
  height: 300px;
  width: 24%;
  margin: 2px 2px 2px 2px;
  padding-top: 40px;
/*  overflow: hidden; 
  border: 1px solid #ccc;
  border-radius: 8px;
  */
}  

.calidad_icono{
  position: absolute;
  left: 50%; /* Centra horizontalmente la imagen */
  transform: translateX(-50%); /* Ajusta el centrado horizontalmente */
  height: auto; /* Mantén las proporciones */
  z-index: 1; /* Asegúrate de que la imagen esté sobre el contenido del contenedor */
  width: 90px;
  top: -45px;
}


.card_anterior {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distribuye espacio entre los elementos */
  align-items: center; /* Centra horizontalmente */
  text-align: center;
  height: 300px; /* Ajusta según sea necesario */
  padding: 20px;
  border: 1px solid #ddd; /* Línea para probar el diseño */
}


.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 300px;
    padding: 20px;
    border: 1px solid #ddd;
	    margin: 25px 0px 25px 0px;
}

.card h3 {
  /*margin-top: auto;*/
  margin-bottom: 10px; /* Espaciado controlado */
  /*font-size: 18px; */
}

/*
.card hr {
  width: 50px;
  border: 1px solid #ccc;
  margin: 10px auto;
}
*/

.card .ver-mas {
  margin-top: auto;
  font-size: 14px; /* Ajusta tamaño */
  color: #666;
  text-decoration: none;
}

.card .ver-mas:hover {
  text-decoration: underline; /* Estilo al pasar el ratón */
}

.whatsapp-float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 20px;
      right: 20px;
      background-color: #25d366;
      color: white;
      border-radius: 50%;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
      z-index: 100;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
    }