body {
    font-family: Quicksand, sans-serif !important;
    color: #1F2848;
}

.tittle-body {
    font-size: 60px;
    font-weight: 900;
}

.tittle-body2 {
    font-size: 40px;
}

.grey {
    color: #707070;
}

.border-blue {
    border: 2px solid #1F2848;
}

.bg-banner {
    background-image: url(../img/background-banner.png);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navbar-default,
.bg-light,
.card-header {
    background-color: #fff!important;
}

.white {
    color: #fff;
}

.contact {
    text-align: center;
}

.btn-strix {
    width: 17%;
    border-radius: 8px;
    font-size: 27px;
    margin-bottom: 3%;
    color: #fff;
}

.contact a {
    color: #999999;
}

.degrade {
    color: #fff;
    background: linear-gradient(45deg, #DF0075 0%, #272A47 100%);
}

.text-center {
    text-align: center;
}

.zocalo {
    min-height: 20px;
    max-height: 21px;
}

.color-strix {
    color: #B70072;
}

.bg-strix {
    background-color: #B70072;
}

.border-strix {
    background: linear-gradient(45deg, #DF0075 0%, #272A47 100%);
    ;
}

.color-blue {
    color: #1F2849 !important;
}

.btn-anchor {
    border-radius: 14px !important;
    display: inline-block;
    color: #FFF !important;
}

.subtitle {
    font-size: 15px;
}

@media (max-width:1367px) {
    .tittle-body2 {
        font-size: 35px;
    }

}

@media (max-width:1025px) {
    .tittle-body2 {
        font-size: 25px;
    }

    .tittle-body {
        font-size: 45px;
    }
}

@media (max-width:950px) {
    .btn-danger {
        width: 58%;
        border-radius: 8px;
        font-size: 21px;
        margin-bottom: 3%;
    }

    .degrade {
        background: linear-gradient(86deg, #DF0075 0%, #272A47 100%);
    }

    .tittle-body {
        font-size: 50px;
        padding: 2% 0;
    }

    .btn-strix {
        width: 68%;
    }

    .tittle-body2 {
        font-size: 21px;
    }

    .mb-md-1 {
        margin-bottom: 1rem;
    }

    .bg-banner {
        background-image: url(../img/background-banner-mobile.png);
        background-position: top;
    }
}


@media (max-width:375px) {
    .tittle-body2 {
        font-size: 17px;
    }

    .tittle-body {
        font-size: 40px;
    }
}