<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: loiuko
Theme URI: http://loiuko.com/
Author: Wokomedia
Author URI: http://www.wokomedia.com/
Description: Tema desarrollado por Wokomedia para loiuko.com
Version: 1.0
*/

body{
	font-family: 'Arima Madurai', bold;

}
.capaPantallaCompleta {
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	padding: 40px 0px;

	position: relative;
}

.outercenter {
	transition: padding 0.3s;
}

h1, h2, h3, {
	letter-spacing: -1px;
}

a { outline: none !important; } 

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

/*Menu*/
#divMenu{
	display: none;
}
#sectionMenuPrincipalFoto {
	position: fixed;
	background: url(./img/fondo-menu.jpg)  no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	z-index: -1;
	text-align: center;
	opacity: 0;
	overflow: hidden;
}

#sectionMenuPrincipalContenido {
	position: fixed;
	text-align: center;
	border-right: 6px solid #fff !important;
	border-left: 6px solid #fff !important;
}
#sectionMenuPrincipalContenido .logo {
	/*margin-top: 208px;*/
	margin-bottom: 49px;
}
#sectionMenuPrincipalContenido a {
	display: block;
	font-size: 40px;
	line-height: 100%;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 16px;
	transition: color 0.3s;
}
#sectionMenuPrincipalContenido a:hover {
    color: rgb(175,22,2);
    text-decoration: none;
}
#sectionMenuPrincipalContenido .cerrar {
	font-size: 40px;
	position: absolute;
	top: 8px;
	right: 14px;
	width: 125px;
	height: 50px;
	font-family: 'Helvetica', bold;
	text-align: right;
	line-height: 40px;
}
#sectionMenuPrincipalContenido .cerrar:hover {
	text-decoration: none;
	color: #fff;
}
#sectionMenuPrincipalCapaOpacidad{
    position: fixed;
    background-size: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
}
.borde12px{
    border: 6px solid #fff;
    border-left: 3px solid #fff;
    border-right: 0px solid #fff;
}

/*MenÃº Lateral*/
#menuLateral{
    height: 100vh;
    width: 45px;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 100;
    transition: background 0.3s, width 0.3s;
    background-color: rgba(0, 0, 0, 0);
}
#menuLateral.active {
    width: 60%;
    /* background-color: rgba(0, 0, 0, 0.9); */
    background: transparent url(./img/bg_bullets.png) top right repeat-y;
    background-size: contain;
}

#menuLateral .vmargincenter{
    float: right;
    min-width: 90%;
}
#menuLateral a {
    text-align: right;
    color: #ffffff;
    display: block;
    padding: 5px 35px 5px 5px;
    overflow: hidden;
    position: relative;
    transition: color 0.5s;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}
#menuLateral a:hover {
    color: rgb(175,22,2);
}
#menuLateral a span.title {
    display: block;
    position: absolute;
    right: 80px;
    top: 7px;
    opacity: 0;
    transition: opacity 0.5s;
    text-transform: uppercase;
}
#menuLateral.active a span.title{
    opacity: 1;
    margin-left: 0px;
}
#menuLateral a span.icon {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8); 
    color: rgb(170, 170, 170);
}
.circulo {
     width: 20px;
     height: 20px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #fff;
     float: right;
}
#inicioPag1{
    position: absolute;
    z-index:3;
    text-align: center;
}
#inicioPag1 a{
    color: #fff !important;
}

#divPagina1 .capaOpacidad #contenidopagina1 p {
	color: #fff;
	font-size: 20px;
	max-width: 475px;
	text-align: center;
	margin: auto;
	/*margin-bottom: 99px;*/
	line-height: 120%;
	padding-left: 20px;
	padding-right: 20px;
}
#divPagina1 .capaOpacidad #contenidopagina1 h1{
	margin-top: 50px;
	margin-bottom: 13px;
	letter-spacing: -1px;
	padding-left: 20px;
	padding-right: 20px;
}
footer{
    background: #990021;

}
footer #contenedorFooter{
    padding-top: 28px;
    text-align: left;
    color: #fff;
    padding-bottom: 25px;
}

footer #contenedorFooter .logo{
    max-width: 111px;
    margin-bottom: 16px;
}
footer #contenedorFooter .pPrimeracolumna{
	font-size: 19px;
	line-height: 120%;
	margin-bottom: 0px;
}
footer #contenedorFooter .pSegundacolumna{
	font-family: 'Arima Madurai', cursive;
	font-size: 19px;
	line-height: 120%;
	margin-bottom: 0px;
	margin-top: 0px;
}
footer #contenedorFooter .pTerceracolumna{
	margin-top: 30px;
	text-align: center;
	font-size: 33px;
	line-height: 100%;
	margin-bottom: 0px;
}

.botonRojo {
	background-color: #990021;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
	margin: auto;
	text-decoration: none;
	transition: background 0.3s;
}

.botonRojo:hover {
	background-color: #0c7e2e;
	text-decoration: none;
}

.cambiarPagina {
	border: 2px solid #ffffff;
	color: #fff;
	font-family: 'Helvetica', bold;
	font-size: 25px;
	line-height: 100%;
	border-radius: 45px 45px 45px 45px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 25px;
	left: calc(50% - 12px);
	display: block;
	width: 23px;
	height: 40px;
	text-align: center;
	animation-duration: 1s;
	animation-name: changebullposition;
	animation-iteration-count: infinite;
	animation-direction: alternate;

}

@keyframes changebullposition {
	from { padding-top: 0px; }
	to { padding-top: 14px; }
}

.cambiarPagina:hover{
	text-decoration: none;
}
#cambiarPagina1{
    max-width: 25px;
    z-index: 5;
}
#cambiarPagina2{
    max-width: 25px;
    z-index: 5;
}
.capaOpacidad{
    position: absolute;    
    background-size: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-right: 6px solid #fff;
    border-left: 4px solid #fff;
border-top: none !important;
}
#menu{
    font-size: 20px;
    position: fixed;
    top: 8px;
    right: 7px;
    width: 125px;
    height: 50px;
    z-index: 150;
    cursor: pointer;
    line-height: 15px;
    padding: 18px 0px 0px 17px;
    background: transparent url(./img/bg_menu.png) 85px center no-repeat;
    color: #fff;
    cursor: pointer;
}
.abrirMenuPrincipal{
    transition: opacity 0.3s;
    opacity: 1 !important;
    z-index: 500 !important;
}

.container .botonContacta{
    padding-left: 60px;
    padding-right: 60px;
    font-size: 26px;
    max-width: 307px;
    margin-top: 36px;
    margin-bottom: 50px;
}
.divCambiarPagina{
    text-align: center;
}
.pixelIzquierdo,#pixelIzquierdoNuestraMision,#pixelIzquierdoPag5,#pixelIzquierdoPag4,#pixelIzquierdoPag6{
    background: transparent url(./img/degradado-a-derecha.png) top right repeat-y;
    z-index: 3;
    width: 100%;
    background-size: contain;
    position: absolute;
}
.pixelDerecho,#pixelDchPag5,#pixelDchPag7{
    background: transparent url(./img/degradado-a-izda.png) top right repeat-y;
    z-index: 3;
    width: 100%;
    background-size: 50%;
    position: absolute;
    margin-right: 12px;
}

#pixelDchPag7 { background-size: 100%; } 

@media (max-width: 768px) {
   #sectionMenuPrincipalContenido .logo {
        margin-top: 150px;
    }
    footer #contenedorFooter {
        text-align: center;
    }
    #menuLateral{
        display: none;
    }
    #menu span{
        display: none;
    }
    footer #contenedorFooter {
        text-align: center;
    }
}
@media (max-width: 550px) {
    .pixelDerecho {
        background-size: 75%;
    }
}
@media (max-width: 450px) {
    #sectionMenuPrincipalContenido a {
        font-size: 30px;        
    }
    #sectionMenuPrincipalContenido .logo {
        width: 150px;
    }
    
}

ul#qtranslate-chooser {
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 24px;
	z-index: 600;
	right: 134px;
}

ul#qtranslate-chooser li {
	display: inline-block;
	font-size: 20px;
	line-height: 100%;
	font-weight: 400;
	padding-right: 5px;
}

ul#qtranslate-chooser li a { color: #ffffff; transition color 0.3s; }

ul#qtranslate-chooser li.active a, ul#qtranslate-chooser li:hover a {
	color: #990021
}

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

@media (max-height: 513px) {
    #inicioPag1 #divPagina1 h1 {
        font-size: 20px !important;
    }

@media (max-height: 400px) {
    
    #sectionMenuPrincipalContenido a {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    #divPagina1 .capaOpacidad #contenidopagina1 h1 {
        margin-top: 30px;
    }
    #divPagina1 .capaOpacidad #contenidopagina1 p{
        font-size: 17px;
    }
}
@media (max-height: 335px) {
    #sectionMenuPrincipalContenido .logo {
        width: 150px;
    }
    #sectionMenuPrincipalContenido .logo {
        margin-top: 10px !important;
    }
    #sectionMenuPrincipalContenido a {
        font-size: 20px !important;
        margin-bottom: 5px;
    }
}
</pre></body></html>