/**** ISCREATURA STYLE USER ***/
/************** GENERALES *****************************************************/

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

html {
  scroll-behavior: smooth;
}

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

div#content {
	min-height:83vh;
}

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



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

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

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

}

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

}

/*Arreglar header para 1025px************************************************/
@media (min-width: 1025px) and (max-width: 1141px){

}

/*****************************************************************************
SCROLL ARRIBA BOTÓN PERSONAL
*****************************************************************************/
.arrow-top{
  background-color: #111111;
  color:#ffffff;
  font-family: 'CreaturaPoppins';
  font-size:0.9rem !important;
  width: 50px;
  height: 50px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  cursor:pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;  
  z-index: 99999;
}
.arrow-top:hover{
  color:#ffe5ab;
}


/*******************************************************************************
  HEADER
*******************************************************************************/
.iscreatura-header-sticky .iscreatura-menu span.elementor-icon-list-text{
    display: none;
}
.iscreatura-header-sticky.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects{
    background-color: #ffdb7f;
}
/*Cambiar color de borde***********************************************/
.iscreatura-header-sticky.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    border-color: #ffffff;
}
/*Cambiar color elemento activo menú***********************************************/
.iscreatura-header-sticky.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects a.elementor-item.elementor-item-active.menu-link {
    color:#fff;
}
/*Cambiar dirección texto menú***************************************************/
.iscreatura-header-sticky .iscreatura-texto-menu{
     writing-mode: vertical-lr;
}

/*******************************************************************************
  FOOTER
*******************************************************************************/
/*Textos legales*******************************************************/
.iscreatura-footer .iscreatura-legales .iscreatura-textos-legal a{
    color: #111111;
}
.iscreatura-footer .iscreatura-legales .iscreatura-textos-legal a:hover{
    color: #b967f9;    
}

/*Copyrigth******************************************************/
.iscreatura-copy span.iscreatura-txtprv,
.iscreatura-copy span.iscreatura-txtpst,
.iscreatura-copy .elementor-shortcode{
    /*font-family: 'CreaturaPoppins';*/
    font-size: 1.1rem;
    font-weight: 300;
}
.iscreatura-copy .iscreatura-copy-shortcode.elementor-widget.elementor-widget-shortcode {
    text-align: center;
}

/*******************************************************************************
  RESULTADOS DE BÚSQUEDA
*******************************************************************************/
/*Ocultar-mostrar secciones en función del resultado************************************/
body.search-no-results .tw-sin-resultados {
    display:block;
}
body.search-results .tw-sin-resultados{
    display:none;
}
body.search-no-results .tw-resultados.e-con-boxed.e-con{
    display:none;
}
body.search-results .tw-resultados.e-con-boxed.e-con{
    display:block;
}




/*******************************************************************************
 	POLITICAS
*******************************************************************************/




/*******************************************************************************
 	COOKIE NOTICE
*******************************************************************************/
.cn-text-container a{
	color:#fff;
	text-decoration:underline !important;
}
.iscreatura-boton-aviso-pol {
	border-radius:3px;
	background-color:#fff;
	padding:5px 10px 5px 10px;
	color:#294973 !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	transition:all 300ms;
}
.iscreatura-boton-aviso-pol:hover{transform: scale(1.05)}

/*Cambiar color enlace********************************************************/
span#cn-notice-text a {
    color: #D87E13 !important;
}
span#cn-notice-text a:hover {
    color: #838384 !important;
}

/*******************************************************************************
 INICIO
*******************************************************************************/
.creatura-inicio.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .creatura-img-inicio.elementor-widget.elementor-widget-image img.attachment-full.size-full:hover{
	content:url("https://webstudiocreatura.com/wp-content/uploads/circulo-discontinuo-amarillo-500px.svg");
}

/*******************************************************************************
 CONTENIDO -->  GENERAL HORIZONTAL SCROLL
*******************************************************************************/
/*@media only screen and (min-width: 1025px) {
    section.studioCreatura-slider-main.e-flex.e-con.e-parent {
      overflow-x: hidden;
      display: flex;
    }

    section.studioCreatura-section-interior-scroll.e-flex.e-con.e-child {
      min-width: 100vw!important;
      min-height: 100vh!important;
    }
}*/

/*Efecto Slider para desktop************************************************/
/*@media (min-width: 1024px) and (max-width: 5600px){
      section.studioCreatura-slider-main.e-flex.e-con.e-parent {
      overflow-x: hidden;
      display: flex;
    }

    section.studioCreatura-section-interior-scroll.e-flex.e-con.e-child {
      min-width: 100vw!important;
      min-height: 100vh!important;
    }
}*/