/* 
* SECTION HOME --------------------> 
*/

section {
    overflow: hidden!important;
}

section.main-home {
    margin: 0;
    background-image: url(../../img/bg-soluciones.jpg);
    background-size: cover;
    background-position: left;
    background-color: var(--tao-purple);
    padding: 12px !important;
}

.title-main-home {
    text-transform: capitalize;
    font-weight: bold;
}

.txt-main {
    line-height: 1.3;
    margin: 25px 0 !important;
    font-size: 25px;
    font-weight: 600;
}

a.link-contracting-services {
    margin: 0 auto;
}

/* Cuadros de soluciones ------------------- */
section.solutions-rh {
    margin: 0;
    padding: 60px 0;
    align-items: start;
    background-color: var(--tao-white);
}
.solutions-item {
    position: relative;
    padding: 0;
    background-color: transparent;
}
.solutions-item>img {
    width: 100%;
    border-radius: 12px;

}
.solutions-item>div {
    width: 90%;
    height: auto;
    min-height: unset;
    margin: 0 auto;
    padding: 12px 24px;
    border-radius: 10px;
    transform: translateY(-45px);
    box-shadow: 3px 5px 14px 0px rgba(0, 0, 0, 0.12);
    background-color: var(--tao-white);
}
.solutions-item>div .title,
.solutions-item>div .desc {
    color: var(--tao-purple);
}
.solutions-item>div .title {
    font-weight: bolder;
    font-size: 24px;
}

.solutions-item>div .desc {
    margin: 0;
    line-height: 1.3;
}
/* Cuadros de soluciones ------------------- */


/* Garantías ------------------------------- */
section.warranties {
    margin: 0;
    height: auto;
    margin: 0;
    min-height: unset;
    transition: all .2s ease;
}

section.warranties>img,
.warranties-overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center right;
}
.warranties-title {
    text-transform: uppercase;
    color: var(--tao-dark-purple);
    text-align: center;
    font-weight: 600;
    font-size: 26px;
}
.warranties-txt {
    color: var(--tao-white);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.warranties-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.warranties-item {
    position: relative;
    width: 80%;
    height: auto;
    padding: 20px 16px;
    margin: 15px auto;
    min-height: auto;
    cursor: default;
    border-radius: 10px;
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    color: var(--tao-white);
    background-color: rgba(27, 27, 59, 1);
    -webkit-box-shadow: 7px 9px 14px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 7px 9px 14px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 7px 9px 14px 0px rgba(0, 0, 0, 0.12);
    transition: all .3s ease;
}
.warranties-item span {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
/* Garantías ------------------------------- */


/* Nuestro soluciones ---------------------- */
section.our-services {
    margin: 0;
    min-height: unset;
    align-items: start;
    padding: 60px 0 100px 0;
    background: linear-gradient(0deg, var(--tao-white), var(--tao-lightblue));
}
section.our-services>img.texture {
    position: absolute;
    right: 0;
    bottom: -550px;
}

.our-services-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.our-services-item .title {
    color: var(--tao-purple);
    font-size: 26px;
    font-weight: bolder;
    margin: 0 0 20px;
}
.our-services-item .title>span {
    color: var(--tao-fuchsia);
}
.our-services-item ul {
    padding: 0;
}
.our-services-item ul>li {
    list-style: none;
    margin: 4px 0;
    color: var(--tao-purple);
}
.our-services-banner {
    width: auto;
    height: auto;
}
.our-services-banner>img {
    width: 100%;
    height: auto;
    max-width: 460px;
}
/* Nuestro soluciones ---------------------- */

@media (min-width: 576px) {
    .solutions-item>div {
        min-height: 248px;
    }
    .solutions-item {
        padding: 12px 20px;
    }
    section.warranties {
        height: 300px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    section.solutions-rh {
        padding: 140px 0 80px 0;
    }
    .solutions-item>div {
        padding: 30px;
    }
    .solutions-item>div .title {
        font-size: 1.75rem;
    }
    .warranties-title {
        font-size: 38px;
    }
    .warranties-txt {
        font-size: 20px;
    }
    .warranties-item span {
        font-size: 22px;
    }
    .warranties-item {
        width: 100%;
    }
    .our-services-wrapper {
        flex-direction: row;
        align-items: self-end;
    }
    .our-services-banner>img {
        max-width: 580px;
    }
    .our-services-item ul>li {
        margin: 5px 0;
    }
    section.our-services>img.texture {
        bottom: -380px;
    }
    section.our-services {
        padding: 100px 0 190px 0;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}