/*
Theme Name: Autologic
Template: onepress
Author: Child Theme Configurator
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-menu,featured-images,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,e-commerce,blog,portfolio
Version: 1.0.1636922992
Updated: 2021-11-14 20:49:52

*/
.custom-header-media video,
.custom-header-media iframe {
    position: fixed;
    left: 50%;
    width: 1920px;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.custom-header-media video {
    height: auto;
}
.custom-header-media img {
    position: fixed;
    width: 1920px;    
}
.hero-slideshow-wrapper:after,
.hero-slideshow-wrapper {
    background: transparent;
}
.section-about,
.section-counter,
.section-news {
    background: #fff;
}
.site-footer {
    position: relative;
    margin-bottom: -24px;
}
@media (max-width:639px) {
.custom-header-media img {
    max-width: 180%;    
}
}
.wp-custom-header .wp-custom-header-video-button {
    background-color: rgba(34, 34, 34, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    height: 45px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 112px;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: 45px;
    z-index: 99;
}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
}
.wp-custom-header .wp-custom-header-video-button span {
    position: absolute;
    top: -9999px;
}
/* Sección Quiénes somos */
.section-about,
/* Sección Contadores */
.section-counter,
/* Sección Blog */
.section-news,
/* Resto de secciones */
.section-meta {
    background: #000;
}
.site-header.header-fixed {
    background-color: black;
}