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

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

.carruselTexto {
    font-family: CastleTBold;
    letter-spacing: 2px;
    color: black;
    font-size: xx-large;
}

.seccionNosotros {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
}

.titulosNosotros {
    font-family: CastleTBold;
    text-align: justify;
    letter-spacing: 5px;
}

.textoNosotros {
    font-family: CastleT;
    text-align: justify;
}

.mapaContenedor {
    width: 100%;
}

/* .mapaContenedor {
    position: relative;
    width: 100%;
}

.fichaJalisco {
    position: absolute;
    top: 60%;
    left: 45%;
    width: 10em;
}

.fichaJalisco:hover {
    position: absolute;
    top: 60%;
    left: 45%;
    width: 10em;
    visibility: hidden;
} */

.logosyDirectorio {
    background-image: url(/imagenes/fondoDirectorio.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* Breakpoint xs */
@media (min-width: 0px) {
    .seccionNosotros {
        margin: 2rem;
    }

    .titulosNosotros {
        padding: 0.5rem;
        font-size: 20px;
        padding-top: 1rem;
        border-bottom-style: solid;
    }

    .textoNosotros {
        padding: 0.5rem;
        font-size: 11px;
    }

    .texto1 {
        color: white;
        padding: 1em;
        font-family: CastleT;
        letter-spacing: 3px;
        font-size: xx-small;
    }

    .flotillas {
        position: relative;
        display: block;
    }

    .contactoFlotillas {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    .contactoFlotillasboton {
        width: 100px;
    }
    .fondoSeminuevosMovil{
        position: relative;
    }

    .botonComprarMovil {
        position: absolute;
        bottom: 6%;
        right: 7%;
        height: 28%;
    }

    .fondoQueremosMovil{
        position: relative;
    }

    .botonVenderMovil {
        position: absolute;
        bottom: 5.5%;
        right: 5%;
        height: 28%;
    }
}

/* Breakpoint s */
@media (min-width: 576px) {
    .seccionNosotros {
        margin: 2rem;
    }

    .titulosNosotros {
        padding: 0.5rem;
        font-size: 20px;
        padding-top: 1rem;
    }

    .textoNosotros {
        padding: 0.5rem;
        font-size: 11px;
    }


    .texto1 {
        color: white;
        padding: 1em;
        font-family: CastleT;
        letter-spacing: 5px;
        font-size: small;
    }

    .flotillas {
        position: relative;
        display: block;
    }

    .contactoFlotillas {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    .contactoFlotillasboton {
        width: 150px;
    }

    .fondoSeminuevos {
        position: relative;
    }

    .botonComprar {
        position: absolute;
        bottom: 6%;
        left: 29%;
        height: 28%;
    }

    .botonVender {
        position: absolute;
        bottom: 6%;
        right: 2%;
        height: 28%;
    }
}

/* Breakpoint m */
@media (min-width: 768px) {
    .titulosNosotros {
        padding-right: 0.5rem;
        font-size: 20px;
    }

    .textoNosotros {
        padding-right: 0.5rem;
        font-size: 11px;
    }

    .texto1 {
        color: white;
        padding: 1em;
        font-family: CastleT;
        letter-spacing: 5px;
        font-size: large;
    }

    .flotillas {
        position: relative;
        display: block;
    }

    .contactoFlotillas {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    .contactoFlotillasboton {
        width: 200px;
    }

    .fondoSeminuevos {
        position: relative;
    }

    .botonComprar {
        position: absolute;
        bottom: 6%;
        left: 29%;
        height: 28%;
    }

    .botonVender {
        position: absolute;
        bottom: 6%;
        right: 2%;
        height: 28%;
    }
}

/* Breakpoint l */
@media (min-width: 992px) {
    .titulosNosotros {
        padding-right: 1rem;
        font-size: 25px;
    }

    .textoNosotros {
        padding-right: 1rem;
        font-size: 11px;
    }



    .texto1 {
        color: white;
        padding: 1em;
        font-family: CastleT;
        letter-spacing: 5px;
        font-size: x-large;
    }

    .flotillas {
        position: relative;
        display: block;
    }

    .contactoFlotillas {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    .contactoFlotillasboton {
        width: 300px;
    }
    .fondoSeminuevos {
        position: relative;
    }

    .botonComprar {
        position: absolute;
        bottom: 6%;
        left: 29%;
        height: 28%;
    }

    .botonVender {
        position: absolute;
        bottom: 6%;
        right: 2%;
        height: 28%;
    }
}

/* Breakpoint xl */
@media (min-width: 1200px) {
    .titulosNosotros {
        padding-right: 1rem;
        font-size: 28px;
    }

    .textoNosotros {
        padding-right: 1rem;
        font-size: 13px;
    }


    .texto1 {
        color: white;
        padding: 1em;
        font-family: CastleT;
        letter-spacing: 5px;
        font-size: x-large;
    }

    .flotillas {
        position: relative;
        display: block;
    }

    .contactoFlotillas {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    .contactoFlotillasboton {
        width: 300px;
    }
    .fondoSeminuevos {
        position: relative;
    }

    .botonComprar {
        position: absolute;
        bottom: 6%;
        left: 29%;
        height: 28%;
    }

    .botonVender {
        position: absolute;
        bottom: 6%;
        right: 2%;
        height: 28%;
    }
}

/* Breakpoint xxl */
@media (min-width: 1400px) {
    .titulosNosotros {
        padding-right: 1.5rem;
        font-size: 30px;
    }

    .textoNosotros {
        padding-right: 1.5rem;
        font-size: 15px;
    }


    .texto1 {
        color: white;
        padding: 1em;
        font-family: CastleT;
        letter-spacing: 5px;
        font-size: x-large;
    }

    .flotillas {
        position: relative;
        display: block;
    }

    .contactoFlotillas {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

    .contactoFlotillasboton {
        width: 400px;
    }

    .fondoSeminuevos {
        position: relative;
    }

    .botonComprar {
        position: absolute;
        bottom: 6%;
        left: 29%;
        height: 28%;
    }

    .botonVender {
        position: absolute;
        bottom: 6%;
        right: 2%;
        height: 28%;
    }

}