@font-face {
    font-family: 'Klavika';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/Klavika-Bold.otf')
}

@font-face {
    font-family: 'Blogger';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/Blogger_Sans.otf')
}


.navbar-brand {
    margin-left: 0 !important;
}

.navbar-brand img {
    margin-left: 0 !important;
}

input {
    font-family: hp_normal !important;
    font-size: 0.8rem !important;
    border-width: 0 !important;
}

input::placeholder {
    font-weight: normal !important;
    font-size: .8rem !important;
    font-style: italic !important;
}

/* _______________________________________________ */

/* _______________________________________________ */


.visible {
    opacity: 1;
    transform: translate(0, 0);
}
  

.link span {
    position: relative;
}
  
.link span:hover {
    color: #00AFEF !important;
}

.link2 {
    position: relative;
    padding-bottom: 0.1rem !important;
}

.link2:hover {
    color: #00B8F6 !important;
}

.form-control:focus-visible {
    border-color: #1E2B3B !important;
}

#slide-box {
    width: 100%;
}

.bg-hero {
    background-size: cover !important; 
}

.logo-top {
    margin-top: 0 !important;
}

.logo-slide-item {
    width: 12rem !important;
    height: 3.75rem !important;
}

.non-ctrl.owl-carousel {
    margin-left: 1.5rem !important;
}

#legal-links {
    padding-left: 0 !important;
}

#legal-links a{
    margin-left: 0 !important;
}


/*_______________________________________/*

/* TABLET or something in the middle*/
@media screen and (max-width: 950px){

img.logo2-footer {
    display: none !important;
}

#left-buttons {
    display: none !important;
}

#right-buttons {
    display: none !important;
}

.show-filters {
    display: flex !important;
}

}

/*_______________________________________*/

/* MOBILE */
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait){

#navbarTFC {
    margin-top: 1rem !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%,  rgba(0, 0, 0, 0.85) 60%, transparent 100%);
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.navbar-brand {
    margin-left: auto !important;
    opacity: 0.2;
}

.h-hero-mobile {
    height: 85vh !important;
}

video.h-hero-mobile {
    top: 0 !important;
}

.navbar-brand img {
    margin-left: auto !important;
}

img.logo-top {
    margin-top: 0.5rem;
    margin-left: 1rem !important;
}

.menu button{
    margin-top: 1rem !important;
}

.menu-option {
    margin-top: 0.65rem;
    margin-bottom: 0.45rem;
}

.title {
    margin-left: auto !important;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 502;
}

.text-hero {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 501;
}

.bg-hero {
    background-size: cover !important; 
}

#endor-ribbon {
    bottom: 0 !important;
}

.non-ctrl.owl-carousel {
    margin-left: 0rem !important;
}

.prev, .next {
    display: none !important;
}

textarea {
    min-height: 6.5rem !important;
}

#left-buttons {
    display: none !important;
}

#right-buttons {
    display: none !important;
}

.show-filters {
    display: flex !important;
}

.logo-footer {
    margin-left: auto !important;
    margin-bottom: 1rem !important;
}

img.logo2-footer {
    display: none !important;
}

ul li{
    margin-left: auto !important;
    margin-right: auto !important;

}

.svc-card {
    min-height: 11rem;
    overflow-x: hidden;
    border-top-right-radius: 0.64rem !important;
    border-top-left-radius: 0.64rem !important;
}

.svc-card img {
     min-width: 157%; 
     aspect-ratio: 19/20 !important;
}

.svc-tab-title {
    line-height: 1rem !important;
    font-size: 1.1rem !important;
}

.svc-tab-subtitle {
    line-height: 0.9rem !important;
    font-size: 0.9rem !important;
}

#legal-links {
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
}

#legal-links a{
    margin-left: auto !important;
}

#social {
    margin-top: 1rem !important;
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

#slide-box {
    -moz-animation: automatizacion 15s infinite linear;
    -o-animation: automatizacion 15s infinite linear;
    -webkit-animation: automatizacion 15s infinite linear;
    animation: automatizacion 15s infinite linear;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    height: 3.75rem !important;
    width: 500% !important;
}

#slide-content {
    overflow: hidden;
    text-align: left;
}

.logo-slide-item {
    width: 20% !important;
    min-width: 12rem !important;
    height: 3.75rem !important;
}

#scrollToTop{
	right: 1.5rem !important;
}

@-moz-keyframes automatizacion {
    0% {
    margin-left: 0;
    }
    30% {
    margin-left: 0;
    }
    35% {
    margin-left: -100%;
    }
    65% {
    margin-left: -100%;
    }
    70% {
    margin-left: -200%;
    }
    95% {
    margin-left: -200%;
    }
    100% {
    margin-left: 0;
    }
}

@-webkit-keyframes automatizacion {
    0% {
    margin-left: 0;
    }
    30% {
    margin-left: 0;
    }
    35% {
    margin-left: -100%;
    }
    65% {
    margin-left: -100%;
    }
    70% {
    margin-left: -200%;
    }
    95% {
    margin-left: -200%;
    }
    100% {
    margin-left: 0;
    }
}

@keyframes automatizacion {
    0% {
    margin-left: 0;
    }
    30% {
    margin-left: 0;
    }
    35% {
    margin-left: -100%;
    }
    65% {
    margin-left: -100%;
    }
    70% {
    margin-left: -200%;
    }
    95% {
    margin-left: -200%;
    }
    100% {
    margin-left: 0;
    }
}

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){

.h-hero-mobile {
height: 150vh !important;
}

}