/**********************   Home     *********************/


/* .logo img {
    width: 200px;
    max-width: initial;
} */


/* .nav-logo-wrap {
    margin-right: 100px;
} */

.main-nav.dark {
    background-color: rgb(20 20 20);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#home::before,
#about::before,
#service:before,
#clients:before {
    background-color: transparent;
    /* opacity: 1; */
}

#services,
#service {
    padding: 0;
}

.inner-nav {
    float: left;
}

.main-nav.dark .inner-nav ul>li>a {
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
}

.inner-nav ul li {
    margin-left: 35px;
}

.main-nav {
    height: 80px !important;
    padding: 12px 70px;
}

.intro_title {
    text-align: left;
}

.intro_title strong {
    text-transform: uppercase;
    color: #1679bc;
}

.intro_title p {
    line-height: 45px;
    font-size: 50px;
    margin: 0;
    font-weight: bold;
    color: #1679bc;
}

.color_wite {
    color: #fff !important;
}

.nbc-social-links {
    position: absolute;
    margin-top: 160px;
}

.nbc-social-links a {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.nbc-social-links i {
    margin-top: 7px;
    font-size: 20px;
}


/**********************   Title about     *********************/

.title_about h2,
.title_about h3 {
    color: #fff;
    text-align: right;
    line-height: 15px;
    font-size: 36px;
    letter-spacing: 3px;
}

.title_about h3 {
    font-weight: 500;
    font-size: 30px;
}

.title_about p {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-top: 50px;
}

.title_about p strong {
    font-weight: 700;
    font-size: 22px;
}


/**********************   Title services     *********************/

.split-section-content {
    width: 100%;
    background: rgb(255 255 255 / 26%);
    margin-bottom: -1px;
}

.item_black {
    background-color: #000000b8;
}

.item_wite {
    background-color: #5858589c;
}

#service {
    padding-top: 40px;
}

#service .wite {
    color: #fff;
    line-height: 0px;
    font-size: 35px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 10px;
}

#service .blue {
    color: #1679bc;
    line-height: 50px;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.services_bg_black {
    background-color: #000;
    height: 300px;
}

.services_bg_wite {
    background-color: #fff;
    height: 300px;
}

.title_services {
    text-transform: uppercase;
    text-align: justify;
}

.service-descr {
    color: #fff;
    font-size: 18px;
    text-align: justify;
}

.title_services .blue,
.title_services .wite {
    line-height: 20px;
    font-size: 30px;
}

.title_services .blue {
    color: #1679bc;
}

.title_services .wite {
    color: #fff;
}

.title_services:hover {
    transform: scale(1.1);
    transition: ease-in-out .5s;
}

.text_large {
    top: 30%;
}


/**********************   Title slogan     *********************/

.slogan {
    font-size: 22px;
    color: #fff;
    font-style: oblique;
    text-align: justify;
    margin-bottom: 0;
    margin-top: 30px;
}

.autor {
    font-size: 20px;
    color: #fff;
    text-align: right;
    margin-bottom: 40px;
}


/**********************   clientes     *********************/

#clients {
    padding: 0 0 80px 0;
}

#clients h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 50px 0;
}

#clients h3 small {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1679bc;
}

.img_clients img {
    margin-bottom: 35px;
}

#clients .section-line {
    width: 80%;
    height: 3px;
    border-radius: 30px;
}

#clients .count-descr {
    /* display: flex; */
    display: block;
    /* text-align: left; */
}

#clients .count-number {
    font-size: 70px;
    color: #fff;
}

#clients .count-descr img {
    width: 70px;
}

#clients .count-title {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
    text-align: left;
    display: inline-flex;
}


/**********************   Contact     *********************/

#contact h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
}

#contact input,
#contact textarea {
    background-color: #1679bc;
    border-radius: 10px;
    border: 0px;
    color: #fff;
}

#contact input::placeholder,
#contact textarea::placeholder {
    color: #fff;
}

#contact input:focus,
#contact textarea:focus {
    box-shadow: 0 0 0 0;
}

.btn_send {
    background-color: #fff;
    color: #1679bc;
    font-weight: 700;
    transition: ease-in-out .3s;
}

.btn_send:hover {
    background-color: #1679bc;
    color: #fff;
    font-weight: 700;
    transition: ease-in-out .3s;
}

#contact video {
    border-radius: 100%;
}


/**********************   Contact     *********************/

.footer {
    text-align: center;
    color: #707070;
    font-size: 12px;
    padding: 30px 0;
}

.alert {
    margin: 0 auto 10px;
    padding: 14px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: none;
    color: #3c763d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #d4edda;
    margin-top: 12px;
    font-weight: bold;
}


/**********************   animaciones     *********************/

#home .shape_one img {
    animation: shape_one 30s alternate infinite;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 0;
}

@keyframes shape_one {
    from {
        margin-right: 100%;
    }
    to {
        margin-right: 0%;
    }
}

#home .shape_two img {
    animation: shape_two 30s alternate infinite;
    position: absolute;
    top: 50%;
    z-index: 0;
}

@keyframes shape_two {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }
}

#home .shape_three img {
    animation: shape_three 30s alternate infinite;
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 0;
}

@keyframes shape_three {
    from {
        margin-right: 130%;
    }
    to {
        margin-right: 0%;
    }
}

#about .shape_one img {
    animation: shape_one 30s alternate infinite;
    transform: rotate(-20deg);
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 0;
}

@keyframes shape_one {
    from {
        margin-right: 100%;
    }
    to {
        margin-right: 0%;
    }
}

#about .shape_two img {
    animation: shape_two 30s alternate infinite;
    position: absolute;
    bottom: 20%;
    z-index: 0;
}

@keyframes shape_two {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }
}

#clients .shape_one img {
    animation: shape_one 30s alternate infinite;
    transform: rotate(-20deg);
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 0;
}

@keyframes shape_one {
    from {
        margin-right: 100%;
    }
    to {
        margin-right: 0%;
    }
}

#clients .shape_two img {
    animation: shape_two 30s alternate infinite;
    position: absolute;
    bottom: 20%;
    z-index: 0;
}

@keyframes shape_two {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }
}

#contact .shape_one img {
    animation: shape_one 30s alternate infinite;
    transform: rotate(30deg);
    position: absolute;
    top: 5%;
    right: 0;
    z-index: 0;
}

@keyframes shape_one {
    from {
        margin-right: 100%;
    }
    to {
        margin-right: 0%;
    }
}

#contact .shape_two img {
    animation: shape_two 30s alternate infinite;
    transform: rotate(-20deg);
    position: absolute;
    bottom: 10%;
    z-index: 0;
}

@keyframes shape_two {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }
}

@media only screen and (max-width: 720px) {
    .nbc-social-links {
        margin-top: 0px;
    }
    .nbc-social-links {
        padding: 0px 0px 0px;
    }
    .title_about {
        margin-top: 50px;
    }
    .intro_title p {
        font-size: 35px;
    }
    .main-nav {
        padding: 12px 30px;
    }
    #home {
        background-image: url(../images/bg/bg_profile.jpg) !important;
    }
    #home .shape_two img {
        top: 70%;
    }
    #home .shape_three img {
        display: none;
    }
    #about .shape_two img {
        bottom: 0%;
    }
    #about .shape_one img {
        top: 45%;
    }
    .title_about p {
        padding: 0 20px;
    }
    .slogan,
    .autor {
        padding: 0 20px;
    }
    #contact h1 {
        font-size: 30px;
    }
    .slogan_bg {
        background-image: url(../images/bg/bg_slogan_responsive.jpg) !important;
    }
    #services {
        background-image: initial !important;
    }
}