html,
body {
    font-family: "Roboto";
}

:root {
    --main-bg-dark: #333333;
    --main-bg-orange: #f58634;
}

nav.navbar {
    background-color: #ffffff !important;
    z-index: 500;
}

nav .navbar-collapse li.nav-item {
    margin: 0px 10px;
}

nav .navbar-collapse a {
    font-weight: 300;
    color: #333333;
    transition: 0.2s ease;
    font-size: 1.3rem;
}

nav .navbar-collapse a:hover {
    color: var(--main-bg-orange);
}

.banner {
    background-image: url("../img/banner.webp");
    height: 950px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-text {
    height: 225px;
    width: 650px;
    position: absolute;
    top: 20rem;
    right: 5rem;
    z-index: 1;
    color: #ffffff;
}

.banner-text h1 {
    font-size: 80px;
    font-weight: 100;
    margin-top: 8px;
}

.banner-text h3 {
    font-size: 54px;
    font-weight: 900;
    margin-top: 25px;
}

.banner-button a {
    position: absolute;
    margin-top: 5rem;
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
    right: 0;
    font-size: 1.25rem;
}

.btn-black {
    background-color: var(--main-bg-dark);
    color: #ffffff !important;
    transition: 0.5s ease;
}

.btn-black:hover {
    background-color: var(--main-bg-orange);
    color: var(--main-bg-dark);
}

footer {
    clear: both;
    background-color: var(--main-bg-dark);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 2rem;
    border-top: 8px solid var(--main-bg-orange);
}

footer .social,
footer .contact,
footer .logo,
footer .company,
footer .privacy {
    display: flex;
    justify-content: center;
}

footer ul {
    list-style: none;
}

footer .social li {
    margin-left: 1rem;
    margin-right: 1rem;
}

footer .social li i {
    border: 1px solid var(--main-bg-orange);
    color: var(--main-bg-orange);
    padding: 0.9rem 1rem;
    border-radius: 50px;
}

footer .social li i.fa-facebook {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

footer .contact li span {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px;
}

footer .contact li:first-child {
    margin-left: -2rem;
}

footer .contact li:nth-child(2n) {
    margin-left: 3rem;
}

footer .contact li span i {
    font-size: 1.25rem;
    color: var(--main-bg-orange);
}

footer .contact li span p,
footer .contact li span a {
    color: #ffffff;
    margin-bottom: 0;
}

footer .company {
    flex-direction: column;
    align-content: center;
    text-align: center;
}

footer .company p {
    color: #ffffff;
}

footer .privacy {
    justify-content: space-around;
}

footer .privacy a {
    color: #ffffff;
    text-decoration: none;
}

footer .privacy a:hover {
    color: var(--main-bg-orange);
    transition: 0.2s ease;
}

.non-slider {
    background-image: url("../img/chick.png");
    height: 950px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.non-slider .upper-text,
.non-slider .lower-text {
    position: absolute;
}

.non-slider .upper-text {
    margin-top: 250px;
    margin-left: 100px;
}

.non-slider .upper-text h1 {
    font-weight: 900;
}

.non-slider .upper-text h3 {
    font-weight: 100;
    font-size: 75px;
}

.non-slider .upper-text a {
    margin-top: 2rem;
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.non-slider .lower-text {
    right: 100px;
    margin-top: 700px;
}

.non-slider .lower-text h1 {
    font-weight: 100;
    font-size: 55px;
}

.non-slider .lower-text h3 {
    font-weight: 900;
    font-size: 75px;
}

.homecovert {
    background-image: url("../img/people.png");
    height: 950px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homecovert .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 3rem;
}

.homecovert .text h1 {
    font-weight: 900;
}

.homecovert .text p {
    font-weight: 100;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.homecovert .text p:nth-child(3) {
    margin-left: -4rem;
}

.homecovert .text p:nth-child(4) {
    margin-left: -20rem;
}

.homecovert a {
    margin-left: -50rem;
    margin-top: 2rem;
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}

/*
* Section Internet
*/

.packages {
    background-image: url("../img/packages.png");
    height: 1820px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.packages .uppter-text {
    right: 110px;
    top: 150px;
    position: absolute;
}

.packages .uppter-text h1 {
    font-weight: 300;
    font-size: 85px;
}

.packages .uppter-text h3 {
    font-weight: 500;
    font-size: 75px;
    color: var(--main-bg-orange);
}

.packages .uppter-text h4 {
    font-weight: 900;
    font-size: 155px;
    color: var(--main-bg-orange);
}

.packages .uppter-text h5 {
    font-weight: 700;
    font-size: 117px;
}

.packages .lower-text {
    left: 150px;
    top: 1350px;
    position: absolute;
}

.packages .lower-text .slogan h1 {
    font-weight: 700;
    font-size: 100px;
}

.packages .lower-text .slogan p {
    font-weight: 100;
    font-size: 25px;
    margin-top: -30px;
}

.packages .lower-text .text p {
    font-weight: 100;
    font-size: 25px;
    margin-top: 50px;
    width: 600px;
}

.packages-info .packages-title {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.packages-info .packages-title .title {
    font-weight: 100;
    color: var(--main-bg-orange);
}

.packages-info .packages-title h1 {
    font-size: 75px;
}

.packages-box .card .card-header {
    text-align: center;
    background-color: #ffffff;
    border: 0px solid transparent;
}

.packages-box .card .card-header i {
    margin-top: 1rem;
    color: var(--main-bg-dark);
}

.packages-box .card .card-header h3 {
    margin-top: 1rem;
    color: #ffffff;
}

.packages-box .card .card-header {
    background-color: var(--main-bg-orange);
}

.packages-box .card .card-body {
    background-color: var(--main-bg-dark);
    color: #ffffff;
}

.packages-box .card .card-body p {
    text-align: justify;
}

.packages-contact {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.packages-contact h1 {
    font-weight: 900;
    font-size: 50px;
    color: var(--main-bg-orange);
}

.packages-contact a {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}

/*
* Services
*/

.services .uppter-text {
    position: absolute;
    top: 115px;
    left: 110px;
}

.services .uppter-text h1 {
    font-weight: 900;
    font-size: 110px;
    color: white;
}

.services .uppter-text h3 {
    font-weight: 100;
    font-size: 72px;
    color: white;
}

.services .text-divider h3 {
    font-weight: 300;
    color: var(--main-bg-dark);
}

.services .info .card .card-header,
.services .info .card .card-body {
    background-color: var(--main-bg-orange);
    color: var(--main-bg-dark);
}

#consultoring .card-body,
#email .card-body,
#hosting .card-body,
#courses .card-body,
#courses .card-header,
#hosting .card-header,
#consultoring .card-header,
#email .card-header {
    padding: 0px;
}

#consultoring .card-header,
#email .card-header,
#hosting .card-body,
#courses .card-body {
    padding-left: 1rem;
    padding-top: 0.5rem;
}

#consultoring .card-header h1,
#email .card-header h1,
#hosting .card-body h1,
#courses .card-body h1 {
    font-size: 2rem;
    font-weight: 900;
    color: white;
}

.card-body .card-text,
.card-header .card-text {
    color: white;
}

#hosting .card-body h1,
#email .card-header h1 {
    text-align: right;
    padding-right: 1rem;
}

.consultoring {
    background-image: url("../img/consultoring.jpg");
    height: 340px;
    background-size: contain;
    background-repeat: round;
}

.email {
    background-image: url("../img/email.jpg");
    height: 250px;
    background-size: contain;
    background-repeat: round;
}

.hosting {
    background-image: url("../img/hosting.jpg");
    height: 340px;
    background-size: contain;
    background-repeat: round;
}

.courses {
    background-image: url("../img/courses.jpg");
    height: 250px;
    background-size: contain;
    background-repeat: round;
}

.info .upper-text {
    text-align: right;
    color: var(--main-bg-orange);
}

.info .upper-text h1 {
    font-weight: 100;
    color: var(--main-bg-dark);
}

.info .upper-text h3 {
    font-weight: 900;
    font-size: 110px;
    color: var(--main-bg-orange);
}

#email {
    width: 400px;
    margin-left: 140px;
}

#hosting {
    width: 400px;
}

.info .lower-text {
    text-align: right;
    color: var(--main-bg-orange);
}

.info .lower-text h3 {
    font-weight: 100;
    font-size: 40px;
    color: var(--main-bg-dark);
}

.info .lower-text h1 {
    font-weight: 900;
    font-size: 110px;
    color: var(--main-bg-orange);
}

.services .contact-form form button {
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.25rem;
}

.services .contact-form form input,
.services .contact-form form select,
.services .contact-form form textarea {
    line-height: 2.5;
    border-radius: 1.25rem;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 10px 20px -2px rgba(40, 42, 1, 0.36);
    -moz-box-shadow: 0px 10px 20px -2px rgba(40, 42, 1, 0.36);
    box-shadow: 0px 3px 9px -4px rgba(40, 42, 1, 0.36);
    padding-left: 1rem;
}

.services .contact-form form input:hover,
.services .contact-form form select:hover {
    border: 1px solid var(--main-bg-orange);
}

.services .alert {
    z-index: 99;
    position: absolute;
    width: 100%;
}

.services h3 {
    font-weight: 100;
    font-size: 3rem;
}

.map {
    margin-top: 7rem;
}

.map .title {
    position: absolute;
    margin-left: 5rem;
}

.map .title h1 {
    font-weight: 700;
    color: var(--main-bg-orange);
    font-size: 12rem;
    line-height: 0.7;
}

.map .title h3 {
    font-weight: 100;
    font-size: 5rem;
}

.services .banner-about .row {
    margin-right: 0px;
}

.services .banner-about .text {
    margin-left: 4rem;
    margin-top: 8.5rem;
    padding-right: 5rem;
}

.services .banner-about h1 {
    font-weight: 700;
    color: var(--main-bg-orange);
    font-size: 5rem;
    line-height: 0.7;
}

.services .banner-about h3 {
    font-weight: 100;
    font-size: 5rem;
}

.services .banner-about .text p,
.services .vision p,
.services .mision p {
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 3rem;
}

.services .mision .woman {
    background-image: url("../img/about-woman.png");
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services .vision .people {
    background-image: url("../img/about-people.png");
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services .mision .text,
.services .vision .text {
    position: absolute;
    width: 750px;
    z-index: 99;
}

.services .mision .text {
    margin-top: 8rem;
    margin-left: 10rem;
}

.services .vision .text {
    right: 3rem;
    margin-top: 8rem;
}

.services .mision h3,
.services .vision h3 {
    font-weight: 100;
    font-size: 5rem;
    margin-left: 1rem;
}

.services .vision h1 {
    font-weight: 700;
    color: var(--main-bg-orange);
    font-size: 5rem;
    line-height: 0.7;
}

.services .mision h1 {
    font-weight: 700;
    font-size: 5rem;
    line-height: 0.7;
    margin-left: 4rem;
}

.contact-form .text-divider h3 {
    font-weight: 100;
    font-size: 4.5rem;
}

.contact-form .text-divider h1 {
    font-weight: 700;
    color: var(--main-bg-orange);
    font-size: 4.5rem;
    line-height: 0.7;
}

footer i {
    font-size: 1.5rem !important;
}

footer p {
    font-size: 1.2rem !important;
}

.mision h1 {
    color: var(--main-bg-orange);
}

.banner-about {
    text-align: center;
}

/*
* Media Queries
*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    .contact-form .text-divider,
    .contact-form form {
        text-align: center !important;
    }

    .contact-form .text-divider h3 {
        font-size: 2.75rem !important;
    }

    .services .banner-about .text {
        margin-top: 1.5rem;
    }

    .navbar-toggler {
        border: 1px solid;
    }

    .services .vision p {
        padding-right: 0px;
    }

    .services .vision .text {
        right: 2rem;
    }

    .services .mision .woman,
    .services .vision .people {
        height: 650px;
    }

    .services .mision .text,
    .services .vision .text {
        width: auto;
    }

    .services .vision .text {
        text-align: center;
        margin-left: 1rem;
        padding-left: 2rem;
    }

    .mision .text-justify {
        margin-top: 10rem;
    }

    .services .mision .text {
        margin-top: 8rem;
        margin-left: 1rem;
    }

    .services .mision h3,
    .services .vision h3 {
        font-size: 4rem;
    }

    .services .mision h1 {
        font-size: 4rem;
    }

    .services .vision h1 {
        font-size: 3rem;
    }

    .services .banner-about img {
        display: none;
    }

    .services .banner-about .text {
        margin-left: 2rem;
        padding-right: 0rem;
    }

    .services .banner-about h1,
    .services .banner-about h3 {
        font-size: 4rem;
    }

    .contact-form .text-divider h1 {
        font-size: 2.5rem;
    }

    .banner .banner-text {
        width: 370px;
        right: 0px !important;
    }

    .banner .banner-button a {
        right: 2rem;
    }

    .banner .banner-text h1 {
        font-size: 45px !important;
    }

    .services .logo img {
        height: 110px;
        width: 275px;
    }

    .services .logo h3 {
        font-size: 2rem;
    }

    .map .title {
        position: absolute;
        margin-left: 0rem;
        margin-top: -55px;
    }

    .map .img-fluid {
        margin-top: 5rem;
    }

    .map .title h3 {
        font-size: 3rem;
    }

    .map .title h1 {
        font-size: 4rem;
    }

    #icons img {
        width: 175px;
    }

    .banner .banner-text {
        top: 250px;
        right: -30px;
    }

    .banner-text h3,
    .banner-text h1 {
        color: #ffffff;
    }

    .banner .banner-button a {
        right: 5rem;
    }

    .banner .banner-text h1 {
        font-size: 65px;
    }

    .banner .banner-text h3 {
        font-size: 44px;
    }

    .non-slider .upper-text {
        margin-left: 25px;
    }

    .non-slider .lower-text {
        right: 30px;
        margin-top: 780px;
    }

    .homecovert {
        padding: 1rem;
    }

    .homecovert p {
        text-align: right;
    }

    .homecovert .text p:nth-child(4),
    .homecovert .text p:nth-child(3) {
        margin-left: 0px;
    }

    .homecovert a {
        margin-left: 0px;
    }

    footer .contact {
        flex-direction: column;
        align-items: center;
    }

    footer .contact li:first-child,
    footer .contact li:nth-child(2n) {
        margin-left: 0px;
        margin-right: 0px;
    }

    footer .privacy {
        flex-direction: column;
        text-align: center;
    }

    footer .privacy a:first-child {
        margin-right: 0px;
    }

    ul {
        padding-left: 0px;
    }

    .packages .lower-text {
        padding: 1rem;
        left: 0;
        top: 1093px;
    }

    .packages .lower-text .slogan h1 {
        font-size: 90px;
        margin-left: -5px;
    }

    .packages .lower-text .slogan p {
        width: 300px;
    }

    .packages .lower-text .text p {
        width: 335px;
    }

    .card ul {
        padding-left: 1rem;
    }

    .packages-info .packages-title h1 {
        font-size: 60px;
    }

    .packages .uppter-text {
        right: 2px;
        top: 215px;
    }

    .packages .uppter-text h1 {
        font-size: 70px;
    }

    .packages .uppter-text h3 {
        font-size: 55px;
    }

    .packages .uppter-text h4 {
        font-size: 130px;
    }

    .packages .uppter-text h5 {
        font-size: 70px;
    }

    .packages-contact {
        text-align: center;
    }

    .services .uppter-text {
        left: 0;
        top: 8rem;
    }

    .services .uppter-text h1 {
        font-size: 72px;
    }

    .services .uppter-text h3 {
        font-size: 47px;
        color: white;
    }

    #email {
        width: auto;
        margin-left: auto;
    }

    .info .lower-text h1 {
        font-size: 90px;
    }

    .info .lower-text h3 {
        font-size: 38px;
    }

    .info .upper-text {
        margin-top: 1rem;
    }

    .info .upper-text h3 {
        font-size: 65px;
    }

    #hosting {
        width: auto;
    }

    .contact-form {
        margin-top: 2rem;
    }

    .vision .text,
    .mision .text {
        text-align: center;
    }

    .woman,
    .people {
        opacity: 0.25;
    }

    .services .banner-about .text {
        padding-right: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .banner-text {
        top: 18rem;
        right: 5rem;
    }

    .map .title {
        margin-left: 3rem;
    }

    .banner-text h3,
    .banner-text h1 {
        color: #ffffff;
    }

    .services .banner-about .text {
        padding-right: 0px;
    }

    .services .mision .text {
        margin-top: 13rem;
        margin-left: 0px;
        padding-left: 1rem;
    }

    .mision h1 {
        color: #ffffff;
    }

    .services .vision .text {
        margin-top: 1rem !important;
        right: 1rem;
    }

    .services .mision .text .text-justify {
        width: 350px;
        color: #ffffff;
    }

    .services .vision .text .text-justify {
        padding-left: 23rem !important;
    }

    .map .title h3 {
        font-size: 3rem;
    }

    .map .title h1 {
        font-size: 5rem;
    }

    .services .vision .text {
        text-align: right;
        margin-top: 5rem;
    }

    .services .vision .text .text-justify {
        padding-right: 0rem;
        font-size: 1.5rem;
        font-weight: 300;
        margin-top: 1.5rem;
        padding-left: 16rem;
    }

    .services .mision .text .text-justify {
        width: 20rem;
    }

    .banner-about .col-xl-5 img {
        display: none;
    }

    .banner-about .col-xl-6 {
        padding-left: 3rem;
    }

    .services .banner-about .text {
        margin-left: 0px;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .homecovert .text p {
        padding: 1rem;
    }

    .homecovert .text p:nth-child(3) {
        margin-left: 0rem;
    }

    .homecovert .text p:nth-child(4) {
        margin-left: 0rem;
    }

    .homecovert a {
        margin-left: 0px;
    }

    .packages .uppter-text {
        top: 355px;
    }

    .packages .lower-text .slogan p,
    .packages .lower-text .text p {
        color: #fff;
    }

    .services .uppter-text {
        top: 305px;
    }

    .services .uppter-text h1,
    .services .uppter-text h3 {
        color: white;
    }

    .info .upper-text h3 {
        font-size: 70px;
    }

    .consultoring {
        height: 250px;
    }

    #hosting {
        width: 355px;
    }

    #email {
        width: 306px;
        margin-left: 40px;
    }

    .info .lower-text h1 {
        font-size: 88px;
    }

    .contact-form {
        margin-top: 2rem;
    }
}

@media only screen and (device-width: 1024px) {
    .services .mision p {
        margin-left: 6rem;
    }
}

@media only screen and (min-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) {
    .banner-text {
        top: 18rem;
    }

    .vision p {
        margin-left: 5rem;
    }

    .map .title h1 {
        font-size: 8rem;
    }

    .banner-text h3,
    .banner-text h1 {
        color: #ffffff;
    }

    .services .mision p {
        width: 380px;
        margin-left: 10rem;
    }

    .mision h1,
    .services .mision p {
        color: #ffffff;
    }

    .services .vision .text {
        text-align: right;
        right: 2rem;
        margin-top: 7rem;
    }
}

@media only screen and (device-width: 1920px) {
    .services .mision .text {
        margin-left: 16rem;
    }
}

.owl-carousel .owl-item.active .card-img-top {
    max-height: 12rem;
    object-fit: cover;
}