/**** 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;
  min-height: 80vh;
  overflow-x: hidden;
}

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

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


