
/* html {
  scroll-behavior: smooth;
} */
a:focus, a:active,
button:focus, button:active {
 outline: none;
}
.navbar {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.navbar li .nav-link {
    color: #4a3087;
}
.navbar li .nav-link.active {
    color: #9E1F63;
    font-weight: bold;
}
.apps-container {
    width: 70%;
}
.apps-container a {
    display: block;
    border-radius: 8px;
}
section {
    padding: 80px 0;
    border-bottom: 1px solid #e3e3e3;
    /* mix-blend-mode: difference; */
}
h2 {
    font-weight: bold;
}
.navbar li .d-flex .nav-link {
    padding: 0;
}
.navbar li .d-flex .nav-link img {
    margin-top: 3px
}
.navbar-toggler-icon {
    /* background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E); */
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-toggler-icon {
}
/* Content */
.text-purple {
    color: #4a3087 !important;
}
.text-pink {
    color: #9E1F63 !important;
}
.bg-purple {
    background-color: #4a3087 !important;
}
.bg-pink {
    background-color: #9E1F63 !important;
}
.btn-pink {
    background-color: #9E1F63;
    border-radius: 30px;
    color: #fff !important;
}
.bg-tlaxcala {
    background-color: #3D2675;
}
.fw-bold {
    font-weight: bold;
}
.principal {
    background-image: url(../img/static/mancha.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-top: 66px;
    color: #fff;
}
.principal h2,
.principal p {
}
#que-hacer {
    position: relative;
}
#que-hacer::after {
    content: '';
    background-image: linear-gradient(to right, #853DD8 , #5002A5);
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.beneficios {
    background-image: url(../img/static/mancha_beneficios.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
.contacto {
    background-image: url(../img/static/idtlaxcala-full.png),url(../img/static/contacto_bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.contacto-laptop {
    background-image: url(../img/static/idtlaxcala-full.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.card-shadow {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.check-icon {
    width: 50px;
    height: 50px;
}
.form-label {
    color: #3D2675;
    font-weight: bold;
    font-size: inherit;
}
.form-control {
    border-color: #3D2675 !important;
    border-radius: 5px;
}
.check-animated-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
footer {
    background-image: url(../img/static/detalle_menu.png), url(../img/static/detalle_derecho.png);
    background-repeat: no-repeat;
    background-position: center left, center right;
    background-size: contain;
}
@media (max-width: 500px) {
    .navbar li .nav-link {
        text-align: center;
        padding: 15px 0 15px;
    }
    .apps-container {
        width: 100%;
        margin-top: 20px;
        margin: auto;
    }
    .principal {
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        color: #3D2675;
    }
    .principal img {
        display: block;
        width: 80%;
        margin: auto;
        margin-bottom: 50px;
    }
    .apps-container img {
        width: 100%;
        height: auto;
    }
    #que-hacer::after {
        height: 100%;
    }
    .beneficios {
        background-position: top left;
        background-size: 50%;
    }
    footer {
        text-align: center;
    }
}
