/* contacto */

.contacto main {
    font-family: Dosis, sans-serif;
    background-color: #f1e5ef;
}

.contacto .img-bg {
    background-image: url("/img/page/page-contacto-desktop.webp");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.contacto .text {
    background-color: #eaf1f7;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .contacto .img-bg {
        background-image: url("/img/page/page-contacto.webp");
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .contacto .text {
        margin-left: 160px!important;
    }
}

@media (max-width: 567px) {
    .contacto .block {
        max-width: 60%;
        margin-left: auto;
    }
    .contacto .block h2 {
        font-size: 1.6rem!important;
    }
    .contacto .block p {
        font-size: 1.3rem!important;
    }
}


/* nuestros productos */

.nuestros-productos main {
    font-family: 'Dosis', sans-serif;
    background-color: #f1e5ef;
}

.nuestros-productos .img-bg-1 {
    background-image: url("/img/page/page-nuestros-productos-1-desktop.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.nuestros-productos .bg-impulso {
    background-color: var(--color-azul);
    border-radius: 0px 50px 50px 0px;
    margin-right: 50px;
}

.nuestros-productos .bg-movimiento {
    background-color: var(--color-cian);
    border-radius: 50px 0px 0px 50px;
    margin-left: 50px;
}

.nuestros-productos .bg-asciende {
    background-color: var(--color-morado);
    border-radius: 0px 50px 50px 0px;
    margin-right: 50px;
}

.nuestros-productos .img-circle {
    border-radius: 125px;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff;
}

.nuestros-productos .detalles-impulso.active,
.nuestros-productos .detalles-movimiento.active,
.nuestros-productos .detalles-asciende.active {
    display: block!important;
}

.nuestros-productos .detalles-impulso div,
.nuestros-productos .detalles-movimiento div,
.nuestros-productos .detalles-asciende div {
    list-style: disc;
    display: list-item;
}

@media (min-width: 768px) {
    .nuestros-productos main>.container {
        padding: 70px 0px 60px;
    }
}

@media (max-width: 767px) {
    .nuestros-productos h1 {
        text-align: center;
    }
    .nuestros-productos .img-bg-1 {
        background-image: url("/img/page/page-nuestros-productos-1.webp");
        background-size: contain;
    }
}


/* agenda diaria */

.agenda-diaria main {
    font-family: 'Dosis', sans-serif;
}

.agenda-diaria .head .block {
    position: relative;
}

.agenda-diaria .head .title {
    position: absolute;
    top: calc(50% - 40px);
    right: 0;
    padding: 0.5rem;
}

.agenda-diaria .head .title h1 {
    color: #fff;
    font-size: 7rem;
}

.agenda-diaria .utility {
    background-color: #5182a0;
    color: #fff;
}

.agenda-diaria .use {
    background-color: #f1e5ef;
    color: #5182a0;
}

.agenda-diaria .use .img-left {
    max-width: 33%;
    float: left;
}

.agenda-diaria .footer {
    background-color: #f1e5ef;
}

.agenda-diaria .footer .button {
    background-color: #a0378c;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 15px;
    width: 150px;
    margin: auto;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
}

.agenda-diaria main ul {
    list-style-type: disc;
}

@media (max-width: 768px) {
    .agenda-diaria .head .title h1 {
        font-size: 3rem;
    }
    .agenda-diaria .utility img {
        max-width: 200px;
    }
}


/* Modulo Caja */

.modulo-caja main {
    font-family: 'Dosis', sans-serif;
}

.modulo-caja .head .block {
    position: relative;
    min-height: 230px;
}

.modulo-caja .head .title {
    position: absolute;
    top: calc(50% - 40px);
    right: 0;
    padding: 0.5rem;
}

.modulo-caja .head .title h1 {
    color: #fff;
    font-size: 7rem;
}

.modulo-caja .utility {
    background-color: #5182a0;
    color: #fff;
}

.modulo-caja .utility .icon {
    font-size: 8rem;
}

.modulo-caja .use {
    background-color: #f1e5ef;
    color: #5182a0;
}

.modulo-caja .footer {
    background-color: #f1e5ef;
}

.modulo-caja .footer .button {
    background-color: #a0378c;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 15px;
    width: 150px;
    margin: auto;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
}

@media (max-width: 768px) {
    .modulo-caja .head .title {
        top: calc(60% - 40px);
    }
    .modulo-caja .head .title h1 {
        font-size: 3rem;
    }
    .modulo-caja .block .img img {
        max-width: 150px!important;
    }
}


/* Registro */

.registro main {
    font-family: 'Dosis', sans-serif;
    background-color: #f1e5ef;
}

.registro .form-register {
    width: 100%;
    padding: 15px;
    margin: auto;
}

.registro .title {
    padding: 100px 10px 0 100px;
}

.registro #acepta {
    width: 1.4rem;
    height: 1.4rem;
}

@media (max-width: 768px) {
    .registro .title {
        padding: 0px;
    }
    .registro label.acepta {
        font-size: 1rem!important;
    }
    .registro #acepta {
        width: 1.2rem;
        height: 1.2rem;
    }
}