@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}

/* Cabecera de página */

.elementor-location-header.fixed-position {
   position: fixed;
}
.elementor-location-header {
   position: fixed;
   z-index: 9999;
   top: 0;
   transition: top 0.2s ease-in-out;
   width: 100%;
}

@media (max-width: 767px) {
    #primary {
        overflow: hidden;
    }
    body:not(.elementor-editor-active) .main-menu-medium {
        height: 100vh;
        position: fixed !important;
        left: 0px;
        top: 0;
        width: 100%;
        z-index: 9;
        transform: translateX(100%);
        -webkit-transition: all .2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all .2s ease;
        display: flex !important;
        opacity: 1 !important;
    }
    .main-menu-medium > .elementor-container {
        margin: 0 !important;
        width: 100%;
    }
    body:not(.elementor-editor-active) .main-menu-medium.actived {
        left: auto;
        left: 0px;
        transform: translateX(0%);
        display: flex;
    }
	.main-menu-top {
		position: fixed !important;
  		z-index: 99 !important;
	}
}

/* Pie de página */

@media (max-width: 767px) {

}
