*{
    font-family: Arial Narrow, Roboto condensed, Helvetica, sans-serif;
}
body{
    font-family: arial-narrow, helvetica, roboto, sans-serif !important;
    color: #2e2e2e;
}
.fondo{
    width: 100%;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    z-index: -10;
}
.legal{
    position: fixed;
    top: 130px;
    right: 8px;
    width: 11px;
}
.leitmotive{
    position: fixed;
    width: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
}
.img-header{
    z-index: 10;
}
h1{
    font-size: 28px;
}
.cta{
    background: #ed1c27;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50px;
    font-size: 20px;
    padding: 8px 0;
    box-shadow: 0px 9px 4px #00000034;
    font-style: italic;
}
input, select{
    background-color: ffffff;
    border: solid 1px #707070;
    padding: 3px 2px;
    text-align: center;
    width: 80%;
    margin-bottom:15px;
}
.rojo{
    color: #ed1c27;
}
.enlace{
    color: #ed1c27;
    text-decoration: underline;
    cursor: pointer;
}
.enlace:hover{
    color: #c22a22;
}
.login{
    min-height: 85vh;
}
.box-login{
    color: #171717;
    background-color: #f7f7f7;
    margin-top: -1.5rem;
    border-radius: 30px;
    box-shadow: #ed1c27 0px 10px;
}
.ico-login{
    width: 24px;
}
.name{
    color: #ed1c27;
}
.offer{
    color: #171717;
}
.box-oferta-prestamo{
    color: #171717;
    background-color: #f7f7f7;
    border-radius: 30px;
    box-shadow: #ed1c27 0px 10px;
    margin-top: 6rem;
}
.img-oferta{
    margin-top: -6rem;
}
.txt-rojo{
    color: #ed1c27;
}
.oferta hr{
    border-top: solid 2px #ed1c27 ;width: 40%;
}

/*CONTADOR*/
.contador{
    background-color: #f7f7f7;
    border-radius: 20px;
    box-shadow: #ed1c27 0px 10px;
}
.p-inicia-transmision > p{
    font-weight: bold;
    color: #ed1c27;
    text-align: center;
    font-size: 24px;
}
.countdown{
    display: flex;
    justify-content: center;
    padding: 0;
}
.countdown li{
    display: inline-block;
    width: 20%;
    text-align: center;
    padding-top: 10px;
}
.countdown li span{
    font-weight: bold;
    color: #ed1c27;
    font-size: 30px;
}
.countdown li p{
    font-style: italic;
}

.footer{
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    color: #171717;
}

/*MODAL*/
.modal{
    color: #121212;
}
.modal-header{
    border: none;
}
.modal-body span{
    font-size: 25px
}

/*----------checkbox----------*/
.tyc{
    text-decoration: underline;
}
.check {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 50%;transform: translateX(-50%);
    font-style: italic;
    text-align: center;
}
/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: solid 2px #ed1c27;
}
/* When the checkbox is checked, add a background */
.check input:checked ~ .checkmark {
    background-color: #ed1c27;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 9px;
    top: 3px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
    .leitmotive{
        width: 50%;
    }
    .img-titular{
        position: relative;
        top: auto;
        width: auto;
        transform: none;
    }
    .cta-mobile{
        position: fixed;
        bottom: 0;
        z-index: 20;
        border-radius: 30px 30px 0 0;
        padding: 12px 0;
    }
}
@media screen and (max-width: 576px) {
}