html {
    background-color: #191919;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#title, #div-title {
    background-color: #191919;
    color: white;
    font-size: 25px;
    letter-spacing: 7px;
    font-weight: 100;
}

#title {
    margin-top: 16px;
}

#footer-text, #div-footer {
    background-color: #191919;
    color: white;
    font-size: 12px;
    letter-spacing: 1.5px;
}

#footer-text {
    margin-top: 16px;
}

#body-background {
    background-image: url("./resources/bg.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
}

#body-title {
    color: #191919;
    font-size: 35px;
    padding-top: 35px;
    padding-bottom: 10px;
    letter-spacing: 12px;
    text-align: center;
}

#moto-roja {
    /*
    width: 90%;
    height: 105%;
    */
    margin-right: 20px;
}

/*
#moto-blanca {
    width: 60%;
    height: 100%;
    margin-left: 100px;
}
*/

#titulo-moto-roja, #titulo-moto-blanca {
    background-color: #191919;
    color: white;
    letter-spacing: 2px;
    text-decoration: underline;
    text-decoration-color: #191919;
}

#titulo-moto-roja, #titulo-moto-blanca {
    border-radius: 2px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#desktop-section {
    display: block !important;
}

#mobile-section {
    display: none !important;
}

@media only screen and (max-width: 575px) {
    #mobile-section {
        display: block !important;
    }

    #desktop-section {
        display: none !important;
    }

    #moto-roja {
        width: 90%;
        height: 105%;
        margin-right: 0px;
    }

    #titulo-moto-roja, #titulo-moto-blanca {
        border-radius: 2px;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: center;
    }

    #titulo-moto-roja {
        margin-bottom: 20px;
    }

    #footer-text {
        text-align: center !important;
    }
}

/* Safari 11+ */
@media not all and (max-resolution: 575px) { 
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        #mobile-section {
            display: block !important;
        }
    
        #desktop-section {
            display: none !important;
        }
    
        #moto-roja {
            width: 90%;
            height: 105%;
            margin-right: 0px;
        }
    
        #titulo-moto-roja, #titulo-moto-blanca {
            border-radius: 2px;
            padding-left: 3px;
            padding-right: 3px;
            padding-top: 4px;
            padding-bottom: 4px;
            text-align: center;
        }
    
        #titulo-moto-roja {
            margin-bottom: 20px;
        }

        #footer-text {
            text-align: center !important;
        }
    }
}

#titulo-moto-roja {
    display: flex;
    margin-top: 30px;
    text-align: center;
	padding:15px;
}

#titulo-moto-roja:hover {
    background-color: #E00023;
    text-decoration-color: #E00023;
}

#titulo-moto-blanca {
    display: flex;
    margin-top: 30px;
    text-align: center;
	padding:15px;
}

#titulo-moto-blanca:hover {
    background-color: #6297B7;
    text-decoration-color: #6297B7;
}

#div-enlaces {
    padding-bottom: 30px;
}

#logo {
    width: 35px;
    height: 35px;
    margin-top: 21px;
    margin-right: 20px;
}

.col-6 {
    width: 36% !important;
}