body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: white;
	font-size: 1em;
	line-height: 1.5em;
	overflow-x: hidden;

}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
}

.bt-tamaño{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

img {
	max-width: 100%;
	height: auto;
}

#main-header {
	background:#D23C46;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: auto;
	overflow: hidden;
}	

/*
 * Logo
 */
#logo-header {
	float: left;
	padding: 15px 0 0 20px;
	text-decoration: none;
}
 .logo{
	object-fit: scale-down;
	height: auto;

 }

 .classLogoPotenciaVida{
	object-fit: scale-down;
	height: auto;
	width: auto;
	transform: scale(1.9);
	padding-left: 1.8em;
}

 .classLogosFooter{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100vw;
	margin: 1% 0 1% 0;
	padding: 0 3%;
 }
	#logo-header:hover {
		color: white;
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 0.8em;
		color: #999;
	}




/*
 * Navegación
 */
nav {
    align-content: center;
	margin: auto;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			line-height: 90px;
		}
			
			nav ul li button {
				display: block;
				padding: 0 1px;
				text-decoration: none;
			}
			
				nav ul li button:hover {
					background: #0b76a6;
				}
#main-content {
	background: white;
	width: 100%;
	max-width: 980px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#main-content header,
#main-content .content {
		padding: 15px 60px;
	}
    #main-footer {
		width: 100vw;
        background:#1265AA;
        display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
    }

		.redes-sociales{
			width: 100vw;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
		}

		.classIconRedes{
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: nowrap;
			width: 100vw;
		}

		.classSvgRedes{
			height: auto;
			width: 1.5em;
			margin: 0 0.5em 0 0.5em;
			cursor: pointer;
		}

		.classFisguenosItem{
			height: auto;
	}
        
    .logo-dnda img{
        width: 100%;
        max-width: 123px;
    }
.botones{
	color: #001742;
	border: 1px solid #001742;
	background-color: white;
	font-size: 1em;
	border-radius: 5px;
	padding: 15px 32px;
	text-align: center;
	font-family: Helvetica;

}
button:hover {
	background-color: #001742;
	color: white;
	text-align: center;
}
.circular--square {
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
  }
  .mini-box{
width: 100px;
  }
  .menu-select{
	background: #002f70;
color: #fff;
}
.una-linea{
		margin: 10px 0;
		cursor: pointer;
	}
	.dos-linea{
		margin: 0px 0;
		cursor: pointer;
		text-decoration: none;
	}
	.dos-linea:hover{
		color: #fff;
	}
	nav ul li{
	background: #fff;
padding: 48px 436px;
border-radius: 19px;
border: 1.5px solid #000;
text-align: center;
width: 90px;
cursor: pointer;
position: relative;
}
nav ul li a{
color: #000;
}
nav ul li img {
position: absolute;
top: -7px;
left: -42px;
width: 152px;
}
nav ul li:hover{
background: #002f70;
color: #fff;
}

.classOrganizaciones{
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 2% 0 2% 0;
}

.classApoyan{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}

.classTextoOrganizaciones{
	box-sizing: border-box; 
	padding: 10px 2px;
	height: 100%;
	text-align: center;
	writing-mode: vertical-lr;
	font-family: Helvetica;
	color: #ae0000;
	font-style: italic;
	background-color: white;
	font-size: 0.8em;
	margin: 0;
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.classOrganizan{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}

.classSiguenos{
	color: white;
	font-family: Helvetica;
	text-align: center;
	font-size: 1em;
	width: 100%;
}

.classENlaceHeader,.classENlaceHeaderApoyan{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: auto;
}


.classImgOganizaciones{
	object-fit: contain;
	height: 100%; 
	width: auto; 
	border: 1px solid white;
}

.classInformacionDNDA{
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1% 0 0% 0;
}

.classInformacionDNDAPiePagina{
	text-align: center;
	font-family: Helvetica;
	font-size: 1em;
	color: white;
}

@media screen and (max-width: 425px){
.botones{
	margin-top: 10px
}

}

@media (width <= 900px){

	#main-content header, #main-content .content {
		padding: 15px 30px;
	}

	.classOrganizaciones{
		gap: 20px;
	}

	.classOrganizan, .classApoyan{
		width: 72%;
		flex-wrap: wrap;
		height: auto;
		max-height: none;
		min-height: none;
		padding: 0 5%;
	}

	.classTextoOrganizaciones{
		writing-mode: unset;
        transform: rotate(0deg);
        width: 100%;
        font-size: 1rem;
		padding: 0px 2px;
	}
	.classENlaceHeader, .classENlaceHeaderApoyan{
		height: 100px;
		width: 100%;
		overflow: hidden;
	}
	.classImgOganizaciones{
		width: 100%;
		height: 100%;
		object-fit: scale-down; 
	}

	.botones{
		flex: 1;
		min-width: 200px;
	}
	.classLogosFooter{
		margin-top: 8%;
	}
	.classLogoPotenciaVida{
		width: 22%;
	}
	.logo{
		height: 70px;
	}
	.redes-sociales{
		margin-top: 9%;
	}
	.classInformacionDNDA{
		margin-top: 5%;
	}
}
