@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');

.bodyInicio {
		  background: url("../img/Fondo_Mesatrabajo1.jpg") no-repeat fixed center;
		  min-height: auto;

		  /* Create the parallax scrolling effect */
		  background-attachment: fixed;
		  background-position: center;
		  background-repeat: no-repeat;
		  background-size: cover;
			}

.pading{
	padding: 2%;
}

.padings{
	padding-top: 2%;
}

.padingl{
	padding-top: 10%;
}

.margen{
	margin-left: 5%;
}

.centrar{
		text-align: center;
	}

.aligderecha{
		text-align: right;
		position: relative;
	}
.aligizqui{
		text-align: left;
		position: relative;
	}

.aligfondo{
	position: absolute;
    	bottom: 0;
    	transform: translateX(-50%);
}			

.siluetas{
	text-align: center;
	position: relative;
}

.botones{
	padding-top: 10%;
	position: relative;
	text-align: center;
}

.footer{
		max-width: 100%;
	}

 .zoom-img {
      transition: transform 0.5s ease; /* Agregamos una transición suave */
    }
 .zoom-img:hover {
      transform: scale(1.1); /* Hacemos el zoom al 120% (1.2 veces el tamaño original) */
    }

.nosalto{
	display: inline;
}

.textojustificado{
	text-align: justify;
}

.textogrande{
	font-family: 'Source Sans 3', sans-serif;
	font-size: 16px;
}

.logosm{
	max-width: 60%;
}

.logo{
		max-width: 90%;
	}
.logoxl{
		max-width: 100%;
	}	
.titulo{
		max-width: 90%;
	}
.silueta{
		max-width: 90%;
	}
.boton1{
		max-width: 90%;
		margin: 5%;
	}
.boton2{
		max-width: 80%;
		margin: 5%;
	}
.caja{
	max-width: 95%;
	padding-bottom: 3%;
}

.imagen{
	max-width: 100%;
}

.bg-transparente{
	background-color: rgba(255, 255, 255, 0.6); /* Cambiar la opacidad (0.6) según lo desees */
}

.custom-popover {
  --bs-popover-max-width: 200px;
  --bs-popover-border-color: var(--bd-violet-bg);
  --bs-popover-header-bg: var(--bd-violet-bg);
  --bs-popover-header-color: var(--bs-white);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
}


p{font-family: 'Source Sans 3', sans-serif;

font-size: 14px;}



.image-container {
    width: 90%;
    position: relative;
    overflow: hidden;
}

.zoomable-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.magnifier {
	position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%; /* Hace que la lupa sea redonda */
    background-size: 500% 500%;
    background-repeat: no-repeat;
    background-position: center center;
}



/* responsive 1920 */
@media screen and (max-width: 1920px){

	

}

/* responsive 1600 */
@media screen and (max-width: 1600px){

	

}

/* responsive 1280 */
@media screen and (max-width: 1280px){

	.textogrande{
	font-family: 'Source Sans 3', sans-serif;
	font-size: 16px;
}

}

/* responsive 1024 */
@media screen and (max-width: 1024px){


}

/* responsive 1024 */
@media screen and (max-width: 766px){

	.textogrande{
	font-family: 'Source Sans 3', sans-serif;
	font-size: 11px;
}
}

/* responsive 414 */
@media screen and (max-width: 414px){
	.textogrande{
	font-family: 'Source Sans 3', sans-serif;
	font-size: 9px;
}
}
