/**** TW-STYLE USER ***/
/************** GENERALES *****************************************************/

/** OCULTAR RECAPTCHA **/
.grecaptcha-badge {
    display:none !important;
}

/******************************************************************************/

/*******************************************************************************
                     VARIABLES GLOBALES CSS
*******************************************************************************/
:root {
    --width-logo: 160px; /* Ancho del logo nav */
    --height-logo: 70px; /* Alto del logo nav */
    --image-logo: url('/wp-content/uploads/logo-tuniversoweb300.png'); /* Logotipo de empresa */
    --scale-logo:0.7; /* Escalado del logo para sticky */
    --font-size: 16px; /* Tamaño letra normal */
}


/*****************************************************************************************************************************
  PUNTOS DE RUPTURA SOLO INFORMACION
*****************************************************************************************************************************/

@media screen and (max-width:1200px) {
    
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:767px) {

}


/*****************************************************************************************************************************
  GENERALES
*****************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  position:relative;
  overflow-x: hidden;
}

#content {
	min-height:85vh; /* Depende del alto del footer y del header */	
}

h1.entry-title {
	display:none !important;
}


/*****************************************************************************************************************************
  HEADER
*****************************************************************************************************************************/
header {
  z-index:9999;
}

/*** BARRA SUPERIOR ***/

header .tw-header-bsup {}


/*** BARRA INFERIOR ***/
header .tw-header-binf {}


/*******************************************************************************
  FOOTER
*******************************************************************************/

footer {

}

/*** BARRA SUPERIOR ***/

footer .tw-footer-bsup {}

/*** BARRA INFERIOR ***/
footer .tw-footer-binf {}

/*******************************************************************************
  RESULTADOS DE BÚSQUEDA
*******************************************************************************/
body.search-no-results .tw-sin-resultados {
  display:block;
}


/*******************************************************************************
 	MODO MANTENIMIENTO
*******************************************************************************/


/*******************************************************************************
 	POLITICAS
*******************************************************************************/
main.tw-politicas {}


/*******************************************************************************
 	COOKIE NOTICE
*******************************************************************************/


/*******************************************************************************
   CONTACTO
*******************************************************************************/


/*******************************************************************************
  PAGINA BLOG Y PLANTILLA CATEGORIAS BLOG
*******************************************************************************/


/*******************************************************************************
 CONTENIDO --> CLASE GENERAL
*******************************************************************************/


/*******************************************************************************
 CONTENIDO --> XXX
*******************************************************************************/


/*******************************************************************************
 CONTENIDO --> XXX
*******************************************************************************/


/*******************************************************************************
 CONTENIDO --> XXX
*******************************************************************************/


/*******************************************************************************
 CONTENIDO --> XXX
*******************************************************************************/


/*******************************************************************************
 CONTENIDO --> XXX
*******************************************************************************/


/*******************************************************************************
 CONTENIDO --> XXX
*******************************************************************************/