/* 
Theme Name: Im3dia Comunicación - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*UTILIDADES*/
body.home .ocultar-en-home {
  display: none;
}

.blur_2 {
  backdrop-filter: blur(2px);
}

/*SCROLLBAR*/
*::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: solid 2px #fff;
	background-color: #bebcbc;
}
*::-webkit-scrollbar {
    width: 14px;
    height: 7px;
    background-color: #ffffff !important;
}


/*Barra Cookies*/
div#cookie-law-info-bar {
  background-color: #ffffffed !important;
  width: 20%;
  right: 0;
  left: auto;
  padding: 2em !important;
  border: 1px solid #881438;
  box-shadow: -3px -3px 6px rgb(0 0 0 / 20%);
}

.cli-bar-container {
  flex-direction: column;
}

.cli-style-v2 .cli-bar-message {
  width: 100%;
  text-align: justify;
  padding-bottom: 1em;
}

a#wt-cli-accept-all-btn,
#wt-cli-privacy-save-btn {
  background-color: #881438 !important;
  border: 1px solid #881438;
}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
  background-color: #88143800 !important;
  color: #881438 !important;
  border: 1px solid #881438;
}
@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #881438;
  }

  40% {
    box-shadow: 0 0 20px #881438;
  }

  60% {
    box-shadow: 0 0 20px #881438;
  }

  100% {
    box-shadow: 0 0 -10px #881438;
  }
}
.boton-ver-mas {
  animation: glowing 5000ms infinite;
}
@keyframes fade-in-marien{
  0%{
    opacity: 0;    
  }
  100%{
    opacity: 1;    
  }
}
.fade-in-animation {
  animation: fade-in-marien 3000ms ease-out;
}
body {
  transition:background-image ease 3000ms;
  background-attachment: fixed;
}
/*----------------------------------------------------------------->UTILIDADES*/
