/*Página de inicio*/
/*#inicioPag1 #divPagina1 .logo{
	margin-top: 159px;
}*/
#inicioPag1 #divPagina1 h1 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-top: 39px;
	margin-bottom: 33px;
	letter-spacing: -1px;
	margin-left: 20px;
	margin-right: 20px;
}
#inicioPag1 .conocenos {
	border: 1px solid #ffffff;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 15px;
	max-width: 235px;
	display: block;
	text-align: center;
	margin: auto;
	transition: background 0.3s;
}

#inicioPag1 .conocenos:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: rgba(175, 22, 2, 0.5)
}

#divPagina1{
	border: 6px solid #fff !important;
	border-left: 3px solid #fff !important;
	
}
#divPagina1 .enlaces {
    display: flex;
    align-items: center;
    justify-content: center;
}
#divPagina1 .enlaces a {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
#divPagina1 .enlaces a:last-of-type {
    margin-left: 10px;
    background-color: #990021;
}
#divPagina1 .enlaces a:last-of-type:hover {
    background-color: white;
    color: #990021 !important;
}
.botonRojo {
	display: block;
}
.videoInicio {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 1;
	transition: opacity 1s;
}
#sustituirVideo {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 1;
	display: block;
	background: url(../img/cabecera.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
	width: 100% !important;
}
#inicioPag2 {
	z-index: 2;
	display: block;
	background: url(../img/el-origen-loiuko.jpg)  no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 0px !important;
	position: relative;
}

#inicioPag2 .contenedorPag2{
    z-index: 4;
    color: #fff;
}
#inicioPag2 .contenedorPag2{
    text-align: center;
}
#inicioPag2 .contenedorPag2 .textoImg {
	text-align: left !important;
	/*margin-bottom: 38px;
	margin-top: 114px;*/
}
#inicioPag2 .contenedorPag2 h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	text-align: left !important;
	letter-spacing: -1px;
}
#inicioPag2 .contenedorPag2 p {
	font-size: 18px;
	max-width: 310px;
	line-height: 120%;
}

#inicioPag3 {
	z-index: 2;
	display: block;
	background: url(../img/nuestra-mision-loiuko.jpg)  no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 0px !important;
	text-align: left;
	border-right: 0px solid #fff !important;
	/*height: 660px;*/
}
#inicioPag3 .cabecera{
    color: #fff;
    z-index: 4;
}

#inicioPag3 .cabecera > div {
	padding-left: 0px;
}

#inicioPag3 .cabecera h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	/*text-align: left !important;*/
	margin-top: 81px;
	letter-spacing: -1px;
}
#inicioPag3 .cabecera p {
	font-size: 18px;
	max-width: 460px;
	margin-top: 30px;
	line-height: 120%;
}
#inicioPag3 .fotos {
    margin-top: 30px;
    text-align: left;
}

.contactaNuestraMision{
    background: transparent url(../img/halftone.png);
    /*height: 590px;*/
    
}
.contactaNuestraMision .texto .h1Contacta {
	padding-top: 70px;
}

.contactaNuestraMision .texto h3 {
	font-size: 31px !important;
	color:#603E38 !important;
	font-weight: 700;
	margin-top: 0px;
	letter-spacing: -1px;
	margin-left: 20px;
	margin-right: 20px;
}

.contactaNuestraMision .texto h3 span{
    font-family: 'Arima Madurai Thin';
    font-weight: normal;
    margin-top: 24px;
    
}

.contactaNuestraMision .texto #botonContacta {
	max-width: 307px;
	margin-top: 36px;
	margin-bottom: 50px;
}

#pixelIzquierdoNuestraMision{
   height: 660px;
}
@media (max-width: 1200px){
    #inicioPag3 .fotos img {
        width: 190px;
    }
    #inicioPag3 .fotos{
        text-align: center;
    }
}
@media (max-width: 1000px) {
    #inicioPag3 .fotos img{
        width: 175px;
    }
}

@media (max-width: 768px) {
    #inicioPag2 .contenedorPag2 p {
        font-size: 18px;
        max-width: initial;
    }
    #inicioPag3 .fotos img{
        width: 150px;
    }    
}
@media (max-width: 550px) {
    #inicioPag1 #divPagina1 h1 {
        font-size: 30px;
    }
    .videoInicio{
        display: none;
    }
    #sustituirVideo{
        display: block;
    }
    
    #divPagina1 .enlaces {
        display: block;
        text-align: center;
    }
    #divPagina1 .enlaces a {
        margin: auto;
        font-size: 18px;
        padding-top: 14px;
        padding-bottom: 9px;
    }
    #divPagina1 .enlaces a:last-of-type {
        margin-left: auto;
        margin-top: 6px;
    }
    
}
@media (max-width: 500px) {
    .contactaNuestraMision .texto h1 {
        font-size: 25px !important;
    }
    #pixelIzquierdoNuestraMision{
        height: 900px;
    }
    
    
    
}
@media (max-width: 450px) {
    /*#inicioPag1 #divPagina1 .logo {
        width: 200px;
    }*/
    .contactaNuestraMision .texto h1 {
        font-size: 20px !important;
    }
    .contactaNuestraMision .texto #botonContacta {
        font-size: 20px;
    }
    #pixelIzquierdoNuestraMision{
        height: 1000px;
    }
    
}
@media (max-width: 400px) {
    #pixelIzquierdoNuestraMision{
        height: 1200px;
    }
}
@media (max-width: 350px) {
    #pixelIzquierdoNuestraMision{
        height: 1400px;
    }
}
@media (max-width: 300px) {
    #inicioPag2 .contenedorPag2 .textoImg img{
        width: 150px;
    }
    #inicioPag2{
        height: 900px !important;
        max-height: 900px !important;
    }
    #pixelDerechopag2{
        height: 889px !important;
        max-height: 889px !important;
    }
    #pixelIzquierdoNuestraMision{
        height: 1600px;
    }
}
@media (max-width: 270px) {
    #inicioPag1 .conocenos {        
        font-size: 20px;
        padding-right: 15px;
        padding-left: 15px;
        width: 170px;
    }
     #inicioPag1 #divPagina1 .logo {
        width: 150px;
    }
    #inicioPag1 #divPagina1 h1 {
        font-size: 20px;
    }
    .contactaNuestraMision .texto #botonContacta {
        font-size: 15px;
    }
    #pixelIzquierdoNuestraMision{
        height: 1800px;
    }
}

@media (max-width: 250px) {
    #inicioPag2{
        height: 1000px !important;
        max-height: 1000px !important;
    }
    #pixelDerechopag2{
        height: 988px !important;
        max-height: 988px !important;
    }
}


/*height*/
@media (max-height: 680px) {
    /*#inicioPag1 #divPagina1 .logo {
        margin-top: 50px;
    }*/
    #inicioPag2 .contenedorPag2 .textoImg {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    #sectionMenuPrincipalContenido .logo {
        margin-top: 50px !important;
    }
    #sectionMenuPrincipalContenido a {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media (max-height: 560px) {
   /* #inicioPag1 #divPagina1 .logo {
        margin-top: 10px;
    }*/
}    
@media (max-height: 513px) {
    #inicioPag1 .conocenos {
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #inicioPag2 .contenedorPag2 .textoImg img{
        width: 150px !important;
    }
    #inicioPag2 .contenedorPag2 h2 {
        font-size: 20px;
        margin-top: 5px;
    }
    #inicioPag2 .contenedorPag2 p {
        font-size: 15px;
        max-width: initial;
    }
}
@media (max-height: 400px) {
    #inicioPag1 .conocenos {
        margin-bottom: 20px;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #inicioPag1 #divPagina1 h1 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #inicioPag2 .contenedorPag2 .textoImg img{
        width: 100px;
    }
}



.bannereventos {
    width: 100%;
    padding: 60px 15px;
    max-width: 1320px;
    margin: 100px auto;
    position: relative;
    color: white;
}
.bannereventos__fondo {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    top: 0;
    left: 0;
}
.bannereventos__titulo {
    font-size: 32px;
}
.bannereventos__subtitulo {
    font-size: 20px;
    max-width: 610px;
    margin: auto;
}
.bannereventos__boton {
    background-color: #AF1602;
    margin-top: 24px;
    display: inline-block;
    padding: 12px 15px;
    padding-bottom: 10px;
    font-size: 19px;
    transition: 0.15s;
}


@media (max-width: 768px) {

    .bannereventos {
        margin: 50px auto;
    }

}