@font-face {
    font-family: "Muli";
    font-weight: 400;
    src: url("../fonts/Muli-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Muli";
    font-weight: 700;
    src: url("../fonts/Muli-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Muli";
    font-weight: 600;
    src: url("../fonts/Muli-SemiBold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Muli";
    font-weight: 100;
    src: url("../fonts/Muli-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Muli";
    font-weight: 900;
    src: url("../fonts/Muli-ExtraBold.ttf") format("truetype");
    font-display: swap;
}

html {
    line-height: 1.5;
    font-family: 'Poppins';
    color: rgba(0, 0, 0, 0.87);
}

body {
    line-height: 1.5;
    font-family: 'Poppins';
    color: rgba(0, 0, 0, 0.87);
}

a {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #112e41;
    /*font-family: 'muli', sans-serif;*/
font-family: 'Poppins';
    font-weight: 700;
}

h4 {
    font-size: 38px;
    font-weight: 400;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

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

figure {
    margin: 0;
}

section {
    display: block;
    position: relative;
    padding: 50px 0;
    width: 100%;
}


/**
 *
 * Common CSS
 *
 */

@media screen and (max-width: 767px) {
    section {
        padding-bottom: 50px;
    }
}

.sec-heading {
    margin-bottom: 80px;
}

.sec-heading .sec-title {
    font-size: 42px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .sec-heading .sec-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .sec-heading .sec-title {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) {
    .nopadd-ltf {
        padding-left: 0;
    }
    .nopadd-rth {
        padding-right: 0;
    }
    .nopadd {
        padding-left: 0;
        padding-right: 0;
    }
}

.nopadd-btm {
    padding-bottom: 0 !important;
}

.btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    text-transform: capitalize;
    padding: 20px 40px;
}

.logosMx {
    margin-top: 30px;
}

.logosMx img {
    width: auto;
    display: inline;
}

@media screen and (min-width: 992px) {
    .btn:first-of-type {
        margin-right: 0;
    }
}

.btn-filled {
    background-color: #ff6c0d;
}

.btn-filled:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}

.btn-default {
    background-color: #64e8a8;
    border-radius: 10px;
    color: #fff;
}

.btn-default:hover {
    background-color: #54ca91;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.btn-round {
    border-radius: 50px;
}

.btn-outline {
    border: 2px solid #fff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.icon-left i {
    line-height: .8;
    margin-right: 20px;
}

.tagline {
    color: #ff6c0d;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .tagline {
        font-size: 12px;
    }
}

.tagline.bar {
    padding-left: 70px;
}

.tagline.bar:after {
    background-color: #ff6c0d;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
}

.content-box h2,
.content-box-fluid h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 23px;
}

@media screen and (max-width: 479px) {
    .content-box h2,
    .content-box-fluid h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

.content-box h5,
.content-box-fluid h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.content-box .btn,
.content-box-fluid .btn {
    margin-top: 25px;
}

.content-box-fluid {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .content-box-fluid {
        max-width: 505px;
    }
}

@media screen and (min-width: 768px) {
    .content-box-fluid.right {
        float: right;
    }
}

.circle {
    border-radius: 50%;
}

.video-box {
    position: relative;
}

.video-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(22, 43, 69, 0.7);
}

.video-box .video-in {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.video-box .video-in span {
    color: #fff;
}

.video-btn {
    background-color: #ff6c0d;
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 15px;
    position: relative;
    line-height: 65px;
    height: 60px;
    width: 60px;
}

.video-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: beat infinite 1.2s;
    animation: beat infinite 1.2s;
    height: 100%;
    width: 100%;
    background-color: #ff6c0d;
    border-radius: 50%;
    z-index: -1;
}

.video-btn:hover {
    color: #233646;
}

@-webkit-keyframes beat {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes beat {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.read-more {
    color: #233646;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.read-more img {
    width: 31px;
    display: inline-block;
    margin-left: 5px;
}

.read-more:hover {
    color: #ff6c0d;
}


/**
 * Header style
 */

.header {
    display: block;
    position: relative;
    padding: 20px 0;
    width: 100%;
}

.header .btn {
    margin-left: 15px;
    text-transform: uppercase;
    padding: 13px 25px;
}

.header03 .navbar {
    background-color: #000;
    max-width: 1370px;
    margin: 0 auto -40px;
    position: relative;
    z-index: 1;
}

.header03 .navbar li a {
    color: #fff;
}

.header03 .search-icon,
.header03 .cart-bag,
.header03 .cart-bag {
    color: #fff;
}

.logo {
    display: block;
    max-width: 79px;
}

.search-icon,
.cart-bag {
    color: #000;
    font-size: 16px;
    padding: 0 5px;
    position: relative;
}

.search-icon:hover,
.cart-bag:hover {
    color: #ff6c0d;
}

.cart-bag .itemCount {
    background-color: #ee4f36;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 14px;
    width: 14px;
}

.cart-bag .itemCount:hover {
    color: #ff6c0d;
}

.abs-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}



@media screen and (max-width: 991px) {
    .abs-header {
        background-color: #fff;
    }
}


/**
 * Navigation menu
 */

.navbar {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .navbar {
        position: inherit;
    }
}

.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li a {
    color: #000;
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 0.8;
    padding: 40px 15px;
}

.navbar-nav li a li.current-menu-item a,
.navbar-nav li a:hover {
    color: #ff0064;
}

.navbar-nav li .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media screen and (min-width: 992px) {
    .navbar-nav li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 220px;
        z-index: 1;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav li .sub-menu a {
        padding: 20px;
    }
}

.navbar-nav li .sub-menu a:hover {
    background-color: #f5f5f5;
}

@media screen and (min-width: 992px) {
    .navbar-nav li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        background-color: #fff;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .navbar-nav li a {
        padding: 20px 35px;
    }
    .navbar-nav li a:hover {
        background-color: #f5f5f5;
    }
}

@media screen and (max-width: 575px) {
    .navbar-nav li a {
        padding: 20px 15px;
    }
}

#mobile-menu-toggler {
    color: #000;
    font-size: 20px;
    margin-left: auto;
    margin-right: 10px;
}


@media screen and (min-width: 992px) {
    #mobile-menu-toggler {
        display: none;
    }
}

.menu-dropdown {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 991px) {
    .menu-dropdown {
        right: 35px;
        top: 15px;
        -webkit-transform: none;
        transform: none;
    }
}


/**
 * Header style
 */

.header {
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
}

.header .btn {
    margin-left: 15px;
    text-transform: uppercase;
    padding: 13px 25px;
    font-weight: 700;
}

.header03 .navbar {
    background-color: #000;
    max-width: 1370px;
    margin: 0 auto -40px;
    position: relative;
    z-index: 1;
}

.estList {
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}

.header03 .navbar li a {
    color: #fff;
}

.header03 .search-icon,
.header03 .cart-bag,
.header03 .cart-bag {
    color: #fff;
}

.logo {
    display: block;
    max-width: 200px;
}

.logoM {
    display: block;
    max-width: 175px;
    padding: 10px;
}

.search-icon,
.cart-bag {
    color: #000;
    font-size: 16px;
    padding: 0 5px;
    position: relative;
}

.search-icon:hover,
.cart-bag:hover {
    color: #ff6c0d;
}

.cart-bag .itemCount {
    background-color: #ee4f36;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 14px;
    width: 14px;
}

.cart-bag .itemCount:hover {
    color: #ff6c0d;
}

.abs-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

@media screen and (max-width: 991px) {
    .abs-header {
        background-color: transparent;
    }
}


/**
 * Navigation menu
 */

.navbar {
    padding: 0;
    background-color: black;
    border-bottom: thin solid rgb(255 255 255 / 16%);
}


.customText.lef1 {
    border-left: thin solid rgb(255 255 255 / 16%);
}

@media screen and (max-width: 991px) {
    .navbar {
        position: inherit;
    }
}

.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 0.8;
    padding: 40px 15px;
    text-transform: uppercase;
}

body .socialIc a {
    font-size: 21px;
    padding: 35px 15px;
    border-right: thin solid rgb(255 255 255 / 16%);
}

.mb-40 {
    margin-bottom: 40px;
}

section.circles {
    padding: 100px 0;
}

.secServ h1, .secServ h2 {
    text-align: center;
}

.secServ h2 {
    font-weight: 400;
    font-size: 23px;
}

.secServ p {
    font-size: 19px;
    line-height: 26px;
}

.secServ ul li {
    font-size: 17px;
    margin-bottom: 5px;
}

.grey1.secServ {
    padding: 170px 0 90px 0px;
    border-bottom: thin solid #dddddd;
}

.grey1 hr {
    height: 2px;
    background-color: #ff0064;
    width: 3%;
    margin-bottom: 10px;
    margin-top: 10px;
}

p.reso1 {
    text-align: center;
    border: thin solid rgb(255 255 255 / 20%);
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

a.su2:hover {
    color: white !important;
}

body .active1x {
    color: red;
}

.navbar-nav li a.active1x {
    font-weight: 700 !important;
}

.navbar-nav li .sub-menu {
    background-color: black;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media screen and (min-width: 992px) {
    .navbar-nav li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 235px;
        z-index: 1;
    }
    
    .navbar-nav li .sub-menu.subZone {
        width: 255px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav li .sub-menu a {
        padding: 20px;
    }
}

.navbar-nav li .sub-menu a:hover {
    background-color: #ff0064 !important;
    color: white;
}

@media screen and (min-width: 992px) {
    .navbar-nav li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    .navbar-nav li a {
        padding: 20px 35px;
    }
    .navbar-nav li a:hover {
        background-color: transparent;
    }
}

@media screen and (max-width: 575px) {
    .navbar-nav li a {
        padding: 20px 15px;
    }
}

#mobile-menu-toggler {
    color: #fff;
    font-size: 20px;
    margin-left: auto;
    margin-right: 10px;
}



@media screen and (min-width: 992px) {
    #mobile-menu-toggler {
        display: none;
    }
}

.navbar-nav ul.sub-menu li a {
    color: white;
    font-weight: bold;
    line-height: 20px;
    text-transform: unset;
}

.navbar-nav ul.sub-menu li a span {
    font-weight: 600;
}

.navbar-nav ul.sub-menu {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: none;
}

.menu-dropdown {
    color: white;
    cursor: pointer;
    display: block;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 991px) {
    .menu-dropdown {
        right: 35px;
        top: 15px;
        -webkit-transform: none;
        transform: none;
    }
}


/*************************
 * Banner section
 */

.banner {
    background-color: #f7f7f7;
    padding: 13% 0 10%;
}

.banner .content-box .tagline,
.banner .content-box-fluid .tagline {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.banner .content-box h2,
.banner .content-box-fluid h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .banner .content-box h2,
    .banner .content-box-fluid h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media screen and (max-width: 479px) {
    .banner .content-box h2,
    .banner .content-box-fluid h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.banner .content-box p,
.banner .content-box-fluid p {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .banner .ban-img {
        margin-bottom: 40px;
    }
}


/*************************
 * Features section
 */

.about .content-box-fluid h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
    .about .content-box-fluid h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .about .content-box-fluid h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 479px) {
    .about .content-box-fluid h5 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (min-width: 992px) {
    .about .content-box-fluid {
        padding-left: 60px;
    }
}

@media screen and (max-width: 991px) {
    .about .content-box-fluid {
        margin: 0 auto;
    }
}

.about-img-group {
    position: relative;
}

.about-img-group .about-img-bg {
    position: absolute;
    left: 50%;
    top: 0;
    max-width: 545px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-img-group .about-img-1 {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .about-img-group .about-img-1 {
        margin-bottom: 30px;
    }
}

.about-img-group .about-img-2 {
    margin-bottom: 60px;
}

.about-img-group h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}

@media screen and (max-width: 479px) {
    .about-img-group h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .about-img-group {
        margin-bottom: 50px;
    }
}


/*************************
 * Features section
 */

.iconBox {
    border: 5px solid #f6f7fb;
    border-radius: 5px;
    padding: 40px 25px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.iconBox .icon {
    border-radius: 50%;
    display: block;
    font-size: 27px;
    line-height: 70px;
    margin: 0 auto 30px;
    height: 70px;
    width: 70px;
}

.iconBox a {
    color: #233646;
    display: block;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}

.iconBox p {
    margin-bottom: 0;
}

.iconBox:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 991px) {
    .iconBox {
        margin-bottom: 30px;
    }
}


/*************************
 * Features section
 */

.funfacts {
    background-color: #162b45;
    padding: 105px 0;
}

@media screen and (max-width: 991px) {
    .funfacts {
        padding-bottom: 35px;
    }
}

.single-fun {
    position: relative;
}

.single-fun img {
    max-width: 65px;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .single-fun img {
        margin: 0 auto 30px;
    }
}

.single-fun p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}

.single-fun p span {
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .single-fun {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .single-fun {
        text-align: center;
    }
}


/*************************
 * Wroks section
 */

.works .pb-50 {
    padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .works .pb-50 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .works .pb-50 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .works .content-box-fluid.right {
        margin-bottom: 40px;
    }
}


/*************************
 * Testimonial section
 */

@media screen and (max-width: 767px) {
    .tesimonial .video-box {
        margin-bottom: 40px;
    }
}

.test-caro {
    max-width: 710px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .test-caro {
        padding-left: 60px;
    }
}

.test-caro .single-test p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.test-caro .single-test .company-logo {
    margin-top: 40px;
    max-width: 119px;
}

.test-caro .avatar {
    max-width: 160px;
    height: 160px;
    margin-bottom: 40px;
}


/*************************
 * Team section
 */

.team .single-memb,
.team .post-item {
    padding: 15px;
    text-align: center;
}

.team .single-memb img,
.team .post-item img {
    margin-bottom: 20px;
}

.team .memb-details span {
    color: #888;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

.team .memb-social a {
    color: #999;
    display: inline-block;
    font-size: 14px;
    line-height: 0.8;
    position: relative;
    padding: 0 10px;
}

.team .memb-social a:not(:first-child):before {
    content: '';
    position: absolute;
    top: 3px;
    left: -5px;
    right: 0;
    bottom: 0;
    background-color: #d9dadb;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.single-memb,
.post-item {
    border: 5px solid #f6f7fb;
    position: relative;
}

.single-memb h5,
.post-item h5 {
    margin-bottom: 10px;
}

.single-memb h5,
.post-item h5,
.single-memb a,
.post-item a {
    color: #233646;
    display: block;
    font-size: 22px;
}

.single-memb a:hover,
.post-item a:hover {
    color: #ff6c0d;
}

@media screen and (max-width: 767px) {
    .single-memb,
    .post-item {
        margin-bottom: 30px;
    }
}


/*************************
 * Latest News section
 */

.post-item h5 {
    margin-bottom: 25px;
}

.post-item h5,
.post-item a {
    font-size: 21px;
}

.post-item .post-content {
    padding: 35px 25px;
}

.meta-tag {
    margin-bottom: 13px;
}

.meta-tag a {
    color: #888;
    display: inline-block;
    font-size: 12px;
    line-height: .8;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
}

.meta-tag a i {
    color: #ff6c0d;
    font-size: 13px;
    margin-right: 10px;
}

.meta-tag a:first-child {
    padding-left: 0;
}

.meta-tag:first-of-type a:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: Author;
    right: 0;
    bottom: 0;
    background-color: #d9dadb;
    height: 100%;
    width: 2px;
}


/*************************
 * Contact section
 */

.contact .contact-info span,
.contact .contact-info a {
    color: #888888;
    display: block;
}

.contact .contact-info span img,
.contact .contact-info a img {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 20px;
}

.contact .contact-info a {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .contact .contact-info {
        margin-bottom: 30px;
    }
}

.contact form .form-control {
    border: 1px solid #e5e6ea;
    border-radius: 0;
    padding: 20px 25px;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 30px;
    height: 60px;
    border-radius: 10px;
    background-color: #fff;
}

.contact form textarea.form-control {
    height: 180px;
}


/*************************
 * Partners section
 */

.partners-logo img {
    max-width: 200px;
    width: 100%;
}

.widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}

.widget p {
    color: #999;
}

.widget-navigation li a {
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.widget-navigation li a:hover {
    color: #ff6c0d;
}

@media screen and (max-width: 767px) {
    .widget-navigation {
        margin-bottom: 30px;
    }
}

.widget-insta-feed ul {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.widget-insta-feed ul li {
    -ms-flex-preferred-size: calc(100% / 3 - 10px);
    flex-basis: calc(100% / 3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget-insta-feed ul li:nth-child(3n - 3) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .widget-insta-feed {
        margin-bottom: 30px;
    }
}

.widget-address address {
    position: relative;
}

.widget-address span,
.widget-address a {
    color: #999;
    display: block;
    line-height: 23px;
    position: relative;
    padding-left: 30px;
}

.widget-address span i,
.widget-address a i {
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
}

.widget-address a {
    margin-top: 10px;
}


/*************************
 * Footer
 */

.footer {
    position: relative;
}

.footer .logo {
    margin-bottom: 45px;
}

.footer .widget-title {
    color: #fff;
}

.footer .foo-top {
    background-color: #162b45;
    padding: 100px 0;
}

.footer .foo-btm {
    background-color: #616161;
    border-top: solid 3px #f96c15;
    padding: 10px;
}

.footer .foo-btm .copyright {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    /* padding: 20px 0; */
}

.footer .foo-btm .copyright a {
    color: #fff;
}

.lighboxShadow {
    -webkit-box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 10px 5px -2px rgba(0, 0, 0, 0.08);
}

.btn-link:hover {
    text-decoration: none;
    color: #fff!important;
}

.card-header-custom {
    padding: 0 margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.current-menu-item.has-menu-child.m-r10 a.su1:hover {
    color: white !important;
}

a {
    color: #ccc;
    text-decoration: none!important;
    background-color: transparent;
}

/*a:hover {
    color: #ff0064!important

}*/

footer a:hover {
    color: black !Important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

b,
strong {
    font-weight: bold;
}

.grey1 {
    background-color: #f7f7f7;
    padding: 100px 0;
}

.icons1 {
    margin-top: 40px;
}

.icons1 img {
    margin: 0 auto;
    margin-bottom: 5px;
    width: 90px;
}

.icons1 img.icon4 {
    width: 62px;
}

.cotiBtn {
    background-color: #ff0064;
    color: white;
    padding: 9px 35px 10px 35px;
    border-radius: 3px;
    font-weight: 600;
}

.circles img.segui1 {
    width: 360px;
    margin-bottom: 20px;
    opacity: 0.8;
    margin: 0 auto;
    position: relative;
    bottom: 15px;
}

.opa5 {
    opacity: 0.3;
}

.cotiBtn:hover {
    color: white !important;
}

.icons1 p {
    font-size: 17px;
    line-height: 19px;
}

.wi60 {
    margin: 0 auto;
}


.divDown {
    background-color: #ededed;
}

.down1 {
    width: auto;
    position: relative;
    margin: 0 auto;
}

.container-fluid.wi90 {
    width: 90%;
}


.brandsSection hr {
    margin-top: 40px;
    margin-bottom: 70px;
}

.navbar-fijo.scrolled {
    background-color: black !important;
    transition: background-color 200ms linear;
}

body .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

section.parallax1.para2 {
    background-image: url(../images/back_parallax2.webp);
}

section.parallax1.para3 {
    background-image: url(../images/back_parallax3.webp);
}

section.parallax1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/back_parallax.webp);
    padding: 150px 0;
}

.brandsSection {
    padding: 100px 0;
}

.brandsSection h4 {
    margin-bottom: 10px;
}

body .brandsSection.brands2 .owl-carousel .owl-item img {
    width: 50%;
    margin: 0 auto;
}

body .brandsSection.brands2 .owl-carousel .owl-item img.wi35 {
    width: 30%;
}

section.parallax1 p, section.parallax1 h2 {
    color: white;
}

section.parallax1 h2 {
    text-align: right;
    font-size: 56px;
    line-height: 65px;
    font-weight: 900;
}

section.and1 {
    padding: 100px 0;
}

section.and1 img.icon1 {
    margin: 0 auto;
    width: auto;
    margin-bottom: 10px;
}

section.and1 .row3a {
    margin-top: 30px;
}


section.and1 h5 {
    font-size: 27px;
}

section.and1 p {
    margin-bottom: 25px;
}

.integra1 {
    width: 500px;
    margin: 0 auto;
}

.middle1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card2 {
    background-color: #f9f9f9;
    padding: 30px 20px 50px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 12%);
}

.title2Para {
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}


.integraSlide {
    width: 510px;
    position: absolute;
    right: 200px;
    bottom: 0px;
}

ul.ulPara {
    margin-bottom: 30px;
}

ul.ulPara li {
    color: white;
    font-size: 20px;
}

.shadow1 {
    box-shadow: -2px 4px 6px rgb(0 0 0 / 18%);
}

.btn-whatsapp-pulse:hover {
    color: white;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    z-index: 999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.fixed1 {
    position: fixed;
    z-index: 9;
    left: 0px;
    bottom: 60px;
}

.fixed1 a {
    background-color: #0dc152;
    font-weight: 400;
    color: rgba(255,255,255,1);
    padding: 7px 25px 9px 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.fixed2 {
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    background-color: #ff0064;
    padding: 5px 15px 5px 15px;
    border-top-right-radius: 5px;
}

.fixed2 a {
    color: white;
    font-weight: 700;
}

.fixed2 a:hover {
    color: white !important;
}

.fixed2 a i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

#formSlide {
    position: absolute;
    right: 55px;
    z-index: 999;
    top: 120px;
}

#formSlide form.form1 {
    width: 400px;
    padding: 20px;
}

#formSlide .form1 input, #formSlide .form1 textarea {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 40px;
    font-size: 15px;
    padding-bottom: 1px;
    border-bottom: thin solid #d1d1d1 !important;
    border-radius: unset;
    border: none;
}

#formSlide .form1 textarea {
    height: 120px;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 12px;
}

#formSlide h4 {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
}

#formSlide .form1 input[type="submit"] {
    padding-bottom: 10px;
}

img.trk {
    width: 99%;
    margin: 0 auto;
}

h4.tits2 {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 5px;
}

section.parallax1 h2 span {
    background-color: #ff0064;
    padding: 0px 20px 7px 20px;
}

.circles h3 {
    font-size: 27px;
    line-height: 20px;
    margin: 10px 0px 10px 0;
    background-color: #ffffff;
    display: inline-block;
    padding: 15px;
    color: #ff0064;
}

.circles .texts1 p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #565656;
    box-shadow: 2px 2px 3px #0000001c;
    border: thin solid #efefef;
    border-radius: 5px;
    padding: 20px;
}

.circles .cards1 img {
    width: 210px;
    margin: 0 auto;
}

.circles .cards1 p {
    color: white;
}

img.info.wow {
    width: 100px;
}

.circles .texts1 img {
    width: 60%;
    margin: 0 auto;
}

.term2 {
    background-color: #ff0064 !important;
    border: none !important;
}

.circles .media-body h4 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.circles .media-body p {
    font-size: 17px;
}

#myCarousel2x .carousel-item img {
    width: 700px;
    margin: 0 auto;
}

.carousel-item {
    transition: transform 2s ease-in-out, opacity 2s ease-in-out;
}

.poiner1 {
    width: 50px;
    position: relative;
    left: 170px;
    bottom: 20px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t30 {
    margin-top: 30px;
}

.anchor{
  display: block;
  height: 90px; /*same height as header*/
  margin-top: -90px; /*same height as header*/
  visibility: hidden;
}

.trackingInputHeight {
    height: 23px!important;
    width: 150px;
    margin-top: 1px;
    border: none;
    border-radius: 10px;
}

.form-control {
    font-size: 12px;
}

.sendIco {
    background-image: url(../images/search.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
    position: absolute;
    margin-left: 120px;
    margin-top: 5px;
    cursor: pointer;
}

.loadingTracking {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 10px;
    top: 6px;
}

.trackingPlace {
    margin-right: 20px;
}

.icoflag {
    width: 30px;
    float: left;
    text-align: center;
}




.icoflagM {
    width: 30px;
    text-align: center;
}

.itemFlags {
    position: absolute!important;
    right: 0;
    padding-top: 11px;
}

footer p {
    color: black;
    margin-bottom: 5px;
    font-size: 16px;
}

footer a {
    color: black;
}

.down11 {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11.5px 0 11.5px;
    border-color: #ff0064 transparent transparent transparent;
    line-height: 0;
    _border-color: #ff0064 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 50%;
}

@media screen and (max-width: 991px) .navbar-nav {
    background-color: #ff6c0d;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.titleForm {
    margin: 16px 15px 0px 0px;
    width: 13px;
}

.titleMain {
    margin: -14px 0px 0px 10px;
    width: 65px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #64e8a8;
    background-color: #64e8a8;
}

#cartel,
#cartel-error {
    display: none;
}

.input-file-class {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.h1, h1 {
    font-size: 2.3rem;
}

.covid-mobile {
    display: flex;
    text-align: left !important;
    color: white;
    font-size: .55rem;
    align-items: center;
    margin-top: 10px !important;
}

.covid-mobile > img {
    height: 80px;
    width: 80px;
}

.covid-mobile-text {
    display: flex;
    flex-direction: column;
}

.covid {
    display: flex;
    text-align: left !important;
    color: white;
    font-size: .59rem;
    align-items: center;
    cursor: pointer;
}

.covid > img {
    height: 80px;
    width: 80px;
}

.covid-text {
    display: flex;
    flex-direction: column;
}

.covid-text span:hover {
    text-decoration: underline;
}

.f-container {
    max-width: 1300px;
}

.center-t {
    display: flex;
    align-items: center
}

.center-ti {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.m-r10 {
    margin-right: 10px;
}


.cot1 {
    color: #ff0064 !important;
    background-color: #fff;
}

.cot1:hover {
    color: #ff0064 !important;
    background-color: white !important;
}

/*footer {
    background-color: #ff0064;
    padding: 240px 0 80px 0;
}*/

footer {
    padding: 240px 0 40px 0;
    background-image: url(../images/slider/backPlat.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

footer .col-md-4 img {
    width: 160px;
}

select {
    cursor: pointer;
    color: #7b7b7b;
}

section.grey p {
    font-size: 17px;
    line-height: 23px;
}

footer p.resume {
    font-size: 14px;
    color: black;
    line-height: 21px;
    font-weight: 600;
    padding-right: 20px;
}

*:focus {
    outline: none !important;
}

section.formSect {
    height: 650px;
}


form.form1 {
    margin: 0 auto;
    padding: 30px;
    box-shadow: -2px 4px 6px rgb(0 0 0 / 18%);
    border: thin solid #d1d1d1;
    border-radius: 5px;
    background-color: white;
}


.form1 input, .form1 textarea, .form1 select {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
    border: thin solid #d1d1d1;
    padding-left: 20px;
    height: 50px;
    font-size: 15px;
    padding-bottom: 1px;
}

.form1 input[type="submit"] {
    text-align: center;
    border-radius: 7px;
    border: none;
    background-color: #ff0064;
    color: white;
    padding: 10px 40px 10px 40px;
    font-size: 17px;
    height: auto;
    width: 100%;
    font-weight: 400;
}

.form1 textarea {
    height: 150px;
    padding: 20px;
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

footer h4 {
    color: black;
    font-size: 21px;
}

body {
    overflow-x: hidden !important;
}

div#copyNilpix {
    width: 100%;
    border-top: 1px solid #353535;
    background: #1d2023;
    padding: 5px;
    z-index: 9;
    position: relative;
}

.mob1 {
    display: none;
}


div#copyNilpix p {
    margin: 0;
    color: #b9b9b9;
    font-family: monospace;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
}

.modal-open .modal {
    background-color: rgb(0 0 0 / 51%);
}


.modal.show .modal-dialog {
    width: 100%;
    max-width: 800px;
}


div#copyNilpix p a {
    color: #61c2acc7;
    font-size: 11px;
}

.about1 {
    float: left;
    width: 280px;
    margin-bottom: 60px;
}

.deco1 {
    position: absolute;
    left: 0;
    bottom: -92px;
}

.deco1 img {
    width: 370px;
}

div#copyNilpix p a {
    color: rgb(97 194 172 / 78%);
    font-size: 11px;
}


body.modal-open {
  height: 100vh !important;
  overflow-y: hidden !important;
}

footer img.afip1 {
    width: 50px;
    float: right;
    margin-right: 100px;
    position: relative;
    bottom: 40px;
}

body .modal {
    z-index: 9999999999;
}

.nv1 {
    position: absolute;
    width: 61px;
    top: 10px;
    left: 5px;
}

.bkWhite {
    background-image: url(../images/slider/new/0x.webp);
}

.pPink {
    color: #fc065e !important;
    font-size: 45px !important;
    font-weight: 900 !important;
}

.pBlack {
    color: #0a1a1f !important;
}

.whj1 {
    background-color: #ff0064 !important;
    color: white !important;
    padding: 10px 20px 10px 20px !important;
    border-radius: 10px;
    margin-bottom: 30px;
}

.whj2 {
    background-color: #ff0064 !important;
    color: white !important;
    border-radius: 10px;
    display: inline;
    padding: 10px;
    font-weight: 500 !important;
}

.pBlack1 {
    color: #0a1a1f !important;
    font-weight: 700 !important;
    margin-top: 30px !important;
}

.Trck1 {
    box-shadow: none !important;
    background-color: #0a1a1f !important;
    color: white !important;
    padding: 10px 20px 10px 20px !important;
    border-radius: 5px;
    font-size: 17px !important;
    border: none !important;
}

.hnd1 {
    width: 40px;
    float: right;
    position: absolute;
    right: -30px;
    top: 30px;
}

.slidePromos img {
    border-radius: 20px;
}

.suPil .peop0 {
    width: 530px;
    position: absolute;
    right: 90px;
    bottom: 60px;
}

.slideMob {
    display: none !important;
}


/*Responsive*/
@media (max-width: 480px) {

    
    .slideMob {
    display: block !important;
    }
    
    header .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    }
    
    .noMob, .slideDesk {
    display: none !important;
    }
    
    .mt100x {
    margin-top: 60px !important;
    }
    
    body .ll2s {
    display: none !important;
    }
    
    .carousel-control-prev, .carousel-control-next {
    display: none !important;
    }
    
    .logosMx img {
    margin-bottom: 20px !important;
    }
    
    #myCarousel2x .carousel-item img {
    width: 100% !important;
    }
    
    .peop0 {
    right: -90px !important;
    bottom: -50px !important;
    }
    
    #myCarousel p.pPink {
    font-size: 40px !important;
    }
    
    .whj1 {
    margin-bottom: 0px !important;
    }
    
    .whj2 {
    display: inline-block !important;
    margin: 10px 0px 0px 0px !important;
    }
    
    #myCarousel h4.title1slide.pBlack {
    font-size: 55px !important;
    }
    
    #myCarousel .suPil h4.title1slide.pBlack {
    font-size: 30px !important;
    }
    
    .suPil .whj1 {
    padding: 10px 20px 10px 20px !important;
    margin-top: 10px;
    }
    
    .suPil .peop0 {
    right: -20px !important;
    bottom: -50px !important;
    }
    
    .nv1 {
    left: unset !important;
    right: 50% !important;
    }
    
    #myCarousel .slidePlat p {
    margin: 10px 10px 0px 0px;
    }
    
    #myCarousel .slidePlat h4.title1slide {
    font-size: 44px !important;
    line-height: 42px !important;
    }
    
    .poiner1 {
    left: 140px !important;
    bottom: 0px !important;
    }
    
    .title2Para.extende {
    font-size: 45px !important;
    }
    
    img.Rdr {
    bottom: 0px !important;
    }
    
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    width: 100% !important;
    }
    
    .icons1 img {
    margin-bottom: 0px !important;
    }
    
    body .peop2 {
    width: 310px !important;
    right: 0 !important;
    }
    
    #formSlide {
        display: none !important;
    }
    
    #myCarousel p {
    font-size: 17px !important;
    }
    
    .circles h3 {
    font-size: 21px !important;
    margin: 30px 0px 10px 0 !important;
    }
    
    .circles .cards1 {
    width: 95% !important;
    margin: 0 auto !important;
    padding: 10px !important;
    margin-top: 20px !important;
    }
    
    .row3a .col-md-6 {
    margin-top: 40px !important;
    }
    
    .fixed1 a {
    display: inline-block !important;
    }
    
    #myCarousel .carousel-item a.bordered {
    margin-left: 0 !important;
    margin-top: 10px !important;
    background-color: white !important;
    color: #ff0064 !important;
    }
    
    body #myCarousel h4.title1slide2 {
        font-size: 29px !important;
    }
    
        body .integraSlide {
        width: 200px !important;
        right: unset !important;
        left: 0px !important;
    }
    
    .integra1 {
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 30px !important;
    }
    
    .mmstrackSect .integra1 {
    width: 210px !important;
    margin: 0 auto;
    }
    
    .linex2, .linex3 {
    display: none !important;
}
    
body .peop1 {
    width: 300px !important;
    right: 0 !important;
    }
    
    .peop2 {
    right: 0 !important;
    }
    
    body .peop3 {
    right: 0 !important;
    }
    
    #myCarousel h4.title1slide {
    font-size: 37px !important;
}
    
    .slideHome1 {
    padding-top: 40px !important;
}
    
    
   #copyNoMob, .mobNo {
    display: none !important;
} 
    body .desk1 {
    display: none !important;
    }
    
    .mob1 {
    display: block !important;
    }
    
    .navbar.pl-3 {
    padding-left: 0!important;
    }
    
    ul.sub-menu {
    display: none;
    }
    
    .socialIc {
    display: inline-block !important;
    margin-bottom: 20px !important;
    }
    
    .navbar-nav {
    background-color: #ff276c !important;
    }
    
    body .socialIc a {
    border: none !important;
    }
    
    .botonMob1 a {
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    border: none;
    color: #ff0064 !important;
    background-color: white !important;
    margin-left: 0 !important;
    }
    
    .container-fluid.wi90 h4.tits2 {
    font-size: 24px !important;
    }
    
    .grey1 h4, .circles h4, .formSect h4, .brandsSection h4 {
    font-size: 32px !important;
    margin: 20px 0 5px 0 !important;
    line-height: 32px !important;
    }
    
    .icons1 p {
    margin-bottom: 50px !important;
    margin-top: 5px !important;
    }
    
    .circles .texts1 .col-md-3 {
    margin-bottom: 40px !important;
    }
    
    body .owl-carousel .owl-item img {
    width: 120px !important;
    }
    
    section.parallax1 {
    padding: 70px 0 !important;
    }
    
    section.parallax1 h2 {
    text-align: left !important;
    font-size: 34px !important;
    line-height: 39px !important;
    }
    
    section.parallax1 h2 span {
    padding: 5px 20px 7px 20px !important;
    }
    
    .cotiBtn {
    padding: 9px 15px 10px 15px !important;
    }
    
    section.formSect {
    height: 900px !important;
    padding-top: 0px !important;
    }
    
    footer .col-md-4 img {
    width: 220px !important;
    }
    
    footer .col-md-4, footer .col-md-2 {
    margin-bottom: 40px !important;
    }
    
    .fixed1 img {
    width: 50px !important;
    }
    
    .fixed1 {
    bottom: 40px !important;
    }
    
    #copyNoMob {
    display: none !important;
    }
    
    .about1 {
    width: 100% !important;
    }
    
    .modal.show .modal-dialog {
    width: 95% !important;
    }
    
    .navbar-fijo.scrolled {
    position: fixed !important;
    padding: 0 15px 0 15px !important;
    }
    
    .navbar-nav li a {
    border-bottom: thin solid rgb(255 255 255 / 25%) !important;
    }
    
    header {
    background-color: #ff0064 !important;
    }
    
    .grey1.secServ {
    padding: 130px 0 40px 0px !important;
    }
    
    .secServ p {
    margin-top: 20px !important;
    }
    
    h1.wow.fadeInRight {
    font-size: 30px !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
    }
    
    footer img.afip1 {
    float: unset !important;
    margin: 0 auto !important;
    padding-top: 10px !important;
    }
    
}


@media (max-width: 1500px) {
    
.integraSlide {
        width: 420px !important;
        right: 140px !important;
    }
    
    
   .deco1 {
    display: none !important;
} 
    
        .linex2 {
    width: 250px !important;
}
    
    .peop2 {
        width: 530px !important;
        right: 50px !important;
    }
    
.peop3 {
        width: 550px !important;
        position: absolute;
        right: 30px !important;
        bottom: -80px;
    }
    
    #myCarousel .container {
    max-width: 1300px !important;
}
    
    .linex3 {
    width: 320px !important;
}
    
        .peop1 {
        width: 550px !important;
    }
    
    .linex1 {
    width: 80% !important;
    }
    
}

@media (max-width: 1370px) {
    
    #myCarousel h4.title1slide2 {
    font-size: 73px !important;
    }
    
    .suPil .peop0 {
    right: 0px !important;
    }
    
}







/*AccordionSucursales*/
#main #faq .card {
  margin-bottom: 10px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #ff0064;
    color: white;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #ff0064;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #ff0064;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #ff0064;
  line-height: 30px;
  color: #222;
}

.circles#main h4 {
    margin-bottom: 30px;
}

.card-body {
    color: white;
}

.slideHome1 {
    padding-top: 90px;
    padding-bottom: 0;
    z-index: 99;
}

.bkWhite.suPil.puntRet .whj1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

#myCarousel .puntRet p {
    margin-top: 10px;
}

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel h4 span, #myCarousel p span {
    background-color: white;
    color: #ff0064;
    padding: 0px 10px;
    display: inline-block;
}
#myCarousel p span {
    font-weight: 700;
}
#myCarousel p {
    font-size: 19px;
    margin: 10px 0px 20px 0;
    color: white;
    font-weight: 300;
}
#myCarousel .carousel-item a {
    background: #ffffff;
    font-size: 14px;
    color: #ff0064;
    padding: 10px 32px;
    display: inline-block;
    font-weight: 700;
    border: 2px solid white;
    box-shadow: -10px 10px 10px rgb(0 0 0 / 22%);
}
#myCarousel .carousel-item a i {
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

#myCarousel .carousel-item a.bordered {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    margin-left: 10px;
}

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
/*#myCarousel .carousel-item{height:100%; min-height:550px; }*/

#myCarousel{
    position:relative;
    z-index:1;
}

#myCarousel .carousel-item .mask img.linex1{-webkit-animation-name:slideInLeft; animation-name:slideInLeft; display:block; height:auto; max-width:100%;}

.slide1c {
    background-color: #ff0064;
}

.carousel-control-next, .carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #fb2068;
    opacity: 1;
}

#myCarousel2x .carousel-control-next, #myCarousel2x .carousel-control-prev {
    background-color: transparent;
}

#myCarousel h4.title1slide {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 0;
}

#myCarousel h4.title1slide2 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 0;
}


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.msnnej2 {
    position: absolute;
    right: 350px;
    width: 630px;
    top: 80px;
}

.mt100x {
    margin-top: 90px;
}

.peop0 {
    width: 670px;
    position: absolute;
    right: 300px;
    bottom: 0;
}

.peop1 {
    width: 550px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.peop2 {
    width: 590px;
    position: absolute;
    right: 100px;
    bottom: 0;
}

.peop3 {
    width: 700px;
    position: absolute;
    right: 150px;
    bottom: -10px;
}

.linex1 {
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.linex2 {
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 300px;
}

.linex3 {
    position: absolute;
    left: -50px;
    bottom: -120px;
    width: 360px;
}

.linex4 {
    position: absolute;
    left: -30px;
    bottom: -100px;
    width: 390px;
}

.cards1 {
    border-radius: 30px;
    padding: 20px;
    margin-top: 20px;
}

.mempreS {
    color: black !important;
}

body footer img.copo1 {
    width: 150px;
}

.order-2.mt100x {
    z-index: 9999;
}

.slidePlat {
    background-image: url(../images/slider/backPlat.webp);
}

.slidePlat2 {
    background-image: url(../images/slider/backPlat2.webp);
}

.slidePlat3 {
    background-image: url(../images/slider/backPlat3.webp);
}

.slidePlat4 {
    background-image: url(../images/slider/backPlat4.webp);
}

#myCarousel .slidePlat4 h4.title1slide2, #myCarousel .slidePlat4 p {
    color: #161616;
}

.slidePlat5 {
    background-image: url(../images/slider/backPlat5.webp);
}

.slidePlat6 {
    background-image: url(../images/slider/backPlat6.webp);
}

#myCarousel .slidePlat h4.title1slide {
    color: #161616;
    font-size: 80px;
    line-height: 68px;
    margin-bottom: 10px;
}

#myCarousel .slidePlat h4.title1slide span {
    margin-top: 10px;
    background-color: #ff0e77;
    color: white;
    padding: 10px 40px 10px 20px;
    margin-bottom: 10px;
}

#myCarousel .slidePlat p {
    background-color: white;
    color: #ff0e77;
    font-weight: 800;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    box-shadow: 2px 2px 15px #989898;
}

.slidePlat .peop1 {
    width: 620px;
    position: absolute;
    right: 250px;
    bottom: 20px;
}

.contsx2 {
    color: black !important;
    font-weight: 500 !important;
}

.bk1 {
    background-image: url(../images/circles/bak1.webp);
}

.bk2 {
    background-image: url(../images/circles/bak2.webp);
}

.bk3 {
    background-image: url(../images/circles/bak3.webp);
}

.bk4 {
    background-image: url(../images/circles/bak4.webp);
}

.bk1, .bk2, .bk3, .bk4 {
    background-size: cover;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.txtcol2 h4, .txtcol2 p, .txtcol2 h5, .txtcol2 ul {
    text-align: left;
}

.mb30 {
    margin-bottom: 30px;
}

input[type="submit"]:disabled {
   cursor: no-drop;
   opacity: 0.5;
   -webkit-transition: all 0.5s; // Chrome
  -moz-transition: all 0.5s; // Mozilla
  -o-transition: all 0.5s; // Opera
  transition: all 0.5s ease;
}

.load1x {
    width: 70px;
}

.notrack {
    text-align: left;
    font-size: 15px;
    line-height: 19px;
}

/*5 Columnas*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px; 
}
.col-xs-15
{
  width: 20%;
  float: left;
}



@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}
.suscri1 {
    display: flex;
}

.suscri1 input[type="checkbox"]#suscripcion, .suscri1 input[type="checkbox"]#suscripcion2, .suscri1 label {
    cursor: pointer;
}

.suscri1 input[type="checkbox"]#suscripcion, .suscri1 input[type="checkbox"]#suscripcion2 {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    margin-top: 10px;
}

.suscri1 label {
    line-height: 20px;
}

.suscri1 input[type="checkbox"]#suscripcion2 {
    margin-top: 0 !important;
}

.rrhhRedi p {
    font-size: 16px;
    color: black;
    line-height: 20px;
    text-align: left;
}

.rrhhRedi a {
    color: black;
    font-weight: 700;
}

.modal-body h4 {
    font-size: 23px;
    font-weight: 600;
}

.modal-body ul li {
    margin-bottom: 10px;
}

.mt40 {
    margin-top: 40px;
}

.title2Para.extende {
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 62px;
    margin-bottom: 30px;
}

section.parallax1.mmstrackSect {
    padding: 80px 0;
}

.benefits {
    margin-top: 30px;
}

.benef2 p {
    border: thin solid white;
    border-radius: 500px;
    padding: 10px 50px;
    font-size: 16px;
    line-height: 21px;
}

.mmstrackSect h5 {
    color: white;
    font-size: 24px;
}

.mmstrackSect .integra1 {
    width: 350px;
    margin: 0 auto;
}

.mmstrackSect .benefits .title2Para {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

p.hashT {
    background-color: #ff0e77;
    display: inline;
    font-size: 52px;
    font-weight: 900;
    padding: 10px 40px 10px 40px;
    border-radius: 10px;
}

.cons1 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 31px;
}

img.Rdr {
    position: relative;
    bottom: 80px;
}

.cotiBtn.opg {
    background-color: #ff0e77;
    color: white;
    padding: 9px 35px 10px 35px;
    border-radius: 3px;
    font-weight: 600;
}

section.parallax1.para4 {
    background-image: url(../images/back29.webp);
}

.rel40 {
    position: relative;
    top: 45px;
}

.rel40 a {
    background-color: #ff0064;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 9;
}

.select2-container {
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
}

.select2-container--default .select2-selection--single {
    padding-left: 15px;
}




.select2-container--default .select2-selection--single {
    border: thin solid #d1d1d1 !important;
}

.select2-results__message {
    display: none !important;
}

select#tipoComb1 {
    padding-left: 15px;
}



.select2-selection__placeholder {
    color: #757575 !important;
}

.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    margin-bottom: 15px !important;
}
.select2-selection__arrow {
    height: 40px !important;
}



/* Regular */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('woff2')
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}




/*load*/
#loader {
  position: fixed;
  inset: 0;
  background: rgb(255 255 255 / 95%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Contenedor */
.loader-content {
  text-align: center;
}

/* GIF */
.loader-gif {
  max-width: 90px;
  height: auto;
}

/* Ocultar loader */
#loader.loader-hidden {
  opacity: 0;
  visibility: hidden;
}