*{
    margin: 0;
}
body{
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    background: #EEEEEE;
}
.img-responsive{
    width: 100%;
    max-width: 150px;
}
.txt-white{
    color: #fff;
}
.txt-center{
    text-align: center;
}
header{
    background-color: #12428A;
}
.link-idioma-home{
    text-align: right;
    text-transform: uppercase;
}
.link-idioma{
    display: inline-block;
}
.link-idioma a{
    color: #fff;
    font-size: 12px;
}
.link-idioma span{
    color: #fff;
    font-size: 12px;
}
main{
    height: 560px;
}
.title{
    color: #12428A;
    font-weight: 600;
    font-size: 47px;
    text-align: center;
}
@media screen and (max-width: 540px){
    .title{
        font-size: 2.5rem;
    }
}
.cont-button{
    display: flex;
    justify-content: center;
}
.container-Recaptcha{
    display: flex;
    justify-content: center;
}
footer{
    background-color: #12428A;
    width: 100%;
    height: auto;
}
.footer-sombra{
    position: absolute;
    width: 100%;
    height: 10px;
    margin-top: -9px;
    margin-bottom: 1em;
    box-shadow: -5px 10px 10px rgba(0,0,0,0.5);
}
.redes{
    text-align: center;
}
.redes img{
    margin: 5px 4px 10px 4px;
}
@media screen and (max-width: 540px){
    .redes{
        margin-left: 9%;
    }
}
.line_height{
    width: 1px;
    height: 100px;
    border-left: 1px solid #fff;
}@media screen and (max-width: 991px){
    .line_height{
        display: none;
    }
}
.line-Blue{
    width: 100%;
    height: auto;
    background: #006FB5;
}
.btn-footer-renta-auto{
    display: block;
    padding: 1em 2em;
    color: #17468C;
    background: #FFFFFF;
    font-weight: 900;
    margin: 0 auto;
}
.btn-footer-renta-auto:hover{
    color: #17468C;
}
.metodos-de-pago{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1em;
}
.img-metodos-pago{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    padding: 0.5em;
}
.cont-payment{
    display: flex;
    flex-wrap: wrap;
}
.img-payment{
    max-width: 100%;
    height: auto;
}
.alertify .ajs-header{
    background-color: #12428A;
    font-family: sans-serif; 
    font-size: 25px; 
    color: #ffffff; 
    font-weight: 700;
}
.alertify .ajs-body .ajs-content{
    font-family: sans-serif;
    font-size: large;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
