@font-face {
    font-family: CastleT;
    src: url(./fuentes/CastleT.ttf);
}

@font-face {
    font-family: CastleTBold;
    src: url(./fuentes/CastleTBold.ttf);
}

@font-face {
    font-family: Avian;
    src: url(./fuentes/AVIAN/AVIAN.ttf);
}

/* BARRA NAVEGACION */
.navbar-custom {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.nav-item {
    font-family: CastleT;
    color: whitesmoke;
    /* border-bottom: #d4d4d4;
    border-right-style: solid; */
    text-align: center;
}

.navContacto {
    font-family: CastleT;
    /* color: whitesmoke;
    border-bottom: #d4d4d4;
    border-right-style: solid; */
    text-align: center;
}

.navContacto>a {
    font-family: CastleT;
    color: whitesmoke;
    text-align: center;
}

.navContacto>a:hover {
    font-family: CastleT;
    color: whitesmoke;
    text-align: center;
}

/* CARRUSEL */
.carruselPromociones {
    max-height: 95vh;
}
/* .carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    background-color: #646464 !important;
    margin: 0 4px !important;
    cursor: pointer !important;
}
.carousel-indicators .active {
    background-color: #272727 !important;
} 
ol li::marker {
    color: rgba(255, 0, 0, 0);
    font-size: 1.5em;
    display: none;
  } */
.number{
    position: absolute;
    width: 24px;
    z-index: 99999;
    text-indent: initial;
    color: #fff;
    font-size: 15px;
    top: -20px;
    left: 11px;
}
.carousel-indicators .active{
opacity: 1;
background-color: #d32f2f !important;
}

/* NOSOTROS, MISION Y VISION */
.titulosNosotros {
    font-family: CastleT;
    font-weight: 500;
    color: #5e5e5e;
    letter-spacing: 2px;
    border-bottom: #d4d4d4;
    border-bottom-style: solid;
    text-align: end;
}

.titulosVision {
    font-family: CastleT;
    font-weight: 500;
    color: #5e5e5e;
    letter-spacing: 2px;
    border-bottom: #d4d4d4;
    border-bottom-style: solid;
    text-align: end;
}

.subtituloNosotros {
    font-family: CastleT;
    font-weight: 500;
    color: black;
    text-align: justify;
    font-size: small;
}

.textoNosotros {
    font-family: CastleT;
    color: #5e5e5e;
    text-align: justify;
    font-size: small;
}

.bannerPresencia {
    margin-top: 3vh;
    margin-bottom: 3vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.textoPresencia {
    text-align: center;
    color: aliceblue;
    font-family: CastleT;
    padding: 20px;
    font-size: medium;
    letter-spacing: 1px;
    font-weight: 500;
}

.seccionMision {
    margin: 5vh;
}

/* ESTO ES DE LAS TARJETAS */

.card {
    text-align: center;
}

.tituloTarjetas {
    font-family: CastleT;
    font-size: large;
    color: #3c3c3c;
    /* min-height: 200px; */
}

.detallesTarjetas {
    font-family: CastleT;
    color: #5e5e5e;
    font-size: medium;
}

.botonesTarjetas {
    /* margin-bottom: 1.5em; */
    color: azure;
    font-family: CastleTBold;
    text-decoration: none;
    letter-spacing: 1px;
}

.botonesTarjetas1 {
    align-items: center;
    text-align: center;
    /* position: relative; */
    padding-top: 2.5em;
    max-width: 100px;
}

.tarjetaCompleta {
    min-height: 200px;
    border-width: 2px;
    border-style: solid;
    border-color: #474747;
    position: relative;

}

.iconoSuperiorSeminuevos {
    left: 39%;
    /* align-items: start; */
    top: -16%;
    position: absolute;
    height: 28%;
}

.iconoSuperiorVender {
    left: 38%;
    /* align-items: start; */
    top: -16%;
    position: absolute;
    height: 31.5%;
}

.iconoSuperiorFlotillas {
    left: 27%;
    /* align-items: start; */
    top: -12%;
    position: absolute;
    height: 25%;
}



/* footer */
.contenedorFooter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .footer {
   padding-top: 1em;
    padding-bottom: 0.5em; 
}*/

.grupoBotones {
    padding-top: 1em;
}

.botonFooter {
    border-style: solid;
    color: #d4d4d4;
    font-family: CastleTBold;
    font-size: small;
    padding: 0.5em;
    text-decoration: none;
}

.terminos {
    font-family: CastleTBold;
    color: #d4d4d4;
    text-decoration: none;
    font-size: x-small;
}

.iconoFooter {
    width: 27px;
    height: 27px;
}

/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .titulosNosotros {
        font-size: xx-large;
    }

    .titulosVision {
        font-size: xx-large;
    }

    .subtituloNosotros {
        font-size: smaller;
    }

    .textoNosotros {
        font-family: CastleT;
        color: #5e5e5e;
        text-align: justify;
        font-size: smaller;
    }

    .textoPresencia {
        padding: 20px;
        font-size: large;
    }

    /* CARRUSEL */

    .number{
        position: absolute;
        width: 24px;
        z-index: 99999;
        text-indent: initial;
        color: #fff;
        font-size: 25px;
        top: -35px;
        left: 8px;
    }
    .carousel-indicators .active{
    opacity: 1;
    background-color: #d32f2f !important;
    }


    /* ESTO ES DE LAS TARJETAS */

    .tituloTarjetas {
        font-size: larger;
    }

    .iconoSuperiorSeminuevos {
        left: 43%;
        /* align-items: start; */
        top: -16%;
        position: absolute;
        height: 28%;
    }

    .iconoSuperiorVender {
        left: 43.5%;
        /* align-items: start; */
        top: -16%;
        position: absolute;
        height: 31.5%;
    }

    .iconoSuperiorFlotillas {
        left: 36%;
        /* align-items: start; */
        top: -12%;
        position: absolute;
        height: 25%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .titulosNosotros {
        font-size: xx-large;
    }

    .titulosVision {
        font-size: xx-large;
        text-align: start;
    }

    .subtituloNosotros {
        font-size: smaller;
    }

    .textoNosotros {
        font-family: CastleT;
        color: #5e5e5e;
        text-align: justify;
        font-size: smaller;
    }

    .imagenNosotros {
        max-height: 19.3em;
    }

    .textoPresencia {
        padding: 20px;
        font-size: x-large;
    }

    /* ESTO ES DE LAS TARJETAS */

    .tituloTarjetas {
        min-height: 90px;
    }

    .iconoSuperiorSeminuevos {
        left: 39%;
        /* align-items: start; */
        top: -16%;
        position: absolute;
        height: 28%;
    }

    .iconoSuperiorVender {
        left: 38%;
        /* align-items: start; */
        top: -16%;
        position: absolute;
        height: 31.5%;
    }

    .iconoSuperiorFlotillas {
        left: 27%;
        /* align-items: start; */
        top: -12%;
        position: absolute;
        height: 25%;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* barra navegacion */
    .nav-item {
        font-family: CastleT;
        color: whitesmoke;
        border-bottom: #d4d4d4;
        border-right-style: solid;
        text-align: center;
    }

    .titulosNosotros {
        font-size: xx-large;
    }

    .titulosVision {
        font-size: xx-large;
    }

    .subtituloNosotros {
        font-size: medium;
    }

    .textoNosotros {
        font-size: medium;
    }

    .imagenNosotros {
        max-height: 22.25em;
    }

    .textoPresencia {
        padding: 20px;
        font-size: x-large;
    }


    /* ESTO ES DE LAS TARJETAS */
    .iconoSuperiorSeminuevos {
        left: 36%;
        /* align-items: start; */
        top: -15%;
        position: absolute;
        height: 31.5%;
    }

    .iconoSuperiorVender {
        left: 37%;
        /* align-items: start; */
        top: -16%;
        position: absolute;
        height: 31.5%;
    }

    .iconoSuperiorFlotillas {
        left: 25%;
        /* align-items: start; */
        top: -8%;
        position: absolute;
        height: 25%;
    }

    /* footer */
    .footer {
        padding-top: 1em;
        padding-bottom: 0.5em;
    }

    .iconoFooter {
        width: 35px;
        height: 35px;
    }

    .botonFooter {
        border-style: solid;
        color: #d4d4d4;
        font-family: CastleTBold;
        font-size: medium;
        padding: 0.5em;
        text-decoration: none;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .titulosNosotros {
        font-size: xx-large;
    }

    .titulosVision {
        font-size: xx-large;
    }

    .subtituloNosotros {
        font-size: medium;
    }

    .textoNosotros {
        font-size: medium;
    }

    .textoPresencia {
        padding: 20px;
        font-size: x-large;
    }

    /* nosotros */
    .carruselNosotros {
        max-height: 500px;
    }

    /* .nosotros{
        background-color: rgb(72, 163, 163);
    }
    
    .nosotros2{
        background-color: rgb(72, 163, 163);
    } */
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    /* footer */
    .footer {
        padding-top: 2em;
        padding-bottom: 0.5em;
    }

    .botonFooter {
        border-style: solid;
        color: #d4d4d4;
        font-family: CastleTBold;
        padding: 0.5em;
        text-decoration: none;
    }

    .terminos {
        font-family: CastleTBold;
        color: #d4d4d4;
        text-decoration: none;
    }

    /* nosotros */
    .carruselNosotros {
        max-height: 284px;
    }

    /* .nosotros{
        background-color: rgb(72, 163, 163);
    }
    
    .nosotros2{
        background-color: rgb(72, 163, 163);
    } */
}