/**** 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
*******************************************************************************/
/**Coyrigth Dinámico*********************************************************/
.tw-footer .tw-txtprv,.tw-txtpst{
    font-family:'TwEpilogue'; 
    font-weight: 400;
    font-size: 1rem;
	color:#4C4F53;
	text-align: center;
}
/*Maquetar listado de iconos para móvil****/
@media screen and (max-width:767px) {
.tw-footer-sup .tw-politicas.e-flex.e-con.e-child .tw-listado-widget.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;
}
}

/*******************************************************************************
  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;
}
.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:#ED7A33;
}
.tw-texto-enlace-politicas a:hover{
    color:#FDBB4D;
}
/*******************************************************************************
 	PÁGINA PARA LLEVAR
*******************************************************************************/
.tw-section-categorias a.elementor-button.elementor-button-link.elementor-size-sm {
    display: block;
}

.tw-section-carta a.tw-enlaces-descarga-carta {
    text-align: right;
    padding: 10px;
    background-color: #AB4821;
    color: #ffffff;
    border-radius: 3px;
    font-family: TwEpilogue;
    font-size: 1.2rem;
    font-weight:300 ;
}
.tw-section-carta a.tw-enlaces-descarga-carta:hover {
    background-color:#ED7A33;
}