/*
Theme Name: Panel Control
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Ubic Estudio
Author URI: https://ubicestudio.es
Template: enfold
*/



/* General Custom CSS */

/*
ESTILOS GENERALES
================================================================= */

h1, h2, h3, h4 {
    text-transform: none !important;
}

.ocultar {
    display:none;
}


/*
MENU PRINCIPAL
================================================================= */

#header_main {
    border: none;
}
header#header {
    box-shadow: 0px 0px 10px #0000007a;
}
.header_bg {
    background-image: -webkit-linear-gradient(-15deg,#fcfcfc,#e1e1e1 100%);
}




/*
HOME
================================================================= */



/*
FOOTER
================================================================= */


footer#socket {
    background-image: -webkit-linear-gradient(-15deg,#fcfcfc,#e1e1e1 100%);
}

/*
CSS MOVILES
================================================================= */
@media only screen and (max-width: 767px){

}

/*
CSS MOVILES PEQUENOS
================================================================= */
@media only screen and (max-width: 479px){

}


/*
CSS TABLET (768px a 1024px)
================================================================= */
@media only screen and (max-width: 1024px) and (min-width: 768px){
}


/*
CSS TABLET (HASTA 800px)
================================================================= */
@media only screen and (max-width: 800px) {

}


/*
CSS SOLO PC
================================================================= */
@media only screen and (min-width: 768px){


}

/*
CSS PANTALLAS GRANDES + 1600PX 
================================================================= */
@media only screen and (min-width: 1500px){

}




