﻿/*--------------------------------------------------------------
# Seccion Inicio
--------------------------------------------------------------*/
.section-inicio ul {
    list-style: none;
}

.section-inicio i {
    color: #28A745;
}

.section-inicio .texto-parrafos-modulos {
    font-family: Arboria-Book;
    color: var(--color-48494a);
}

@media (min-width: 1400px) and (max-width: 1600px) { /*X-Large*/
    .section-inicio .texto-parrafos-modulos {
        font-size: 16.5px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) { /*X-Large*/
    .section-inicio .texto-parrafos-modulos {
        font-size: 15.5px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) { /*Large*/
    .section-inicio .texto-parrafos-modulos {
        font-size: 14.5px !important;
    }
}
/*--------------------------------------------------------------
# Seccion del carrusel
--------------------------------------------------------------*/
.section-carrusel {
    padding: 0px;
}

/*--------------------------------------------------------------
# Seccion de facturacion
--------------------------------------------------------------*/
.section-facturacion {
    padding-top: 8%;
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-facturacion {
        margin-top: 10%;
    }
}

.section-facturacion .nav-link {
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
    background: var(--color-e4e4e4);
}

.section-facturacion .nav-link.active {
    background: var(--color-007d9c);
}

.section-facturacion .nav-link p {
    color: var(--color-007d9c);
    font-weight: 700;
    font-family: Arboria-light;
}

.section-facturacion .nav-link.active p {
    color: #fff;
    font-weight: 700;
    font-family: Arboria-light;
}

.section-facturacion .btn-planes {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    background: var(--color-4c968c);
    font-family: Arboria-Light;
    transition: 0.3s;
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-facturacion .nav-link {
        margin-bottom: 10px;
    }

    .section-facturacion img {
        width: 90px;
        height: 90px;
    }

    .section-facturacion .btn-planes {
        font-family: Arboria-Bold;
        font-size: 15px;
    }
}

.section-facturacion .btn-planes:hover {
    border: 0.5px solid var(--color-4c968c);
    color: var(--color-4c968c);
    background: #FFFFFF;
}

.section-facturacion .btn-planes:active {
    color: #FFFFFF;
    background: var(--color-4c968c);
}


/*--------------------------------------------------------------
# Seccion de descripciones modulo
--------------------------------------------------------------*/
.section-descripcion-modulo {
    margin-top: 5%;
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-descripcion-modulo {
        margin-top: 10%;
    }
}

/*--------------------------------------------------------------
# Seccion de beneficios modulo
--------------------------------------------------------------*/
.section-beneficio-modulo {
    margin-top: 5%;
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-beneficio-modulo {
        margin-top: 10%;
    }
}


.section-beneficio-modulo i {
    font-size: 40px;
    color: #28A745;
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-beneficio-modulo i {
        font-size: 20px;
    }
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-beneficio-modulo .texto-beneficios-modulos {
        font-size: 15px !important;
    }
}

.section-beneficio-modulo .texto-beneficios-modulos:hover {
    color: var(--color-0080bb);
}

.section-beneficio-modulo .div-sombreado {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #ffff;
    border-radius: 15px;
    border: 15px solid #ffffff;
    overflow: hidden;
}

@media (min-width: 1400px) { /*XXL-Large*/
    .section-beneficio-modulo .div-sombreado {
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) { /*X-Large*/
    .section-beneficio-modulo .div-sombreado {
        height: 100%;
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) { /*Large*/
    .section-beneficio-modulo .div-sombreado {
        height: 100%;
        width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 992px) { /*Medium*/
    .section-beneficio-modulo .div-sombreado {
        height: 100%;
        width: 90%;
    }
}

@media (min-width: 576px) and (max-width: 768px) { /*Small*/
    .section-beneficio-modulo .div-sombreado {
        height: 100%;
        width: 85%;
    }
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-beneficio-modulo .div-sombreado {
        height: 100%;
        width: 90%;
    }
}


/*--------------------------------------------------------------
# Seccion del formulario contactanos
--------------------------------------------------------------*/
.section-form-contactanos {
    padding-top: 4%;
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-form-contactanos {
        margin-top: 10%;
    }
}

.section-form-contactanos .div-sombreado {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #ffff;
    border-radius: 15px;
    border: 15px solid #ffffff;
    overflow: hidden;
}

.section-form-contactanos .div-bordeado {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1.5px solid var(--color-00809f);
}

@media (min-width: 1400px) { /*XXL-Large*/
    .section-form-contactanos .div-sombreado {
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) { /*X-Large*/
    .section-form-contactanos .div-sombreado {
        height: 100%;
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) { /*Large*/
    .section-form-contactanos .div-sombreado {
        height: 100%;
        width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 992px) { /*Medium*/
    .section-form-contactanos .div-sombreado {
        height: 100%;
        width: 90%;
    }
}

@media (min-width: 576px) and (max-width: 768px) { /*Small*/
    .section-form-contactanos .div-sombreado {
        height: 100%;
        width: 85%;
    }
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-form-contactanos .div-sombreado {
        height: 100%;
        width: 90%;
    }
}

.section-form-contactanos .form-contactanos label {
    color: var(--color-007d9c);
    text-decoration: none;
    font-weight: 800;
    font-family: Arboria-Bold;
    transition: 0.3s;
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-form-contactanos .form-contactanos label {
        font-size: 15px;
    }
}

.section-form-contactanos .form-contactanos i {
    font-size: 20px;
    color: var(--color-828282);
}

.section-form-contactanos .form-contactanos input {
    background: var(--color-e4e4e4);
}

.section-form-contactanos .form-contactanos textarea {
    background: var(--color-e4e4e4);
}

.section-form-contactanos .form-contactanos span {
    border-right: 1.5px solid var(--color-828282);
    background: var(--color-e4e4e4);
}

@media (min-width: 1400px) { /*XXL-Large*/
    .section-form-contactanos .form-contactanos span {
        border-right: 2px solid var(--color-828282);
        background: var(--color-e4e4e4);
    }
}

.section-form-contactanos .form-contactanos .btn-enviar {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    background: var(--color-4c968c);
    font-family: Arboria-Light;
    transition: 0.3s;
}

@media (min-width: 0px) and (max-width: 576px) { /*Extra small*/
    .section-form-contactanos .form-contactanos .btn-enviar {
        font-family: Arboria-Bold;
        font-size: 15px;
    }
}

.section-form-contactanos .form-contactanos .btn-enviar:hover {
    border: 0.5px solid var(--color-4c968c);
    color: var(--color-4c968c);
    background: #FFFFFF;
}

.section-form-contactanos .form-contactanos .btn-enviar:active {
    color: #FFFFFF;
    background: var(--color-4c968c);
}
