@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    font-family: 'Exo', 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #f6f6f6;
    color: #1f1f1f;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

a,
a:hover,
.btn-link,
.btn-link:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.header-wrap-all .navbar-light .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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header-wrap-all .navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

.container {
    max-width: 1530px;
    width: 95%;
}

.btn {
    border-radius: 0;
    padding: .75rem 1rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.call .btn-secondary:not(:disabled):not(.disabled).active,
.call .btn-secondary:not(:disabled):not(.disabled):active,
.call .show>.btn-secondary.dropdown-toggle {
    background: #1b0c61;
    box-shadow: none;
}

.header-wrap .navbar .container-fluid {
    padding: 0 0 0 0;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2eb8c5;
    border-color: #2eb8c5;
}

main {
    background: #fff;
    overflow: hidden;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 0 0 0;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 0 0;
    width: 100%;
}

.header-wrap-all {
    background: rgb(255 255 255 / 0%);
}

.header-wrap-all .top-header-wrap {
    padding: 10px 50px 10px 20px
}

.header-wrap-all .header-wrap {
    padding: 20px 50px 20px 20px;

}

.bgpurple {
    background: #3d3d8f !important;
}

.btn-red {
    background: #e5007e !important;
}

.shadowmenu {
    box-shadow: 0 4px 2px -2px rgb(99 99 99 / 20%);
}

.top-header-wrap {
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.top-header-wrap p {
    color: #3d3d8f;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.navbar-brand {
    margin-right: 0;
    min-width: 250px;
    padding-right: 0;
}

#navbarMadero .navbar-nav {
    padding-left: 150px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: 0;
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: 0;
    background: #15262E;
    height: 4px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.scrolled {
    background: #1b0c61;
    transition: 200ms linear;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    background: #15262E;
    border-color: #15262E;
    color: #fff;
    font-size: 22px;
    outline: none;
    box-shadow: none;
    border-radius: 0 10px 0 10px;
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    -ms-border-radius: 0 10px 0 10px;
    -o-border-radius: 0 10px 0 10px;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background-color: #00A98F;
    border-color: #00A98F;
}

#slider {
    position: relative;
    overflow: hidden;
}

#slider .col-slide {
    padding: 60px 0 30px;
}

#slider h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#slider p {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: normal;
}

#slider .btn-slide {
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 22px;
    border-radius: 0;
    padding: 10px 20px;
}

.caption-animate .carousel-item.active .carousel-caption {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.caption-animate .carousel-item.active .carousel-caption.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.caption-animate .carousel-item.active .carousel-caption.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.caption-animate .carousel-item.active .carousel-caption.flipOutX,
.caption-animate .carousel-item.active .carousel-caption.flipOutY,
.caption-animate .carousel-item.active .carousel-caption.bounceIn,
.caption-animate .carousel-item.active .carousel-caption.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.caption-animate .carousel-item .carousel-caption.fadeIn,
.caption-animate .carousel-item .carousel-caption.fadeInDown,
.caption-animate .carousel-item .carousel-caption.fadeInDownBig,
.caption-animate .carousel-item .carousel-caption.fadeInLeft,
.caption-animate .carousel-item .carousel-caption.fadeInLeftBig,
.caption-animate .carousel-item .carousel-caption.fadeInRight,
.caption-animate .carousel-item .carousel-caption.fadeInRightBig,
.caption-animate .carousel-item .carousel-caption.fadeInUp,
.caption-animate .carousel-item .carousel-caption.fadeInUpBig {
    opacity: 0;
}

.head {
    text-align: center;
    padding-bottom: 30px;
}

.head h2 {
    color: #000;
    margin-bottom: 15px;
    font-size: 45px;
}

.head p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#slider .carousel-item .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 75%;
    max-width: 100%;
}

.btn-contact {
    background: transparent;
    border: 1px solid #201f1f;
    font-weight: 800;
    color: #201f1f;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
}

.btn-search {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-cart {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-quote {
    box-shadow: none;
    background: #e5007e;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 15px 50px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
}

.btn-lang {
    background: transparent;
    border: 0;
    color: #3d3d8f;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-weight: 400;
}

.btn-lang img {
    padding-right: 5px;
}

.btn-lang i {
    padding-right: 5px;
}

.btn-quote:hover {
    background: #e5007e;
}

.top-header-wrap .dropdown-menu {
    z-index: 9999;
}

footer.padding {
    background: #15262E;
    padding: 50px 50px 50px 50px;
    position: relative;
}

footer ul {
    padding-inline-start: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 300;
}

footer ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

footer ul li a:hover {
    color: #fff;
}

footer ul li a i {
    padding-right: 5px;
    color: #fff;
}

footer ul li a:hover i {
    color: #fff;
}

footer p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 50px 0 0 0;
    font-weight: 400;
}

footer .social a {
    font-size: 16px;
    margin-right: 10px;
    padding: 0 0 0 0;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

footer .social a i {
    color: #15262E;
    padding: 0;
}

footer .social a:hover i {
    color: #15262E;
}

footer .info li a {
    font-size: 18px;
}

footer .info li a i {
    font-size: 24px;
    margin-right: 5px;
}

footer .links li {
    margin-bottom: 0;
}

footer .links li a {
    font-size: 18px;
}

footer .links li {
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
}

.social {
    display: flex;
    align-items: center;
}

.top-header-wrap .text-start ul li {
    margin-right: 10px;
}

.top-header-wrap .text-start ul li a {
    color: #fff;
    font-size: 20px;
}

.top-header-wrap .text-end ul {
    display: inline-flex;
    align-items: center;
    margin-left: 100px;
}

.top-header-wrap .text-end ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.top-header-wrap .text-end ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

.top-header-wrap .text-end a,
.top-header-wrap .text-end ul li a {
    color: #fff;
}

.header-wrap-all.scroll-menu,
.header-wrap-all.sticky-top {
    background: #15262E;
}

.header-wrap-all.scroll-menu .header-wrap,
.header-wrap-all.sticky-top .header-wrap {
    padding: 15px 50px 15px 20px;
    transition: 200ms linear;
}

footer .contact a {
    font-size: 18px;
    display: flex;
    align-items: start;
}

footer .contact i {
    color: #fff;
    position: relative;
    top: 5px;
    padding-right: 8px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-wrap-all.scroll-menu .top-header-wrap {
    border: 0;
}

.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    position: relative;
}

header .logo img {
    padding: 10px 0;
    display: block;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

header .logo img.noscroll {
    display: block;
}

header .logo img.scroll {
    display: none;
}

.header-wrap-all.fixed-top.scroll-menu .logo img.noscroll {
    display: none;
}

.header-wrap-all.fixed-top.scroll-menu .logo img.scroll {
    display: block;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover::before,
.navbar-light .navbar-nav .nav-item .nav-link.active::before {
    opacity: 1;
}

.fwsp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: auto;
    width: auto;
    background: #25D366;
    padding: 15px;
    border-radius: 50px;
    z-index: 199;
}

.formshow {
    position: fixed;
    right: 20px;
    bottom: 110px;
    opacity: 0;
    z-index: 99;
    transition: 200ms linear;
}

.formshow.view {
    opacity: 1;
}

.bounce {
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-20px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.contact .contact-form {
    position: fixed;
    width: 400px;
    height: auto;
    top: 170px;
    right: -400px;
    z-index: 9999;
    padding: 30px 30px 30px 30px;
    background-color: #15262E;
    transition: all .5s ease;
    border-bottom-left-radius: 30px;
}

.contact .menu-toogle {
    position: fixed;
    text-align: center;
    top: 300px;
    width: 310px;
    right: -130px;
    border-radius: 3px;
    background-color: #15262E;
    transition: all .5s ease;
    z-index: 9999;
    transform: rotate(-90deg);
    padding: 10px 0 10px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size: 20px;
}

.contact .menu-toogle:hover {
    cursor: pointer;
    background-color: #15262E;
}

.contact .checkbox {
    display: none;
}

.contact .checkbox:checked~.contact-form {
    right: 0px;
    position: fixed;
}

.contact .checkbox:checked~.main-w {
    margin-left: 200px;
}

.contact .checkbox:checked~.menu-toogle {
    right: 265px;
    position: fixed;
    background-color: #15262E;
}

.contact-form h2 {
    font-size: 22px;
}

.contact-form label {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.contact-form .form-control,
.contact-form .form-select {
    border-radius: 10px;
    background: #15262e;
    color: #fff;
    border: 2px solid #ffffff;
    padding: 0 10px;
    height: 35px;
}

.contact-form textarea.form-control {
    height: 85px;
    padding: 1rem 1rem;
}

.contact .contact-form .btn {
    background-color: #15262e;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    margin: 0 auto 0 auto;
    padding: 5px 5px;
    outline: none;
    border: 0;
    width: 100%;
}

.contact .contact-form .btn:hover {
    color: #fff;
}

.modal {
    z-index: 10000;
}

.modal-backdrop {
    z-index: 9999;
}

.modalDownload .modal-content,
.modalContact .modal-content {
    background-color: #15262E;
    padding: 60px 60px;
    border-radius: 50px;
    border: 0;
}

.modalDownload .modal-content h2,
.modalContact .modal-content h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: none;
}

.modalDownload .contact-form .form-control,
.modalDownload .contact-form .form-select,
.modalContact .contact-form .form-control,
.modalContact .contact-form .form-select {
    height: 60px;
    border-radius: 15px;
}

.modalDownload .contact-form .btn,
.modalContact .contact-form .btn {
    background-color: #fff;
    color: #00A98F;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    margin: 30px auto 0 auto;
    padding: 8px 25px;
    text-transform: uppercase;
    border-radius: 10px;
}

.modalDownload .contact-form .btn.send,
.modalContact .contact-form .btn.send {
    background-color: #fff;
    color: #00A98F;
    border-radius: 50px;
    font-size: 22px;
    display: block;
    margin: 60px auto 0 auto;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 40px;
    border-radius: 10px;
}

.modalDownload .contact-form .btn.send:hover,
.modalContact .contact-form .btn.send:hover {
    color: #00A98F;
}

.swal-madero {
    background-color: #15262E;
    padding: 40px 40px;
    border-radius: 50px;
}

.swal-madero .swal2-title {
    color: #fff;
    padding: 0;
}

.swal-madero .swal2-html-container {
    color: #fff;
    padding: 0;
    margin: 0;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.modalDownload .contact-form .btn.fileUpload,
.modalContact .contact-form .btn.fileUpload {
    margin-top: 0;
    background-color: transparent;
    color: #fff;
    border: 0;
    font-size: 18px;
    background: #00A98F;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.modalDownload .contact-form .btn.fileUpload:hover,
.modalContact .contact-form .btn.fileUpload:hover {
    background-color: #00A98F !important;
    color: #fff;
}

#uploadFile {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.contact-form input[type=number] {
    appearance: textfield;
}

.swal2-container {
    z-index: 10001;
}

footer .social li {
    margin-bottom: 0;
}

b {
    font-weight: 800;
}


h2.title {
    font-family: 'Barlow', sans-serif;
    font-size: 42px;
    color: #15262E;
    font-weight: 500;
    margin-bottom: 50px;
}


p.text {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    color: #15262E;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
}

.line {
    position: relative;
}

.line::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 150px;
    height: 3px;
    left: 50%;
    background-color: #00A98F;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#learnmore .owl-carousel .owl-item .item .container {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#learnmore .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

#learnmore .owl-carousel .owl-item .firt-item {
    background-image: url(../images/bg/bg_decor_01.png);
    background-color: #d8d9d9;
    background-position: center center;
    background-size: cover;
}

#learnmore .owl-carousel .owl-item .second-item,
#learnmore .owl-carousel .owl-item .third-item,
#learnmore .owl-carousel .owl-item .fourth-item,
#learnmore .owl-carousel .owl-item .fifth-item {
    background-image: url(../images/bg/bg_decor_02.png);
    background-color: #15262E;
    background-position: center center;
    background-size: cover;
}

#learnmore .owl-carousel .owl-item .second-item .title,
#learnmore .owl-carousel .owl-item .third-item .title,
#learnmore .owl-carousel .owl-item .fourth-item .title,
#learnmore .owl-carousel .owl-item .fifth-item .title {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
}

#learnmore .owl-carousel .owl-item .second-item .text,
#learnmore .owl-carousel .owl-item .third-item .text,
#learnmore .owl-carousel .owl-item .fourth-item .text,
#learnmore .owl-carousel .owl-item .fifth-item .text {
    color: #fff;
    font-size: 20px;
}

#begin {
    background-image: url(../images/bg/bg_decor_06.png);
    background-position: center center;
    background-size: cover;
}

#begin .title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 200;
}

#begin .title b {
    font-weight: 600;
}

#begin .text {
    color: #fff;
    font-size: 24px;
}

.icon-line {
    display: block;
    position: relative;
    padding: 20px;
}

.icon-line::before {
    content: "";
    position: absolute;
    bottom: 50%;
    width: 150px;
    height: 3px;
    left: 50%;
    background-color: #00A98F;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

#begin .btn {
    text-transform: uppercase;
    background: #00A98F;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#teams {
    background-image: url(../images/bg/bg_decor_01.png);
    background-color: #d8d9d9;
    background-position: center center;
    background-size: cover;
}

#teams .owl-team .team-image {
    margin: 0 0 15px 0;
    position: relative;
}

#teams .owl-team .team-image .team-image-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 30px 30px;
    background: rgb(0 0 0 / 80%);
    opacity: 0;
    transition: 200ms linear;
}

#teams .owl-team .team-image .team-image-text .text {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
}

#teams .owl-team .team-image .team-image-text .text:last-child {
    margin-bottom: 0;
}


#teams .owl-team .team-image img {
    width: auto;
    margin: 0 auto 0;
}

#teams .owl-team .team-info {
    background: #15262E;
    border-radius: 0 20px 0 20px;
    padding: 20px 20px 20px 20px;
    color: #fff;
}

#teams .owl-team .team-info h2 {
    font-weight: 700;
    font-size: 28px;
}

#teams .owl-team .team-info h4 {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

#teams .owl-team .owl-item:hover .team-image .team-image-text {
    opacity: 1;
}

/* #teams .owl-team .owl-item .item{
    opacity: 0.5;
}

#teams .owl-team .owl-item.active.center .item{
    opacity: 1;
}

#teams .owl-team .owl-item:hover .item{
    opacity: 1;
} */

.fa-lplay {
    transform: rotate(180deg);
}

#teams .owl-nav {
    display: block;
}

#teams .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 50px;
    color: #00A98F;
}

#teams .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 50px;
    color: #00A98F;
}

#teams .text {
    color: #fff;
    font-size: 18px;
}

#videos {
    background-color: #15262e;
}

#videos h2.title {
    color: #fff;
    font-size: 50px;
}

#videos .btn {
    background: #00a98f;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    text-align: left;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#videos .btn b {
    font-size: 32px;
    font-weight: 800;
}

#videos .btn i {
    font-size: 32px;
    padding-left: 15px;
    font-weight: 300;
}

#videos .btn:hover,
#videos .btn:active,
#videos .btn:focus {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

#clients {
    min-height: 1000px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#clients::after {
    content: "";
    background-image: url(../images/bg/bg_decor_08.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 45%;
}

#clients .container {
    position: relative;
    z-index: 2;
}

#clients h2.title {
    font-size: 50px;
}

#clients .owl-client .client {
    padding: 0 20px 0 20px;
}

#clients .owl-client .client-image {
    margin: 0 0 -90px 0;
}

#clients .owl-client .client-image img {
    width: auto;
    margin: 0 auto 0;
}

#clients .owl-client .client-info {
    background: #fff;
    border-radius: 0 30px 0 30px;
    padding: 150px 30px 30px 30px;
    color: #15262e;
    border: 4px solid #a9cad3;
}

#clients .owl-client .client-info h2 {
    font-family: 'Exo', 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

#clients .owl-client .client-info p {
    font-family: 'Exo', 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
    line-height: normal;
    min-height: 95px;
}

#clients .owl-client .client-info .img-icon {
    width: auto;
    margin: 30px auto 0;
}

#clients .owl-dots {
    display: block;
    margin: 50px 0 50px 0;
}

#clients .btn {
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#clients .btn b {
    font-weight: 800;
}

#clients .owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 168, 143, 0.5);
}

#clients .owl-theme .owl-dots .owl-dot.active span,
#clients .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(0, 168, 143);
}


#profiles.padding {
    padding: 0 0 0 0;
}

/* #profiles .owl-item .item .container{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
} */

#profiles .owl-item .item .profile {
    display: flex;
    background-image: url(../images/bg/bg_decor_02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1000px;
    align-items: center;
    justify-content: center;
}

#profiles .owl-item .item .profile.start {
    background-image: url(../images/profiles/profile0.jpg);
    background-position-y: -60px;
}

#profiles .owl-item .item .profile.start h2 {
    color: #fff;
    font-size: 72px;
}

#profiles .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.4);
}

#profiles .owl-theme .owl-dots .owl-dot.active span,
#profiles .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(255, 255, 255);
}

#profiles .owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
}

#profiles .icon-line::before {
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

#profiles h2.title {
    color: #fff;
}

#profiles .owl-item .item .profile p {
    font-size: 24px;
    color: #fff;
}

#profiles .btn {
    background-color: #00A98F;
    border-color: #00A98F;
}

.dropdown-menu.show {
    background-color: rgb(21 38 46 / 50%);
    width: auto;
    min-width: auto;
    text-align: left;
}

.dropdown-item {
    color: #fff;
    padding: 0.5rem 1rem;
    background: #15262E;
    margin-bottom: 5px;
    border-radius: 0 10px 0 10px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgb(21 38 46 / 50%);
}

#profiles .owl-theme .owl-nav {
    margin: 0 0 0 0;
}

#profiles .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 100px;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 50px;
    color: #fff;
}

#profiles .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 100px;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 50px;
    color: #fff;
}

.custom-select {
    background: #15262E url(../images/down.png) no-repeat right 1.2rem center/15px 10px !important;
}

.item-product:hover {
    cursor: pointer;
}

.modalDownload.modalDownloadProduct .modal-content h2,
.modalContact.modalContactProduct .modal-content h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: left;
}

.modalDownloadProduct .text,
.modalContactProduct .text {
    color: #fff;
    font-size: 20px;
}

.modalDownloadProduct .line::after,
.modalContactProduct .line::after {
    bottom: -20px;
    left: 0;
    background-color: #00A98F;
    transform: none;
}

#learnmore .owl-theme .owl-nav {
    margin: 0 0 0 0;
}

#learnmore .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 100px;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 50px;
    color: #00a98f;
}

#learnmore .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 100px;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 50px;
    color: #00a98f;
}

#learnmore .owl-nav.owl-nav-first .owl-prev,
#learnmore .owl-nav.owl-nav-first .owl-next {
    opacity: 0;
}

#learnmore .counter {
    background: #00a98f;
    padding: 10px;
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}


#learnmore .owl-carousel .owl-item .second-item .line::after,
#learnmore .owl-carousel .owl-item .third-item .line::after,
#learnmore .owl-carousel .owl-item .fourth-item .line::after,
#learnmore .owl-carousel .owl-item .fifth-item .line::after {
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

#info {
    position: relative;
}

#info::after {
    content: "";
    height: 2px;
    width: 90%;
    background: #a9cad3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service {
    padding: 40px 30px 30px 30px;
    border: 1px solid #a9cad3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
}

.service h2 {
    font-family: 'Exo', 'Barlow', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.service p {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.begin-opt {
    align-items: center;
}

.begin-opt .begin-image {
    position: relative;
}

.begin-opt .begin-image::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 60px;
    right: 15px;
    top: 0;
    background-color: #00A98F;
}

#results {
    position: relative;
}

#results::after {
    content: "";
    height: 2px;
    width: 90%;
    background: #a9cad3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#results .top-section .text {
    max-width: 1150px;
    margin: 0 auto 50px;
}

#results .money {
    background: #efefef;
    padding: 50px 30px;
    border-radius: 15px 0 15px 0;
    text-align: center;
    margin-bottom: 50px;
}

#results .money h2 {
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1.5px solid #00a98f;
}

#results .money p {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0;
}

#results .data h3 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
}

#results .note {
    color: #000000;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 85px;
}

#contact-form {
    position: relative;
    overflow: hidden;
}

#contact-form::after {
    content: url(../images/bg/bg_decor_07.png);
    position: absolute;
    left: 0;
    bottom: -150px;
}

#contact-form form {
    position: relative;
    z-index: 1;
}

#contact-form form .input-field {
    margin-bottom: 30px;
}

#contact-form form .input-field:last-of-type {
    margin-bottom: 60px;
}

#contact-form form .input-field .form-control {
    font-family: 'Barlow', sans-serif;
    width: 100%;
    height: 70px;
    font-size: 25px;
    padding: 15px 20px;
    color: #00212a;
    border: 2px solid #00212a;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: none;
}

#contact-form form .send {
    padding: 10px 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#breadcrumbs {
    padding: 12px 0;
    background: #FAFBFD;
    border-bottom: 1px solid #eee;
}

#breadcrumbs .breadcrumb  .breadcrumb-item a{
    color: #15262E;
}

#page h1.title {
    font-size: 32px;
    color: #15262E;
    font-weight: 700;
    margin-bottom: 15px;
}

#page p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#page ol {
    counter-reset: item;
}

#page ol li {
    display: block;
    margin-bottom: 1em;
}

#page ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: 600;
}

#page ol li ul,
#page ol li ol li ul {
    padding-left: 1rem;
}

#page ol li ul li::before,
#page ol li ol li ul li::before{
    content: none;
}



@media screen and (min-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: 100%;
    }

    .carousel-control-prev, .carousel-control-next{
        width: 10%;
    }
}

@media screen and (min-width: 1199px) {

    #begin .container,
    #teams .container,
    #videos .container {
        max-width: 1650px;
        width: 95%;
    }
}

@media screen and (min-width: 1920px) {}

@media screen and (max-width: 1650px) {
    #slider h2 {
        font-size: 35px;
    }

    #slider p {
        font-size: 24px;
    }

    #slider .btn-slide {
        font-size: 22px;
    }

    #profiles .owl-nav .owl-prev {
        left: 5%;
    }

    #profiles .owl-nav .owl-next {
        right: 5%;
    }
}

@media screen and (max-width: 1550px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px;
    }

    #teams .owl-team .team-info h2 {
        font-size: 25px;
    }

    #teams .owl-team .team-info h4 {
        font-size: 15px;
    }

    #teams .owl-team .team-image .team-image-text .text {
        font-size: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 1366px) {
    #teams .owl-team .team-info h2 {
        font-size: 22px;
    }

    #teams .owl-team .team-info h4 {
        font-size: 14px;
        font-weight: 600;
    }
}

@media screen and (max-width: 1300px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1250px) {
    #slider h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #slider .btn-slide {
        font-size: 18px;
    }

    #slider p {
        font-size: 16px;
    }

    #learnmore .owl-nav .owl-next {
        right: 5%;
    }

    #learnmore .owl-nav .owl-prev {
        left: 5%;
    }

    #learnmore p.text {
        font-size: 28px;
    }

    #navbarMadero .navbar-nav {
        padding-left: 60px;
    }

    #slider .col-slide {
        padding: 100px 0 30px;
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1000px) {
    footer ul li br {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .header-wrap-all.fixed-top {
        position: sticky;
        background: #15262E;
    }

    .dropdown-item {
        text-align: left;
    }

    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::before {
        left: 0;
        right: auto;
        width: 100px;
    }

    .navbar-light .navbar-nav .nav-link::before {
        right: unset;
        width: unset;
        bottom: 0;
    }

    #slider .title {
        font-size: 42px;
        text-align: left;
    }

    #slider .carousel-item .carousel-caption .d-flex {
        justify-content: center;
    }

    #slider p {
        font-size: 20px;
    }

    #slider .col-slide {
        padding: 30px 0 30px;
    }

    .navbar-light .navbar-brand {
        width: 60%;
    }

    footer ul.info {
        display: none;
    }

    footer p {
        margin: 20px 0 20px 0;
    }

    footer .social,
    footer .links {
        display: flex;
        align-items: center;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    footer .social {
        margin-top: 25px;
    }

    footer .contact a {
        justify-content: center;
    }

    .header-wrap-all.scroll-menu .navbar-brand .logo .scroll {
        max-height: 60px;
        top: 5px;
        -webkit-transform: none;
        transform: none;
    }

    .header-wrap-all.scroll-menu .header-wrap {
        padding: 10px 20px 10px 20px;
    }

    footer .social li:last-child a {
        margin-right: 0;
    }

    footer .social a {
        font-size: 24px;
    }

    .header-wrap-all .top-header-wrap,
    .header-wrap-all .header-wrap {
        padding: 10px 20px 10px 20px;
    }

    .padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    footer .container-fluid:last-child .row {
        text-align: center;
    }

    .contact .menu-toogle {
        top: 200px;
        width: 200px;
        right: -75px;
    }

    .contact .checkbox:checked~.menu-toogle {
        right: 320px;
    }

    .contact .contact-form {
        top: 125px;
    }

    .contact .contact-form .btn {
        margin: 5px 0 0 auto;
    }

    .contact-form textarea.form-control {
        height: 60px;
    }

    .contact-form label {
        text-align: left;
    }

    header .logo img.noscroll {
        display: none;
    }

    header .logo img.scroll {
        display: block;
    }

    #teams .owl-nav {
        display: none;
    }

    h2.title {
        font-size: 35px;
        text-align: center;
    }

    #teams .owl-theme .owl-dots {
        margin-top: 50px;
    }

    #profiles .owl-item .item .profile.start h2 {
        font-size: 40px;
    }

    .profile-info {
        text-align: center;
        padding: 40px 0 80px 0;
    }

    #profiles .owl-item .item .profile .profile-image img {
        width: 40%;
        margin: auto;
    }

    #profiles .icon-line::before {
        left: 50%;
        background-color: #00A98F;
        transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
    }

    #learnmore .owl-carousel .owl-stage {
        display: flex;
    }

    #learnmore .item {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
    }

    #profiles .owl-item .item .profile.start {
        background-color: #15262E;
        background-position: center center;
    }

    p.text {
        font-size: 28px;
    }

    .modalDownload .modal-content,
    .modalContact .modal-content {
        padding: 35px 30px;
    }

    .modalDownloadProduct .line::after,
    .modalContactProduct .line::after {
        left: 50%;
        background-color: #00A98F;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .begin-opt .begin-image {
        position: relative;
        text-align: center;
    }

    #learnmore .owl-carousel .owl-item .second-item .text,
    #learnmore .owl-carousel .owl-item .third-item .text,
    #learnmore .owl-carousel .owl-item .fourth-item .text,
    #learnmore .owl-carousel .owl-item .fifth-item .text {
        width: 80%;
        margin: 0 auto 20px;
    }

    #profiles .owl-theme .owl-nav {
        display: none;
    }

    #teams .owl-team .team-info h2 {
        font-weight: 600;
        font-size: 28px;
    }

    #teams .owl-team .team-info h4 {
        font-size: 14px;
    }

    #learnmore .owl-carousel .owl-item .second-item .line::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .modal-body {
        padding: 0;
    }

    footer .links li {
        width: 100%;
        text-align: center;
    }

    .modalDownload .modal-content,
    .modalContact .modal-content {
        padding: 20px 20px;
        border-radius: 5px;
    }

    .modalDownload .contact-form .form-control,
    .modalDownload .contact-form .form-select,
    .modalContact .contact-form .form-control,
    .modalContact .contact-form .form-select {
        height: 35px;
        border-radius: 15px;
    }

    .modalDownload .contact-form .btn.send,
    .modalContact .contact-form .btn.send {
        padding: 8px 30px;
        border-radius: 5px;
        margin-top: 0!important;
    }

    .modalDownload .modal-content h2,
    .modalContact .modal-content h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .head h2 {
        font-size: 32px;
    }

    #slider .title {
        font-size: 32px;
    }

    #slider .title br {
        display: none;
    }

    #slider .carousel-item .carousel-caption {
        width: 85%;
        padding: 0;
    }

    .fwsp {
        right: 25px;
        bottom: 25px;
    }

}

@media screen and (max-width: 650px) {
    .head h2 {
        font-size: 24px;
    }

    #videos .btn {
        font-size: 18px;
    }

    .service {
        padding: 40px 20px 30px 20px;
    }

    .service h2 {
        font-size: 18px;
    }

    .service p br {
        display: none;
    }

    .begin-opt .begin-image::after {
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    #teams .owl-team .team-info h2 {
        font-weight: 600;
        font-size: 20px;
    }

    #teams .owl-team .team-image .team-image-text .text {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    #teams .owl-team .team-info h4 {
        font-size: 12.5px;
    }

    #results .top-section .text,
    #results .money {
        margin-bottom: 30px;
    }

    #results .note {
        margin-top: 30px;
    }

    h2.title,
    #clients h2.title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 25px;
    }

    p.text {
        font-size: 20px;
    }

    #contact-form form .input-field .form-control {
        height: 50px;
        font-size: 16px;
    }

    #begin .btn {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    #services .col-6 {
        flex: 0 0 auto;
        width: 80%;
    }

    .contact .checkbox:checked~.menu-toogle {
        right: 220px;
    }

    .contact .contact-form {
        width: 300px;
        top: 125px;
        padding: 20px 20px 20px 20px;
    }

    .contact .menu-toogle {
        top: 175px;
    }

    .contact .checkbox:checked~.menu-toogle {
        right: 220px;
        top: 175px;
    }

    .contact .contact-form .btn {
        margin: 0 0 0 0;
        border: 1px solid #fff;
        padding: 5px 0 5px 0;
        font-size: 16px;
        line-height: normal;
        text-transform: uppercase;
    }

    .contact-form h2 {
        font-size: 22px;
        margin-bottom: 0.5rem!important;
    }
}

@media screen and (max-width: 450px) {
    footer a svg {
        width: 20px;
        height: 20px;
    }

    #slider .title {
        font-size: 25px;
    }

    .contact .contact-form {
        width: 300px;
        top: 100px;
        padding: 20px 20px 20px 20px;
    }

    .contact .checkbox:checked~.menu-toogle {
        right: 220px;
    }

    br {
        display: none;
    }

    #begin .text {
        font-size: 18px;
    }

    .begin-opt .begin-image::after {
        right: 0;
    }

    #contact-form form .input-field .form-control {
        height: 50px;
        font-size: 16px;
        color: #00212a;
        font-weight: 600;
    }

    #contact-form form .input-field {
        margin-bottom: 20px;
    }

    #contact-form form .input-field:last-of-type {
        margin-bottom: 25px;
    }

    #videos h2.title {
        color: #fff;
        font-size: 24px;
    }

    .header-wrap .navbar .container-fluid {
        padding: 0 0 0 0;
        width: 100%;
    }

    .navbar-light .navbar-brand {
        min-width: auto;
    }
}