body {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Ubuntu";
}

body p,
h1,
span {
    color: white;
}

body p {
    font-weight: 500;
}

body h4 {
    color: #56abdf;
    font-weight: bold;
    margin-bottom: 20px;
}

body h2 {
    color: #5b5a5d;
}

section {
    padding: 100px 0;
}

.section-full-width {
    background-color: #bebebe;
}

.section-full-width h2 {
    font-size: 46px;
    color: white;
}

.section-full-width h4 {
    color: white;
}

.section-full-width p {
    color: white;
}

body ul {
    list-style: none;
    padding: 0;
}

body li {
    color: #8e939f;
    margin: 9px 0;
    font-weight: 600;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/**navbar**/
.navbar.navbar-mini {
    padding: 0;
}

.navbar-mini {
    background-color: #f8f8f8;
    font-size: 11px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.navbar-mini .navbar-lenguage {
    text-align: right;
    padding: 10px 0;
}

.navbar-mini span {
    padding: 0 7px;
}

.navbar-mini span a {
    color: rgb(87, 171, 222) !important;
    font-weight: 800;
}

.navbar-mini hr {
    width: 1px;
    background-color: #bebebe;
    margin: 0 0 -2px 0;
    display: inline-block;
    height: 12px;
    padding: 0;
}

.navbar-main {
    background-color: white;
}

.navbar-main img,
footer img {
    height: 80px;
}

.navbar-main .navbar-collapse .navbar-nav {
    margin: 25px 0;
}

.navbar-main .navbar-collapse .navbar-nav .nav-item {
    padding: 0 5px;
}

.navbar-main .navbar-collapse .navbar-nav .nav-item a {
    color: #8e939f;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(142, 147, 159)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid #8e939f;
    border-radius: 0.25rem;
}

/**section bg-image**/
.section-bg-image {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.section-bg-image.top-image {
    background-image: url(../assets/img/hero-img.jpg);
    padding: 200px 0;
}

.black-opacity {
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.51);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -99;
}

.section-bg-image h1 {
    font-size: 60px;
    line-height: 72px;
}

.section-bg-image .info {
    display: flex;
    justify-content: space-around;
}

.section-bg-image img {
    width: 66px;
    margin-bottom: 10px;
}

.section-bg-image .telf,
.section-bg-image .hours {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-bg-image span {
    font-size: 1.5rem;
}

.section-bg-image .col-12 {
    text-align: center;
}

.section-bg.image .col-12 h1 {
    font-size: 2rem;
}

/** section items **/
.section-items {
    background-color: #f7f7f7;
}

.section-items .title {
    display: flex;
    align-items: center;
    font-family: Ubuntu;
}

.section-items .title span {
    font-size: 40px;
    color: #8e939f;
    opacity: 0.3;
}

.section-items .title h3 {
    color: rgb(87, 171, 222);
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 24px;
}

.section-items .row .section-items-col:nth-child(3) {
    padding: 30px 0;
}

.section-items-col p {
    color: #8e939f;
    padding-left: 58px;
}

/**section history**/

.section-history p {
    margin-bottom: 30px;
}

.section-history .history-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-history .history-text p {
    color: #8e939f;
}

/** section services **/

.section-services p {
    font-size: 24px;
    color: #5b5a5d;
}

.section-services ul {
    padding: 0;
}

.section-services h4 {
    font-weight: 100;
}

.section-services img {
    margin-bottom: 20px;
    width: 58px;
}

/** section commitent **/

.section-commitment {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../assets/img/corte-2.jpg);
    height: 430px;
}

.section-commitment p {
    text-align: center;
    margin: 0;
    font-size: 24px;
    padding: 0 80px;
}

.section-commitment .fas {
    font-size: 3rem;
    color: #ececec;
}

/**section our team**/

.section-our-team {
    background-image: url(../assets/img/bg-equipo.jpg);
}

.section-our-team h4 {
    font-weight: 100;
}

/**section team**/
.section-team hr.e {
    max-width: 50px;
    width: 50px;
    border-top: 3px solid rgb(87, 171, 222);
}

.section-team h2 {
    font-size: 24px;
    font-weight: 600;
}

.section-team h4 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    color: #8e939f;
}

/** section contact **/
.section-contact {
    padding: 0;
    width: 100%;
    height: 400px;
    position: relative;
}

.section-contact iframe {
    position: absolute;
    width: 100%;
    height: 400px;
}

.section-contact .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section-contact .map {
    position: absolute;
    width: 100%;
}

.section-contact .info {
    background-color: white;
    margin-top: 50px;
    padding: 30px;
    width: 45%;
}

.section-contact .info h2 {
    font-size: 3rem;
}

.section-contact .info h4 {
    font-weight: 100;
}

.section-contact .info i {
    color: #56abdf;
    padding-right: 5px;
}

.section-contact .info li a {
    color: #8e939f;
}

/**footer**/
footer {
    background-color: #f5f5f5;
}

footer p {
    color: #8e939f;
    margin-top: 20px;
}

footer .social-media {
    margin-top: 20px;
    text-align: center;
}

footer .social-media a {
    margin: 10px;
    color: #546e7a;
}

footer ul li a {
    color: #8e939f;
    margin: 10px 0;
}

a:hover {
    text-decoration: none;
    color: #8e939f;
}

/**legals**/
.section-legals {
    padding: 25px 15px;
    background-color: #5b5a5d;
}

.section-legals p {
    margin: 0;
}

.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.anchor.anchor-top-image {
    top: -310px;
}

/**media queries**/
@media (max-width: 768px) {
    body {
        text-align: center;
    }

    .section-bg-image.top-image {
        padding: 100px 0;
    }

    .section-bg-image h1 {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .section-bg-image .info span {
        font-size: 1.3rem;
    }

    .section-full-width h2 {
        font-size: 1.8rem;
    }

    body h4 {
        font-size: 1.4rem;
    }

    section {
        padding: 50px 0;
    }

    .section-bg-image {
        height: auto;
    }

    .section-items .section-items-col {
        padding: 10px 0;
    }

    .section-items-col p {
        padding-left: 0;
        text-align: left;
    }

    .section-services img {
        margin: 20px 0 10px;
    }

    .section-history {
        margin: 0;
    }

    .section-history h2 {
        margin-top: 20px;
    }

    .section-commitment p {
        font-size: 18px;
        padding: 0 20px;
    }

    footer img {
        margin-bottom: 20px;
    }

    .section-contact .container {
        position: relative;
    }

    .section-contact .info h2 {
        font-size: 2rem;
    }

    .section-contact iframe {
        position: relative;
    }

    .section-contact {
        height: auto;
    }

    .section-contact .container {
        padding: 0;
    }

    .section-contact .info {
        margin-top: 0;
        background-color: white;
        padding: 30px;
        width: 100%;
    }

    .anchor {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
    }
}
