/**** 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;

}
* textarea {
resize:none;
}
div#content {
	min-height:83vh;
}

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


/*******************************************************************************
  HEADER
*******************************************************************************/
header {
  z-index:9999;
}
/*Cambiar color de fondo del header**********************************************/
.tw-header-sticky.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--effects.e-lazyloaded.elementor-sticky--active.elementor-section--handles-inside{
    background-color: #e9edf4;
	border-bottom:1px solid #d8d8d8;
}
/*Icono menú móvil**********************************************/
/*Ocultar texto lista iconos movil-tablet********************************************************/
.tw-iconos-sociales .elementor-icon-list-items.elementor-inline-items>li span.elementor-icon-list-text {
    display: none !important;
}

/*******************************************************************************
  FOOTER
*******************************************************************************/
/*Menú******************************************************************/
.tw-menu-footer.e-flex.e-con-boxed.e-con.e-child .tw-menu-footer-item.elementor-widget.elementor-widget-heading  span.elementor-heading-title.elementor-size-default a:hover{
color:#e63255;    
}
/*Listado de páginas políticas******************************************************/
@media screen and (max-width:767px) {
.tw-listado-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: 1rem;
}
}
/**Coyrigth Dinámico*********************************************************/
.tw-footer .tw-txtprv,
.tw-txtpst{
    font-family:'TwEpilogue'; 
    font-weight: 400;
    font-size: 1rem;
	color:#000000;
	text-align: center;
}
.tw-footer .tw-copy.elementor-widget.elementor-widget-shortcode{
    font-family:'TwEpilogue';
    font-size:400;
    color:#000000;
}
@media screen and (max-width:1024px) {
.tw-footer .tw-txtprv,
.tw-txtpst{
    font-family:'TwEpilogue'; 
    font-weight: 400;
    font-size: 1.2rem;
	color:#000000;
	text-align: center;
}
}



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

/*******************************************************************************
 	POLITICAS
*******************************************************************************/
.tw-secpol{
	overflow-wrap: break-word;	
}
.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;
}

.tw-secpol p {
	line-height:1.5;
}

.tw-secpol ul {
    padding-left:15px;
	padding-bottom:5px;
	font-family: 'TwEpilogue';
	font-weight: 400;
}

.tw-secpol ul li {
    padding:0 10px;
	line-height:1.5;
	font-family: 'TwEpilogue';
	font-weight: 400;
}

.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;
    font-size:1.8rem !important;
}
}


/*******************************************************************************
 	CAPA DE PROTECCIÓN FORMULARIO
*******************************************************************************/
/*Color enlace*********************************************************/
.tw-texto-enlace-politicas a{
    color:#e63255;
}
.tw-texto-enlace-politicas a:hover{
    color:#e63255;
}

