.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Gothic A1";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Gothic A1";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Gothic A1";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gothic A1";--e-global-typography-accent-font-weight:400;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h6{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Blog Home*/

.img_aspect_ratio img {
    aspect-ratio: 4 / 3 !important;
    height: 100%;
    object-fit: cover;
}

/* Animación de la izquierda / Fade in - left */
@keyframes anim-fade-in-ct-left {
  0% {
    opacity: 0;  
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-ct-left {  
  animation: 1s ease-out 0s 1 anim-fade-in-ct-left;
}

/* Animación de la derecha / Fade in - Right */
@keyframes anim-fade-in-ct-right {
  0% {
    opacity: 0;  
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }    
}

.fade-in-ct-right {  
  opacity: 0;
  animation: 1s ease-in 0.8s 1 anim-fade-in-ct-right;
  animation-fill-mode: forwards;
}

/*Paginación númerica*/

.elementor-pagination{
    font-size: large !important;
    color: black;
    padding-top: 40px;
}


a.page-numbers {
    color: #777;
}


/* Obras */

.obra_custom{
    box-shadow: 0 24px 15px -28px #00000073;
}

/* HOME - Artistas */

.shadow_art {
    overflow: hidden;
}/* End custom CSS */