@font-face {
    font-family: 'latolight';
    src: url('../assets/fonts/lato/lato-light-webfont.woff2') format('woff2'),
         url('../assets/fonts/lato/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight_italic';
    src: url('../assets/fonts/lato/lato-lightitalic-webfont.woff2') format('woff2'),
         url('../assets/fonts/lato/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../assets/fonts/lato/lato-regular-webfont.woff2') format('woff2'),
         url('../assets/fonts/lato/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoitalic';
    src: url('../assets/fonts/lato/lato-italic-webfont.woff2') format('woff2'),
         url('../assets/fonts/lato/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../assets/fonts/lato/lato-bold-webfont.woff2') format('woff2'),
         url('../assets/fonts/lato/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold_italic';
    src: url('../assets/fonts/lato/lato-bolditalic-webfont.woff2') format('woff2'),
         url('../assets/fonts/lato/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack';
    src: url('../assets/fonts/lato/lato-black-webfont.woff2') format('woff2'),
         url('../assets/fonts/lato/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack_italic';
    src: url('../assets/fonts/lato/lato-blackitalic-webfont.woff2') format('woff2'),
         url('../assets/fonts/lato/lato-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL */

* {
    font-family: 'latoregular';
}

.bold {
    font-family: 'latobold' !important;
}

.parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row {
    margin: 0px !important;
}

/* LINEA  */

.border-gradient {
    height: 7px;
    width: 100%;
    background: rgb(0,159,227);
    background: linear-gradient(90deg, rgba(0,159,227,1) 0%, rgba(187,33,191,1) 40%, rgba(187,33,191,1) 100%);
}

/* NAVBAR HEADER */

.container-logo {
    width: 350px;
    height: 106px;
}

.container-logo .img-logo {
    object-fit: cover;
    width: 150%;
    height: 106px;
}

#navbarHeader .nav-item {
    margin-right: 48px;
    font-size: 24px;
}

#navbarHeader .navbar-button {
    font-size: 24px;
}

#navbarHeader > ul > li.nav-item.language {
    padding-top: 0px;
}

#navbarHeader > ul > li.nav-item.language > div > button {
    font-size: 24px;
    background-color: transparent;
    border: 0px;
    padding-top: 8px;
    color: rgba(255,255,255,.5);
}

#navbarHeader > ul > li.nav-item.language > div > button:hover {
    color: rgba(255,255,255,.75);
}

#navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu {
    min-width: auto;
}

#navbarHeader > ul > li.nav-item.language > div > div > a {
    font-size: 24px;
}

/* #language-select {
    background-color: transparent;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

#language-select > option {
    color: black;
} */

/* BANNERS */

#carouselbanners img {
    object-fit: cover;
    height: 700px;
    width: 100%;
}

#carouselbanners .box-slide {
    position: absolute;
    top: 140px;
    left: 100px;
}

#carouselbanners .box-slide .text-slide {
    color: white;
    font-size: 48px;
    line-height: 58px;
    margin: 0px;
    font-family: 'latolight';
}

#carouselbanners .box-slide .btn-slide {
    margin-top: 40px;
    width: auto;
    font-size: 24px;
}

#carouselbanners .box-slide .btn-slide:hover {
    background-color: #000000;
    color: #FFFFFF;
}

button.carousel-control-prev  {
    padding-left: 40px;
    justify-content: left;
}

button.carousel-control-next  {
    padding-right: 40px;
    justify-content: right;
}

/* SERVICIOS */

.services {
    width: 100%;
    background-color: black;
    padding: 0px 7%;
}

.services .text-title {
    color: white;
    font-size: 36px;
    margin-bottom: 70px;
}

.border-gradient-services {
    height: 4px;
    width: 100%;
    background: rgb(0,159,227);
    background: linear-gradient(90deg, rgba(0,159,227,1) 0%, rgba(187,33,191,1) 100%);
}

.services .card {
    border: 0px !important;
    border-radius: 0px !important;
    /* height: 535px; */
    height: 470px;
    background-color: none;
}

.services .card img {
    height: 150px;
    width: 150px;
}

.services .card p.bold {
    margin: 5px !important;
}

.services .card .card-cover .card-title {
    color: white;
    /* font-size: 33px; */
    font-size: 24px;
}

.services .card:hover .card-cover {
    transform: translateY(100%);
    opacity: 0;
}

.services .card:hover .card-body {
    opacity: 1;
}

.services .card .card-cover {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 50px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 1;
    transition: all 0.6s ease-in-out;
}

.services .card .card-body {
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.services .card .card-body .card-title {
    margin-bottom: 25px;
    /* font-size: 33px; */
    font-size: 24px;
}

.services .card .card-body .card-text, .services .card .card-body p.bold {
    /* font-size: 21px; */
    font-size: 16px;
    text-align: center;
}

/* BANNER COMUNIDADES */

div.banner-communities {
    background-color: black;
}

div.banner-communities-col {
    height: 500px;
    background-color: #469BFD;
    background-image: url('../assets/images/banners/banner-communities.webp');
    background-repeat: no-repeat;
    background-size: 800px 500px;
    background-position: 100px 0px;
}

div.box-banner-communities {
    position: absolute;
    top: 140px;
    left: 800px;
}

p.text-banner-communities-part-one {
    color: #FFF;
    font-family: 'latolight';
    font-size: 20.922px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.14px;
    letter-spacing: 0.076px;
}

p.text-banner-communities-part-two {
    color: #FFF;
    font-family: 'latoblack';
    font-size: 60.476px;
    font-style: normal;
    font-weight: 900;
    line-height: 52.016px;
    letter-spacing: 0.157px;
    text-transform: uppercase;
}

p.text-banner-communities-part-three {
    color: #FFF;
    font-family: 'latolight';
    font-size: 40.109px;
    font-style: normal;
    font-weight: 600;
    line-height: 52.016px;
    letter-spacing: 0.157px;
    text-transform: uppercase;
}

p.text-banner-communities-part-four {
    color: #FFF;
    font-family: 'latolight';
    font-size: 20.922px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.174px;
    letter-spacing: 0.082px;
}

a.btn-banner-communities {
    color: black;
    font-size: 20.922px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.174px;
    letter-spacing: 0.082px;
    margin: 0px;
}

a.btn-banner-communities:hover {
    background-color: #469BFD;
    color: #FFFFFF;
}

img.img-star-one {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 70px;
}

img.img-star-two {
    position: absolute;
    top: 100px;
    right: 100px;
    width: 70px;
}

/* PROYECTOS */

.projects {
    width: 100%;
    background-color: black;
}

.projects .text-title {
    color: white;
    font-size: 36px;
}

.projects img {
    /* width: 454px; */
    width: 330px;
    /* height: 364px; */
    height: 264px;
    border-radius: 15px;
}

.image-project {
    position: relative;
    /* width: 454px; */
    width: 330px;
    /* height: 364px; */
    height: 266px;
    cursor: pointer;
}
  
.child1 {
    width: 100% !important;
    height: 100% !important;
}
  
.child2 {
    background: #ffffff;
    max-height: 100%;
    transition: all 0.6s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.90;
    border-radius: 15px;
}

.image-project:hover .child2 {
    /* max-height: 364px; */
    max-height: 264px;
    opacity: 0;
}

.image-project .child2 .img-cover {
    width: 300px;
    height: 250px;
}

.projects .border-gradient-projects {
    height: 5px;
    /* width: 454px; */
    width: 330px;
    background: rgb(0,159,227);
    background: linear-gradient(90deg, rgba(0,159,227,1) 0%, rgba(187,33,191,1) 100%);
}

.projects .container-title-projects, .projects .container-text-projects {
    /* width: 454px; */
    width: 330px;
}

.projects .title-projects {
    color: white;
    text-align: start;
    font-size: 28px;
}

.projects .text-projects {
    color: white;
    text-align: start;
    font-size: 18px;
}

/* NUMBERS */

.numbers {
    width: 100%;
    background-color: black;
    padding-bottom: 200px;
}

.col-numbers {
    padding-top: 70px;
}

.numbers .sign-number {
    color: #BB21BF;
    font-size: 96px;
}

.numbers .text-number {
    color: white;
    font-size: 96px;
    font-family: 'latolight';
}

.numbers .numbers-border-gradient {
    height: 6px;
    width: 294px;
    background: rgb(0,159,227);
    background: linear-gradient(90deg, rgba(0,159,227,1) 0%, rgba(187,33,191,1) 100%);
}

.numbers .text-additional {
    color: white;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}

/* CLIENTES */

.customers {
    width: 100%;
}

.customers .text-title {
    color: black;
    font-size: 36px;
}

.customers .text-additional {
    color: black;
    font-size: 24px;
    font-family: 'latolight';
    margin-bottom: 50px;
}

.container {
    max-width: 80% !important;
}

.container-customers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.customer {
    width: 16%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}

.customer img {
    margin: auto;
    max-width: 100%;
    filter: grayscale(100%);
    transition: filter .1s ease-in-out;
}

.customer img:hover {
    filter: grayscale(0);
}

/* AGILE METHODOLOGY */

.agile-methodology {
    width: 100%;
    background-color: black;
}

.agile-methodology .row {
    padding: 20px;
}

.agile-methodology .row .container-border-gradient {
    padding: 5px;
    background: rgb(0,159,227);
    background: linear-gradient(90deg, rgba(0,159,227,1) 0%, rgba(187,33,191,1) 100%);
}

.agile-methodology .row .container-border-gradient .container-agile-methodology {
    background-color: black;
    padding-top: 10px;
}

.agile-methodology .text-title {
    color: white;
    font-size: 36px;
    margin: 0px;
}

.agile-methodology .text-additional1 {
    color: white;
    font-size: 24px;
    font-family: 'latolight';
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0px 300px;
}

.agile-methodology .text-additional2 {
    color: white;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.agile-methodology .text-additional3 {
    color: white;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.col-img-method {
    width: 100%;
}

.col-img-method img {
    width: 80%;
}

/* .methods p.number-method {
    color: #009FE3;
    font-size: 20px;
    margin-left: 100px;
} */

/* .methods p.text-method {
    color: white;
    font-size: 16px;
    font-family: 'latolight';
    margin-top: 30px;
} */

/* CONTACT */

.contact {
    background-color: black;
    width: 100%;
    padding: 2% 30% 4% 30%;
}

.contact .text-title {
    color: white;
    font-size: 48px;
    line-height: 58px;
}

.contact form {
    margin-top: 5%;
}

.contact form label {
    color: white;
    font-size: 16px;
    line-height: 19px;
}

/* FOOTER */

.footer {
    height: 120px;
    width: 100%;
    background-color: black;
}

.footer p {
    color: white;
    font-size: 18px;
}

.icon, .mail-text, .icon:hover, .mail-text:hover {
    color: white;
}

@media screen and (min-width: 1200px) and (max-width: 1699px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 330px;
        height: 65px;
    }

    .container-logo .img-logo {
        width: 110%;
        height: 65px;
    }

    #navbarHeader .nav-item {
        margin-right: 39px;
        font-size: 20px;
    }

    #navbarHeader .navbar-button {
        font-size: 20px;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 20px;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 20px;
    }

    /* BANNERS */

    #carouselbanners img {
        height: 600px;
    }

    #carouselbanners .box-slide {
        top: 120px;
        left: 100px;
    }

    #carouselbanners .box-slide .text-slide {
        font-size: 40px;
        line-height: 50px;
    }

    #carouselbanners .box-slide .btn-slide {
        margin-top: 35px;
        font-size: 22px;
    }

    /* SERVICIOS */
    
    .services .text-title {
        font-size: 36px;
    }

    .services .card {
        height: 550px;
    }

    .services .card .card-cover .card-title {
        font-size: 24px;
    }

    .services .card img {
        height: 120px;
        width: 120px;
    }

    .services .card .card-body .card-title {
        margin-bottom: 15px;
        font-size: 24px;
    }
    
    .services .card .card-body .card-text, .services .card .card-body p.bold {
        font-size: 16px;
    }

    /* PROYECTOS */

    .projects .border-gradient-projects {
        width: 330px;
    }
    
    .projects .container-title-projects, .projects .container-text-projects {
        width: 330px;
    }

    .projects .text-title {
        font-size: 36px;
    }

    .projects img {
        width: 330px;
        height: 264px;
    }

    .image-project {
        width: 330px;
        height: 264px;
    }
    
    .image-project:hover .child2 {
        max-height: 264px;
    }
    
    .image-project .child2 .img-cover {
        width: 270px;
        height: 230px;
    }

    /* NUMBERS */

    .numbers {
        padding-bottom: 180px;
    }

    .col-numbers {
        padding-top: 45px;
    }

    /* CLIENTES */

    .customers .text-title {
        font-size: 36px;
    }

    .customers .text-additional {
        font-size: 24px;
        margin-bottom: 45px;
    }

    .container {
        max-width: 90% !important;
    }

    /* AGILE METHODOLOGY */

    .agile-methodology .text-title {
        font-size: 36px;
    }

    .agile-methodology .text-additional1 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 25px;
        padding: 0px 200px;
    }

    .agile-methodology .text-additional2 {
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .agile-methodology .text-additional3 {
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    /* CONTACT */

    .contact {
        padding: 2% 25% 4% 25%;
    }

    /* FOOTER */

    .footer {
        height: 110px;
    }

    .footer p {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 290px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-right: 16px;
        font-size: 18px;
    }

    #navbarHeader .navbar-button {
        font-size: 18px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 18px;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 18px;
    }

    /* BANNERS */

    #carouselbanners img {
        height: 600px;
    }

    #carouselbanners .box-slide {
        top: 120px;
        left: 100px;
    }

    #carouselbanners .box-slide .text-slide {
        font-size: 35px;
        line-height: 45px;
    }

    #carouselbanners .box-slide .btn-slide {
        margin-top: 30px;
        font-size: 21px;
    }

    /* SERVICIOS */

    .services .text-title {
        font-size: 36px;
    }

    .services .card {
        height: 440px;
    }

    .services .card .card-cover .card-title {
        font-size: 24px;
    }

    .services .card img {
        height: 120px;
        width: 120px;
    }

    .services .card .card-body .card-title {
        margin-bottom: 15px;
        font-size: 24px;
    }
    
    .services .card .card-body .card-text, .services .card .card-body p.bold {
        font-size: 16px;
    }

    /* BANNER COMUNIDADES */

    div.box-banner-communities {
        top: 140px;
        left: 600px;
    }

    div.banner-communities-col {
        background-size: 800px 500px;
        background-position: -70px 0px;
    }

    p.text-banner-communities-part-one {
        font-size: 19px;
        line-height: 25.14px;
    }

    p.text-banner-communities-part-two {
        font-size: 55px;
        line-height: 52.016px;
    }

    p.text-banner-communities-part-three {
        font-size: 37px;
        line-height: 52.016px;
    }

    p.text-banner-communities-part-four {
        font-size: 19px;
        line-height: 27.174px;
    }

    img.img-star-one {
        top: 40px;
        left: 550px;
        width: 70px;
    }
    
    img.img-star-two {
        top: 350px;
        right: 20px;
        width: 70px;
    }

    /* PROYECTOS */

    .projects .border-gradient-projects {
        width: 330px;
    }
    
    .projects .container-title-projects, .projects .container-text-projects {
        width: 330px;
    }

    .projects .text-title {
        font-size: 36px;
    }

    .projects img {
        width: 330px;
        height: 264px;
    }

    .image-project {
        width: 330px;
        height: 264px;
    }
    
    .image-project:hover .child2 {
        max-height: 264px;
    }
    
    .image-project .child2 .img-cover {
        width: 270px;
        height: 230px;
    }

    /* NUMBERS */

    .numbers {
        padding-bottom: 160px;
    }

    .col-numbers {
        padding-top: 40px;
    }

    /* CLIENTES */

    .customers .text-title {
        font-size: 36px;
    }

    .customers .text-additional {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .container {
        max-width: 90% !important;
    }

    /* AGILE METHODOLOGY */

    .agile-methodology .text-title {
        font-size: 36px;
    }

    .agile-methodology .text-additional1 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 21px;
        padding: 0px 100px;
    }

    .agile-methodology .text-additional2 {
        font-size: 24px;
        margin-top: 21px;
        margin-bottom: 40px;
    }

    .agile-methodology .text-additional3 {
        font-size: 24px;
        margin-top: 21px;
        margin-bottom: 20px;
    }

    /* CONTACT */

    .contact {
        padding: 2% 25% 4% 25%;
    }

    /* FOOTER */

    .footer {
        height: 100px;
    }

    .footer p {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 290px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-left: 35px;
        font-size: 18px;
    }

    #navbarHeader .navbar-button {
        font-size: 18px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 18px;
        padding-left: 0px;
    }

    #navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu.show {
        display: table;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 18px;
    }

    /* BANNERS */

    #carouselbanners img {
        height: 550px;
    }

    #carouselbanners .box-slide {
        top: 110px;
        left: 40px;
    }

    #carouselbanners .box-slide .text-slide {
        font-size: 30px;
        line-height: 40px;
    }

    #carouselbanners .box-slide .btn-slide {
        margin-top: 20px;
        font-size: 20px;
    }

    /* SERVICIOS */

    .services .text-title {
        font-size: 36px;
    }

    .services .card {
        height: 460px;
    }

    .services .card .card-cover .card-title {
        font-size: 24px;
    }

    .services .card img {
        height: 120px;
        width: 120px;
    }

    .services .card .card-body .card-title {
        margin-bottom: 10px;
        font-size: 24px;
    }
    
    .services .card .card-body .card-text, .services .card .card-body p.bold {
        font-size: 16px;
    }

    /* BANNER COMUNIDADES */

    div.box-banner-communities {
        top: 140px;
        left: 400px;
    }

    div.banner-communities-col {
        background-size: 800px 500px;
        background-position: -220px 0px;
    }

    p.text-banner-communities-part-one {
        font-size: 19px;
        line-height: 20px;
    }

    p.text-banner-communities-part-two {
        font-size: 50px;
        line-height: 45px;
    }

    p.text-banner-communities-part-three {
        font-size: 34px;
        line-height: 45px;
    }

    p.text-banner-communities-part-four {
        font-size: 19px;
        line-height: 20px;
    }

    a.btn-banner-communities {
        font-size: 19px;
    }

    img.img-star-one {
        top: 50px;
        left: 400px;
        width: 70px;
    }
    
    img.img-star-two {
        top: 400px;
        right: 80px;
        width: 70px;
    }

    /* PROYECTOS */

    .projects .border-gradient-projects {
        width: 330px;
    }
    
    .projects .container-title-projects, .projects .container-text-projects {
        width: 330px;
    }

    .projects .text-title {
        font-size: 36px;
    }

    .projects img {
        width: 330px;
        height: 264px;
    }

    .image-project {
        width: 330px;
        height: 264px;
    }
    
    .image-project:hover .child2 {
        max-height: 264px;
    }
    
    .image-project .child2 .img-cover {
        width: 250px;
        height: 210px;
    }

    /* NUMBERS */

    .numbers {
        padding-bottom: 140px;
    }

    .col-numbers {
        padding-top: 35px;
    }

    /* CLIENTES */

    .customers .text-title {
        font-size: 36px;
    }

    .customers .text-additional {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .container {
        max-width: 90% !important;
    }

    /* AGILE METHODOLOGY */

    .agile-methodology .text-title {
        font-size: 36px;
    }

    .agile-methodology .text-additional1 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 21px;
        padding: 0px 50px;
    }

    .agile-methodology .text-additional2 {
        font-size: 24px;
        margin-top: 21px;
        margin-bottom: 40px;
    }

    .agile-methodology .text-additional3 {
        font-size: 24px;
        margin-top: 21px;
        margin-bottom: 20px;
    }

    .col-img-method {
        width: 100%;
    }
    
    .col-img-method img {
        width: 100%;
    }

    /* CONTACT */

    .contact {
        padding: 2% 20% 4% 20%;
    }

    /* FOOTER */

    .footer {
        height: 90px;
    }

    .footer p {
        font-size: 18px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 290px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-left: 35px;
        font-size: 18px;
    }

    #navbarHeader .navbar-button {
        font-size: 18px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 18px;
        padding-left: 0px;
    }

    #navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu.show {
        display: table;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 18px;
    }

    /* BANNERS */

    #carouselbanners img {
        height: 450px;
    }

    #carouselbanners .box-slide {
        top: 80px;
        left: 40px;
    }

    #carouselbanners .box-slide .text-slide {
        font-size: 25px;
        line-height: 35px;
    }

    #carouselbanners .box-slide .btn-slide {
        margin-top: 15px;
        font-size: 17px;
    }

    /* SERVICIOS */

    .services .text-title {
        font-size: 36px;
    }

    .services .card {
        height: 410px;
    }

    .services .card .card-cover .card-title {
        font-size: 24px;
    }

    .services .card img {
        height: 120px;
        width: 120px;
    }

    .services .card .card-body .card-title {
        margin-bottom: 15px;
    }

    .services .card .card-cover {
        display: none;
    }
    
    .services .card .card-body {
        opacity: 1;
    }

    .border-gradient-services {
        height: 7px;
    }

    .services .card .card-body .card-title {
        margin-bottom: 10px;
        font-size: 24px;
    }
    
    .services .card .card-body .card-text, .services .card .card-body p.bold {
        font-size: 16px;
    }

    /* BANNER COMUNIDADES */

    div.box-banner-communities {
        top: 140px;
        left: 270px;
    }

    div.banner-communities-col {
        background-size: 800px 500px;
        background-position: -380px 0px;
    }

    p.text-banner-communities-part-one {
        font-size: 19px;
        line-height: 20px;
    }

    p.text-banner-communities-part-two {
        font-size: 47px;
        line-height: 40px;
    }

    p.text-banner-communities-part-three {
        font-size: 32px;
        line-height: 40px;
    }

    p.text-banner-communities-part-four {
        font-size: 19px;
        line-height: 20px;
    }

    a.btn-banner-communities {
        font-size: 19px;
    }

    img.img-star-one {
        top: 50px;
        left: 240px;
        width: 70px;
    }
    
    img.img-star-two {
        top: 400px;
        right: 80px;
        width: 70px;
    }

    /* PROYECTOS */

    .projects .border-gradient-projects {
        width: 330px;
    }
    
    .projects .container-title-projects, .projects .container-text-projects {
        width: 330px;
    }

    .projects .text-title {
        font-size: 36px;
    }

    .projects img {
        width: 330px;
        height: 264px;
    }

    .image-project .child2 {
        display: none;
    }

    /* NUMBERS */

    .numbers {
        padding-bottom: 140px;
    }

    .col-numbers {
        padding-top: 40px;
    }

    /* CLIENTES */

    .customers .text-title {
        font-size: 36px;
    }

    .customers .text-additional {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .container {
        max-width: 90% !important;
    }

    .customer img {
        filter: grayscale(0%);
    }

    /* AGILE METHODOLOGY */

    .agile-methodology .text-title {
        font-size: 36px;
    }

    .agile-methodology {
        display: none;
    }

    /* CONTACT */

    .contact {
        padding: 2% 20% 4% 20%;
    }

    /* FOOTER */

    .footer {
        height: 90px;
    }

    .footer p {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 290px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-left: 35px;
        font-size: 18px;
    }

    #navbarHeader .navbar-button {
        font-size: 18px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 18px;
        padding-left: 0px;
    }

    #navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu.show {
        display: table;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 18px;
    }

    /* BANNERS */

    #carouselbanners img {
        height: 450px;
    }

    #carouselbanners .box-slide {
        top: 80px;
        left: 30px;
    }

    #carouselbanners .box-slide .text-slide {
        font-size: 21px;
        line-height: 30px;
    }

    #carouselbanners .box-slide .btn-slide {
        margin-top: 15px;
        font-size: 15px;
    }

    /* SERVICIOS */

    .services .text-title {
        font-size: 36px;
    }

    .services .card {
        height: 470px;
    }

    .services .card .card-cover .card-title {
        font-size: 24px;
    }

    .services .card img {
        height: 120px;
        width: 120px;
    }

    .services .card .card-body .card-title {
        margin-bottom: 15px;
    }

    .services .card .card-cover {
        display: none;
    }
    
    .services .card .card-body {
        opacity: 1;
    }

    .services .card .card-body .card-title {
        margin-bottom: 10px;
        font-size: 24px;
    }
    
    .services .card .card-body .card-text, .services .card .card-body p.bold {
        font-size: 16px;
    }

    /* BANNER COMUNIDADES */

    div.box-banner-communities {
        top: 30px;
        left: 20px;
    }

    div.banner-communities-col {
        height: 820px;
        background-size: 800px 500px;
        background-position: -160px bottom;
    }

    p.text-banner-communities-part-one {
        font-size: 19px;
        line-height: 20px;
    }

    p.text-banner-communities-part-two {
        font-size: 47px;
        line-height: 40px;
    }

    p.text-banner-communities-part-three {
        font-size: 32px;
        line-height: 40px;
    }

    p.text-banner-communities-part-four {
        font-size: 19px;
        line-height: 20px;
    }
    
    a.btn-banner-communities {
        font-size: 19px;
    }

    img.img-star-one {
        top: 260px;
        left: 10px;
        width: 50px;
    }
    
    img.img-star-two {
        top: 10px;
        right: 10px;
        width: 50px;
    }

    /* PROYECTOS */

    .projects .border-gradient-projects {
        width: 330px;
    }
    
    .projects .container-title-projects, .projects .container-text-projects {
        width: 330px;
    }

    .projects .text-title {
        font-size: 36px;
    }

    .projects img {
        width: 330px;
        height: 264px;
        object-fit: cover;
        border-radius: 12px !important;
    }

    .image-project .child2 {
        display: none;
    }
    
    /* NUMBERS */

    .numbers {
        padding-bottom: 120px;
    }

    .col-numbers {
        padding-top: 40px;
    }

    /* CLIENTES */

    .customers .text-title {
        font-size: 36px;
    }

    .customers .text-additional {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .container {
        max-width: 90% !important;
    }

    .customer {
        width: 24%;
    }

    .customer img {
        filter: grayscale(0%);
    }

    /* AGILE METHODOLOGY */

    .agile-methodology .text-title {
        font-size: 36px;
    }

    .agile-methodology {
        display: none;
    }

    /* CONTACT */

    .contact {
        padding: 2% 14% 4% 14%;
    }
    
    /* FOOTER */

    .footer {
        height: 90px;
    }

    .footer p {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    /* NAVBAR HEADER */

    .container-logo {
        width: 230px;
        height: 50px;
    }

    .container-logo .img-logo {
        object-fit: cover;
        width: 100%;
        height: 50px;
    }

    #navbarHeader .nav-item {
        margin-left: 30px;
        font-size: 16px;
    }

    #navbarHeader .navbar-button {
        font-size: 16px;
    }

    #navbarHeader > ul > li.nav-item.language > div > button {
        font-size: 16px;
        padding-left: 0px;
    }

    #navbarHeader > ul > li.nav-item.language > div > div.dropdown-menu.show {
        display: table;
    }
    
    #navbarHeader > ul > li.nav-item.language > div > div > a {
        font-size: 16px;
    }

    /* BANNERS */

    #carouselbanners img {
        height: 370px;
    }

    #carouselbanners .box-slide {
        top: 70px;
        left: 30px;
    }

    #carouselbanners .box-slide .text-slide {
        font-size: 19px;
        line-height: 27px;
    }

    #carouselbanners .box-slide .btn-slide {
        margin-top: 10px;
        font-size: 15px;
    }

    /* SERVICIOS */

    .services .card {
        height: 510px;
    }

    /* BANNER COMUNIDADES */

    div.box-banner-communities {
        padding: 0% 5%;
    }

    div.banner-communities-col {
        height: 890px;
    }

    img.img-star-one {
        top: 330px;
        left: 10px;
        width: 50px;
    }
    
    img.img-star-two {
        top: 10px;
        right: 10px;
        width: 50px;
    }

    /* CLIENTES */

    .customer {
        width: 21%;
    }

    /* CONTACT */

    .contact {
        padding: 2% 10% 4% 10%;
    }

    /* FOOTER */

    .footer p {
        font-size: 16px;
    }
}