@font-face {
  font-family: 'Inter';
  src: url('/themes/custom/gavias_daudo/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}
.breadcrumbs,
.frontpage .main.main-page{
    margin-top: 128px;
}
header .site-branding-logo{
	padding: 0px !important;
}
header.header-default {
    position: fixed;
    width: 100%;
    top: 0px;
}
:root {
  /* Colores principales */
  --color-primary: #4374B7; /* Color principal (azul) */
  --color-secondary: #C0D99C; /* Color secundario (verde claro) */


  /* Color de párrafos */
  --color-paragraph: #646466; /* Gris oscuro para texto */
  
  /* Otros colores neutros opcionales */
  --color-light: #ffffff; /* Blanco */
  --color-dark: #000000; /* Negro */
}

#footer {
    background-image: url(https://accionesempresariales.com/sites/default/files/2024-10/Enmascarar%20grupo%205.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gbb-row .bb-inner{
	padding: 0px;
}
.gsc-button {
    border-radius: 5px;
}
.header-title,
.breadcrumb-links{
    display: none !important;
}
#page-main-content{
	min-height: 0px;
}
.breadcrumb-content-inner{
	margin: 0px;
}
p,h1,h2,h3,h4{
	margin: 0px;
	font-family: "Inter" !important;
}
p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
#block-daudo-subtheme-breadcrumbs{
	margin:0px;
}
/* Estilos para encabezados con tamaños y alturas de línea personalizados */
.quick-side-icon.d-none.d-lg-block.d-xl-block {
    display: none !important;
}

.encabezado-1 {
  font-size: 60px !important; 
  line-height: 70px !important;
}
.encabezado-2 {
  font-size: 50px; 
  line-height: 70px;
}
.encabezado-3 {
  font-size: 45px;
  line-height: 60px;

}
.encabezado-4 {
  font-size: 16px; 
  line-height: normla;
  color: var(--color-secondary) !important;
}
.encabezado-5{
  font-size: 35px; 
  line-height: 40px; 
  color: var(--color-primary) !important;
  margin-bottom: 18px;
  font-weight: bold;
}
.titulo-equipo {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 600;
}
.panel .panel-heading .panel-title > a.collapsed:after {
    background: #82B66B;
}
.panel .panel-heading .panel-title > a:after{
	background: #4374B7;
}
a:hover, a:focus, a:active{
	color: #4374B7;
}

.field--name-field-background-banner,
.field--name-field-subtitulo{
	display: none;
}
.border-radius-img img {
    border-radius: 15px;
}

/* Define el elemento que tendrá la animación */
.breadcrumb-style {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomIn 15s linear infinite alternate; 
}

/* Animación del zoom-in continuo */
@keyframes zoomIn {
  0% {
    background-size: 115% 115%; 
  }
  100% {
    background-size: 100% 110%; 
  }
}
.control-panel {
    display: none;
}

/************************************************************************************************************/
/* HOME */

.carrusel-servicios .image{
	display: none;
}
.carrusel-servicios .item-content{
	display:flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
}
.carrusel-servicios .content-box {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    top: 0px !important;
    background: transparent !important;
    min-height: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.carrusel-servicios .title:after,
.carrusel-servicios .action .btn-theme span:after{
	display: none !important;
}
.carrusel-servicios .title a{
	color: white !important;
}
.carrusel-servicios .title {
    font-size: 25px !important;
    padding: 0px;
    margin: 0px;
}
.carrusel-servicios .action {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.carrusel-servicios .action .btn-theme{
	padding: 0px ;
	background: transparent;
}
.content-servicios-home{
	transform: translateY(-45px);
}
.after-blue::after {
    background: #4374B7 !important;
    height: 2px !important;
}

.content-servicios-home .item-content {
    position: relative;
}
.content-servicios-home .item-content:before{
		content: "";
    background: #0000008a;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.content-servicios-home .item-content:hover:before{
	opacity: 1;
}



/************************************************************************************************************/
/* ABOUT */


.breadcrumb-style{
    height: 400px;
}
.menu-titele{
	color:#272525 !important;
	font-size: 30px;
	line-height: normal;
	font-weight: bold;
}
.menu-titele:after,
.team-gestion .title:after{
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background: #272525;
    margin-top: 15px;
}

.content-icon-box-about {
    border-radius: 15px;
    box-shadow: #9FB9D612 0px 10px 15px;
    padding: 30px;
}
.content-meunu-about {
    border-radius: 10px;
    border: 1px solid #F5F5F5;
}
.btn-menu-about {
    width: 100%;
    margin: 0px;
    min-height: 44px;
    display: flex;
    align-items: center;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px !important;
    justify-content: space-between;
}
.btn-menu-about.hover {
    background: #ffff !important;
}
.btn-menu-about:after{
    content: url(https://accionesempresariales.com/sites/default/files/2024-10/arrow%20%282%29.svg);
    transition: all .3s ease-in-out;
    margin-top: 5px;
    display:block;
    opacity: 0;
}
.btn-menu-about.hover:after,
.btn-menu-about:hover:after{
		opacity: 1;
}
.content-team-menber {
    border-radius: 15px;
}
.team-menber {
    margin: 25px 0px 0px 0px !important;
    background: transparent !important;
    display: flex;
    align-items: center;
}
.team-menber .icon-inner {
    width: 32% !important;
    position: relative !important;
    border-radius: 15px !important;
    overflow: hidden;
}
.team-menber .content-inner {
    padding-left: 35px !important;
    width: 65% !important;
}
.team-menber .title {
    font-size: 35px !important;
    font-weight: bold !important;
}
.team-menber .desc p {
    font-size: 30px !important;
    line-height: 38px;
    color: white;
    font-weight: bold;
}
.team-gestion {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin: 0px !important;
    background: transparent !important;
}
.team-gestion .title {
    font-size: 40px !important;
    color: #272525 !important;
    line-height: 45px !important;
    margin-bottom: 20px !important;
}
.team-gestion.gsc-icon-box-new.style-1:before,
.team-gestion.gsc-icon-box-new.style-1:after,
.icon-footer.gsc-icon-box-new.style-1:before,
.icon-footer.gsc-icon-box-new.style-1:after
{
	display: none;
}
.gestion-left .content-inner {
    order: -1;
}
.team-gestion .icon-inner {
    width: 50.5% !important;
    position: relative !important;
    border-radius: 15px;
    overflow: hidden;
}
.team-gestion .icon-inner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-gestion .content-inner {
    width: 47%;
    padding: 30px 50px !important;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.gestion-left .content-inner {
	    background: #F5F5F5;
}
.gestion-right .content-inner {
	    background: #FFFFFF;
}

/* CONTEIDO DESPLEGABLE */
#toggleButton {
    color: white;
    background: #4374B7;
    border: 0px;
    height: 50px;
    width: 350px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: bold;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 5px;
    outline: none;
}
#toggleButton:after {
    content: '\e824';
    font-family: "revicons" !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(270deg);
    transition: all 0.3s ease-in-out;
}
#toggleButton.active {
    background: #272525 !important;
}
#toggleButton:hover:after,
.active:after{
    transform: rotateX(180deg) rotateY(180deg) rotateZ(270deg) !important;
}
#toggleButton:hover{
	  background: #272525;
}
.seccion {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.abierto {
  height: auto; 
}

/* CONTEIDO DESPLEGABLE */




/************************************************************************************************************/
/* SERVICIO */

.service-card .row {
    margin: 0px;
}
.titulo-servicio:after,
.titulo-servicio-black:after{
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background: #C0D99C;
    margin-top: 25px;
}
.titulo-servicio-black:after{
	background: #272525 !important;
}
.banner-2 {
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titulo-servicio,
.titulo-servicio-black{
    margin-bottom: 25px;
}
.background-blur {
    background: rgb(255 255 255 / 82%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
}
.card-right .row {
    display: flex;
    justify-content: flex-end;
}
.list-servicio ul{
    padding-left: 25px;
}
.list-logro ul{
	  padding-left: 35px;
}
.list-servicio li,
.list-logro li,
.gsc-accordion .panel-body li{
    line-height: 22px;
    position: relative;
    margin-top: 8px;
}
.list-servicio ul li::marker,
.list-logro ul li::marker,
.gsc-accordion .panel-body li::marker{
    font-size: 0px;
}
.gsc-accordion .panel-body li::before{
	height: 10px !important;
	width: 10px !important;
	top: 5px !important;
}
.list-servicio ul li:before,
.gsc-accordion .panel-body li::before{
    content: '';
    background: #4374B6;
    box-shadow: inset 0px 3px 6px #FFFFFF9A, 0px 3px 6px #00000029;
    position: absolute;
    left: -20px;
    top: 0;
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 10px;
}
.list-logro ul li:before {
	  content: url(https://accionesempresariales.com/sites/default/files/2024-11/square-check_duo.svg);
	  position: absolute;
    left: -30px;
    top: 0;
    display: block;

}
.btn-servicios {
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    border: 0px;
    margin-top: 40px;
}
.btn-404 {
    margin-left: auto;
    margin-right: auto;
}

.banner .column-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 280px;
    gap: 20px;
}
.banner .btn-servicios{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.content-icon-box-meta {
    padding: 4px 2px;
}
.content-icon-box-meta .column-content-inner,
.content-icon-box-meta .column-inner.bg-size-cover{
	height: 100%;
}
.icon-box:hover {
    background: white;
}
.icon-box {
    margin: 0;
    padding: 10px 25px;
    border-radius: 10px;
    background: transparent;
    height: 100%;
}
.icon-box .desc p {
    font-size: 15px;
    line-height: 22px;
}
.icon-box-blue:hover {
    box-shadow: #D8E9FD 0px 3px 25px;
}
.icon-box-green:hover {
    box-shadow: #D8FDDB 0px 3px 25px;
}
.team-gestion .title span {
    font-size: 20px;
    line-height: 1.2em;
    display: block;
    margin: 10px 0px;
}
.slick-prev:before,
.slick-next:before{
    font-family: "revicons" !important;
    color: #4374B7;
    font-size: 20px;
}
.slick-prev:before {
    content: '\e824'!important;
}
.slick-next:before {
    content: '\e825'!important;
}
.slick-next,
.slick-prev{
    box-shadow: #00000029 0px 3px 10px;
    height: 46px;
    width: 46px;
    background: white !important; 
}
.center-before:after {
    margin-right: auto;
    margin-left: auto;
}



/************************************************************************************************************/
/* CLIENTES*/

.img-cliente {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-img-client .column-content-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content-testimonios .gsc-column {
	margin-bottom: 45px;
}
.content-testimonios .gsc-column .column-content-inner {
    display: flex;
    flex-direction: column;
}
.content-testimonios .gsc-video-box .image {
    border-radius: 15px;
    overflow: hidden;
}
.content-testimonios .gsc-video-box .image .popup-video .icon {
    background: #ffffff78 !important;
    color: white !important;
}




/************************************************************************************************************/
/* CONTACTO */
.webform-flexbox{
	margin: 0px !important;
}
.icon-footer.contact .title {
	color: #272525 !important;
}
.js-form-item input {
    border-radius: 5px;
    height: 44px;
}
.js-form-item #edit-telefono {
    padding-left: 50px;
}
.js-form-item {
    padding: 0px;
    max-width: 100%;
}
.js-form-item input#edit-terms-of-service {
    width: fit-content;
    margin-right: 13px;
}
div#edit-actions {
		margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-type-webform-terms-of-service {
    display: flex;
}
.js-form-item input#edit-actions-submit {
    padding: 0px;
    height: 54px;
    width: 190px;
    display: flex;
    background: #4374B7;
    border-radius: 5px;
}
.js-form-item #edit-actions-submit:hover{
	background: #A0C3E8;
}
.display-flex-contact .row.row-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
legend.captcha__title.js-form-required.form-required {
    display: none;
}
.webform-submission-form .form-item label{
	  font-family: 'Inter' !important;
    text-transform: none;
}
#edit-container-01 {
    margin: 0px 10px;
}
#edit-actions-submit:hover {
    background: #A0C3E8;
}

#edit-actions-submit {
    border-radius: 5px;
    background: #4374B7;
}
.captcha__description.description {
    display: none;
}
div#edit-terms-of-service--description {
    display: none !important;
}






/************************************************************************************************************/
/* HEADER */
.content-icon-header .column-content-inner {
    display: flex;
    gap: 20px;
    align-items: center;
}
.content-icon-header .column-content-inner .icon-footer{
	margin: 0px;
}



/************************************************************************************************************/
/* FOOTER */


.text-footer:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: auto;
}
.text-footer p {
    font-size: 20px;
    color: white;
    line-height: 30px;
    margin-top: 45px;
}
.logo-footer {
    margin-bottom: 45px;
}
.titulo-footer{
	margin-top: 40px;
}
.titulo-footer p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}
.icon-footer {
    min-height: auto !important;
    background: transparent !important;
    display: flex;
    gap: 15px;
}

.icon-footer .content-inner {
    padding: 0px !important;
    width: 90% !important;
}
.icon-footer .icon-inner .icon{
	    font-size: initial !important;
}
.icon-footer .icon-inner {
    position: relative !important;
    width: fit-content !important;
    height: auto !important;
    line-height: normal !important;
    background: transparent !important;
    margin: 0px !important;
}
.icon-footer .title {
    font-size: 15px !important;
    font-weight: 400 !important;
    margin: 0pc !important;
    color: white !important;
    word-break: break-word;
}
.btn-footer {
    margin-bottom: 10px;
    width: 180px;
    height: 50px;
    border-radius: 5px !important;
    border: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px !important;
    letter-spacing: 1.4px !important;
    font-weight: 600 !important;
    color: white !important;
    gap: 8px
}

.btn-footer.icon-btn:hover{
	color: white !important;
}
.btn-footer:before {
    content: url(https://accionesempresariales.com/sites/default/files/2024-11/Grupo%2026598.svg);
    margin-top: 7px;
}
.btn-footer.icon-btn:before {
    content: url(https://accionesempresariales.com/sites/default/files/svg/Grupo%2026500.svg);
    margin-top: 5px;
}
.btn-footer.icon-btn:hover:before{
	filter: none !important;
}
/*
.btn-footer:hover:before {
    filter: invert(43%) sepia(85%) saturate(2315%) hue-rotate(198deg) brightness(95%) contrast(98%);
}*/
.content-powerby .column-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-align-center .column-content-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/************************************************************************************************************/
/* MEDIA QUERYS - TABLETS*/

@media (min-width: 700px) and (max-width: 1000px){
	
	.encabezado-1 {
    font-size: 45px !important;
    line-height: 55px !important;
	}
	.encabezado-2 {
    font-size: 40px !important;
    line-height: 50px !important;
   }
	.encabezado-3 {
		font-size: 38px !important;
		line-height: 43px !important;
	}
	.encabezado-5 {
    font-size: 30px !important;
    line-height: 35px !important;
	}
	.menu-titele{
		font-size: 22px !important;
	}
	.breadcrumb-content-inner .breadcrumb-content-main{
		padding-left:50px;
		padding-right: 50px;
	}
	.breadcrumb-style{
		height: 240px;
	}
	.content-icon-box-about {
	  padding: 25px !important;
	}
	.team-gestion .content-inner{
		padding: 25px 30px !important;
	}
	.team-gestion .title {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 12px !important;
	}
	.team-gestion .desc p {
    font-size: 14px;
    line-height: 18px;
	}
	.menu-titele:after, .team-gestion .title:after{
		margin-top: 10px;
	}
	.team-menber {
    display: flex;
    flex-direction: column;
	}
	.team-menber .content-inner,
	.team-menber .icon-inner,
	.team-menber .icon-inner img{
    padding: 0px !important;
    width: 100% !important;
	}
  .team-menber .content-inner{
  	margin-top: 20px;
  }
	.team-menber .title {
    font-size: 28px !important;
	}
	.team-menber .desc p {
    font-size: 22px !important;
    line-height: 29px;
	}
	
	.team-gestion .title span {
		font-size: 16px;
	}
	.background-blur{
		padding: 20px !important;
	}
	.titulo-equipo {
    font-size: 35px;
	}
	.carrusel-servicios .content-box{
		min-height: 300px;
	}
	.img-cliente{
		width: 150px;
	}
	header .site-branding-logo{
		padding: 15px 0px !important;	
	}
pre video {
    height: auto !important;
    width: 100% !important;
}
	
	
	
	
	
	
	
	
	
	

}





/************************************************************************************************************/
/* MEDIA QUERYS - MOBILE*/

@media  (max-width: 700px){
	
	.encabezado-1 {
    font-size: 25px !important;
    line-height: 30px !important;
    margin-top: 5px;
   }
   .encabezado-2 {
    font-size: 30px !important;
    line-height: 35px !important;
   }
	.encabezado-3 {
    font-size: 30px;
    line-height: 35px;
	}
	.encabezado-4 {
    font-size: 13px;
    line-height: normal;
	}
	.encabezado-5 {
    font-size: 30px !important;
    line-height: 35px !important;
	}
	.headder-icon{
    align-items: center;	
	}
	.headder-icon .icon {
	    display: flex;
	}
	.menu-titele{
		font-size: 22px !important;
	}
	.breadcrumb-content-inner .breadcrumb-content-main{
		padding-left:50px;
		padding-right: 50px;
	}
	.breadcrumb-style {
	    height: 110px;
	}
	.breadcrumb-content-main {
    padding: 0px 20px !important;
	}
	.content-icon-box-about {
    padding: 20px !important;
	}

	.content-about {
    padding-right: 0px !important;
    padding-left: 0px;
  }
	.content-meunu-about {
    order: -1;
    margin-bottom: 30px;
	}
	.content-icon-box-about {
	  padding: 25px !important;
	}
	.team-gestion .content-inner{
		padding: 25px 30px !important;
	}
	.team-gestion .title {
    font-size: 25px !important;
    line-height: 35px !important;
    margin-bottom: 12px !important;
	}
	.team-gestion .desc p {
    font-size: 16px;
    line-height: 25px;
	}
	.menu-titele:after, .team-gestion .title:after{
		margin-top: 10px;
	}
	.team-menber {
    display: flex;
    flex-direction: column;
	}
	.team-menber .content-inner,
	.team-menber .icon-inner,
	.team-menber .icon-inner img{
    padding: 0px !important;
    width: 100% !important;
	}
  .team-menber .content-inner{
  	margin-top: 20px;
  }
	.team-menber .title {
    font-size: 28px !important;
	}
	.team-menber .desc p {
    font-size: 22px !important;
    line-height: 29px;
	}
	#toggleButton{
		width: 280px;
	}
	.team-gestion {
    display: flex;
    flex-direction: column;
    gap: 25px;
	}
	.team-gestion .icon-inner,
	.team-gestion .content-inner{
		width: 100% !important;
	}
	.team-gestion .content-inner{
		order: -2;
	}
	.content-powerby .column-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
	}
	.content-icon-header .column-content-inner{
		Flex-direction: column;
	}
	.background-blur,.service-card{
		padding: 20px !important;
	}
	.titulo-equipo {
    font-size: 30px;
	}
	.carrusel-servicios .content-box{
		min-height: 250px;
	}
	.img-cliente{
		width: 150px;
	}
	header .site-branding-logo{
		padding: 15px 0px !important;	
	}
	pre video {
	    height: auto !important;
	    width: 100% !important;
	}
	footer .gsc-column {
	    padding: 0 10px;
	}	
	.icon-footer{
		  gap: 10px;
	}
	.icon-footer.contact .title {
    font-size: 14px !important;
	}
	
	
	
	
	
	
	
	
}


/************************************************************************************************************/
/* MEDIA QUERYS - ONLY DSCKTROP*/

@media  (min-width: 1001px){

	#footer .footer-center {
	    padding: 130px 0 130px;
	}
	.navigation .gva_menu .menu-item {
	padding: 30px 17px;
}
.navigation .gva_menu > li > a,
.navigation .gva_menu .menu-item span,
.navigation .gva_menu .sub-menu > li > a{
    padding: 0px;
    color: #646466;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
}
.navigation .gva_menu > li > a.is-active,
.navigation .menu-item--active-trail span,
.navigation .gva_menu > li:hover > a,
.navigation .gva_menu .menu-item:hover span,
.navigation .gva_menu .sub-menu > li > a:hover{
	color: #4374B7 !important;
}

.navigation .gva_menu > li:hover > a:after,
.navigation .gva_menu > li > a.is-active:after,
.navigation .menu-item--active-trail span:after,
.navigation .gva_menu > li:hover > span:after{
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.navigation .gva_menu > li > a:after,
.navigation .gva_menu > li > span:after ,
.navigation .menu-item--active-trail span:after{
    content: "";
    background: #4374B7;
    width: 100%;
    height: 2px;
    display: block;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: translateY(10px);
    position: absolute;
    bottom: 0;
}
.menu-item.menu-item--expanded span::before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    order: 2;
    margin-left: 7px;
    font-size: 14px;
}
.menu-item.menu-item--expanded span::before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
}

.header-main-inner .content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.body-page .header-default .header-main-inner .header-inner{
	padding-left: 0px !important;
  padding-right: 0px !important;
}
.trasnlate-mobile {
    display: none !important;
}



}


.trasnlate-mobile {
    position: absolute;
    right: 70px;
    top: 0;
    bottom: 0;
    margin: 0px !important;
    display: flex;
    align-items: center;
}








@media (max-width: 991.98px){
	.breadcrumbs,
	.frontpage .main.main-page{
		margin-top: 100px;
	}
	.gva-offcanvas-mobile{
		max-width: 100% !important;
		background: #4374B6 !important;
	}
	.close-offcanvas.hidden{
		padding: 15px 20px;
    text-align: end;
    color: white;
	}
	.gva-offcanvas-mobile .block{
		border-bottom: 0px !important;
	}
	.gva_menu {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    color: #fff;
	    width: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    overflow-y: auto;
	    z-index: 1000;
	}
	/* Estilos de los elementos principales del menú */
	.gva_menu > .menu-item > a,
	.gva_menu > .menu-item > span {
	    display: block;
	    padding: 15px 20px;
	    color: #fff;
	    text-decoration: none;
	    font-weight: bold;
	}
	/* Submenús */
	.sub-menu {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    display: none; /* Ocultar submenús por defecto */
	}
	.menu-item--expanded > span::after {
	    content: "\f078";
	    font-family: 'Font Awesome 5 Free';
	    float: right;
	    font-size: 12px;
	    margin-left: 10px;
	}
	.menu.sub-menu .menu-item {
	    display: flex;
	}
	.sub-menu .menu-item > a {
	    padding: 10px 40px;
	    color: #e0e0e0;
	    font-weight: normal;
	}
	/* Mostrar submenú al hacer clic */
	.menu-item--expanded.active > .sub-menu {
	    display: block;
	}
	/* Estilos para el ícono de cerrar */
	.close-menu {
	    position: absolute;
	    top: 15px;
	    right: 20px;
	    font-size: 24px;
	    color: #fff;
	    cursor: pointer;
	}
	.menu.sub-menu .menu-item {
	    display: flex;
	    padding: 0px 0px 2px;
	}
	.topbar{
		display: none !important;
	}
	.footer-first {
    order: 2;
	}

	
	
	
	
	
	
	
}




.language-selector-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  color: #272525;
}

.language-selector-button .current-language {
  font-weight: bold;
  margin-right: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.current-language:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free' !important;
    display: block;
    font-size: 12px;
    position: relative;
}

.language-selector-button .arrow {
  font-size: 0px;
}

.language-dropdown {
  display: none; /* Oculto por defecto */
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
  z-index: 10;
}

.language-dropdown.open {
  display: block; /* Mostrar cuando está abierto */
}

.language-dropdown .links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.language-dropdown .links li {
  padding: 5px 0;
}

.language-dropdown .links li a {
  text-decoration: none;
  color: #333;
}

.language-dropdown .links li a.is-active {
  font-weight: bold;
  color: #4374B7;
}

.hidden-content,
.banner-carousel .views-field.views-field-field-url{
	display:none !important;
}

.banner-carousel .field-content,
.banner-carousel .field-content a{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-carousel .owl-carousel .field-content img{
	width: 100%;
   height: 100%;
   object-fit: contain;
}
.gavias_sliderlayer .tparrows,
.owl-carousel .owl-nav > div{
	background: #ffffff85 !important;
}
.menu-item--expanded.activate .sub-menu {
	display: block;
}

.owl-carousel .owl-nav > div.owl-prev{
	left: 20px !important;
}
.owl-carousel .owl-nav > div.owl-next{
	right: 20px !important;
}
.tparrows {
    height: 42px !important;
    width: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 41px;
    transition: all .3s ease-in-out;
}
.tparrows:before{
	font-size: 20px !important;
}
.tparrows:hover {
    background: #4374b7 !important;
}
.tparrows:hover:before{
	color: white !important;
}
.owl-prev,
.owl-next{
    border-radius: 50px;
    border: none !important;
}
.owl-prev i:before,
.owl-next i:before{
color: #4374b7;
}
.politicas a{
	color: #4374B7 !important;
}
.g-recaptcha {
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.g-recaptcha.error {
    border-color: red !important;
}
.g-recaptcha{
	width: fit-content;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front{
		max-width: 600px;
    width: 90% !important;
    z-index: 9999;
    background: white;
    border: 1px solid black !important;
    margin: 0px 17px !important;
}
.ui-dialog-titlebar,
.webform-confirmation-modal--content{
    padding: 10px !important;
}
.testimonio .video-content-left {
    width: 90% !important;
    float: none !important;
    margin: auto;
}


/***********************************************/
/********************* POPUP *******************/
/***********************************************/

.popup-content.info.eu-cookie-compliance-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popup-content.info.eu-cookie-compliance-content .eu-cookie-compliance-buttons button {
    padding: 10px 18px;
    font-size: 14px;
}
.popup-content.info.eu-cookie-compliance-content .eu-cookie-compliance-default-button {
    text-shadow: none;
    box-shadow: none;
}
.popup-content.info.eu-cookie-compliance-content #popup-text {
    font-size: 14px;
    line-height: 1.2em;
}
#sliding-popup {
    min-height: 60px;
    height: auto !important;
}
button.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed:focus {
    outline: none;
}