/*---------- ARGI ----------*/
.bw{
    filter: grayscale(100%);
}
img:hover, .bw:hover{
    filter: grayscale(0%);
}
.vertical{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #9F97D5;
}
.vertical h3:hover {
    text-decoration: line-through;
}
.btnamarillo{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btnamarillo::before, .btnamarillo::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.5s ease;
    z-index: 1;
}
.btn-fill::before{
    background: #E1FF2D;
    box-shadow: inset 0 0 0 100px #fff;
}
.btn-fill:hover::before{
    box-shadow: inset 0 0 0 1px #fff;
}
.btnamarillo > a {
    position: relative;
    z-index: 2;
} 


/*---------- LORE ----------*/
.lore_ul-cta ul {
    margin-left: 38px;
}
.lore_ul-cta ul li{
    list-style-type: disc !important;
    margin-top: 20px;
}
.lore .swiper-button-next:after, .lore .swiper-button-prev:after {
    font-size: 13px !important;
}
.lore.swiper-slide:hover button{
    display: flex;
}
.lore .swiper-pagination-bullet {
    background: #fff;
    opacity: 30%;
    width: 4px !important;
    height: 4px !important;
}
.lore .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 7px !important;
    height: 7px !important;
}
.lore .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 30px) !important;
}
.lore .swiper-slide:hover button{
    display: block;
}
.botoncards:hover div {
    background-color: #fff;
}
.botoncards:hover div path {
    fill: #16211E;
}
.botonform:hover div {
    background-color: #16211E;
}
.botonform:hover div path {
    fill: #fff;
}



/*---------- ZERU ----------*/
.zeru button#slider-button-right::after, .zeru button#slider-button-left::after  {
    display: none;
}
.zerulista ul {
    list-style: disc !important;
}
.zerulista ul li {
    margin-bottom: 30px;
}
.zeru-form [type=checkbox]:checked, .zeru-fom [type=radio]:checked {
    background-color: #2E5468;
    background-image: none;
}

.text-14 > p {
    font-size: 14px;
}

/*---------- LUR ----------*/
 .lur .swiper-pagination-bullet {
    background-color: #70695E !important; 
    opacity: 0.5;
    width: 5px !important;
    height: 5px !important;
    margin: 8px !important;;
}
.lur .swiper-pagination-bullet-active {
    position: relative;
    opacity: 1;
}
.lur .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #70695E;
    border-radius: 50%;
    padding: 10px;
}
.lur .image-container img {
    transition: filter 0.3s ease;
}
.lur .swiper-wrapper .image-container .backdrop {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8.3px);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lur .swiper-wrapper .image-container:hover .backdrop {
    opacity: 1;
}
.lur .swiper-wrapper .image-container:hover #slider-button-right {
    transition: opacity 0.3s ease;
} 
.lur .swiper-wrapper .image-container:hover #slider-button-right {
    opacity: 1 !important; 
    filter: blur(0) !important; 
    display: flex;
}
.lur button#slider-button-right::after {
    display: none;
}
.lur .image-container img {
    transition: filter 0.3s ease;
}
.lur .image-container .backdrop {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8.3px);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lur .image-container:hover .backdrop {
    opacity: 1;
    display: block;
}
.lur .image-container:hover #slider-button-right {
    transition: opacity 0.3s ease;
} 
.lur .image-container:hover #slider-button-right {
    opacity: 1 !important; 
    filter: blur(0) !important; 
    display: flex;
}
.lur .cards:hover h1{
    font-style: italic;
    z-index: 1;
}
.lur .cards:hover svg, .lur .cards:hover p{
    z-index: 1;
}
.lur .overlay{
    opacity: 0;
}
.lur .cards:hover .overlay{
    opacity: 1;
}
.lur .cards .appear-img {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.lur .cards:hover .appear-img {
    opacity: 1;
}
.lur-form .input{
    color: #70695E !important;
}
.lur a, .lur-nav a {
    cursor: pointer;
    position: relative;
}

.lur-nav .link:after, .lur .link:after {
    display      : block;
    content      : '';
    border-bottom: solid 2px #fff;
    transform    : scaleX(0);
    transition   : transform 400ms ease-in-out;
}

.lur-nav .link:hover:after, .lur .link:hover:after {
    transform: scaleX(1);
}

.lur-nav .link:after, .lur .link:after  {
    transform-origin: 0 50%;
}

/*---------- EURI ----------*/


/*---------- BIZI ----------*/
#estrella-12 {
    background: #63639c;
    width: 150px;
    height: 150px;
    position: relative;
    text-align: center;
    border-color: #BE1E17;
    border: 1px;
}
#estrella-12::before, #estrella-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 150px;
    background: #63639c;
}
#estrella-12::before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
#estrella-12::after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}
@keyframes marquee {
    0% {
        transform: translateX(0%); /* Comienza fuera de la pantalla por la derecha */
    }
    100% {
        transform: translateX(-100%); /* Termina fuera de la pantalla por la izquierda */
    }
}

.animate-marquee {
    display: inline-block; /* Necesario para animar correctamente */
    animation: marquee 30s linear infinite; /* 10s es la duración de la animación, ajústala como desees */
}



/*-------------------- MEDIA QUERYS --------------------*/
@media (min-width: 1537px) {
    /*---------- EURI ----------*/
    .bloqueservicios {
        padding-left: 465px;
        padding-right: 465px;
    } 

    /*---------- BIZI ----------*/
    .bizi2bloques, .bizibotones, .bizicta1{
        padding-left: 150px;
        padding-right: 150px;
    }
 }

 @media (min-width: 1732px) {
        /*---------- BIZI ----------*/
    .bizi2bloques{
        padding-left: 230px;
        padding-right: 230px;
    }
 }
