/*
Theme Name: sayonara
Author: sayonara
Description: Your description goes here
Version: 1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/** fix tablas ancho toda la web en responsive **/
@media (max-width:1024px){
.textos-legales table {display: block;overflow-x: auto;white-space: nowrap;}
.textos-legales table tbody {display: table;width: 100%;}	
}


/* Carrusel Elementor dentro de loops o cards */
.elementor .elementor-widget-image-carousel .elementor-image-carousel-wrapper,
.elementor .elementor-widget-image-carousel .swiper {
  overflow: hidden !important;
}



/* Imágenes en cover */
.elementor .elementor-widget-image-carousel img,
.elementor .elementor-widget-image-carousel .swiper-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*Cookies*/
button.cky-btn, .cky-btn-accept, cky-btn-reject {
    color: #ffffff !important;
    background-color: #0A1630 !important;
    border-color: #0A1630 !important;
    font-size: 12px !important;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left{background-color: #0A1630 !important;}