﻿.textoLogin {
    color: #AD2931;
    font-size: 27pt;
    text-decoration: none !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    vertical-align: top !important;
}

.textoPrincipal {
    color: #AD2931;
    font-size: 45pt;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
}

.encabezado {
    font-size: 14pt;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
}

.texto {
    font-size: 13pt;
    text-decoration: none;
    font-family: 'Roboto', sans-serif !important;
}

.bgImg {
    z-index: 0;
    margin-top: 12%;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/LF-Principal.png);
}

.divLokingForwardRed {
    background: url(../images/textura-header-parallax.jpg);
    height: 600px;
    text-align: center;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 49.5%;
}

.imagenTarjetas {
    bottom: -20px;
    position: relative;
    text-align: center;
    width: 98vw;
}

.slider {
    background-image: url(../images/SlideMain.png);
    height: 585px;
    width: 99.9vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
    background-repeat: no-repeat;
}


@keyframes cambio {
    0% {
        margin-left: 0;
    }

    20% {
        margin-left: 0;
    }

    25% {
        margin-left: -100%;
    }

    45% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    70% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    100% {
        margin-left: -300%;
    }
}
