@font-face {
    src: url(../Ozik-Black.woff);
    font-family: 'ozik black';
}

header {
    top: 0;
    left: 0;
    z-index: 9999999;
}

/* .jumbotron{
	height:90vh ;
	min-height: 650px;
	background: url(../images/Home_1705.jpg);
} */

.nav-link {
    font-weight: bolder;
    color: #FFF;
}

.asaksljgsflejrmnuc {
    font-family: 'ozik black';
}

.pasaportes {
    background: #003d29;
}

.main-title {
    color: #f6e63e;
}

.description {
    color: #f6e63e;
}

.bg-warning {
    background: #f9781e !important;
}

.box-slide {
    width: 100%;
    overflow: hidden;
    max-width: 940px;
}

.box-slide img {
    height: 280px;
}

.botones-slide {
    background: transparent;
    border: 0;
    top: 50%;
    position: absolute;
    color: #FFF;
    cursor: pointer;
    z-index: 999999;
}

.box-card {
    width: 310px;
}

.text-warning {
    color: #f6e63e;
}

#prev {
    left: 0px;
}

#next {
    right: 0px;
}

.slider-full {
    max-width: 1076px;
}

.horarios {
    background: url(../images/Horarios_1705.jpg);
    height: 730px;
}

.horario-content {
    max-width: 1096px;
}

.asdlkhfkajsj {
    width: 90%;
}

footer {
    background: url(../images/5_img.jpg) top left;
    background-size: cover;
}

.fs-80px {
    font-size: 80px;
    font-family: 'ozik black';
}

.fs-90 {
    font-size: 90px;
    font-family: 'ozik black';
}

.fs-60 {
    font-size: 60px;
    font-family: 'ozik black';
}

.fs-24 {
    font-size: 24px;
    font-family: 'ozik black';
}

.redes-sociales-desing {
    height: 54px;
    width: 54px;
    border-radius: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
}

.form-control {
    height: 50px;
    border: 0;
    border-bottom: 1px solid #a4a4a4;
    border-radius: 1px;
    box-shadow: 0 0 0 !important;
}

.form-label {
    font-size: 13px;
    font-weight: bold;
    color: #9a9a9a;
}

.sacacaca {
    gap: 20px;
}

.slider-pasaportes {
    width: 1550px;
}

.btn {
    height: 50px;
    line-height: 32px;
}

.btn-primary {
    background: #e97710 !important;
    border-color: transparent !important;
}

.btn-outline-primary {
    border-color: #e97710 !important;
    color: #e97710 !important;
    background: #FFF !important;
}

::body-webkit-scrollbar-button {
    -webkit-appearance: none;
}

@media (max-width:676px) {
    .box-slide {
        overflow-x: scroll;
    }
    .fs-90 {
        font-size: 45px;
    }
    .fs-80px {
        font-size: 30px;
    }
    .navbar {
        background: #e97710 !important;
    }
    header {
        width: 100%;
        position: relative !important;
    }
    .botones-slide {
        display: none;
    }
    .fs-60 {
        font-size: 40px;
    }
    .jumbotron {
        height: 90vh;
        min-height: 650px;
        background: url(../images/Home_mobile_1705.jpg);
        background-size: cover;
    }
}

.float {
    position: fixed;
    width: 200px;
    /* Ajusta según el tamaño de tu imagen */
    top: 15vh;
    right: -95px;
    /* Cambia este valor para meter el contenedor más a la izquierda */
    z-index: 1000000;
    cursor: pointer;
    transition: transform 0.3s ease;
    /* Transición suave */
}

.float img {
    display: block;
    /* Asegúrate de que la imagen se comporte como un bloque */
    transition: transform 0.3s ease;
    /* Transición suave para la imagen */
    width: 105%;
    /* Cambia este valor para hacerla más pequeña o más grande */
    height: auto;
}

/* Al pasar el cursor */

.float:hover {
    transform: translateX(-64%);
    /* Desplaza el contenedor fuera de la pantalla */
}

.float:hover img {
    transform: translateX(30px);
    /* Ajusta este valor para controlar el desplazamiento al pasar el cursor */
}