@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);
}


/* BANNER PRINCIPAL */
.bannerFlotillas {
    position: relative;
}

.imagenFlotillas {
    width: 100%;
}

.textoFlotillas {
    position: absolute;
    bottom: 10%;
    padding-left: 6%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
    font-family: CastleT;
    color: aliceblue;
    max-width: 50%;
    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);
}

.textoFlotillas>h1 {
    font-size: medium;
    margin: 0%;
}

/* FORMULARIO DE CONTACTO */
.textoFormularioFlotillas {
    font-family: CastleT;
    margin: 0%;
    color: #3c3c3c;
}

.textoPlaceholder {
    color: #a6a6a6;
    font-family: CastleT;
}

.form-control {
    background-color: #F5F5F5 !important;
    /* opacity: .3; */
}

.contenedorCampos {
    margin: 0% !important;
    padding: 0% !important;
}

.contenedorForm {
    padding-top: 1em;
    padding-bottom: 1em;
}

.botonEnviar {
    font-family: CastleT;
    letter-spacing: 1px;
    min-width: 150px;
}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    /* BANNER PRINCIPAL */
    .textoFlotillas {
        bottom: 10%;
        padding-left: 6%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-right: 3%;
        max-width: 50%;
    }

    .textoFlotillas>h1 {
        font-size: large;
    }

    /* FORMULARIO DE CONTACTO */
    .textoFormularioFlotillas {
        font-family: CastleT;
        margin: 0%;
        font-size: large;
        color: #3c3c3c;
    }

    .botonEnviar {
        font-family: CastleT;
        letter-spacing: 1px;
        min-width: 300px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* BANNER PRINCIPAL */
    .textoFlotillas {
        bottom: 15%;
        padding-left: 6%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-right: 3%;
        max-width: 50%;
    }

    .textoFlotillas>h1 {
        font-size: larger;
    }

    /* FORMULARIO DE CONTACTO */
    .textoFormularioFlotillas {
        font-family: CastleT;
        margin: 0%;
        font-size: larger;
        color: #3c3c3c;
    }

    .botonEnviar {
        font-family: CastleT;
        letter-spacing: 1px;
        min-width: 300px;
    }
}

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

    /* BANNER PRINCIPAL */
    .textoFlotillas {
        bottom: 15%;
        padding-left: 6%;
        padding-top: 1%;
        padding-bottom: 1%;
        padding-right: 3%;
        max-width: 50%;
    }

    .textoFlotillas>h1 {
        font-size: x-large;
    }

    /* FORMULARIO DE CONTACTO */
    .textoFormularioFlotillas {
        font-size: x-large;
    }

    .botonEnviar {
        min-width: 400px;
    }
}

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

    /* BANNER PRINCIPAL */
    .textoFlotillas {
        bottom: 15%;
        padding-left: 7%;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        padding-right: 4%;
        max-width: 50%;
    }

    .textoFlotillas>h1 {
        font-size: xx-large;
    }

    /* FORMULARIO DE CONTACTO */
    .textoFormularioFlotillas {
        font-size: x-large;
    }

    .botonEnviar {
        min-width: 400px;
    }
}



@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);
}


/* BANNER PRINCIPAL */
.bannerTalento {
    position: relative;
}

.imagenTalento {
    width: 100%;
}

.textoTalento {
    position: absolute;
    bottom: 10%;
    padding-left: 6%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
    font-family: CastleT;
    color: aliceblue;
    max-width: 50%;
    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);
}

.textoTalento>h1 {
    font-size: medium;
    margin: 0%;
}

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

.bannerPresencia {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* PUNTOS */
.titulosSeminuevos {
    font-family: CastleT;
    font-weight: 500;
    color: #5e5e5e;
    letter-spacing: 2px;
    border-bottom: #d4d4d4;
    border-bottom-style: solid;
    text-align: center;
}

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

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

/* SUBTITULO */
.subtituloSeminuevos>h2 {
    font-family: CastleT;
    color: #5e5e5e;
    font-size: large;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* 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: rgb(255, 255, 255);
    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%;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    /* BANNER PRINCIPAL */
    .textoTalento {
        bottom: 10%;
        padding-left: 6%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-right: 3%;
        max-width: 50%;
    }

    .textoTalento>h1 {
        font-size: large;
    }

    /* BANNER TEXTO */
    .textoPresencia {
        padding: 20px;
        font-size: large;
    }

    /* PUNTOS */
    .titulosSeminuevos {
        font-size: xx-large;
    }

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

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

    /* SUBTITULO */
    .subtituloSeminuevos>h2 {
        font-family: CastleT;
        color: #5e5e5e;
        font-size: large;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    /* 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) {

    /* BANNER PRINCIPAL */
    .textoTalento {
        bottom: 15%;
        padding-left: 6%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-right: 3%;
        max-width: 50%;
    }

    .textoTalento>h1 {
        font-size: larger;
    }

    /* BANNER TEXTO */
    .textoPresencia {
        padding: 20px;
        font-size: x-large;
    }

    /* PUNTOS */
    .titulosSeminuevos {
        font-size: xx-large;
    }

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

    .textoNosotros {
        font-size: smaller;
    }

    /* SUBTITULO */
    .subtituloSeminuevos>h2 {
        font-size: larger   ;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    /* 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) {

    /* BANNER PRINCIPAL */
    .textoTalento {
        bottom: 15%;
        padding-left: 6%;
        padding-top: 1%;
        padding-bottom: 1%;
        padding-right: 3%;
        max-width: 50%;
    }

    .textoTalento>h1 {
        font-size: x-large;
    }

    /* BANNER TEXTO */
    .textoPresencia {
        padding: 20px;
        font-size: x-large;
    }

    /* PUNTOS */
    .titulosSeminuevos {
        font-size: xx-large;
        text-align: end;
    }

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

    .textoNosotros {
        font-size: medium;
    }

    /* SUBTITULO */
    .subtituloSeminuevos>h2 {
        font-size: x-large   ;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    /* 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%;
    }
}

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

    /* BANNER PRINCIPAL */
    .textoTalento {
        bottom: 15%;
        padding-left: 7%;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        padding-right: 4%;
        max-width: 50%;
    }

    .textoTalento>h1 {
        font-size: xx-large;
    }

    /* BANNER TEXTO */
    .textoPresencia {
        padding: 20px;
        font-size: x-large;
    }

    /* PUNTOS */
    .titulosSeminuevos {
        font-size: xx-large;
    }

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

    .textoNosotros {
        font-size: medium;
    }

    /* SUBTITULO */
    .subtituloSeminuevos>h2 {
        font-size: x-large   ;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}