@font-face {
	font-family: 'OswaldRegular';
	src: url('./fonts/Oswald-Regular.ttf?#iefix') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OswaldLight';
	src: url('./fonts/Oswald-Light.ttf?#iefix') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: 'OswaldRegular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inicio, .bienvenida, .quienesSomos, .actividades, .contacto {
	display: flex;
	flex-direction: column;
	min-width: 1024px;
	width: 100%;
	height: 100vh;
	/*background-color: #262d2d;*/
	background-color: #262d2d;
	justify-content: center;
}

.inicio {
	height: 100vh;
}

#pagina, .inicio {	
	transition: height 0.2s ease;
}

.contentLogoInicio, .switchInicio {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.switchInicio {
	margin: 10px 0;
}

.inicio > h5 {
	color: white;
	display: flex;
	justify-content: center;
	font-size: 0.9em;
	font-family: 'OswaldLight';
}

.bienvenida {
	background-color: #EF512C;
}

.header, .headerWhite, .headerTransparente {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	height: 17vh;
	width: 100%;
	background-color: #EF512C;
	z-index: 1;
}

.headerWhite, .headerTransparente {
	border-bottom: 0.5px solid #ccc;
}

.header div, .headerWhite div, .headerTransparente div {	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-width: 1024px;
	width: 1024px;
}

.headerWhite {
	background-color: white;
}

.headerTransparente {
	background-color: rgba(255,255,255,0.9);
}

#logoHeader {
	visibility: hidden;
	height: 16vh;
	margin-left: 10px;
}

#logoHeader img {
	height: 100%;
}

#botonMenu {
	display: none;
}

nav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

nav ul {
	display: flex;
	flex-direction: row;
	font-family: 'OswaldLight';
}

.navLink, .navLinkOrange, .navLinkActivo {	
	list-style: none;
}

.navLink a, .navLink a:visited {
	color: white;
}

.navLink a, .navLinkOrange a, .navLinkActivo a {
	font-size: 1.3em;
	display: block;
	text-decoration: none;	
	padding: 10px 20px;
	font-weight: bold;
	transition: 0.5s ease;
}

.navLinkOrange a, .navLinkOrange:visited {
	color: #262d2d;
}

.navLinkActivo a {
	color: #EF512C;
	border-bottom: 3px solid #EF512C;
}


.navLink a:hover {
	/*transform: scale(1.2);*/
	/*color: #EF512C;
	background-color: white;*/
	border-bottom: 3px solid white;
}

.navLinkOrange a:hover {
	/*transform: scale(1.2);*/
	/*color: white;
	background-color: #EF512C;*/
	border-bottom: 3px solid #262d2d;
}

#pagina {
	background-color: #EF512C;
	display: none;
	height: 0;
	flex-direction: column;
	/*align-items: center;*/
	min-width: 1024px;
	width: 100%;
}

.bienvenida > section {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.bienvenida > section > div {
	display: flex;
	flex-direction: row;
	width: 1024px;
	justify-content: center;
	padding-bottom: 5%;
	align-items: stretch;
}

.bienvenida > section > div > figure {
	/*width: 40%;
	display: flex;
	justify-content: center;*/
	margin-bottom: -2.5em;
}

.bienvenida > section > div > figure > img {
	width: 80%;
}


.bienvenida > section > div > div {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	color: white;
}

.bienvenidoTexto1 {
	width: calc(100% - 20px);
	text-align: center;
	font-size: 60px;
	margin-bottom: 15px;
}

.bienvenidoTexto1 > img {
	width: 100%;
}

.bienvenidoTexto2 {
	background-color: #262d2d;
	padding: 10px;
	width: calc(100% - 20px);
	text-align: center;
	font-size: 1.6em;
}

.quienesSomos {
	background-color: #262d2d;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.tituloQuienesSomos {
	display: none;
}

.quienesSomosIzq {
	background-color: #262d2d;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.quienesSomosDer {
	display: flex;
	flex-direction: row;
	height: 90%;
}
 .quienesSomosDer img {
	height: 75%;
	align-self: center;
	justify-content: center;
	padding-top: 80px;
}

.quienesSomosIzq > div:nth-child(1) {
	padding-top: 100px;
	padding-left: 100px;
}

.quienesSomosIzq > div:nth-child(1) > p {
	font-size: 1.3em;
	color: white;
	text-align: left;
	line-height: 1.7em;
}

.resaltadoGris {
	background-color: #262d2d;
}

.resaltadoBlanco {
	background-color: white;
}

.textoGris {
	color: #262d2d;
}

.textoGris2 {
	color: #4e595a;
}

.textoNaranja {
	color: #EF512C;
}

.textoRojo {
	color: red;
}

.centrado {
	text-align: center;
}

.botonLey {
	margin-top: 50px;
	border: 2px #262d2d solid;
	background-color: #EF512C;
	padding: 20px;
	color: white;
	transition: 0.5s ease;
	font-size: 0.7em;
	align-self: center;
}

.botonLey:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.actividades {
	height: auto;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;	
	height: auto;
}

.fondoActividades {
	background-image: url('./media/images/fondoActividad.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.fondoActividades > div:nth-child(2) {
	background-color: rgba(0,0,0,0.8);
    padding: 40px 0;
    margin-top: 100px;
    width: 100%;
    color: white;
    font-size: 1.6em;
}

.fondoActividades > div:nth-child(2) > p {
	text-align: center;
	width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
}


.tituloActividad {
	display: none;
}

.rowActividades {	
	display: flex;
	flex-direction: row;
	justify-content: center;
}


.rowActividades > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1024px;
	min-width: 1024px;
	align-items: center;
}

.actividad {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 90px;
}

.actividad img {
	width: 65%;
}

.textoActividad {
	width: 75%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 65%;
}

.textoActividad p:nth-child(1) {	
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	font-family: 'OswaldLight';
}

.textoActividad > div:nth-child(2) > p {	
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: bold;
	text-align: center;
}

.textoActividad > div:nth-child(2) {
	margin-top: 40px;
	width: 70%;
}

.textoActividad > div:nth-child(1) {
	width: 70%;
	padding: 20px;
	background-color: #EF512C ;
	color: white;
}

.actividades > h2 {
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 3em;
}

.actividades > h3 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.6em;
}

.actividades > img {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

.expertosEn {
	display: flex;
	flex-direction: column;
	width: 1024px;
	min-width: 1024px;
	justify-content: center;
	align-self: center;
}

.expertosEnRowUno {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}

.expertosIcono{	
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.expertosIcono img, .expertosIcono > p {
	text-align: center;
	margin: 0 auto;
}

.expertosReferencia:nth-child(1) > p:nth-child(2) {
	font-size: 1em;
}

.expertosReferencia p {
	font-size: 1.25em;
	text-align: center;
}

.actividades > h2:nth-child(2) {
	padding: 15px;
	font-size: 2em;
}

.rowCategorias {
	display: flex;
	flex-direction: row;
}

.socio {
	width: 50%;
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.socio {
	background-color: #262d2d;
}

.socioPortada, .socioCover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 420px;
	background-color: #EF512C;
	transition: 0.3s ease;
}

.socioCover, .socioSinPortada {
	background-color: rgba(255,255,255,0);
}

.socioSinPortada > div {
	display: none;
}

.socioTitulo {
	color: white;
	font-size: 3em;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 35px;
}

.socioTexto {
	align-self: center;
	width: 50%;
	overflow: hidden;
	transition: 1s ease;
}

.socioTexto p, .socioTextoVisible p {
	color: white;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
}

.socioPortada {
	display: flex;
	flex-direction: row;
	justify-content: center;
  align-items: center;
  font-size: 3em;
}

.socioPortada > div {
	color: white;

}

.contacto {
	background-color: white;
	display: flex;
	flex-direction: row;
}

.datos {
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 100px;
	padding-top: 9em;
}

.datos > div:nth-child(1) { 
	margin-bottom: 50px;
}
.datos > div:nth-child(1) > p:nth-child(1), .datos > div > p:nth-child(2)  {
	font-size: 3em;
}

.datos > div:nth-child(2) > p {
	font-size: 1.25em;
}

.formContacto {
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 9em;
	padding-right: 5em;
}

.formContacto > p {
	font-size: 2em;
	margin-bottom: 50px;
	background-color: #eee;
}

.formContacto > form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}


.rowForm {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
}

.rowForm > input, .rowForm > textarea {
	border-color: white;
	border-style: none;
	border-bottom: 1px solid #262d2d;
	font-size: 1.25em;
	color: #262d2d;
	padding-bottom: 10px;
}

.labelEnFoco {
	color: #EF512C;
	font-weight: bold;
}

.rowForm > input:focus, .rowForm > textarea:focus {
	border-style: none;
	border-bottom: 2px solid #EF512C;
	outline-color: white;
}

.campoValidacion {
	display: none;
}

.formContacto > form > input[type="button"] {
	background-color: white;
    border: 2px solid #262d2d;
    padding: 2px 15px;
    color: #262d2d;
    font-size: 1.2em;
    width: 110px;
    align-self: center;
}

.formContacto > form > input[type="button"]:focus, .formContacto > form > input[type="button"]:hover {
	background-color: #EF512C ;
	color: white;
	border-color: #EF512C;
}

.modalInvisible {
	top: calc(50% - 25vw);
	left: calc(50% - 25vh);
	display: none;
}

.modalVisible {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	box-shadow: 4px 4px 21px 4px rgba(0,0,0,1);
	border-radius: 15px;
	position: fixed;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.95);
}

#modal > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 300px;
}

.msjEntendido { 
	padding: 30px 0;
	font-size: 2em;
	color: #EF512C;
}

.btnEntendido {
	color: white;
	font-size: 1em;
	font-weight: 600;
	background-color: #EF512C;
	margin: 50px;
	height: 50px;
	width: 120px;
	border-radius:  5px;
}

.visibleOK {
	display: block;
	width: 100%;
	height: 30px;
	color: white;
}

.invisibleOK {
	display: none;
}

#mensajeMailVacio {
	margin: 5px auto;
	margin-left: 20px;
	width: 95%;
	border-radius: 10px;
	background-color: white;
	display: none;
	padding: 5px;
	color: lightcoral;
	font-size: 14px;
	text-align: center;
}

.datosNoLink {
	text-decoration: none;
}

/*
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
*/

@media screen and (min-width: 1400px) {

body {
	font-size: 18px;
}

.header, .headerWhite, .headerTransparente {
	height: 140px;
}

.inicio, .bienvenida, .quienesSomos, .actividades, .contacto  {
	min-width: 1400px;
}

.rowActividades > div, 
.bienvenida > section > div, 
.fondoActividades > div:nth-child(1) > p, 
.header > div,
.header div, .headerWhite div, .headerTransparente div {
	width: 1400px;
	min-width: 1400px;
}

.fondoActividades > div:nth-child(1) {
	margin-top: 140px;
}

.actividad {
	align-items: flex-start;
}

.textoActividad {
	align-items: flex-end;
}

.datos {
	padding-left: 200px;
}

} /* fin @media screen and (min-width: 1400px) */



@media screen and (max-width: 600px) {

.inicio, .bienvenida, .quienesSomos, .actividades, .contacto, #pagina,
.headerWhite div {
	min-width: 0;
}

#pagina {
	background-color: white;
}

.bienvenida > section > div > figure {
	display: none;
}

.headerWhite  div {
	width: 100%;
}

.quienesSomos {
	flex-direction: column;
	height: auto;
}

.quienesSomosIzq {
	width: 85%;
}

.quienesSomosIzq > div:nth-child(1) {
	padding: 0;
}

.quienesSomosIzq > div:nth-child(1) > p {
	font-size: 1.1em;
}

.quienesSomosDer img {
	padding: 0;
	width: 95%;
	margin: 0 auto;
}

.quienesSomosDer {
	height: auto;
}

.botonLey {
	margin: 20px 0 10px 0;
}

.fondoActividades > div:nth-child(2) {
	padding: 0;
	margin-top: 0;
}

.fondoActividades > div:nth-child(2) > p {
	min-width: 0;
	width: 95%;
	font-size: 0.9em;
	padding: 10px 5px;
}

.rowActividades > div {
	min-width: 0;
	width: 100%;
	align-items: flex-start;
}

.tituloActividad, .tituloQuienesSomos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16vh 0 20px 0;
}

.tituloActividad > p, .tituloQuienesSomos > p, .actividades > h2, .formContacto > p {
	color: white;
	font-size: 2.7em;
}


.actividad, .quienesSomosDer {
	display: none;
}

.textoActividad {
	width: 100%;
	height: auto;
}

.textoActividad > div:nth-child(1) {
	color: white;
	background-color: rgba(239,81,44,0.9);
	width: 90%;
	padding: 5%;
}

.textoActividad > div:nth-child(1) > p {
	font-size: 1.1em;
} 

.textoActividad > div:nth-child(2) {
	width: 100%;
	margin-top: 20px;
}

.textoActividad > div:nth-child(2) > p {
	font-size: 1.4em;
}

.expertosEn {
	width: 100%;
	min-width: 0;
}

.expertosEnRowUno {
	flex-wrap: wrap;
	justify-content: center;
}

.expertosIcono {
	width: 40%;
}

.actividades > h2 {
	padding-top: 30px;
	padding-bottom: 20px;
}

.rowCategorias {
	flex-direction: column;
}

.socio {
	width: 100%;
	height: auto;
}

.socioPortada, .socioCover {
	display: none;
}

.socioTitulo {
	background-color: #EF512C;
	padding: 20px 0;
	border-bottom: 1px solid white;
	margin-bottom: 0;
}

.socioTexto {
	width: 90%;
	height: 0;
	transition: all 0.5s ease-in;
}

.socioTextoVisible {
	height: auto;
	padding: 20px 10px;
}

.contacto {
	flex-direction: column-reverse;
	height: auto;
	padding-top: 15vh;
}

.datos { 
	width: 100%;
	padding-top: 4em;
	padding-left: 0;
	align-items: center;
}

.datos > div > p {
	text-align: center;
}

.formContacto {
	padding: 3em 1em;
	width: 90%;
}

.formContacto > p {
	text-align: center;
}

.bienvenida {
	height: auto;
	background-color: white;
}

.bienvenida > section {
	margin-top: 10em;
}

.bienvenida > section > div {
	width: 100%;	
}

.bienvenida > section > div > div{
	width: 90%;	
}

.bienvenidoTexto2 {
	font-size: 1em;
}

.contentLogoInicio {
	margin-top: -4em;
}

#consisteEn {
	width: 90vw;
}

#botonMenu {
	display: block;
	width: 2em;
	height: 1em;
	align-self: center;
    margin-right: 1.5em;
}

#botonMenu > img {
	width: 100%;
}

nav {
	position: absolute;
	height: auto;
	top: 6.2em;
	right: 1.5em;
	flex-direction: column;
	background-color: white;
	border: 1px solid #262d2d;
}

nav > ul {
	flex-direction: column;
	align-items: center;
}

nav > ul > li {
	border-bottom: 1px solid #262d2d;
	width: 100%;
	overflow: hidden;
}

.navLink a, .navLink a:visited {
	color: #262d2d;
	padding: 10px 40px;
	text-align: center;
}

.navLink a:active {
	background-color: #EF512C;
	color: white;
}

.menuCerrado {
		height: 0;
		display: none;
	}

} /* fin @media screen and (max-width: 600px) */