.header .title{
    padding: 20px 0 0px 5rem;
}
.header .title .logo{
    width:250px;
}
.title .logo{
    max-width: 100%;
}
.logo-apk{
    width: 80px;
    padding-right: 18px;
}

.header .title .races{
    position: relative;
    top: -13px;
    left: 10px;   
} 

h1.title{
    border-bottom: 1px solid #aaa;
    font-size: 4rem;
}

h1.title span.shot{
    color: #e64824;
}

sup.races {
    font-size: 54%;
    position: relative;
    top: -0.9rem;
}
span.races{
    color: #e66b4a;
}

.banner .image{
    background-color: transparent;
}
.banner.style1 .image img.contain{
    object-fit: contain;
}
.gplay{
    max-height: 35px;
    margin-left: 10px;
}

.icon.major.style2:before {
    font-size: 1.8rem;
    border-radius: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    width: 1.8em;
    background: #e64824;
    color: #fff;
}

.spotlight.style1 .image img{
    object-fit: contain;
}
.spotlight .image{
    background-color: transparent;
}

.photo-info i{
   padding-left: 7px; 
   padding-right: 2px
}
.photo-info::first-child i{
    padding-left: 0;
}

section.even{
    background-color: #fafafa;
}

.phone-whatsapp{
    font-size: 60%;
    color: #4fa94f;
    letter-spacing: 0px;
    padding-left: 20px;
}

/* AJAX Gif y mensajes de exito o fracaso */
form.contacto .ultimo{
    position: relative
}
form.contacto button {
    position: relative;
}
.msg.hide,
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 50%;
    top: -30px;
}
.msg{
    display: inline;
    margin: 20px auto 0;
    text-overflow: initial;
    width: fit-content;
}
.msg_ok{
    color: #589D05 !important;
}
.msg_error{
    color: red !important;
}

