.navbar {
    background-color: rgb(155, 24, 112); 
}
.container{
    max-width: 1300px;
}

.row {
 padding: 10px;
 margin: 0px;
}

.margin-top-100 {
    margin-top: 100px;
}

.mt-testimonios{
    margin-top: 50px;
}

.mb-testimonios{
    margin-bottom: 50px;
}

footer {
    background-color: rgb(0, 29, 124);
    padding-top: 100px;
    padding-bottom: 20px;
}

.footer-logo{
    width: 150px;
}

#servicio-1{
    background-color: #f8fafc;
}

#servicio-2{
    background-color: #f8fafc;
}

.img-testimonio {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.fs-13{
    font-size: 13px;
}

.fs-17{
    font-size: 17px;
}

@media (max-width: 600px) {

    #testimonios .card{
        margin-bottom: 2rem;
    }

    .row{
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .container{
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .mt-movil{
        margin-top: 30px;
    }
}
footer a:visited {
    color:#ffffff;
}
footer a:hover {
    color:#1900ff;
}
/* Quitamos el subrayado */
a {
    text-decoration: none !important;
}

.spinner_welcome{
    position: absolute;
    display: none;
    left: 46%;
    margin-top: 15%;
    border: 13px solid rgba(0,0,0,0.1); /* White */
    border-top: 13px solid #333333; /* Black */
    border-radius: 50%;
    width: 105px;
    height: 105px;
    animation: spin 1s linear infinite;
}

.mktf_from_hide{
    animation: hideForm 1s linear;
}

@keyframes hideForm{
    from {height: 100%; opacity: 1;}
    to {height: 70%; opacity: 0;}
}

.mensaje{
    padding: 75px 40px;
    /*height: 728px;*/
    font-size: 180%;
    animation: mensajeShow .5s linear;
}

.error{
    color: red;
}