@font-face {
    font-family: 'RebeltonBold';
    src: url('../fonts/RebeltonBold.ttf');
}
@font-face {
    font-family: 'UniversalLTS45Light';
    src: url('../fonts/UniversLTStd45Light.otf');
}
@font-face {
    font-family: 'UniversalLTSd75Black';
    src: url('../fonts/UniversLTStd75Black.otf');
}

.body{
    background-color: #f7f7f7;
    scroll-behavior: smooth;
}

section {
    opacity: 0;
    transition: opacity 1s;
}
.reveal {
    opacity: 1;
}

/* .header{
    background-image: url('../img/FOTOFACHADAWEB1.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
} */
.navbar-expand-lg .navbar-collapse {
justify-content: center !important;
}
.header{
height: 6rem;
background-color: black;
}
.navbar-brand img{
    max-width: 12rem;
}
.mobile-nav{
    position: fixed;
    display: block;
    top: 73px;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    z-index: 98;
    background-color: #ffff;
    padding-top: 120px;
    transition: all 0.3s ease-in-out;
}
.mobile-nav.is-active{
    left: 0;
}
.mobile-nav a{
    display: block;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin-bottom: 16px;
    padding: 12px 16px;
    background-color: #fe1b1b ;
    color: white;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
a.nav-link{
color: white !important;
font-family: 'UniversalLTS45Light';
}
i{
    color: white !important;
}
.header.sticky{
    width: 100%;
    transition: 0.6s;
    z-index: 99;
    height: 7rem;
    transition: all 0.3s ease-in-out;
    background-color: black;
    position: fixed;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
}
.input-search{
    padding: 0.3rem;
    background: transparent;
    border: 2px solid white;
    outline: none;
}
::placeholder { 
    color: white;
    text-align: right; 
}
.menu:first-child{ 
font-weight: 700;
}
.menu{
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 1.2rem;
    font-family: 'UniversalLTS45Light';
}
.menu a{
    color: white;
    text-decoration: none;
}
.redes-sociales{
display: flex;
}
.margin{
margin-right: 1rem;
}
.card-headerr{
    background-color: black;
    position: relative;
    top: -3rem;
    padding: 0.5rem;
    text-align: center;
    color:white;
}
.brand-toyo-card{
    max-width: 10rem;
}
.title-card{
    font-family: 'UniversalLTSd75Black';
    font-size: 1.2rem;
}

.text-card{
    padding-bottom: 1rem;
    font-family: 'UniversalLTS45Light';
}

.vehiculos-disponibles h2{
    font-size: 3rem;
    text-align: center;
    font-family: 'UniversalLTS45Light';
}
.toyota-bold{
    font-weight: 700;
    font-family: 'UniversalLTSd75Black' !important;
}
.splide__arrow{
display:none !important;
}
.splide__pagination__page{
height: 10px !important;
width: 10px !important;
opacity: inherit !important;
}
.splide__pagination__page.is-active{
    background: #ff0000 !important;
    transform: scale(1) !important;
}
.info h2{
    color: #ff0000;
}
.info span{
    font-family: 'UniversalLTS45Light';

}
.boton-cotizacion button{
    margin-top: 1rem;
    padding: 0.4rem;
    background:transparent;
    border: 2px solid #ff0000;
    color: #ff0000;
    font-family: 'UniversalLTS45Light';
}
.servicios{
    height: auto;
}
.servicios h2{
    font-size:3rem;
    margin-top: 2rem;
}
.splide__slide__container{
    text-align: center;
    margin-left: 5rem;
    background: white;
    margin-right: 1rem;
    padding: 1rem;
    margin-top: 2rem;
    padding-bottom: 2.5rem;
    min-height: 22rem;
}
.splide__slide__container h4{
color: #ff0000 ;
}
.agendar-cita{
margin-bottom: 2rem;
}
.agendar-cita h2{
    font-size: 3rem;
    font-family: 'UniversalLTS45Light';
    margin-top: 2rem;
    line-height: 100%;
}
.agendar-cita span{
    font-family: 'UniversalLTS45Light';
}
.cita-toyota{
    color:#ff0000 ;
}

.flickity-page-dots{
    bottom: 0px !important;
}
.flickity-viewport{
height: 700px;
}
.carousel-cell img{
width: 100% !important;
}
.flickity-page-dots .dot{
background: #ad0000 !important;
opacity: 1 !important;
}
.flickity-page-dots .dot.is-selected{
    background: white !important;
}
.box{
    background: #262626;
    height: auto;
    width: 100%;
    margin-top: 2rem;
    padding: 1rem;
}
.form h2{
    color: white;
    font-size: 2rem;
}
.formulario{
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
}
.formulario input{
    outline: none;
    border: none;
    margin-top: 1rem;
}
.formulario textarea{
margin-top: 1rem;
}
.formulario ::placeholder{
color: #575757;
text-align: left;
letter-spacing: 0.2rem;
}
.button button{
    margin-top: 1rem;
    width: 30%;
    padding: 0.5rem;
    background: #ff0000;
    color: white;
    border: none;
}
.contacto-titulo{
    margin-top: 1rem;
    font-family: 'UniversalLTSd75Black';
    color: #1f1f1f;
    font-size: 3rem;
}
.background-C{
background:black;
height: 31rem;
}
.image{
    position: relative;
    top: -2rem;
}
.number-contact{
    font-size: 1.3rem;
    color: white;
}
.numbers{
display: flex;
flex-direction: column;
}
.number-contact:nth-child(2){
    margin-top: -1rem;
}
.number-contact:nth-child(3){
    margin-top: -1rem;
}

.seccion-instagram{
    margin-top: 10rem;
    margin-bottom: 7rem;
}

.seccion-equipo {
    padding-bottom: 7rem;
}

.cards-servicios-title{
    font-family: 'RebeltonBold';
}
.texto{
    font-family: 'UniversalLTS45Light';
}
.background-C{
    font-family: 'UniversalLTS45Light';
}
.flickity-viewport{
    font-family: 'UniversalLTS45Light';
}
.splide__track{
    padding-bottom: 1rem;
}
.flickity-page-dots .dot{
position: relative;
top: -1rem;
}
#splide_trackk{
    padding-bottom: 2rem;
}
.instagram-icon-c{
    max-width: 5rem;
}
#servicios{
font-size: 3rem;
}
.boton-arriba-contenedor{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    width: 6.6rem;
    height: 6.6rem;
    z-index: -1;
}
.volver-arriba{
    width: 0rem;
    height: 0rem;
    background-color: #fe1b1bF2;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    transition: .2s;
    transform: translate(-50%,50%);
    transition: all 0.3s ease;
    box-shadow: 0px 7px 30px black;
}

.volver-arriba i{
    position: absolute;
    font-size: 1.5rem;
    top: 48%;
    left: 50%;
    transform: translate(-50%,50%) scale(0);
    color: white;
    transition: .2s;
}
.show-{
    z-index: 10;
    transform: translateX(125px);
}
.show- .volver-arriba{
    animation: popop .3s ease-in-out;
    width: 4rem;
    height: 4rem;
    z-index: 11;
}
.show- i{
    transform: translate(-50%,-50%) scale(1);
}
@keyframes popop {
    0%{
        width: 0rem;
        height: 0rem;
    }
    50%{
        width: 2rem;
        height: 2em;
    }
    100%{
        width: 4rem;
        height: 4rem;
    }
}
.hamburguer{
    position: relative;
    display: block;
    width: 35px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    transform: translateX(320px);
    z-index: 999999;
    position: fixed;
}
.hamburguer .bar, .hamburguer:after,.hamburguer:before{
content: '';
display: block;
width: 100%;
height: 5px;
background-color: white;
margin: 6px 8px;
transition: 0.4s;
}
.hamburguer.is-active:before{
transform: rotate(-45deg) translate(-8px, 6px);

}
.hamburguer.is-active:after{
    transform: rotate(45deg) translate(-9px, -8px);
    
    }
.hamburguer.is-active .bar{
    opacity: 0;
}
@media screen and (min-width:1000px){
    .hamburguer{
        display: none;
    }
}
@media screen and (min-width:701px) and (max-width:1023px){
    .hamburguer{
        transform: translateX(680px);
    }
}
@media screen and (max-width:1200px){
    .navbar-toggler-icon {
    display: none !important;
    }
    button.navbar-toggler{
        display: none !important;
    }
    .vehiculos-disponibles h2{
        font-size: 2rem;
    }
    #servicios h2{
        font-size: 2rem;
    }
    .image{
        text-align: center;
    }
    .image img{
        width: 24rem;
    }
    .splide__slide__container{
        width: 90%;
        margin: auto;
        margin-top: 2rem;
    }
    .agendar-cita h2{
        font-size: 2rem;
    }
    #cita-nueva {
        font-size: 2rem;
    }
    .image-contact img{
        max-width: 15rem;
    }
    .text-contact h2,span{
        font-size: 1rem;
    }
    .number-contact{
        font-size: 0.8rem;
    }
    .seccion-instagram{
        margin-top:2rem;
    }
    .background-C{
        height: auto;
    }
    .image {
        top: inherit;
    }
    .titulo-instagram h2{
        font-size: 2rem !important;
    }
    .instagram-icon-c{
        max-width: 3rem;
    }
    .formulario{
        width: 100%;
    }
    .boton-cotizacion button{
        margin-bottom: 1rem;
    }
    #servicios{
        font-size: 2rem;
    }
    .footer{
        height: auto;
    }
    .image img{
        max-width:16rem;
    }
}
@media screen and (max-width:700px){
    .footer {
        height: auto !important;
    }
    .navbar-brand img{
        max-width: 9rem;
    }

}
@media screen and (min-width:700px) and (max-width:1200px){
    .splide__slide__container h4 {
        font-size: 0.8rem;
    }
    .splide__slide__container{
        min-height: 26rem;
    }
}
@media screen and (min-width:1000px){
    .navbar-brand img {
        margin-right: 6rem;
    }
}
@media screen and (min-width:1400px){
    .vehiculos-disponibles h2{
        font-size: 5rem;
    }
    .servicio-title{
        font-size: 5rem !important;
    }
    .agendar-cita h2{
        font-size: 5rem;
    }
    .contacto-titulo h2{
        font-size: 5rem;
    }
    .titulo-instagram h2{
        font-size: 5rem !important;
    }
    .nav-link{
        font-size: 1.3rem;
    }
    .text-card{
        font-size: 1.3rem;
    }
    .title-card span{
        font-size: 1.3rem;
    }
    .info span{
        font-size: 1.3rem;
    }
    .texto{
        font-size: 1.3rem;
    }
    .splide__slide__container{
        min-height: 24rem;
    }
    .visitar span {
        font-size: 1.3rem;
    }
}
@media screen and (min-width:2000px){
    .carousel-cell img{
        width: 100vw !important;
    }
    .flickity-viewport{
        height: 83rem !important;
    }
}

.splide__slide__container {
    min-height: 428px !important;
    margin-bottom: 20px;

    @media (max-width: 375px) {
        min-height: 444px !important;
    }
}

.cursor-pointer {
    cursor: pointer !important;
}

/* Common styles for team members */
.team-member {
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
}

.team-member img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.team-member h3 {
    margin: 10px 0 5px;
    font-size: 1.2em;
}

.team-member p {
    margin: 0;
    font-size: 1em;
    color: #666;
}

.team-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.team-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.team-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .team-grid-4, .team-grid-3, .team-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .team-grid-4, .team-grid-3, .team-grid-2 {
        grid-template-columns: 1fr;
    }
}