body {
    background-image: url('/img/Fondo.png'), linear-gradient(to bottom, #1D1133, #392763);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.navbar {
    background-color: #392763;
}
.container-fluid.logo {
    justify-content: center !important;
}
main {
    height: 100%;
    width: 100%;
}
.container-fluid.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.col-12 {
    display: flex;
    justify-content: center;
}
.btn-web {
    background: linear-gradient(to bottom, #2c3192 0%, #3740cb 50%, #2c3192 100%);
    border: 2px solid #3740cb;
    border-radius: 35px;
    padding: 8px 40px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: flex;
    align-items: center;
}
.btn-web p {
    margin: 0;
    padding: 0 15px;
}
.btn-icon {
    width: 40px;
}
.text-social {
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    color: #B179F2;
    text-shadow: 2px 2px 0px #000000;
    margin-top: 65px;
    font-size: 55px;
}
.row.div-icon {
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.col-3.div-cont {
    background: linear-gradient(to bottom, #AB75EA 0%, #B179F2 50%, #7852AD 100%);
    margin: 0 10px;
    border: 3px solid #B179F2;
    border-radius: 60px;
    padding: 15px;
    width: 200px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row.flowpage-row {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.row.flowpage-row p{
    margin: 0;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
a {
    text-decoration: none;
}
.col-12.icon img {
    width: 120px;
}
main .container-fluid.main {
    height: 75vh;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row.col-4.icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
}
.text-footer {
    margin: 0;
    color: #F5F5F5;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.title-footer {
    margin: 0;
    text-align: center;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    color: #F5F5F5;
    font-size: 35px;
}
/* Responsive */
@media (max-width: 575px) {
    .navbar-brand img {
        width: 300px;
        height: 35px;
    }
    .row.div-icon {
        flex-direction: column;
    }
    .col-3.div-cont {
        width: 300px;
        height: 80px;
        margin-bottom: 30px;
    }
    .col-12.icon img {
        width: 50px;
    }
    .row.flowpage-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .col-12.icon {
        justify-content: flex-end;
        padding: 0 15px 0 0;
    }
    .col-12.text {
        justify-content: flex-start;
        padding: 0;
    }
    .text-social {
        margin-top: 45px;
        font-size: 22px;
        margin-bottom: 30px;
    }
    main .container-fluid.main {
        height: 100vh;
    }
    .btn-web p {
        font-size: 15px;
    }
    .text-footer {
        font-size: 8px;
    }
    .col-3.icon-footer img {
        width: 30px;
        height: 30px;
    }
    .title-footer {
        font-size: 20px;
    }
    .row.col-4.icont {
        display: none;
    }
    .row.col-12.icons {
        display: flex !important;
        margin-bottom: 20px;
    }
    .row.foot {
        justify-content: space-around;
        margin-bottom: 40px;
    }
    .row.col-4.icon {
        padding: 0;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .row.div-icon {
        flex-direction: column;
    }
    .col-3.div-cont {
        width: 350px;
        height: 80px;
        margin-bottom: 30px;
    }
    .col-12.icon img {
        width: 55px;
    }
    .row.flowpage-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .col-12.icon {
        justify-content: flex-end;
        padding: 0 15px 0 0;
    }
    .col-12.text {
        justify-content: flex-start;
        padding: 0 15px 0 0;
    }
    .text-social {
        margin-top: 45px;
        font-size: 35px;
        margin-bottom: 30px;
    }
    main .container-fluid.main {
        height: 85vh;
    }
    .btn-web p {
        font-size: 22px;
    }
    .text-footer {
        font-size: 10px;
    }
    .col-3.icon-footer img {
        width: 30px;
        height: 30px;
    }
    .title-footer {
        font-size: 20px;
    }
    .row.col-4.icont {
        display: none;
    }
    .row.col-12.icons {
        display: flex !important;
        margin-bottom: 20px;
    }
    .row.foot {
        justify-content: space-around;
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .col-3.div-cont {
        width: 170px;
        height: 190px;
    }
    .col-12.icon img {
        width: 90px;
    }
    .text-social {
        margin-top: 49px;
        font-size: 49px;
        margin-bottom: 20px;
    }
    .text-footer {
        font-size: 12px;
    }
    .col-3.icon-footer img {
        width: 35px;
        height: 35px;
    }
    .title-footer {
        font-size: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .text-footer {
        font-size: 14px;
    }
    .col-3.icon-footer img {
        width: 45px;
        height: 45px;
    }
}