@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}

/* Cabecera de página */



/* Pie de página */

@media (max-width: 767px) {
	.sub-menu.active {
		display: flex !important;
		position: relative !important;
		flex-direction: column;
	}

	.plus-open {
		position: absolute;
		right: 10px;
		font-size: 20px;
		top: 10px;
	}

	.sub-arrow {
		padding: 10px 20px !important;
	}
	.sub-menu {
		width: 100%;
	}
}


.expansion-after{
    position: relative;
    
}

.expansion-after::after {
    position: absolute !important;
    content: "" !important;
    height:70vh;
    width: 50vw;
    background: white;
    right: 0;
    top: -10vh;
    left: auto;
    z-index: 1;
   
}

.expansion-after > div {
	z-index: 9;
}

#project__parallax {
  position: relative;
  width: 95%;
  height: 70vh;
  clip-path: inset(27% 26% 34% 28% round 20px 50px 20px 50px);
}

#section26.logoactive #image-services {}

#section26.logoactive .indicators {
  display: none;
}

.service-desc:not(.activex) {
  display: none;
}
#textContainer .elementor-heading-title>div {
  display: none;
}
#textContainer .elementor-heading-title>div.active {
  display: flex;
}
#overlay-map01, #overlay-map02, #overlay-map03 {
	cursor: pointer;
}