@charset "utf-8";

/* CSS Document */
.Servicios-6 .Servicios .accordion-header a {
    text-decoration: none;
    display: block;
    text-align: right;
    background-color: transparent;
    font-size: 20px;
    color: var(--colorUser);

}

.accordion-item {
    border: none !important;
}

.header-servicio {
    transition: all ease-in-out 0.3s;

}

.header-servicio:hover {
    box-shadow: none;
    transition: all ease-in-out 0.3s;

    cursor: pointer !important;
    background-color: var(--colorUser10) !important;

}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.panel-body {
    border-bottom: 0 !important;
}

.accordion-body {}

.Servicios-6 .Servicios .texto {
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    padding-left: 10%;
    padding-top: 20px;
    text-align: right;
}

.Servicios-6 .Servicios .background {
    min-height: 100vh;
    padding-top: 120px;
    background-color: #FFF;
}

.Servicios-6 .Servicios .titulo {
    color: var(--colorUser);
    font-size: 48px;
    font-weight: bold;
    text-align: right;
}

.Servicios-6 .Servicios .titulo p {

    font-size: 18px;
    font-weight: 300;
}

.Servicios-6 .Servicios .icon {
    font-family: FontAwesome;
    font-size: 28px;
    color: #FFF;
    line-height: 50px;
    margin-right: auto;
    margin-left: 20px;
    text-align: center;
    height: 50px;
    width: 50px;
    background-color: var(--colorUser);
    display: inline-block;
}

.Servicios-6 .Servicios .datos {
    padding-top: 20px;
    padding-bottom: 20px;
}

.Servicios-6 .Servicios .foto-mascara-curva-0 {
    margin-top: 20px;
    padding-bottom: 20px;
    height: 40vw;
    width: calc(44vw - 40px);
    max-width: 640px;
    max-height: 600px;

    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    -webkit-mask-image: url(../img/servicios6-mask-0.svg);
    mask-image: url(../img/servicios6-mask-0.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    background-size: cover;
}

.Servicios-6 .Servicios .foto-mascara-curva-50 {
    margin-top: 20px;
    padding-bottom: 20px;
    height: 40vw;
    width: calc(44vw - 40px);
    max-width: 640px;
    max-height: 600px;

    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    -webkit-mask-image: url(../img/servicios6-mask-50.svg);
    mask-image: url(../img/servicios6-mask-50.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    background-size: cover;
}

.Servicios-6 .Servicios .foto-mascara-curva-100 {
    margin-top: 20px;
    padding-bottom: 20px;
    height: 40vw;
    width: calc(44vw - 40px);
    max-width: 640px;
    max-height: 600px;

    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    -webkit-mask-image: url(../img/servicios6-mask-100.svg);
    mask-image: url(../img/servicios6-mask-100.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    background-size: cover;
}

.Servicios-6 .Servicios .servicio {
    background-color: rgba(255, 255, 255, 1);
    padding: 0px;
    margin: 10px;
}

.Servicios-6 .Servicios .servicio .titulo h3 {
    color: var(--colorUser);
    font-size: 22px;
    font-weight: bold;

    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 0.05em;
}

.Servicios-6 .Servicios .servicio .descripcion {
    text-align: right;
    font-size: 16px;
    color: #9e9e9e;
}

@media screen and (max-width: 992px) {
    .Servicios-6 .Servicios .titulo {
        color: var(--colorUser);
        font-size: 28px;
        font-weight: bold;
        text-align: right;
    }

    .Servicios-6 .Servicios .titulo p {

        font-size: 14px !important;
        font-weight: 300;
    }

    .header-servicio {
        box-shadow: none;
        color: rgba(255, 255, 255, 1) !important;
        cursor: pointer !important;
        background-color: var(--colorUser10) !important;
        font-size: 15px !important;
    }

    .Servicios-6 .Servicios .titulos h2 {
        text-align: left;
    }

    .Servicios-6 .Servicios .titulos .texto {
        text-align: left;
    }

    .Servicios-6 .Servicios .texto {

        font-size: 14px;

    }

    .Servicios-6 .Servicios .foto-mascara-curva-100 {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-mask-image: none !important;
        mask-image: none !important;

    }

    .Servicios-6 .Servicios .foto-mascara-curva-50 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-mask-image: none !important;
        mask-image: none !important;

    }

    .Servicios-6 .Servicios .foto-mascara-curva-50 {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-mask-image: none !important;
        mask-image: none !important;

    }

    .Servicios-6 .Servicios .foto-mascara2 {
        margin-top: 20px !important;
        padding-bottom: 20px !important;
        height: 200px;
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-top: 20px !important;
        background-size: contain;
        background-repeat: no-repeat;

    }
}
