/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child/
Description: Tema hijo de Hello Elementor.
Author: Albert Sánchez
Author URI: https://albertsanchez.cat
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: "Montserrat", sans-serif!important;
}
main {
  padding: 0 15px;
  max-width: 100%!important;
}
/* .site-main.proyectos {
    padding-inline-start: 15px!important;
    padding-inline-end: 15px!important;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}

/* HEADER */
.site-header {
  position: sticky!important;
  top:0;
  padding-left: 15px;
  padding-right: 15px;
  padding-block-start: 0 !important;
  padding-block-end: 0px !important;
  z-index: 90;
  background: white;
}
.header-inner {
  padding: 0;
  padding-inline-start: 0px!important;
  padding-inline-end: 0px!important;
}
header .custom-logo-link img {
  /* max-width: 34px !important;
  width: 34px !important; */
}
.site-logo {
  padding: 1em 0;
}
ul.menu a {
  font-family: "Montserrat";
  display: block;
  text-decoration: none;
  font-weight: 800;
  text-transform: none;
  font-size: 26px;
  color: #005ffb !important;
}
.site-navigation ul.menu .menu-item a {
  outline: none;
  padding-left: 16px;
  padding-right: 0;
}

.menu-item {
  display: inline-block;
  padding: 15px 13px;
  position: relative;
}

.menu-item::after {
  content: "//"; /* Separador */
  font-size: 28px;
  position: absolute;
  right: -25px;
  color: #005ffb;
  font-weight: 800;
  bottom: 25px;
}

.menu-item:last-child::after {
  content: "";
}

.menu-item:hover {
  text-decoration: underline;
  text-decoration-color: #005ffb;
  color: #333;
  text-underline-position: under;
  transition: color 0.3s;
}
ul li.wpml-ls-item a {
  font-weight: 500;
}
.current-menu-item a {
  text-decoration: underline !important;
  text-decoration-color: #005ffb;
  text-underline-position: under;
}
.site-navigation-toggle-holder{
  padding: 8px 0!important;
}
.site-navigation-toggle-holder .site-navigation-toggle {
  background-color: transparent !important;
  color: #005ffb !important;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon:after,
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
  height: 2px !important;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
  margin-block-end: 0.55rem !important;
}
header .site-navigation-dropdown,
header .site-navigation-dropdown ul.menu {
  position: relative;
}
header .site-navigation-dropdown ul.menu li.current-menu-item a {
  background-color: transparent;
}
header .site-navigation-dropdown ul.menu li {
  padding: 10px 13px;
}
header .site-navigation-dropdown ul.menu li a {
  box-shadow: none;
  padding: 0;
}
header .site-navigation-dropdown ul.menu li::after{
  content: '';
}
header .site-navigation-dropdown ul.menu li a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23005FFB" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  right:7px!important;
  top: 16px!important;
  position: absolute;
}
header .custom-logo-link img{
  height: 40px;
  width: auto;
}
h2.elementor-heading-title{
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 800;
  color: #005FFB;
}
.post-type-archive-proyectos .projecte-padding p{
  color: #005FFB;
  margin: 20px 0;
  font-size: 20px;
}
.post-type-archive-proyectos .projecte-padding p a{
  text-decoration: underline;
}
.projecte-padding{
  padding: 30px 0;
}
@media screen and (max-width:1024px) {
    header .site-navigation-dropdown ul.menu li{
      padding-left: 0!important;
    }
}
@media (min-width: 764px) and (max-width: 1099px) {
  .site-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  ul.menu a {
    font-size: 24px !important;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .mobi h1 {
    font-size: 74px !important;
  }
}
@media (min-width: 1025px) {
  .site-header {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  h2.elementor-heading-title{
    font-size: 48px;
    line-height: 54px;
  }
  .projecte-padding{
    padding: 40px 60px;
  }
  header .custom-logo-link img{
    height: 50px;
  }
  main {
    padding: 0 45px;
  }
	.site-header {
  	padding-block-end: 20px !important;
	}
}
@media (min-width: 1100px) and (max-width: 1329px) {
  ul.menu a {
    font-size: 23px !important;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  ul.menu a {
    font-size: 22px !important;
    line-height: 1.1rem !important;
  }
}
/* Mostrar menú normal hasta 1202px */
@media (max-width: 1202px) {
  .site-navigation {
    display: none !important;
  }

  header.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: flex !important;
  }
}

/* Mostrar menú de escritorio a partir de 1203px */
@media (min-width: 1203px) {
  .header-inner {
    padding: 0 60px;
  }
  .site-navigation {
    display: flex !important;
  }

  .site-navigation-dropdown {
    display: none !important;
  }
}

/* GENERAL */
.grecaptcha-badge{
  display: none;
}
.whatsapp{
  width: 60px!important;
  height:60px!important;
  display: flex;
  z-index: 9999!important
}
.whatsapp .elementor-icon-wrapper{
  line-height: 10px;
}
.ratio-img img{
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}
ol li{
  margin-bottom: 20px;
}
/* Tamaño base (pantallas muy grandes, >=1920px) */
.titular,
.titular h1,
.titular h2 {
  font-size: 115px !important;
  line-height: 1 !important;
  font-weight: 800;
}
.destacado,
.destacado a,
.destacado h1 {
  font-size: 43px !important;
  line-height: 1.2 !important;
}
.titular h2 {
  color: white !important;
}
/* Hasta desktop estándar (entre 1441px y 1919px) */
@media (max-width: 1919px) and (min-width: 1441px) {
  .titular,
  .titular h1,
  .titular h2 {
    font-size: 110px !important;
  }
  .destacado,
  .destacado a,
  .destacado h1 {
    font-size: 38px !important;
  }
}

/* Hasta pantallas laptop/desktop medianas (entre 1025px y 1440px) */
@media (max-width: 1440px) and (min-width: 1025px) {
  .titular,
  .titular h1,
  .titular h2 {
    font-size: 76px !important;
  }
  .destacado,
  .destacado a,
  .destacado h1 {
    font-size: 34px !important;
  }
}

/* Hasta tablets (entre 769px y 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
  .titular,
  .titular h1,
  .titular h2 {
    font-size: 58px !important;
  }
  .destacado,
  .destacado a,
  .destacado h1 {
    font-size: 31px !important;
  }
}

/* Hasta tablets pequeñas o phablets (entre 481px y 768px) */
@media (max-width: 768px) and (min-width: 576px) {
  .titular,
  .titular h1,
  .titular h2 {
    font-size: 43px !important;
  }
  .destacado,
  .destacado a,
  .destacado h1 {
    font-size: 27px !important;
  }
}

/* Hasta móviles (<=575px) */
@media (max-width: 575px) {
  .titular,
  .titular h1,
  .titular h2 {
    font-size: 29px !important;
  }
  .destacado,
  .destacado a,
  .destacado h1 {
    font-size: 25px !important;
  }
}

.destacado.content-center {
  height: 100%;
}
.destacado.content-center .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* //SLIDER PERFOAQUA */
.bdt-ps-dotnav {
  display: none;
}
.bdt-prime-slider-mount .bdt-navigation-arrows {
  left: 20px !important;
  width: calc(100% - 40px);
  bottom: 45% !important;
}
.bdt-prime-slider-mount .bdt-navigation-arrows .bdt-prime-slider-next {
  right: 0px;
  position: absolute !important;
}
.bdt-prime-slider-mount .bdt-navigation-arrows .bdt-prime-slider-next:hover:before,
.bdt-prime-slider-mount .bdt-navigation-arrows .bdt-prime-slider-previous:hover:before {
  width: 0 !important;
}
.bdt-prime-slider-mount .bdt-navigation-arrows .bdt-prime-slider-previous:hover,
.bdt-prime-slider-mount .bdt-navigation-arrows .bdt-prime-slider-next:hover {
  transform: translateX(0px) !important;
}
.bdt-prime-slider-mount .bdt-navigation-arrows .bdt-prime-slider-next svg polyline,
.bdt-prime-slider-mount .bdt-navigation-arrows .bdt-prime-slider-previous svg polyline {
  fill: white;
}

/* ------------------------------ */
/* Contact Form 7                  */
/* ------------------------------ */

label,
legend {
  color: #005ffb;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

textarea.wpcf7-form-control,
input.wpcf7-form-control {
  border-radius: 0px !important;
  border-top: 0px solid #fff !important;
  border-left: 0px solid #fff !important;
  border-right: 0px solid #fff !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #005ffb !important;
}
textarea.wpcf7-form-control:focus,
input.wpcf7-form-control:focus-visible {
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="reset"],
input[type="tel"],
input[type="date"],
select {
  height: 20px;
  border-bottom: 1px solid #005ffb !important;
}

input[type="textarea"] {
  height: 50px !important;
}

input[type="submit"] {
  width: 100%;
  margin-top: 42px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px !important;
  padding: 10px;
  background-color: #005ffb !important;
  color: white;
  border: 0;
  line-height: 1em;
}
input[type="submit"]:hover {
	background-color:#2D3142!important;
	border-color:#2D3142!important;
}


textarea {
  width: 100%;
  height: 118px;
  border-bottom: 1px solid #005ffb !important;
}

input[type="checkbox"] {
  margin-left: -16px !important;
  font-size: 12px !important;
}

.elementor-widget-text-editor p {
  margin-bottom: 1.6em;
}
/* HOME */
.bdt-title-tag,
.bdt-prime-slider-desc > div {
  margin-bottom: 0 !important;
  font-weight: 800 !important;
  font-size: 26px!important;
}
.bdt-prime-slider-desc div:nth-child(2) {
  display: none;
}
.slider-home {
  width: 100%;
}
.container-services .text {
  padding: 0 2rem;
}
.container-services .text p {
  margin-bottom: 0;
}
.wpcf7-form label {
  width: 100%;
}
.e-n-accordion-item summary {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.e-n-accordion-item > div {
  border: 0px !important;
}
@media screen and (min-width: 768px) {
 .bdt-title-tag{
    font-size: 58px!important;
  }
}
@media screen and (min-width: 1250px) {
 .bdt-title-tag{
    font-size: 110px!important;
  }
}
@media screen and (min-width: 1025px) {
  .elementor-swiper-button.elementor-swiper-button-prev {
    left: 20px !important;
  }
  .elementor-swiper-button.elementor-swiper-button-next {
    right: 20px !important;
  }
  .info-contact .elementor-widget-container {
    padding: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1455px) {
  .contact .elementor-widget-container {
    padding: 0px 10px 0px 10px !important;
  }

  .mobi h1 {
    font-size: 74px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1455px) {
	.info-contact .elementor-widget-container {
		padding: 0px 10px 0px 100px !important;
	}
}
@media (min-width: 1461px) and (max-width: 1600px) {
  .contact .elementor-widget-container {
    padding: 0px 10px 0px 10px !important;
  }
}
@media (min-width: 1601px) {
  .info-contact .elementor-widget-container {
    padding: 0 50px 0 290px !important;
  }
}
.imagen-contenedor {
  background-color: #005ffb;
  height: 100%;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.imagen-contenedor:hover, .imagen-contenedor:hover a {
  opacity: 1;
}
/*SERVEIS*/
.container-services .title p{
	margin-bottom:10px;
}
.serveis-head{
	aspect-ratio: 96 / 47;
}
/* PROJECTES */
.archive main.proyectos .page-header{
  margin: 35px auto 70px auto;
  max-width: min(100%,1780px);
  
}
.archive main.proyectos .page-header h1{
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  color: #005FFB;
}
.contenedor-proyectos {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
  gap: 20px;
}
.dos-columnas {
  width: calc(50% - 20px) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.tres-columnas {
  width: 100%;
}
.dos-columnas-desiguales {
  width: calc(66.66% - 20px);
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.dos-columnas-desiguales + .dos-columnas-desiguales {
  width: 33.33%;
}

.dos-columnas-desiguales-invertida {
  width: 33.33% !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.dos-columnas-desiguales-invertida + .dos-columnas-desiguales-invertida {
  width: 66.66% !important;
}

.img-projecte {
  width: 100%;
  opacity: 1;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.img-projecte > a {
  display: flex;
  width: 100%;
}
.img-projecte img {
  aspect-ratio: 9/12;
  object-fit: cover;
  width: 100%;
}
.img-projecte .btn-ver-proyecto {
  width: 100%;
  height: 100%;
  background-color: #005ffb !important;
  display: flex;
  justify-content: center;
  align-items: center;
	color:white;
}
.img-projecte:hover .btn-ver-proyecto {
  opacity: 1;
}
.h2proyectos {
  font-size: 28px;
  font-weight: 800;
  padding-right: 15px;
}
.proyecto-excerpt {
  color: #005ffb !important;
  font-size: 20px;
  font-family: "Montserrat";
  padding-right: 15px;
}
.proyecto-imagen .btn-ver-proyecto{
	opacity:0;
}
.btn-ver-proyecto {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: transparent !important;
  color: #fff !important;
  padding: 10px 20px !important;
  text-align: center !important;
  font-size: 40px !important;
  font-family: "Montserrat";
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 5px !important;
  transition: opacity 0.3s ease !important; /* Transición para mostrarlo */
  z-index: 2;
}
.btn-more {
  border-color: #005ffb;
  background-color: #005ffb;
  color: white;
  margin-bottom: 50px;
}
.btn-more:hover,
.btn-more:active,
.btn-more:focus {
  border-color: #0060fbd2;
  background-color: #005ffbd2;
}
.text-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tres-columnas {
    width: calc(50% - 10px) !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 1024px) {
  .archive main.proyectos .page-header{
    margin: 180px auto 200px auto;
  }
  .archive main.proyectos .page-header h1{
    font-size: 115px;
  }
  
  .tres-columnas {
    width: calc(33% - 11px) !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1290px) {
    .h2proyectos {
        font-size: 26px !important;
    }
}
@media screen and (min-width: 1291px) {
  .h2proyectos {
    font-size: 42px;
  }
}


.single-proyectos .page-header .entry-title {
  font-size: 30px;
  font-weight: 800;
  color: #005ffb;
  max-width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.arrow_container {
  padding: 0;
  margin-bottom: 50px;
}
.navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0;
  align-items: center;
  gap: 10px;
}
.navigation .prev,
.navigation .next {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
}
.navigation a {
  padding: 5px 8px;
  background-color: #fff;
  color: #005ffb;
  text-decoration: none!important;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
	flex-direction:column;
}
.navigation a:hover{
	text-decoration:underline!important;
}
.navigation .prev svg {
  transform: rotate(90deg);
}
.navigation .next svg {
  transform: rotate(-90deg);
}
.navigation .next {
  justify-content: flex-end;
}
.navigation a.next {
  margin-left: auto;
}
.navigation a.prev span{
	text-align:center;
}
.navigation a.next span{
		order:2;
	text-align:center;
	}
@media screen and (min-width: 768px) {
  .single-proyectos .page-header .entry-title {
    width: 50%;
  }
}
@media screen and (min-width: 801px) {
  .single-proyectos .page-header .entry-title {
    font-size: 48px;
  }
	
}
@media screen and (min-width: 900px) {
  .arrow_container {
    padding: 0 50px;
  }
  .navigation {
    padding: 0 20px;
  }
  .navigation a {
	  padding: 10px 15px;
    font-size: 20px;
	  flex-direction:row;
  }
	.navigation a.next span{
		order:0;
		text-align:right;
	}
	.navigation a.prev span{
		text-align:left;
	}

}
@media screen and (min-width: 1025px) {
  .single-proyectos .page-header .entry-title {
    width: 40%;
    padding-top: 80px;
  }
}

/* FAQ */
@media screen and (max-width: 1290px) {
  .faq-head {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* FOOTER */

.footerweb p{
	margin-bottom:0;
}
.footercontent .wpml-ls-menu-item{
	display:none;
}
.e-grid.footergrid {
  /*grid-template-columns: 2fr 1fr 1fr 1fr !important;*/
  font-family: "Montserrat";
}
.eslogan {
  margin-top: 35px;
  line-height: 1.2em;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  font-family: "Montserrat";
}
.menu-shortcode-container ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.menu-shortcode-container ul li.menu-item {
  padding: 0;
  font-weight: 300;
  font-size: 20px;
}
.menu-shortcode-container ul li.menu-item::after {
  content: "";
}
.menu-shortcode-container ul li.current-menu-item a {
  text-decoration: none !important;
}
.menu-shortcode-container ul li.menu-item a {
  color: #fff;
  font-size: 16px;
}
.footercontent .xxss,
.footercontent .footer-lang {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.75em;
}
@media screen and (min-width: 900px) {
  .eslogan {
    font-size: 48px;
  }
}
@media screen and (min-width: 1025px) {
	.e-grid.footergrid {
		grid-template-columns: 2fr 1fr 1fr 1fr !important;align-content
	}
}
@media screen and (min-width: 1204px) {
  .menu-shortcode-container ul li.menu-item a {
    font-size: 20px;
  }
	
}
@media (min-width: 993px) and (max-width: 1024px) {
  .e-grid.footergrid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 764px) and (max-width: 992px) {
  .e-grid.footergrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 481px) and (max-width: 763px) {
  .e-grid.footergrid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/* SERVICIOS WIDGET */
.servicios-widget {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
.servicios-widget .servicio-item {
  width: 100%;
  padding: 20px;
  background: #005ffb;
  color: white;
  font-family: "Montserrat";
}
.servicio-heading {
  display: flex;
  align-items: center
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.servicio-heading .servicio-title {
  /* width: calc(75% - 5px); */
  width: 100%;
}
.servicio-heading .servicio-title h3 {
  font-size: 24px !important;
  font-weight: 800;
  text-align: center;
  margin-bottom: 35px;
  display: flex;
      align-items: center;
      justify-content: center;
}
.servicio-heading .servicio-image {
  display: flex;
  /* width: calc(25% - 5px); */
  justify-content: center;
}
.servicio-heading .servicio-image img {
  width: 100%;
  height: 80px;
}
.servicios-widget .servicio-item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.servicios-widget .servicio-item li {
  font-size: 20px;
}
.estilo1.servicio-item p {
  text-align: center;
}
.estilo1 .servicio-icono{
  margin-bottom: 0;
}
.estilo1 .servicio-btn{
  text-align: center;
  margin-top: 35px;
}
.servicio-btn a.btn{
  background: white;
  padding: 8px 60px;
  border-radius: 5px;
  display: inline-block;
  font-size: 17.45px;
  line-height: 21.45px;
}
.estilo2 .servicio-title h3{
  text-align: left;
}
.estilo2.servicio-item{
  padding-bottom: 0!important;
}

@media (min-width: 768px) {
  .servicios-widget .servicio-item {
    width: calc(50% - 8px);
  }
  .servicio-heading .servicio-image img {
    height: 100px;
  }
}
@media (min-width: 1025px) {
  .servicios-widget .servicio-item {
    padding: 50px;
  }
  .estilo2.servicio-item{
    padding: 80px;
  }
  
}
@media (min-width: 1280px) {
  .servicios-widget .servicio-item {
    width: calc(33% - 8px);
  }
  .estilo2.servicio-item{
    width: calc(66% - 8px);
  }
  .servicio-btn a.btn{
    background: white;
    padding: 10px 100px;
    line-height: 17.45px;
  }
}
@media (min-width: 1025px) and (max-width: 1460px) {
  .servicio-heading .servicio-title h3 {
    font-size: 24px !important;
    line-height: 30px;
  }
}
@media (min-width: 1461px) and (max-width: 1628px) {
  .servicio-heading .servicio-title h3 {
    font-size: 30px !important;
    line-height: 40px;
  }
}
@media (min-width: 1629px) {
    .servicio-heading .servicio-title h3 {
        font-size: 48px !important;
        line-height: 50px;
        font-weight: 800;
    }
}


.e-n-accordion-item-title{
	padding: 15px 10px 10px 10px!important;
}

/* WIDGET ALTRES SERVEIS */
.altres-servicios-carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
}

.servicio-slide {
  scroll-snap-align: start;
  padding: 10px 50px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 10px;
  text-align: center;
}
.servicio-icono {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.servicio-icono img{
  height: 80px!important;
  width: auto;
}
.servicio-slide h3{
  font-size: 20px;
  font-weight: 700;
  color: #005FFB;
}
.slick-arrow{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  fill:#005FFB;
  cursor: pointer;
  z-index: 99;
}
.servicio-slide p{
  color: #005FFB;
  margin-bottom: 15px;
}
.slick-arrow.e-fas-caret-right{
  right: 0;
}
.btn-ver-mas{
  background: #005FFB;
  color: white!important;
  padding: 10px 0px;
  border-radius: 8px;
  display: block;
  margin:0 auto;
  width:95%;
  max-width: 230px;
 line-height: 19px;
}

@media screen and (min-width:768px){
  .btn-ver-mas{
   /*  padding: 9px 42px; */
  }
}
@media screen and (max-width:768px){
  .bdt-slideshow-items .bdt-slideshow-item, .bdt-slideshow-items .bdt-slideshow-item > div{
    /* aspect-ratio: 16 / 9; */
  }
}
