section[id] {
    scroll-margin-top: 61.5px;
}

/* Ofertas */
.card-ofertas {
    border-radius: 13px;
}

.card-ofertas .card-header {
    background-color: #115e6f;
    color: #fff;
    border-radius: 13px 13px 0 0;
}

.card-oferta-body {
    background-color: #f7f6f6;
}

.btn-solicitar {
    background-color: #115e6f;
    width: 100%;
    height: auto;
    font-size: 20px;
    border-color: #6bbd42;
    border-radius: 15px;
}

.text-monto {
    font-size: 50px;
}

.text-soles {
    font-size: 20px;
}

/* Index template */
.contenido-slider {
    margin-left: 3rem;
}

.title-contact {
    font-size: 35px;
    border-bottom: 3px solid #0d6efd;
}

.card-custome {
    font-weight: 900;
    height: 550px;
    overflow: hidden;
    text-align: justify;
}

.color-slider {
    color: white;
}

.footer-custom {
    background-color: #2F3132;
}

.link-effect:hover {
    color: #ffc107;
}

.social-network {
    font-size: 30px;
    color: white;
    list-style-type: none;
}

.section-servicio {
    background: linear-gradient(rgba(16, 84, 108, 0.90),
    rgba(16, 84, 108, 0.90)), url('/static/img/equipo.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.card-servicio {
    width: 100%;
    background-color: transparent;
    border-color: transparent;
}

.section-icon {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #198754;
    border: 4.5px solid #198754;
    color: white;
    z-index: 1;
}

/* Contact template */
.box-datos-contacto {
    display: flex;
    align-items: center;
}

.boton-whatsapp {
    font-size: 25px;
    background-color: #6bbd42;
    width: auto;
    height: auto;
    border-color: #6bbd42;
    border-radius: 15px;
}

.div_whatsapp {
    cursor: pointer;
}

.circle-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: transparent;
    border: 3.5px solid #0d6efd;
    color: #fff;
    z-index: 1;
}

.sub-title-contact {
    font-size: 25px;
    font-weight: 700;
}

.title-contact {
    background-repeat: no-repeat;
    background-size: cover;
}

#form_contacto input {
    border-radius: 5px;
    height: 45.5px;
    border: 1px solid #69727d;
}

.mensaje-area {
    height: 120px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #69727d;
}

.info-contact {
    text-align: left;

}

.info-contact-title {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .card-nosotros {
        height: 400px;
        overflow: hidden;
        text-align: justify;
    }

    .info-contact {
        text-align: left;
        margin-left: 0px;
    }

    .info-contact-title {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .img-servicio {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 350px;
    }

    .card-nosotros {
        height: auto;
        overflow: hidden;
        text-align: justify;
    }

    .img-responsive {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .icon-responsive {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }

    .card-custome {
        height: 430px;
        overflow: hidden;
        text-align: justify;
    }
}

@media screen and (max-width: 768px) {
    .card-custome {
        height: auto;
        overflow: auto;
        text-align: justify;
    }

    .img-servicio {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
}

@media screen and (max-width: 575px) {
    .contenido-slider {
        text-align: justify;
        margin-left: 0px;
        margin-right: 0px;
        margin-botoom: 100%;
    }
}

@media screen and (max-width: 350px) {
    .circle-icon {
        width: 40px;
        height: 40px;
        border: 3.5px solid transparent;
    }
}
