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

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

html {
  scroll-behavior: smooth;
}

body {
  position:relative;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

div#content {
	min-height:83vh;
}
* textarea {
resize:none;
}
h1.entry-title {
	display:none !important;
}


/*******************************************************************************
  HEADER
*******************************************************************************/
header {
  z-index:9999;
}
/*Ocultar texto lista iconos movil-tablet********************************************************/
.tw-iconos-sociales span.elementor-icon-list-text {
    display: none !important;
}

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

/*Maquetación listado iconos footer****************************************************************/

@media screen and (max-width:767px) {
.tw-footer .tw-politicas.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
}
}
/**Coyrigth Dinámico*********************************************************/
.tw-footer .tw-txtprv,
.tw-footer .tw-txtpst,
.tw-footer .elementor-shortcode{
    font-family:'TwEpilogue'; 
    font-weight: 300;
    font-size: 1.1rem;
	color:#ffffff;
	text-align: center;
}
/*Eliminar margen superior en página error************************************/
body.error404 .tw-footer.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  margin-top: 0;
}
/*******************************************************************************
  RESULTADOS DE BÚSQUEDA
*******************************************************************************/
body.search-no-results .tw-sin-resultados {
  display:block;
}

/*******************************************************************************
 	POLITICAS
*******************************************************************************/
.tw-secpol h2 {
    padding:2rem 0 1rem;
    font-family: 'TwEpilogue';
    font-weight: 400;
    font-size:2rem !important;
    color:#101010;
	margin-bottom:0;
	margin-top:0;
	text-align:center;
}
.tw-secpol p {
	line-height:1.5;
	    font-size:1.2rem;
}
.tw-secpol ul {
    padding-left:15px;
	padding-bottom:5px;
	font-family: 'TwEpilogue';
	font-weight: 400;
	font-size:1.2rem;
}
.tw-secpol ul li {
    padding:0 10px;
	line-height:1.5;
	font-family: 'TwEpilogue';
	font-weight: 400;
	font-size:1.2rem;
}
.tw-secpol ul li li {
    padding: 2px 0;
}
.tw-secpol a {
   color:#316dc4 !important; 
   text-decoration:underline; 
}
.tw-secpol a:hover {
   color: #efa943 !important;
   text-decoration:none; 
}
.tw-secpol .bold,.tw-secpol .negrita,.tw-secpol strong {
    font-family: 'TwEpilogue';
	font-weight:600;
}

@media screen and (max-width:767px) {
.tw-secpol h2{
    text-align:center !important;
    font-size:1.8rem !important;
}
}


