:root {
  color-scheme: light only;
}

/**************************************/
/****Elimnar espacio en blanco 
 * después del footer************/
/*body{
	position: relative;
	padding-bottom: 300px;
	min-height: 100vh;
}

@media screen and (max-width: 1200px){
	body{
		padding-bottom: 350px;
	}
}


@media screen and (max-width: 800px){
	body{
		padding-bottom: 400px;
	}
}

@media screen and (max-width: 500px){
	body{
		padding-bottom: 500px;
	}
}

@media screen and (max-width: 450px){
	body{
		padding-bottom: 525px;
	}
}

@media screen and (max-width: 350px){
	body{
		padding-bottom: 550px;
	}
}


footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}*/
/**************************************/

.container-checkbox {
	vertical-align: center;
	margin-left: -4px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.category-desktop {
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari y Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  /* padding: 20px 20px; */
  margin: 0px;
  box-sizing: border-box;
}

.main-text {
  font-family: var(--e-global-typography-primary-font-family);
}

.fw-m {
  font-weight: 600;
}

.input-label{
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 18px;
  font-weight: 400;
  margin-top: -18px;
  cursor: pointer;
}

.select-years {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 20px;
  font-weight: 400;
}

.select-month ,
.select-month-mobile {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 20px;
  font-weight: 400;
}

.select-years-post,
.select-years-post-mobile {
  /*margin:20px auto 0px auto;	*/
  border: 1px solid #d9d9d9;
  height: 40px;
  overflow: hidden;
  /*width: 230px;*/
  position: relative;
}

.select-month-post,
.select-month-post-mobile {
  /*margin:20px auto 0px auto;	*/
  border: 1px solid #d9d9d9;
  height: 40px;
  overflow: hidden;
  /*width: 230px;*/
  position: relative;
}

select {
  background: transparent;
  border: none;
  /*font-size: 14px;*/
  height: 40px;
  /*width: 250px;*/
}

select:focus {
  outline: none;
}

select,
option {
  color: black !important;
}

.select-years-post::after,
.select-years-post-mobile::after {
  content: "\025bc";
  color: white;
  font-size: 12px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: var(--e-global-color-fa50271);
  position: absolute;
  padding-top: 10px;
  top: 0;
  right: 0px;
  pointer-events: none;
}

.select-month-post::after,
.select-month-post-mobile::after {
  content: "\025bc";
  color: white;
  font-size: 12px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: var(--e-global-color-fa50271);
  position: absolute;
  padding-top: 10px;
  top: 0;
  right: 0px;
  pointer-events: none;
}

/**************************************/

input:checked~.checkmark {
  background-color: var(--e-global-color-fa50271);
}

/* Contenedor */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 22px;
}

.container-checkbox input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
	background-color: var(--e-global-color-fa50271);
}


/* creamos un custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* creamos el marcador (escondido al no seleccionar) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* mostramos el marcador al seleccionar */
.container-checkbox input:checked~.checkmark:after {
  display: block;
}

/* estilo del marcador */
.container-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**************************************/

/* Icono deskop */
div.is-relative {
  position: relative;
}

.icon {
  position: absolute;
  display: block;
  bottom: -0.14rem;
  right: 0.2rem;

  user-select: none;
  cursor: pointer;
}

.search-icon {
  width: 36px;
  padding-left: 2px;
}

.input-container{
	border:1px solid;
	border-color: #B0B0B0;
	border-radius:20px;
}

input.input-search {
	font-family: var(--e-global-typography-primary-font-family) !important;
	width: 90%;
	border: 0;
	border-radius: 20px !important;
	border-color: #B0B0B0 !important;
	outline: none;
	-webkit-appearance: none;
}

/* Icono mobile*/
.icon-mobile {
  position: absolute;
  display: block;
  bottom: -0.4rem;
  right: 0.11rem;

  user-select: none;
  cursor: pointer;
  color: var(--e-global-color-fa50271);
  width: 40px;
}

.search-icon-mobile {
  padding: 10px;
  width: 40px;
  /*padding-left: 2px;*/
}

.input-container-mobile{
	/* border:1px solid; */
	border-color: #B0B0B0;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.28) !important;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.28) !important;
}

input.input-search-mobile {
  font-family: var(--e-global-typography-primary-font-family) !important;
	width: 90%;
	border: 0;
 	border-radius: 5px !important;
  border-color: transparent !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #000000CC; /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}
.modal-body {
  font-family: var(--e-global-typography-primary-font-family);
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 34px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.btn-filters-mobile {
  background-color: var(--e-global-color-fa50271);
  color: white;
  width: 100%;
  border-radius: 8px;
  border: none!important;
  padding: 12px;
}

.btn-filters-mobile:hover,
.btn-filters-mobile:focus {
  background-color: var(--e-global-color-fa50271);
}

.apply-filter-posts {
  font-weight: 600;
}

.text-primary {
  font-weight: 600;
  color: var(--e-global-color-fa50271);
}

/**************************************/
.pdf-content, .hide-content{
	display: none;
}

.active, .show-content{
	display: block;
}

/**************************************/
input[type=radio]{
	accent-color: var(--e-global-color-fa50271);
  flex-shrink: 0;
}

.text-radiobutton {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
	margin-bottom: 10px;
  cursor: pointer;
}

.radio-button-container{
	margin-top: 10px;
	margin-bottom: 25px;
}

.list-category-parent-desktop, .text-radiobutton{
	margin-left: 10px;
}

.dependencias-radio{
	margin: 30px 0px;
}
/**************************************/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

/* @media (min-width: 481px) and (max-width: 767px) {
  
  .transparent-container-mobile {
    background-color: transparent !important;
  }
  .transparent-container-mobile:hover {
    background-color: #E9ECFF !important;
  } 
  
} */

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media screen and (max-width: 767px) {
  .transparent-container-mobile {
    background-color: transparent !important;
  }
  .transparent-container-mobile:hover {
    background-color: #E9ECFF !important;
  } 
  [class^="elementor-element-"].elementor-7.elementor-element:hover {
    background-color: none !important;
  }

  .codedropz-upload-inner > h3 {
    display: none;
  }
  .codedropz-upload-inner > span {
    display: none;
  }
  
}

@media screen and (min-width:501px) and (max-width:999px) {
  .codedropz-upload-inner > h3 {
    display: none;
  }
  .codedropz-upload-inner > span {
    display: none;
  }
}

/* @media (min-width: 1281px) {
  .elementor-swiper-button-next,
  .elementor-swiper-button-prev {
    display: none !important;
  }
} */

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

/* @media (min-width: 1025px) and (max-width: 1280px) {
  .elementor-swiper-button-next,
  .elementor-swiper-button-prev {
    display: none !important;
  } 
} */

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'var(--e-global-typography-primary-font-family)';
}

.img-busqueda {
  width: 70%;
}

.img-box-shadow {
  -webkit-appearance: none;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.i-flex {
  display: inline-flex !important;
}

/**************************************/
.info-value, .tel-cabildo span{
	color: #525252 !important
}
/**************************************/

.f-column {
  flex-direction: column !important;
  --flex-direction: column !important;
}

/*Estilos para los enlaces del buttonizer*/
.open-menu-buttonizer{
	margin: 0 !important;
}

.enlace-menu-buttonizer{
	padding-left:10px !important;
	min-height: 50px!important;
}

.group-btn-buttonizer{
	z-index: 10 !important;
}

#icon-menu-buttonizer .buttonizer-image-0-0-5 {
	transition: all 0.4s ease-out !important;
}

#huix-buttonizer{
	right: 10px !important;
}

/**************************************/
/*Estilos para el select en Contacto*/
.select-contacto { 
	height: 50px;
	font-size: 22px;
	font-family : var(--e-global-typography-primary-font-family);
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.select-contacto::-ms-expand {
    display: none;
}

.icon-select {
  position: absolute;
  display: block;
  bottom: 0.3rem;
  right: 0.2rem;
  user-select: none;
	z-index:-1
}

@media screen and (max-width: 500px){
	.select-contacto { 
		height: 40px;
		font-size: 14px;
		font-family : var(--e-global-typography-primary-font-family);
	}
}


@media screen and (max-width: 450px){
	.icon-select {
		bottom: 0.4rem;
		width: 25px;
	}
}

@media screen and (max-width: 350px){
	.select-contacto { 
		margin-left: -15px;
		font-size: 12px;
	}
}

/**************************************/

.full-label {
  font-size: 15px;
  font-weight: 500 !important;
  width: 100% !important;
  margin-top: 16px;
  letter-spacing: 0.03em;
  /* word-spacing: 0.25em; */
}

.full-label input, .full-label textarea, .full-label select {
  margin-top: 15px !important;
  border: none !important;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20) !important;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20) !important;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.20) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.full-image-field {
  border: none !important;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C1C1C1FF' stroke-width='3' stroke-dasharray='8%2c 12' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
  height: 400px !important;
  width: 100% !important;
  position: relative;
  margin-bottom: 15px !important;
  display: flex;
  justify-content: center;
}

.full-image-field.tag::after {
  content: 'Sube la imagen de tu anuncio en una resolución de 1920 x 1080.';
  font-size: 18px !important;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.full-image-field.tag::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url('https://ddeartre.sirv.com/Iconos%20Generales/imagenSubirFotos512.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px){
  .full-image-field {
    height: 160px !important;
  }

  .full-image-field.tag::before {
    width: 70px;
    height: 70px;
    top: 30%;
  }

  .full-image-field.tag::after {
    font-size: 13px !important;
    top: 70%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .full-image-field {
    height: 300px !important;
  }

  .full-image-field.tag::after {
    top: 70%;
  }
}

.full-image-field input {
  display: none !important;
}

.full-image-field div {
  z-index: 999999999999999 !important;
  background-color: #fff;
  height: 100%;
}

.full-image-field .wpcf7-not-valid-tip {
  display: none !important;
}

.full-label select {
  /* display: none !important; */
  appearance:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url("https://ddeartre.sirv.com/Iconos%20Generales/IconoDrop8.webp") white no-repeat calc(100% - 10px) !important;
  padding-right: 42px !important;
}

.full-label .wpcf7-not-valid-tip {
  margin-top: 10px !important;
}

.btn-control {
  background-color: var(--e-global-color-fa50271) !important;
  color: #fdfdfd !important;
}

.custom-submit {
  min-width: 300px !important;
  font-weight: 600 !important;
  border: 1px solid var(--e-global-color-fa50271) !important;
  background-color: var(--e-global-color-fa50271) !important;
  color: #fdfdfd !important;
  margin-top: 15px !important;
  border-radius: 8px;
}

p:has(.custom-submit) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.full-title {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0;
  color: var(--e-global-color-fa50271) !important;
}

.full-instructions {
  text-align: justify !important;
}

.full-helper {
  font-size: .8rem !important;
  font-weight: 400;
}

.btn-cf7-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wpcf7-spinner {
  display: none;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: var(--e-global-color-fa50271)
}

.cd-upload-btn {
  color: var(--e-global-fa50271)
}

.highlighted {
  background-color: transparent !important;
}

/* Favicon */
.fa-angle-right {
  margin-top: 1px !important;
}

/********Estilos del pop up para el plugin popup Supsystic***********/

.ppsPopupInner{
	border-radius: 20px !important
}

.ppsGroupOverlayClose{
	margin-right: 20px !important;
	top: 0px;
}

/*******************************************************************/

/************Agregar espacio en los avisos de privacidad************/
.wpbc-form-element-hxq_terms{
	padding-top: 20px;
	padding-bottom: 20px;
}

.wpcf7-list-item{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -1px;
}
/*******************************************************************/

.wrapper{
	min-height: 500px
}

.footersvg{
	color: #ffffff;
}

/***************************Botones FLotantes****************************************/
#floating-div {
	position: fixed;
	bottom: 2.5rem;
	right: 0.6rem;
	color: #192075;
	height: 40px;
	width: 40px;
	background-color: #e4f1f9;
	border-radius: 10px;
	padding: 10px 20px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    z-index: 10;
}

.floatButtons{
	position: fixed;
	right: 0.6rem;
	color: #192075;
	background-color: #e4f1f9;
	border-radius: 10px;
	padding: 10px 20px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    z-index: 10;
    height: 50px;
    margin: 0 auto 0 auto;
    display: flex;
    outline: none !important;
	width: 200px;
    max-width: none !important;
    min-width: 190px;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
    text-align: start;
    transition: ease-in-out 250ms;
    align-items: center;
    margin-left: 0;
    user-select: none;
    margin-right: 0;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    flex-direction: row;
    background-size: cover;
    text-decoration: none;
    background-color: rgba(228, 241, 249, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}

#floating-div2 {
	bottom: 5rem;
}

#floating-div3 {
	bottom: 8.5rem;
}

#floating-div4 {
	bottom: 12rem;
}

.imagefloat{
	top: 0;
    left: 50%;
    width: 40px;
    margin: 0;
    z-index: 1;
    position: initial;
    max-width: unset;
    transform: initial;
    transition: all 0.2s ease-out;
    margin-left: NaN;
    margin-right: NaN;
    border-radius: 50px;
}

.imagebuttonfloat{
	top: 0;
    left: 50%;
    width: 12.5px;
    margin: 0;
	margin-left: -5px;
    z-index: 1;
    position: middle;
    max-width: unset;
    transform: initial;
    transition: all 0.2s ease-out;
    margin-left: NaN;
    margin-right: NaN;
    border-radius: 50px;	
}

.labelfloat{
	top: 0;
    left: 9px;
    color: rgba(25, 32, 117, 1);
    height: undefinedpx;
    margin: 0px;
    display: inline-block;
    opacity: 1;
    padding: 0px 20px;
    z-index: 1;
    position: initial;
    font-size: 16px;
    transform: initial;
    background: unset;
    box-shadow: unset;
    text-align: end;
    transition: all 250ms ease-in-out;
    visibility: visible;
    line-height: undefinedpx;
    white-space: nowrap;
    border-radius: 3px;
}
/*******************************************************************/
