* {
    box-sizing: border-box;
    font-family: "Work Sans", serif;
}

header a {
    text-decoration: none;
}

/* COLORES */
/* background */
.bg-tinsa {
    background-color: #42005A;
}

/* textos */
.text-color-tinsa {
    color: #42005A !important;
}

.text-color-featured {
    color: #FF0055 !important;
}

.btn-tinsa {
    border: 2px solid #42005A;
}

.btn-tinsa:hover {
    background-color: white;
    border: 2px solid #42005A;
    color: #42005A !important;
}

.mobile {
    display: none;
}



/* HEADER */
/* top header */
.top-header .nav-tabs {
    margin-left: 3em;
    border: 0;
    font-weight: 500;
}

.top-header .nav-tabs .nav-link {
    color: white;
    border-radius: 0 !important;
}

.top-header .nav-tabs .nav-link.active {
    color: #42005A !important;
}

.header-right {
    margin-right: 2em;
    font-weight: 500;
}

.header-right button {
    font-size: 14px;
}

.navbar-brand img {
    max-height: 50px;
    object-fit: contain;
}


.navbar-brand:hover img {
    opacity: 0.8;
}

/* horizontal container */
.horizontal-container {
    text-transform: uppercase;
}

.horizontal-container a {
    color: #42005A
}

/**** mobile ****/
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .mobile {
        display: inherit;
    }

    .desktop {
        display: none;
    }

    .top-header .nav-tabs {
        margin-left: 0;
    }

    .header-right {
        margin-right: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .menu-off {
        display: none !important;
    }

}

/* 991 */

/* SECTIONS */
.contenedor>div {
    max-width: 1128px;
}

.title {
    font-weight: 300;
    font-size: 56px;
    line-height: 61.6px;
}

.title-xs {
    font-weight: 300;
    font-size: 48px;
    line-height: 52.8px;
}

.subtitle {
    font-size: 24px;
    color: #42005A;
    font-weight: 400;
}

.description {
    font-size: 18px;
}

/**** mobile ****/
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .title {
        font-weight: 300;
        font-size: 40px;
        line-height: 48px;
    }

    .title-xs {
        font-weight: 300;
        font-size: 32px;
        line-height: 38.4px;
    }

    .subtitle {
        font-size: 16px;
        color: #42005A;
        font-weight: 400;
    }

}

/* SECTION 1 */
.section-1 .title-section {
    width: 60%;
}

.section-1 .composition {
    max-width: 30%;
}

.section-1 .alert svg {
    /* font-size: 32px; */
}

.section-1 .alert div {
    margin-left: 1rem;
}

/* mobile */
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .section-1 .title-section {
        width: 100%;
    }

    .section-1 .mapa-tasacion img {
        /* width: auto;
      height: 100% !important; */
    }
}

/* SECTION 2 */
.section-2 img {
    width: 482px;
}




/* SECTION 3 */
.text-table {
    font-size: 24px;
}

/* mobile */
@media only screen and (min-width: 0px) and (max-width: 700px) {

    .section-3 .table .col {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .section-3 .table img {
        height: 40px;
        width: 40px;
    }
}

/* SECTION 4 */
.section-4 {
    max-width: initial !important;
    background-repeat: no-repeat;
    max-height: 475px !important;
}

.section-4 .title-section {
    max-width: 1128px !important;

}

.section-4 img {
    max-height: 379px !important;
}


/* especial */
@media only screen and (min-width: 999px) and (max-width: 1200px) {

    .section-4 .title-section,
    .section-2 {
        max-width: 960px !important;
    }

    .section-4 .vertical-container {
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
    .section-4 {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2000px;
    }

    .section-4 .title-section,
    .section-2 {
        max-width: 720px !important;
    }

    .section-4 .title-section {
        align-items: center;
    }

    .section-4 .title-section img {
        max-height: 40% !important;
    }

    .section-4 .vertical-container {
        padding-right: 2rem !important;
    }

}

@media only screen and (min-width: 575px) and (max-width: 768px) {
    .section-4 {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2000px;
        max-height: 800px !important;
    }

    .section-4 .title-section,
    .section-2 {
        max-width: 540px !important;
    }

    .section-4 .title-section {
        flex-direction: column !important;
    }

    .section-4 .title-section img {
        height: auto !important;
        max-width: 100%;
    }
}


/* mobile */
@media only screen and (min-width: 0px) and (max-width: 700px) {

    .section-4 {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2000px;
        max-height: initial !important;
        height: 100% !important;
    }

    .section-4 .title-section {
        margin: 1rem;
    }

}

/* SECTION 5 */
.section-5 {
    margin-bottom: 3rem;
}

.section-5 .texts {
    width: 70%;
}

.section-5 .table p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/* mobile */
@media only screen and (min-width: 0px) and (max-width: 700px) {
    .section-5 .texts {
        width: 100%;
    }

    .section-5 .table p {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
}

/* FOOTER */
footer {
    color: white;
    font-size: 14px;
}

footer .footer-top,
footer .footer-bottom {
    max-width: 1128px;
}

footer .subtitle {
    color: white;
}

footer a {
    color: white;
}

footer li {
    list-style: none;
}

footer .footer-bottom {
    border-top: 1px solid #6E3D80;
}

/* mobile */
@media only screen and (min-width: 0px) and (max-width: 700px) {
    footer .footer-top .row div {
        margin-bottom: 2rem;
    }

    footer .footer-top .row ul {
        margin-left: 1rem;
    }

    footer .footer-bottom>div {
        margin-bottom: 3rem;
    }

    footer .footer-bottom .social.mobile {
        margin-bottom: 0rem;
    }

    footer .footer-bottom a img {
        margin-bottom: 1rem !important;
    }

    footer .social {
        display: flex;
        justify-content: space-between;
    }
}

/**** tablet ****/
@media only screen and (min-width: 700px) and (max-width: 1200px) {
    footer .pay {
        margin-bottom: 2rem;
    }

}