/*Titulo principal home */

.main_title_home {
  font-size: 1.5rem;
}

.animation_texthome {
  font-size: 3rem;
  line-height: 1.3em;
}

.custom_titleh3 {
  font-size: 16px;
  letter-spacing: -0.05rem;
  font-weight: 500;
}

.custom_gradientt {
  font-size: 2.10rem;
  line-height: 1.2em;
  margin-bottom: 20px !important;
}

.text_marginanimation {
  margin-top: -30px;
}

.title_customds {
  font-size: 1.5rem;
  color: #344767;
}

.title_faqs_accor {
  font-size: 1.2rem;
}

.feature-box-icon {
  font-size: 50px;
  padding: 20px 0;
  line-height: 24px;
}

.icon-grad i::before {
  background: 0 0 !important;
  color: #307bbf !important
}

/* Carrousel */
@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 30px;
}

/* Portfolio */
.element-item {
  margin: 15px 0px;
}

/* Noticias */
.contenido-noticia h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contenido-noticia h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contenido-noticia h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Cookie Consent */
#cc-main {
  --cc-font-family: Open Sans;
  --cc-btn-primary-bg-img: linear-gradient(310deg, #73b8f6 0%, #307bbf 100%);
  --cc-btn-primary-bg: #307bbf;
  --cc-btn-primary-border-color: transparent;
  --cc-btn-primary-hover-border-color: #307bbf;
  --cc-btn-secondary-bg-img: linear-gradient(310deg, #CED4DA 0%, #EBEFF4 100%);
  --cc-btn-secondary-border-color: transparent;
  --cc-btn-secondary-hover-border-color: #CED4DA;
}

#cc-main .pm__btn {
  background-image: var(--cc-btn-primary-bg-img);
}

#cc-main .pm__btn:hover {
  background-image: var(--cc-btn-primary-bg-img);
}

#cc-main .pm__btn--secondary {
  background-image: var(--cc-btn-secondary-bg-img);
}

#cc-main .pm__btn--secondary:hover {
  background-image: var(--cc-btn-secondary-bg-img);
}

/**** MAPA PAGINA DE CONTACTO****/
.mapaGoogleFooter {
  padding: 60px 120px;
}

/**** Queri responsive ****/
@media(max-width:780px) {
  .mapaGoogleFooter {
    padding: 60px 0px;
  }

}