@charset "utf-8";
 
 /* https://getbootstrap.com/docs/5.0/layout/breakpoints/#min-width */
/*
@media (min-width: 992px) {
.alto-100 {
	height: 100vh;
}
}   
*/

.margenCero{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.space-10 {
  height: 10px;
  display: block;
  background-color: #AFCDEA; 
}

.margenLogoMenu{
	padding: 1.5em;
}


.celeste{
background-color: #AFCDEA;
}

.space-70 {
  height: 70px;
  display: block;
  background-color: #AFCDEA; 
}

.fondoQuienesSomos{
background-image: url("../imagenes/fondoQuienesSomos.jpg");
/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
background-size: cover;

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
/*
width: 1920px;
height: 1138px;
*/
height: 1138px;
}

.fondoQuienesSomosSMART{
background-image: url("../imagenes/fondoQuienesSomosV8.jpg");

/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
background-size: cover;

/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
background-position: center center;

/* Para que la imagen de fondo no se repita */
background-repeat: no-repeat;
/*background-attachment: fixed;*/
height: 500px;

}


.topQuienesSomos { /*titulo Quienes Somos*/
top: 81%;
margin-left: 24.5%;
}

.topQuienesSomosSMART {  /*titulo Quienes Somos*/
top: 62.9%;
margin-left: 1.0%;
}


.topQuienesSomosTexto {
top: 79.6%;
}
 
.topQuienesSomosTextoSMART { 
top: 58%;
padding: 5%;
font-size: 13px;
}



.textoSMART{
font-size: 13px;
}

.blancoFundamentos{
background-color: #FFFFFF;
}

.blancoFundamentosSMART{
background-color: #FFFFFF;
padding: 5%;
font-size: 13px;

}


.celesteFundamentos{
background-color: #318CE7;
}

.grisProyecto{
background-color: #606062;
}

.grisAgenda{
background-color: #E6E7E8;
}

.separacionAgenda{
margin: 20px;

}
 

.space-100 {
  height: 100px;
  display: block;
  background-color: #AFCDEA; 
}

.topFundamentacion-10 {
margin-left: 24.5%;
top:16px;
}

.topFundamentacionSMART {
margin-left: 1.5%;
top:25px;
}



.topFundamentacionObjetivosGenerales-10 {
margin-left: 24.5%;
top:11px;
}

.topFundamentacionObjetivosEspecificos-10 {
margin-left: 0%;
top:11px;
}

body{
font-family: 'Roboto', sans-serif;
}

hr {
  height: 10px;
  background-color: white;
}

/*
.separacionItemMenu {
    margin-left: 100px;
	font-size: 19px;
	margin-top: 5em;
	padding-top: 0px;
}
*/

.textoIntegrantes{
font-size: 16px;
}





@media (min-width:1601px) and (max-width:1999px){
	.separacionItemMenu {
		margin-left: 100px;
		font-size: 19px;
		margin-top: 6em;
		padding-top: 0px;
	}
}


@media (min-width:1200px) and (max-width:1600px){
	.separacionItemMenu {
		margin-left: 50px;
		font-size: 18px;
		margin-top: 5em;
		padding-top: 0px;
	}
	.textoIntegrantes{
	font-size: 14px;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.separacionItemMenu {
		margin-left: 30px;
		font-size: 18px;
		margin-top: 5em;
		padding-top: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.separacionItemMenu {
		margin-left: 20px;
		font-size: 10px;
		margin-top: 5em;
		padding-top: 0px;
	}

}

