body {
    font-family: "Varela Round", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #7f7f7f;
    background: #f7f7f7;
    height: 100%;
    position: relative;
}

/*********************************************** NAVBAR */

.navbar {
    background: rgba(0, 0, 0, 0.7) !important;
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.navbar .container .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
}

.nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    position: relative;
}

.nav-link:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav-link:hover:after {
    visibility: visible;
    transform: scaleX(1);
}

.nav-link:hover {
    text-decoration: none;
    color: white;
}
.oculta {
    color: #0e8df0;
}

@media screen and (max-width: 700px) {
    .oculta {
        display: none;
    }
}

.navbar-toggler {
    border: 0;
    color: rgba(255, 255, 255, 0.7) !important;
}

/******************************************************** footer */
.prefoot {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 7em 0;
    position: relative;
}

.prefoot .overlay {
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(5px); /*desenfoque*/
}

.prefoot .container {
    position: relative;
    z-index: 2;
}

footer {
    padding: 7em 0;
    float: left;
    width: 100%;
    position: relative;
    background: #333333;
    color: rgba(255, 255, 255, 0.5);
}

.footer h5 {
    letter-spacing: 2px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

.footer .float {
    float: left;
    margin-right: 10%;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
.footer ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 3em 0;
    }
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    clear: both;
    margin-top: 40px !important;
    padding: 40px 0 0 0;
}

.copyright a {
    text-decoration: none;
    display: block;
    color: #fff;
}
@media screen and (max-width: 480px) {
    .copyright {
        text-align: left !important;
    }
    .copyright span {
        display: inline;
    }
}

/*********************************************** welcome */
/* banner */

.carousel-control {
    width: 45px;
    height: 45px;
    background-color: #0e8df0;
    color: #fff;
    border-radius: 50px;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.carousel-item-welcome {
    padding-top: 7rem;
    display: block;
    min-height: 710px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.carousel-item .overlay {
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    /* z-index: 1; */
    backdrop-filter: blur(6px); /*desenfoque*/
}

.banner-img {
    width: 100%;
    height: 480px;
    border-radius: 5px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 2rem 0;
    /* padding-left: 4.2rem; */
}

.banner-card {
    margin-top: 2rem;
    width: 400px;
    height: 400px;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.3);
}
.btn-card {
    background-color: #0e8df0;
    color: #fff;
    border: 2px solid #0e8df0;
    border-radius: 30px;
    padding: 4px 18px;
}

.card .list-group {
    background-color: #f7f7f7;
}

.card .list-group i {
    color: #7f7f7f;
}

.card-text {
    display: -webkit-box;
    color: #7f7f7f;
    font-size: 0.9rem !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.card-link {
    float: right;
}

/* **************************************************** mapa welcome */
.mapa {
    min-height: 700px;
    padding-bottom: 2rem;
    /* background: rgba(0, 0, 0, 0.2); */
    background-color: #0285e0;
    padding: 4rem 0;
}

#map {
    height: 500px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.map-select {
    border: 2px solid #0e8df0;
}

.map-select:hover {
    cursor: pointer;
}

/* ******************************************************** clientes sa */

.clientes-satisfechos {
    min-height: 400px;
    padding-bottom: 2rem;
    padding-top: 3rem;
}

/* ************************************************* general */

.public-card {
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.3);
    width: 100%;
    transition-duration: 250ms !important;
    border-radius: 5px;
    margin: 1rem 0;
    text-decoration: none;
}

.public-card:hover {
    transform: scale(1.1) !important;
    transition-duration: 250ms !important;
}

.public-card .card-img-top {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.detalle-card {
    background-color: #f7f7f7;
}
.detalle-card span strong {
    color: #0e8df0;
}
.detalle-card span i {
    color: #7f7f7f;
}

.titulo-pag {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 7em 0;
    position: relative;
    margin-bottom: 2rem;
}

.titulo-pag h3 {
    color: #f7f7f7;
}

@media screen and (max-width: 768px) {
    .titulo-pag {
        padding: 6rem 0;
    }
}

.titulo-pag .overlay {
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(5px);
}

.titulo-pag .container {
    position: relative;
    z-index: 2;
}

.titulo-pag h1 {
    font-size: 40px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}

.container-public {
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #000;
}

.container-public p {
    font-size: 1.2rem;
    text-align: justify;
}
.colored {
    color: #118df0;
}

.status {
    background-color: #0e8df0;
    color: #fff;
    border: 2px solid #0e8df0;
    border-radius: 30px;
    padding: 4px 18px;
}

/*************************************** contacto*/

.contact-info {
    margin-bottom: 4em;
    padding: 0;
}
.contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}
.contact-info li i {
    position: absolute;
    top: 0.3em;
    left: 0;
    font-size: 22px;
    color: #118df0;
}
.contact-info li a {
    color: #118df0;
}

/********************************** show */

.img-portada {
    height: 480px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.3);
    transition-duration: 250ms !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.img-portada:hover {
    cursor: pointer;
    transform: scale(1.1) !important;
    transition-duration: 250ms !important;
}

.show-carousel {
    width: 400px;
    height: auto;
    max-height: 500px;
}

.tabla-descripcion {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.tabla-descripcion tr {
    border-bottom: 1px solid #fff;
    font-size: 1.3rem;
}

.carousel-img-show {
    width: 100%;
    height: 480px;
    border-radius: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.carousel-show {
    width: 100%;
    height: 480px;
    border-radius: 5px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.3);
}
