/*
Theme Name: Zero Azul Theme v4
Theme URI: www.zeroazul.com
Description: Kiss theme (Keep It SImple Stupid)
Version: 4
Author: Cristian Parada
Author URL: www.zeroazul.com
*/


/*BUSCAR*/
/*-----Fuente de GOOGLE-----*/
/*DISEÑO MENU*/
/*ANCHO DEL SITIO WEB*/
/*ANCHO DEL SITIO MOVIL*/
/*ICONO MENÚ MOVIL*/
/*DISEÑO MENU MOVIL*/
/*OCULTAR TÍTULO*/



/*-----Estilos Generales-----*/
* {
	margin:0px;
	padding:0px;
}





/*-----Desktop y movil-----*/

p {

   font-family: sans-serif;
    color: grey;
    font-size: 14px;
    line-height: 26px;

}

/*OCULTAR TÍTULO*/
#main h2 {
    display: none;
}
.date {
    display: none;
}

h2 a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: black;
}

h2 {
    font-family: 'Open Sans', sans-serif;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
}

p {
   font-family: sans-serif;
    color: grey;
}


/*STICKY aplicar clase stickythis*/


/*PRELOADER*/
#preloader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
z-index: 99;
height: 100%;
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image: url(img/preloader.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
}


/*-----Fin Desktop y movil-----*/



/*-----Solo desktop-----*/

@media screen and (min-width: 769px) { 
    /*ANCHO DEL SITIO WEB*/
    .main-site {
        width: 80%;
        margin: auto !important;
    }
    /*MENU*/
    #toggle {
        display: none;
    }
    #popout {
        display: block;
        
    }
    #popout li {
    list-style: none;
    float: left;
    min-width: 120px
    }
    /*SUBMENU*/
    ul.sub-menu {
    position: absolute;
    z-index: 99999;
    }
    #popout li ul li a {
        background: #d3d3d3;
        min-width: 180px
    }    
    
    #popout li ul li a:hover {
        background: #717171;
        transition:all 0.5s ease;
    }
    
    
    
    /*DISEÑO MENU*/
    #popout li a {
        text-decoration: none;
        padding: 12px;
        display: block;
        color: #656565;
        /*background: #efefef;*/
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }    

    #popout li a:hover {
        text-decoration: none;
        padding: 12px;
        display: block;
        color: white;
        background: #717171;
        transition:all 0.5s ease;
    }

    
    /*MENU*/
 
} 
/*-----Fin Solo desktop-----*/


/*-----Solo móvil-----*/

@media screen and (max-width: 768px) { 
    /*ANCHO DEL SITIO MOVIL*/
    .main-site {
        width: 100%;
        margin: auto !important;
    }
    
    section#main {
    padding: 15px;
    }
    
    /*MENU*/
    /*ICONO MENÚ MOVIL*/
    #toggle {
    color: grey;
    display: block;
    font-size: 25px;
        padding-left: 10px;
    }
    #popout {
    top: 0;
    position: absolute;
    background: #e0e0e0;
    z-index: 99999;
    }
    /*ICONO DE CERRAR MOVIL (PUEDE USARSE CUALQUIER LINK CON CLASE closem*/
    .cerrar-movil a.closem {
    font-size: 15px;
    bottom: 0px;
    position: absolute;
    right: 0px;
}
    
    /*DISEÑO MENU MOVIL*/
    #popout a {
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: right;
    color: grey;
    font-family: 'Open Sans', sans-serif;
    }
    #popout a:hover {
    color: white;
    background: #717171;
    transition:all 0.5s ease;
    }
    
    /*SUBMENU*/
    #popout li ul li a {
        background: #f0f0f0;
    }    
    
    #popout li ul li a:hover {
        background: #717171;
        transition:all 0.5s ease;
    }
    a.arrowdown {
    display: block;
    float: right;
    padding: 2px !important;
    font-size: 13px;
    padding-left: 10px !important;
}
    /*MENU*/
 
} 

/*-----Fin Solo móvil-----*/









