@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/ArchivoBlack-Regular.ttf);
    font-display: block
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.otf);
    font-weight: normal;
    font-style: normal;
    font-display: block
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url(../fonts/Montserrat-Black.otf);
    font-display: block
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.otf);
    font-display: block
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.otf);
    font-display: block
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat-SemiBold.otf);
    font-display: block
}
@font-face {
    font-family: 'Archivo-Bold';
    src: url(../fonts/Archivo-Bold.ttf);
    font-display: block
}
@font-face {
    font-family: 'Helvetica-ls-std';
    src: url(../fonts/HelveticaLTStd-Bold.otf);
    font-display: block
}
html,
body {
    overflow-x: hidden!important
}
body {
    background-size: cover;
    font-family: 'Montserrat-Regular';
    color: #808080;
    font-weight: 400;
    font-size: 1vw;
    line-height: 1.7rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.row:before,
.row:after {
    display: flex!important
}
a,
.btn,
i {
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}
input,
select,
textarea {
    -webkit-transition: all .5s ease-out 0;
    transition: all .5s ease-out 0
}
.btn {
    border-radius: 0;
    font-size: 1.5vw;
    line-height: 2vw
}
.btn:hover {
    color: #fff!important
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none
}
a:focus,
a:hover {
    color: #fff;
    text-decoration: none
}
a,
button,
input {
    outline: medium none;
    color: #666
}
html {
    font-size: 100%
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    font-weight: 700
}
h5,
.h5,
h6,
.h6 {
    font-family: 'Montserrat-Bold';
    font-weight: 400
}
h1,
.h1 {
    font-size: 36px
}
h2,
.h2 {
    font-size: 30px
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 25px;
    font-size: 2vw
}
h5,
.h5 {
    font-size: 18px
}
h6,
.h6 {
    font-size: 16px
}
@media all and (max-width:768px) {
    html {
        font-size: 87.5%
    }
}
@media all and (max-width:767px) {
    h1,
    .h1 {
        font-size: 25px;
        font-size: 2vw;
        font-weight: 500
    }
    h2,
    .h2 {
        font-size: 1.6vw
    }
    h3,
    .h3 {
        font-size: 25px;
        font-size: 2vw
    }
    h4,
    .h4 {
        font-size: 16px;
        font-size: 2vw;
    }
    h5,
    .h5 {
        font-size: 16px;
        font-size: 1vw
    }
    h6,
    .h6 {
        font-size: 16px
    }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
span a,
li a {
    color: inherit
}
p {
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: 1.5vw;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px
}
img {
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}
ul {
    margin: 0;
    padding: 0
}
li {
    list-style: none
}
hr {
    border-bottom: 1px solid #eee;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}
hr.style-2 {
    border-bottom: 1px dashed #eceff8
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0
}
td {
    font-weight: 300
}
label {
    color: #808080;
    font-size: .9vw;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold'
}
 ::-moz-selection {
    text-shadow: none;
    color: #c000ff;
    text-shadow: none
}
 ::selection {
    color: #c000ff;
    text-shadow: none
}
a.button:after,
a.button-small:after {
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}
.share ul,
.share:hover ul {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all .5s ease-out 0;
    transition: all .5s ease-out 0
}
.button {
    font-family: 'Montserrat-Semibold';
    border-radius: 3rem;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-align: center
}
.button:hover {
    background: #00006C
}
.button.large {
    padding: 16px 80px;
    font-size: 18px
}
.button.medium {
    padding: 14px 60px;
    font-size: 16px
}
.button.small {
    padding: 8px 20px;
    font-size: 14px
}
.button.extra-small {
    padding: 5px 18px;
    font-size: 14px
}
.width-100 {
    display: block;
    text-align: center;
    width: 100%
}
.btn-transparent {
    background: transparent
}
.btn-border {
    border: 1px solid #fff
}
input[type="text"],
input[type="email"],
input[type="password"] {
    background: rgba(255, 255, 255, .5);
    border: 1px solid #050316;
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-size: 1vw;
    font-weight: 300;
    height: 4vw;
    margin-bottom: 20px;
    padding: 0 10px 0 0px;
    width: 100%;
    border-radius: 4px
}
input::-webkit-input-placeholder {
    color: #F23BC0;
    opacity: 1;
}
input::-moz-placeholder {
    color: #F23BC0;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #F23BC0;
    opacity: 1;
}
input:-moz-placeholder {
    color: #F23BC0;
    opacity: 1;
}
textarea::-webkit-input-placeholder {
    color: #F23BC0;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #F23BC0;
    opacity: 1;
}
textarea:-ms-input-placeholder {
    color: #F23BC0;
    opacity: 1;
}
textarea:-moz-placeholder {
    color: #F23BC0;
    opacity: 1;
}
button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: 400
}
select {
    border: 1px solid #eee;
    color: #999;
    font-size: 13px;
    height: 30px;
    padding-left: 20px
}
option {
    background: #fff none repeat scroll 0 0;
    border: 0 solid #626262;
    color: #808080;
    height: 50px;
    font-size: 13px;
    padding: 15px 15px
}
textarea {
    background: rgba(255, 255, 255, .5);
    border: 1px solid #050316;
    border-radius: 8px;
    box-shadow: none!important;
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: 1vw!important;
    font-weight: 300;
    padding: 10px 10px 10px 10px;
    resize: vertical;
    width: 100%
}
textarea:focus {
    outline: none
}
 ::-moz-placeholder {
    color: #444;
    font-size: 13px
}
.section-address:before {
    border-left: 100vw solid #fff;
    border-top: 6vw solid transparent;
    top: -6vw;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2
}
.section-address {
    background: #fff;
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    position: relative
}
.list-contact li {
    margin-bottom: 10px;
    clear: both
}
.list-contact li a {
    color: #050316;
    font-size: 2.3vw;
    font-family: 'Montserrat-Bold';
    line-height: normal
}
.list-contact li a:hover {
    color: #f23bc0!important
}
.img-call {
    width: 3.5vw
}
.img-address {
    width: 3vw
}
.top-button {
    margin: 30px auto 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: .5rem;
    background: transparent;
    border: 2px solid #F23BC0;
    opacity: 0;
    color: #F23BC0;
    font-size: 20px;
    line-height: 33px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: fixed;
    right: 6vw;
    bottom: 10px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    z-index: 22
}
.top-button:hover {
    background: #F23BC0;
    border: 2px solid #F23BC0;
    color: #fff
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5e00ff;
    background-image: url('../images/bg-1.png');
    background-size: cover;
    z-index: 9999
}
.preloader .wrap {
    width: 70px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 35px)
}
.content-spinner {
    padding-top: 40vh
}
.spinner {
    margin: 0 auto;
    width: 8vw;
    text-align: center;
}
.imgr {
    width: 80%;
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.header-area {
    z-index: 10;
    position: fixed;
    background: transparent;
    width: 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.header-a-blue {
    background: #050316!important
}
.logo {
    margin-top: 0%;
    z-index: 9;
    width: 300px
}
.logo img {
    width: 22.55vw;
    margin-top: 1.5vw;
    margin-bottom: 1.3vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.header-top-bar {
    background: #fff;
    padding: .6vw 0vw .6vw 0;
    line-height: .9vw
}
.header-top-bar ul {
    padding-left: 0;
    list-style: none
}
.header-top-bar ul>li {
    font-size: .98vw;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
    color: #F23BC0;
    margin-top: 0vw;
    margin-right: .2vw;
    margin-bottom: 0;
    line-height: 2.5vw;
    display: inline-block;
    padding-left: 0
}
.header-top-bar ul>li i {
    color: #5e00ff
}
.header-network {
    padding: 5px 0;
    width: 100%;
    float: left;
    clear: both
}
.header-search {
    padding: 5px 0;
    width: 100%;
    float: left;
    margin-bottom: 1vw
}
.header-search a {
    float: left;
    height: 55px;
    height: 4vw;
    width: 10%;
    line-height: .6vw;
    margin-top: 1.8vw;
    cursor: pointer;
    font-size: 1.5vw!important;
    color: #fff;
    padding: 1.4vw;
    background: #F23BC0;
    border: 1px solid #F23BC0;
    text-align: center;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.header-search i {
    margin-left: -.8vw;
    margin-top: -5vw
}
.header-search a:hover {
    color: #fff!important
}
.header-search input {
    border: 1px solid #ecebeb;
    font-family: "Montserrat-Regular";
    box-shadow: none;
    background: rgba(255, 255, 255, .7);
    float: left;
    color: #F23BC0;
    font-weight: 300;
    margin-top: 1.8vw;
    height: 55px;
    height: 4vw;
    margin-bottom: 0;
    padding-right: 10px;
    padding-right: 1.1vw;
    width: 80%!important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}
.header-search input:focus {
    border: 1px solid #021063
}
.header-search input::-webkit-input-placeholder {
    color: #F23BC0!important;
    opacity: 1
}
.header-search input::-moz-placeholder {
    color: #F23BC0!important;
    opacity: 1
}
.header-search input:-ms-input-placeholder {
    color: #F23BC0!important;
    opacity: 1
}
.header-search input:-moz-placeholder {
    color: #F23BC0!important;
    opacity: 1
}
.main-menu {
    text-align: right;
    margin-right: -1vw
}
.mm-r {
    text-align: right;
    margin-right: -2.3vw
}
.main-menu>li+li {
    margin-left: 0
}
.main-menu>li+li {
    margin-left: 0
}
.main-menu>li>a {
    color: #fff;
    margin-top: 3vw;
    font-family: 'Montserrat-Regular';
    display: block;
    font-size: .9vw;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.main-menu>li>a:hover {
    color: #F23BC0!important
}
.main-menu li {
    display: inline-block;
    position: relative;
    padding: .4vw 1vw
}
.main-menu .active>a {
    color: #F23BC0!important
}
.footer-menu {
    text-align: right;
    margin-top: 1vw;
    margin-bottom: 2vw;
    margin-right: -1vw;
}
.footer-menu>li+li {
    margin-left: 0
}
.footer-menu>li+li {
    margin-left: 0
}
.footer-menu>li>a {
    color: #fff;
    margin-top: 0;
    font-family: 'Montserrat-SemiBold';
    display: block;
    font-size: 1vw;
    cursor: pointer;
    text-transform: uppercase
}
.footer-menu>li>a:hover {
    color: #F23BC0!important
}
.footer-menu li {
    display: inline-block;
    position: relative;
    padding: .4vw .8vw
}
.footer-menu .active>a {
    color: #F23BC0!important
}
.menu-right {
    left: auto;
    right: 0
}
.mega-menu-area {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #00aeef;
    box-shadow: 0 1px 2px rgba(86, 86, 90, .5);
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .3s ease 0;
    visibility: hidden;
    width: 100%;
    z-index: 2
}
.main-menu li.mega-parent {
    position: static
}
.single-mega-item {
    float: left;
    width: 25%;
    padding: 0 15px
}
.main-menu li:hover .mega-menu-area {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible
}
.header-middle-area {
    transition: all .4s ease-in-out;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease
}
.header-middle-area .container .row [class*="col-"] {
    position: static
}
.header-middle-area .full-width-mega-drop-menu {
    position: relative
}
.transparent-header {
    background: #fff;
    position: absolute;
    width: 100%;
    margin: auto;
    transition: all .3s ease 0
}
.transparent-header .main-menu>li>a {
    width: 130px;
    width: 13vw;
    font-family: 'Montserrat-Bold';
    text-align: center
}
.drop-menu {
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 2
}
.menu-right {
    left: auto;
    right: 0
}
.drop-menu li {
    display: block;
    background: #E4E5E7;
    text-align: center;
    margin-bottom: 4px;
    width: 12vw
}
.drop-menu li:hover,
.drop-menu li .active {
    background: #272526!important
}
.drop-menu li a {
    display: block;
    font-size: 20px;
    padding: 8px 0;
    color: #fff;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase
}
.main-menu li:hover .drop-menu {
    transform: scale(1);
    visibility: visible
}
.section-white {
    background: #fff;
    margin-top: 2.3vw;
    margin-bottom: .1vw;
    position: relative;
}
.section-white:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #140c4e;
    background-image: url(../images/curvas_3.svg);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: left center;
    transform: rotate(180deg);
    height: 10vw;
    margin-bottom: -8vw;
}
.social-network {
    padding: 0;
    margin: 0;
    text-align: center
}
.social-network li {
    font-family: 'Montserrat-Bold';
    display: inline-block;
    margin: 0;
    color: #ED1B24;
    font-size: 25px
}
.social-network a {
    margin: 0 5px;
    display: block;
    color: #fff;
    font-size: 2.6vw
}
.social-network a i {
    color: #fff;
    font-size: 28px
}
.social-network a:hover {
    color: #171779
}
.social-network a i:hover {
    color: #050316
}
.social-network {
    padding: 0;
    margin: 0;
    margin-top: 1vw;
    text-align: center;
    margin-left: 0vw
}
.social-network li {
    display: inline-block;
    margin: 0
}
.social-network a i {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #F23BC0;
    font-size: 1.6vw;
    line-height: 3vw;
    color: #F23BC0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.social-network a:hover i {
    background-color: #F23BC0;
    color: #fff
}
.mini-social {
    padding: 0;
    margin: 0;
    text-align: right;
    margin-right: 0vw;
    margin-top: .5vw
}
.mini-social li {
    display: inline-block;
    margin: 0
}
.mini-social a {
    margin: 0 5px;
    margin-left: 0;
    display: block
}
.label-phone {
    margin-top: 2vw;
    margin-bottom: .8vw;
    padding-bottom: .4vw;
    float: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer
}
.label-call {
    position: absolute;
    margin-top: 50px;
    margin-top: .9vw;
    margin-left: 3vw
}
.label-call img {
    width: 8vw
}
.label-phone-icon {
    float: left;
    width: 20%;
    text-align: left;
    padding-left: .3vw
}
.label-phone-icon i {
    color: #F23BC0;
    display: block;
    padding: .8vw 0;
    padding-bottom: 0;
    font-size: 3.9vw
}
.label-phone-info {
    float: left;
    width: 80%;
    text-align: right
}
.label-phone-info h6 {
    color: #F23BC0;
    display: block;
    padding: 8px 0 0;
    padding: .8vw 0vw 0;
    margin-top: 4%;
    margin-top: .4vw;
    font-size: 25px;
    font-size: 3vw;
    font-family: 'Montserrat-Bold';
    margin-bottom: 0
}
.label-phone:hover h6,
.label-phone:hover i {
    color: #fff
}
.div-cart {
    position: relative;
    margin-top: 8%;
    margin-top: 2.5vw;
    float: right;
    right: 0;
    cursor: pointer
}
.div-cart img {
    width: 163px;
    width: 12vw
}
.label-cart {
    position: absolute;
    top: 13px;
    top: .8vw;
    font-size: 13px;
    font-size: .9vw;
    color: #fff;
    margin: 0 auto;
    left: 70px;
    left: 4.8vw;
    cursor: pointer
}
.detail-contact input[type="text"],
.detail-contact input[type="email"],
.detail-contact input[type="password"],
.detail-contact textarea {
    font-family: 'Montserrat-Regular'!important;
    background: transparent;
    font-size: 1.1vw!important;
    height: 4.5vw;
    border-top: none!important;
    border-radius: 0px!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3)!important;
    color: #fff;
    padding: 0px 10px 0px 0px;
    box-shadow: none;
}
 ::-webkit-input-placeholder {
    color: #fff!important
}
 :-ms-input-placeholder {
    color: #fff!important
}
 ::placeholder {
    color: #fff!important
}
.input-group {
    margin-bottom: 1.5vw
}
.section404 {
    background: #fff;
    position: relative
}
.section-bg {
    background: -webkit-linear-gradient(left top, #050316, #F23BC0);
    position: relative
}
.img-about {
    position: absolute
}
.img-about img {
    width: 25vw
}
.section-about {
    background: #fff;
    padding-top: 0px!important;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}
.content-about {
    padding: 80px 49px 0;
    padding: 3vw 10vw 1vw
}
.section-about h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 50px;
    font-size: 4.3vw;
    margin-top: 7vw;
    text-align: center;
    margin-bottom: 0vw;
    text-transform: uppercase;
    font-style: italic
}
.section-about h2>small {
    font-size: 50px;
    font-size: 4.3vw;
    color: #f99621;
    font-style: italic
}
.p-content img {
    width: 100%;
    max-width: 100%!important
}
.img-article {
    margin-bottom: 30px;
    float: left;
    vertical-align: middle;
    margin-right: 20px;
    width: 290px!important;
}
.p-content {
    padding: 4.5vw;
    padding-left: 0;
    padding-right: 0;
    text-align: justify
}
.section-about p {
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-style: italic;
    font-size: 16px;
    font-size: 1.5vw;
    line-height: 24px;
    line-height: 1.9vw
}
.section-service {
    background: #fff;
    padding-top: 0px!important;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}
.content-about {
    padding: 80px 49px 0;
    padding: 3vw 10vw 4vw
}
.section-service h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 50px;
    font-size: 4.3vw;
    margin-top: 7vw;
    text-align: left;
    margin-bottom: 0vw;
    text-transform: uppercase;
    font-style: italic
}
.section-service h2>small {
    font-size: 50px;
    font-size: 4.3vw;
    color: #f99621;
    font-style: italic
}
.p-content-s {
    padding-top: 1.5vw;
    text-align: justify
}
.section-service p {
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-style: italic;
    font-size: 16px;
    font-size: 1.5vw;
    line-height: 24px;
    line-height: 1.9vw
}
.section-product {
    padding: 80px 0 0;
    padding: 2vw 0vw 0vw;
    position: relative
}
.button-sb {
    font-style: normal;
    text-align: center;
    color: #fff;
    background: #F23BC0;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    font-size: 1vw;
    line-height: 24px;
    line-height: 3.3vw;
    padding: .2vw 2vw;
    margin-bottom: 1vw;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.button-sb:hover {
    background: #050316
}
.item-service:hover .button-sb {
    background: #F23BC0
}
.section-store {
    padding: 4vw 0 7vw;
    position: relative;
    background: #fff;
    background-position: center;
    background-size: cover
}
.section-store h6 {
    font-family: 'Montserrat-Regular';
    color: #fff;
    clear: both;
    margin: 0 auto;
    font-size: 18px;
    font-size: 4.5vw;
    margin-top: 2vw;
    text-align: left;
    margin-bottom: .1vw;
    text-transform: uppercase
}
.section-store h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    clear: both;
    margin: 0 auto;
    font-size: 35px;
    font-size: 7.3vw;
    text-align: left;
    margin-bottom: 20px;
    margin-bottom: 3vw;
    text-transform: uppercase
}
.section-contact {
    padding: 3vw 0vw 0vw 0vw;
    position: relative;
    background: #050316;
    background-image: url(../images/bg-portfolio.svg);
    background-position: top left;
    background-size: cover;
}
.b33 {
    background-image: url(../images/bg-portfolio.svg)!important;
    background-position: top left!important;
    background-size: cover!important;
}
.section-contact h2 {
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 1.5vw;
    color: #5e00ff;
    margin-top: 1vw;
    text-align: left;
    margin-bottom: 1vw;
}
.section-contact h3 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 1.5vw;
    color: #fff;
    margin-top: 1vw;
    text-align: left;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.section-contact .animate-border-white {
    margin: 0;
    margin-bottom: 2vw
}
.logo-footer1 {
    width: 22vw;
    margin-top: 0.1vw;
}
.list-inline {
    padding-left: 0;
    margin-left: -14px;
    list-style: none
}
.section-contact p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    font-weight: 300;
    text-align: left;
    line-height: 1.3vw;
    line-height: 1.8vw;
    margin-bottom: 1vw;
}
.section-contact p>a {
    color: #fff;
    font-family: 'Montserrat-Semibold';
    font-size: 1vw;
    font-weight: 300;
    text-align: left;
    line-height: 1.3vw;
    line-height: 1.8vw;
    margin-bottom: 15px
}
.section-contact p>a:hover {
    color: #f23bc0
}
.social-network-3 {
    margin-top: 1.8vw;
}
.social-network-3 li>a {
    color: #fff!important;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    font-weight: 300;
    text-align: left;
    line-height: 1.3vw;
    line-height: 2.6vw;
    padding-bottom: 2.6vw;
}
.social-network-3 li>a:hover {
    color: #f23bc0!important;
}
.button-sb-1 {
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    background: transparent;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.2vw;
    line-height: 2.7vw;
    outline: none!important;
    box-shadow: none;
    margin-top: 2.5vw;
    padding: .3vw 2vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.button-sb-1:hover {
    background: #F23BC0!important;
    border: 2px solid #F23BC0;
    color: #fff!important
}
.footer-bottom {
    padding: .3vw 3vw;
    margin-top: 4vw;
    background: rgb(94 0 255);
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright p {
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    font-weight: 300;
    margin-bottom: .5vw;
    margin-top: .5vw;
    text-align: left;
    color: #fff!important;
}
.copyright a {
    color: #fff;
    font-size: .9vw
}
.copyright a>span {
    color: #F23BC0
}
.btn-toogle {
    display: none;
    position: absolute;
    z-index: 999;
    width: 9.5vw;
    height: 9.5vw;
    top: 2.6vw;
    float: right;
    right: 8px;
    padding: 8px;
    background-image: url(../icons/menu.svg);
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    cursor: pointer
}
.btn-toogle:hover {
    background-image: url(../icons/menu_active.svg)
}
.btn-lang {
    display: none;
    position: absolute;
    z-index: 999;
    width: 32.5vw;
    height: 9.5vw;
    top: 2.6vw;
    float: right;
    font-size: 4vw;
    right: -17vw;
    color: #fff;
    padding: 8px
}
.btn-lang>a {
    color: #fff;
    font-family: 'Montserrat-Regular';
}
.sidenav-right {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    padding: 0;
    left: 0;
    background: #080618;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}
.menu-movil ul,
.menu-movil ul>li,
.menu-movil ul>li>a {
    position: relative;
    display: block
}
.closebtn {
    width: 3.8vw;
    height: 3.8vw;
    position: absolute;
    right: 5vw;
    top: 6vw;
    z-index: 999;
    background-size: 3.2vw 3.2vw;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../icons/close.svg);
    display: block;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.closebtn:hover {
    opacity: .75!important
}
.menu-movil {
    margin: 3vw 0 1vw 0;
    padding: 0
}
.menu-movil li {
    padding: 8px 1vw;
    text-align: left;
    margin-bottom: 1vw;
    cursor: pointer
}
.menu-movil li:hover,
.menu-movil .active {
    color: #fff;
    background-color: #5E00FF;
    border-bottom: 1px solid #050316
}
.menu-movil li>a {
    color: #fff;
    margin-top: 0.4vw;
    font-family: 'Montserrat-Semibold';
    display: block;
    font-size: 1.2vw;
    cursor: pointer;
    text-transform: uppercase;
}
.submenu-movil {
    margin: 0;
    padding: 0;
    margin-top: 3vw;
}
.scroll-menu {
    overflow-y: scroll;
    height: 400px;
}
.scroll-menu::-webkit-scrollbar {
    width: 10px;
  }
  
  .scroll-menu::-webkit-scrollbar-thumb {
    background-color: #5E00FF;
  }
  
  .scroll-menu::-webkit-scrollbar-track {
    background-color: white;
  }
.submenu-movil li {
    padding: 0;
    text-align: left;
    margin-bottom: 1.1vw;
    cursor: pointer;
}
.pp555 {
    padding-top: 11vw!important;
}
.submenu-movil li>a {
    color: #fff;
    margin-top: 0;
    font-family: 'Montserrat-Semibold';
    display: block;
    font-size: 1.2vw;
    cursor: pointer;
    text-transform: uppercase;
}
.submenu-movil li>a:hover {
    color: #5E00FF
}
.menu-box {
    right: 0;
    padding: 50px 10px;
    width: 100%
}
.phone-movil {
    width: 48px;
    height: 48px;
    border: 1px solid #F23BC0;
    background-color: #F23BC0;
    border-radius: 50%;
    border-radius: 4px;
    padding: 6px;
    margin-left: 80px;
    margin-top: 5%;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    font-size: 35px;
    color: #fff;
    float: left;
    top: 40%;
    left: -16%;
    border-radius: 50%;
    border: .7vw solid #000;
    text-align: center
}
.contact-network {
    width: 48px;
    height: 48px;
    border: 1px solid #F23BC0;
    background-color: #F23BC0;
    border-radius: 50%;
    margin-left: 10px;
    padding: 6px;
    margin-top: 6%;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 35px;
    color: #fff;
    float: right;
    margin-right: 30%;
    border: .7vw solid #000;
    text-align: center
}
.phone-movil:hover,
.contact-network:hover {
    border: 1px solid #050316;
    background-color: #050316
}
.call-to-bg {
    position: relative
}
.plr-140 {
    padding-left: 7%;
    padding-right: 7%
}
.call-to-bg:before {
    background: #E4E5E7 none repeat scroll 0 0;
    left: 0;
    margin-left: -100px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 31%
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.call-to-bg:after {
    background: rgba(31, 34, 62, .8) none repeat scroll 0 0;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: -1
}
.call-to-bg:before,
.call-to-bg:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0
}
.pb-20 {
    padding-bottom: 20px
}
.pt-60 {
    padding-top: 60px
}
.page-wrapper {
    background: linear-gradient(to left, #B0BEC5, #ECEFF1)
}
.h30 {
    height: 3vw
}
.section-title {
    padding-top: 10%;
    margin-left: -6%
}
.rev-btn {
    text-align: center!important;
    margin-top: 10%!important
}
.bg-right-dark {
    border-right: 1px solid rgba(39, 37, 38, .2);
    height: 7.5vw
}
.bg-right-white {
    border-right: 1px solid rgba(255, 255, 255, .2)
}
.panel-network {
    padding: 4px;
    width: 80%;
    margin: 0 auto;
    margin-left: 10%;
    border-radius: 4px;
    z-index: 999;
    top: 19.5%;
    position: absolute;
    display: none;
    background: #fff
}
.panel-network:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    margin: -4.3vh 0 0 33vw
}
.btn-absolute {
    position: absolute;
    bottom: 80px;
    margin: 0 auto;
    float: left;
    left: 7.2vw
}
.btn-banner {
    background: rgba(255, 255, 255, .8)!important;
    border-radius: 4px!important;
    color: #F23BC0!important;
    font-family: 'Montserrat-Bold'!important;
    font-size: 1.5vw!important;
    line-height: 35px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8)
}
.btn-banner:hover {
    background: #F23BC0!important;
    color: #fff!important
}
.address p {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-size: 3vw;
    font-style: italic;
    font-family: 'Montserrat-Regular';
    line-height: normal
}
.googleMap {
    position: relative;
    background: #F23BC0!important;
    height: 300px;
    height: 20vw;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.googleMap:before {
    border-left: 100vw solid #F23BC0;
    border-top: 6vw solid transparent;
    top: -6vw;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2
}
.bar-orange {
    padding: 20px 80px 20px;
    position: relative;
    background: #050316;
    transition: all .4s ease-in-out;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease
}
.bar-red {
    padding: 20px 80px 20px;
    position: relative;
    background: #F23BC0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease
}
.bar-red img,
.bar-orange img {
    width: 5vw
}
.icon-address {
    margin: 0 auto;
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 1vw;
    text-align: center
}
.icon-address img {
    width: 4vw
}
.logo-address {
    margin: 0 auto;
    width: 100%;
    margin-top: 1vw;
    text-align: center
}
.logo-address img {
    width: 40%
}
.m-icon {
    width: 2.3vw;
    height: 2.3vw;
    background-size: 2.3vw 2.3vw;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer
}
.c-icon {
    width: 2.3vw;
    height: 2.3vw;
    float: left;
    margin-right: .8vw;
    margin-top: -.1vw;
    background-size: 2.3vw 2.3vw;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    cursor: pointer
}
.flag {
    width: 2.2vw;
    height: 1.8vw;
    float: left;
    margin-right: .5vw;
    background-size: 2.2vw 1.8vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.nav-icon {
    width: 1.8vw;
    height: 1.8vw;
    float: left;
    margin-right: .5vw;
    background-size: 1.2vw 1.2vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease
}
.nav-icon-1 {
    width: 1.2vw;
    height: 1.1vw;
    float: right;
    margin-right: .5vw;
    background-size: 1.2vw 1.2vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease
}
.menu-movil>li:hover .nav-icon-1 {
    margin-right: -0.3vw;
}

.submenu-movil>li:hover .nav-icon-1 {
    margin-right: -0.3vw;
}
.arrow-button {
    width: 2.2vw;
    height: 2.2vw;
    float: right;
    margin-left: .5vw;
    margin-top: .1vw;
    background-size: 1.5vw 1.5vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    background-image: url(../icons/a11.svg);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.arrow-button-4 {
    width: 2vw;
    height: 2vw;
    float: left;
    margin-top: 0.2vw;
    margin-left: .5vw;
    background-size: 2vw 2vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    background-image: url(../icons/arrow-down.svg);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.arrow-button-1 {
    width: 2.8vw;
    height: 2.8vw;
    float: right;
    margin-left: .5vw;
    background-size: 2.8vw 2.8vw;
    /* background-position: center; */
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    transition: all .4s ease-in-out;
    background-image: url(../icons/arrow-down.svg);
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.arrow-button-11 {
    width: 2.8vw;
    height: 2.8vw;
    float: left;
    margin-left: .5vw;
    background-size: 2.8vw 2.8vw;
    /* background-position: center; */
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    transition: all .4s ease-in-out;
    background-image: url(../icons/arrow-down-i.svg);
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.arrow-button-1:hover,
a:hover .arrow-button-1 {
    margin-right: -1.1vw;
    background-image: url(../icons/arrow-down_active.svg)
}
.arrow-button-11:hover,
a:hover .arrow-button-11 {
    margin-left: -1.1vw;
    background-image: url(../icons/arrow-down_active-i.svg)
}
.arrow-button-2 {
    width: 3.8vw;
    height: 3.8vw;
    float: right;
    margin-left: 1vw;
    margin-top: -1.2vw;
    background-size: 3.8vw 3.8vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    background-image: url(../icons/more-1.svg);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.arrow-button-2:hover,
.post-body .btn-read:hover .arrow-button-2 {
    margin-left: 1.4vw;
    background-image: url(../icons/more-2.svg)
}
.arrow-button-3 {
    width: 3.8vw;
    height: 3.8vw;
    float: right;
    margin-left: 1vw;
    margin-top: -1.2vw;
    background-size: 3.8vw 3.8vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    background-image: url(../icons/more-2.svg);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.arrow-button-3:hover,
.post-body .btn-read:hover .arrow-button-3 {
    margin-left: 1.4vw;
    background-image: url(../icons/more-3.svg)
}
.arrow-white {
    background-image: url(../icons/arrow-white.svg)
}
.argentina {
    background-image: url(../icons/argentina.svg)
}
.chile {
    background-image: url(../icons/chile.svg)
}
.mexico {
    background-image: url(../icons/mexico.svg)
}
.usa {
    background-image: url(../icons/usa.svg)
}
.nav-menu {
    background-image: url(../icons/menu.svg)
}
.main-menu>li>a:hover .nav-menu {
    background-image: url(../icons/menu_active.svg)
}
.nav-search {
    background-image: url(../icons/search.svg)
}
.main-menu>li>a:hover .nav-search {
    background-image: url(../icons/search_active.svg)
}
.nav-language {
    background-image: url(../icons/language.svg)
}
.main-menu>li>a:hover .nav-language {
    background-image: url(../icons/lenguage_active.svg)
}
.address {
    background-image: url(../images/address.svg)
}
.email {
    background-image: url(../images/email.svg)
}
.phone {
    background-image: url(../images/phone.svg)
}
.envelope-o {
    background-image: url(../images/email_o.svg)
}
.phone-o {
    background-image: url(../images/phone_o.svg)
}
.facebook {
    background-image: url(../images/fb.svg)
}
.twitter {
    background-image: url(../images/tw.svg)
}
.instagram {
    background-image: url(../images/inst.svg)
}
.youtube {
    background-image: url(../images/yb.svg)
}
.whatsapp {
    background-image: url(../images/ws.svg)
}
.linkedin {
    background-image: url(../images/lin.svg)
}
.flickr {
    background-image: url(../images/fr.svg)
}
.m-icon:hover {
    opacity: 0.6!important
}
.contact-address {
    margin-top: 2.1vw;
}
.btn-banner-1 {
    text-align: center;
    color: #fff!important;
    border: 2px solid #f23bc0!important;
    background: #f23bc0;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.2vw;
    line-height: 2.5vw!important;
    border-radius: 3rem;
    margin-left: 1vw;
    margin-bottom: 1vw;
    padding: .5vw 1.5vw 0.3vw 1.5vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.btn-banner-1:hover .arrow-button {
    background-image: url(../icons/a11.svg);
    margin-left: 1vw
}
.btn-banner-1:hover {
    color: #fff!important;
    border: 2px solid #5e00ff!important;
    background: #5e00ff
}
.btn-banner-11 {
    text-align: center;
    color: #f23bc0!important;
    background: transparent;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.4vw;
    line-height: 2.5vw!important;
    border-radius: 3rem;
    margin-bottom: 1vw;
    padding: .5vw 1.5vw 0.3vw 0vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.btn-banner-11:hover .arrow-button {
    background-image: url(../icons/a11.svg);
    margin-left: 1vw
}
.btn-banner-11:hover {
    color: #fff!important;
}
.btn-s1 {
    border: 2px solid #5e00ff;
    text-align: center;
    color: #5e00ff!important;
    background: transparent;
    font-family: 'Montserrat-SemiBold';
    font-size: 1vw;
    line-height: 2vw!important;
    border-radius: 3rem;
    padding: .4vw 1vw;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.btn-s1:hover {
    border: 2px solid #5e00ff;
    text-align: center;
    color: #fff!important;
    background: #5e00ff
}
.btn-s2 {
    border: 2px solid #5e00ff;
    text-align: center;
    color: #fff!important;
    background: #5e00ff;
    font-family: 'Montserrat-SemiBold';
    font-size: 1vw;
    line-height: 2.5vw!important;
    border-radius: 3rem;
    padding: .2vw 2vw;
    margin-top: 1vw;
    width: 18vw;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.btn-s2:hover {
    border: 2px solid #F23BC0;
    text-align: center;
    color: #F23BC0!important;
    background: transparent
}
.btn-s3 {
    text-align: center;
    color: #5E00FF!important;
    background: transparent;
    font-family: 'Montserrat-Bold';
    font-size: 2vw;
    line-height: 2vw!important;
    border-radius: 3rem;
    margin: 0 auto;
    margin-top: 2.5vw;
    padding: .4vw 1vw;
    width: 30vw;
    cursor: pointer;
    text-align: right;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.btn-s3>span {
    width: 100%;
    float: right;
    margin-bottom: 1vw;
    padding-right: 4vw
}
.btn-s4 {
    /* text-align: center; */
    color: #5E00FF!important;
    background: transparent;
    font-family: 'Montserrat-Bold';
    font-size: 2vw;
    line-height: 2vw!important;
    border-radius: 3rem;
    margin: 0 auto;
    margin-top: 2.5vw;
    padding: .4vw 1vw;
    width: 30vw;
    cursor: pointer;
    /* text-align: right; */
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.btn-s4>span {
    width: 100%;
    float: right;
    margin-bottom: 1vw;
    padding-left: 4.5vw
    /* padding-right: 8.5vw */
}
.pp40 {
    padding-top: 4vw;
}
.about-i {
    width: 84%;
    text-align: center
}
.about-i-1 {
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 2vw;
    text-align: left
}
.section-faq {
    padding: 4vw 0vw;
    padding-bottom: 6vw;
    background: #FBFBFB
}
.section-2 {
    clear: both;
    padding: 5vw 0vw 5vw 0vw;
    background: #050316;
    position: relative;
}
.section-2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/curva_1.svg);
    background-position: top right;
    background-size: 100vw;
    background-repeat: no-repeat;
    height: 9vw;
    margin-top: -9vw;
}
.section-2 h3 {
    font-family: 'Montserrat-Regular';
    color: #fff;
    margin: 0 auto;
    margin: 0 9vw 4vw 11vw;
    font-size: 1.41vw;
    text-align: center;
    font-weight: 400;
}
.section-2 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 6vw;
    margin-top: 1vw
}
.section-2 p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.2vw;
    text-align: left;
    line-height: 2.1vw;
    margin-bottom: 4vw;
    margin-top: 2.2vw;
}
.section-2 p>strong {
    color: #050316;
    font-family: 'Montserrat-Semibold'
}
.icon-serv {
    width: 3.8vw;
    height: 3.8vw;
    margin-right: .5vw;
    background-size: 3.5vw 3.5vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    margin-bottom: 1vw
}
.section-2 .panel {
    background-color: transparent!important;
    border: none!important
}
.section-2 .panel-body {
    padding-left: 0
}
.section-2 .panel-title,
.opt-faq>a {
    font-size: 1.6vw;
    font-family: 'Montserrat-SemiBold'
}
.section-2 .panel-heading+.panel-collapse>.panel-body {
    border-top: none
}
.section-2 .panel-default>.panel-heading {
    background-color: transparent;
    padding: 1vw 0 1vw 0;
    cursor: pointer;
}
.opt-faq {
    background-color: transparent;
    padding: 2vw 0 2vw 0;
    cursor: pointer;
    margin-bottom: 0px;
    clear: both;
}
.panel-title>a,
.opt-faq>a {
    color: #5E00FF;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.tab-content>.tab-pane {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.page-sidebar .active>a,
.opt-faq>a:hover {
    color: #f23bc0!important;
    font-size: 1.7vw;
}
.opt-faq {
    margin-bottom: 0px;
    clear: both;
}
.opt-faq>a>.icon-serv {
    float: left;
    width: 3.8vw;
    height: 3.8vw;
    margin-right: .5vw;
    background-size: 3.3vw 3.3vw;
    margin-top: -1vw;
    margin-bottom: 1vw
}
.opt-faq>a:hover,
.opt-faq .active,
.panel-title>a:hover,
.panel-title>a[aria-expanded="true"] {
    color: #f23bc0!important
}
.title-header-1 h2 {
    font-family: 'Montserrat-Bold';
    color: #000;
    margin: 0 auto;
    font-size: 3vw;
    margin-right: 8vw;
    text-align: left;
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.mlf0 {
    margin-left: 0px!important
}
.title-header-2 h2 {
    font-family: 'Montserrat-Bold';
    color: #000;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-top: 1vw;
    margin-right: 3vw;
    margin-bottom: 1vw
}
.title-header-3 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-top: 1vw;
    margin-right: 3vw;
    margin-bottom: 2vw;
    text-transform: uppercase
}
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #5e00ff;
    margin: 0 auto;
    margin-bottom: 1vw
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite
}
.animate-border-white {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 2vw
}
.animate-border-white:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #09132d;
    border-right: 10px solid #09132d;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite
}
@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px)
    }
}
@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px)
    }
}
.animate-border.border-white:after {
    border-color: #fff
}
.animate-border.border-yellow:after {
    border-color: #F5B02E
}
.animate-border.border-orange:after {
    border-right-color: #5e00ff;
    border-left-color: #5e00ff
}
.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF
}
.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8
}
@keyframes primary-short {
    0% {
        width: 15%
    }
    50% {
        width: 90%
    }
    100% {
        width: 10%
    }
}
@keyframes primary-long {
    0% {
        width: 80%
    }
    50% {
        width: 0%
    }
    100% {
        width: 80%
    }
}
.ttm-play-icon-btn {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 4vw;
    right: -9vw
}
.ttm-play-icon .ttm-play-icon-animation:after,
.ttm-play-icon .ttm-play-icon-animation:before {
    -webkit-animation: videoplay-anim 1.05s infinite;
    -moz-animation: videoplay-anim 1.05s infinite;
    -ms-animation: videoplay-anim 1.05s infinite;
    -o-animation: videoplay-anim 1.05s infinite;
    animation: videoplay-anim 1.05s infinite
}
.ttm-play-icon-btn .ttm-play-icon-animation {
    position: relative;
    display: inline-block;
    font-size: 1.5vw;
}
.ttm-icon i {
    margin-top: 1.89vw;
    margin-left: 0.25vw;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: 9.5vw;
    height: 9.5vw;
    opacity: .2;
    background-color: #f7d7c6;
}
.ttm-play-icon-btn .ttm-play-icon-animation:after,
.ttm-play-icon-btn .ttm-play-icon-animation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}
.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon {
    margin-bottom: 0
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
    display: block;
    height: 7vw;
    width: 7vw;
    padding-left: .35vw;
    line-height: 7vw;
    font-size: 3vw;
    margin: 0;
    z-index: 2;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.ttm-play-icon-btn:hover .ttm-icon.ttm-icon_element-size-sm {
    background: #F23BC0;
    border: 2px solid #F23BC0
}
.ttm-play-icon-btn .ttm-play-icon-animation:after,
.ttm-play-icon-btn .ttm-play-icon-animation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}
.ttm-play-icon-btn:hover .ttm-play-icon-animation:after,
.ttm-play-icon-btn:hover .ttm-play-icon-animation:before {
    -webkit-animation: scaling 1.05s infinite;
    -moz-animation: scaling 1.05s infinite;
    -ms-animation: scaling 1.05s infinite;
    -o-animation: scaling 1.05s infinite;
    animation: scaling 1.05s infinite
}
@-webkit-keyframes scaling {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}
@keyframes scaling {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}
.resp-q {
    background: #5e00ff;
    padding: .1vw .8vw;
    padding-top: .5vw;
    border-bottom-right-radius: .6rem;
    width: 100%;
    height: 10.4vw
}
.resp-q p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    line-height: 1.8vw
}
.no-padding {
    padding: 0
}
.title-portfolio {
    padding: 2vw 0vw
}
.porfolio {
    padding: 2vw 0vw;
    padding-bottom: 3vw
}
.title-header h2 {
    font-family: 'Montserrat-Bold';
    color: #050316;
    margin: 0 auto;
    font-size: 2vw;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.banner-video {
    position: relative;
    width: 100%;
    height: 30vw!important;
    padding-bottom: 40vw!important
}
.inlinePlayButton {
    display: none!important
}
.content-video {
    position: absolute;
    top: 0%;
    padding-top: 10vw;
    height: 100%;
    width: 100%;
    background: linear-gradient(5deg, rgba(255, 87, 34, 1) 0%, rgba(0, 0, 0, .33) 55%, rgba(0, 0, 0, .33) 100%)
}
.content-video h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: left;
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.content-video p {
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: left;
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.button-register {
    text-align: center;
    color: #fff!important;
    background-color: #5e00ff;
    border-color: #5e00ff;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.5vw;
    line-height: 3vw!important;
    border-radius: 3rem;
    padding: .2vw 2.3vw;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.button-register:hover {
    background-color: #050316;
    border-color: #050316
}
.title-porfolio {
    padding: 3vw 0vw
}
.hr-subtit {
    margin-top: 3vw;
    margin-left: auto;
    width: 100%;
    border-top: 3px solid #f23bc0!important
}
.section-1 {
    padding: 10vw 0vw 14vw 0vw;
    background: #050316;
    height: 40vw;
    background-image: url(../images/header-2.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 40s linear infinite
}
@keyframes animatedBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}
@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}
@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}
@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}
.section-blog {
    padding: 10vw 0vw 14vw 0vw;
    background: #140C4E;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 28vw;
}
.section-blog h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3.2vw;
    text-align: left;
    margin-top: 2vw;
    margin-left: 1vw;
    margin-bottom: 5vw;
    margin-right: 44vw;
}
.section-blog p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: .9vw;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 1.5vw;
    text-align: right;
    margin-bottom: 15px;
    clear: both
}
.header-article {
    padding: 10vw 0vw 6vw 0vw;
    background: #140C4E;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
}
.header-article:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/curvas_3.svg);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top right;
    height: 12vw;
    margin-bottom: -0.7vw;
}
.header-article h2 {
    font-family: 'Montserrat-Bold';
    color: #5E00FF;
    margin: 0 auto;
    font-size: 2.3vw;
    text-align: left;
    margin-top: 2vw;
    margin-bottom: 2vw;
    margin-right: 6vw;
}
.header-article h4 {
    font-family: 'Montserrat-Regular';
    color: #f23bc0;
    margin: 0 auto;
    font-size: 1.5vw;
    text-align: left;
    margin-top: 1.2vw;
    margin-bottom: 2vw;
    margin-right: 10vw;
}
.header-article h3 {
    font-family: 'Montserrat-Semibold';
    color: #fff;
    font-size: 1.2vw;
    text-align: left;
    margin-top: 2vw;
    margin-bottom: 1vw;
}
.header-article p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.15vw;
    font-weight: 300;
    line-height: 1.9vw;
    text-align: left;
    margin-bottom: 15px;
    clear: both;
}
.section-detail {
    padding: 11vw 0vw 12vw 0vw;
    background: #140C4E;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 40s linear infinite;
    height: auto;
}
.section-detail h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3.5vw;
    text-align: left;
    margin-left: 1vw;
    margin-top: 2vw;
    margin-bottom: 4vw;
    margin-right: 6vw;
}
.section-detail h4 {
    font-family: 'Montserrat-Regular';
    color: #f23bc0;
    margin: 0 auto;
    font-size: 1.5vw;
    text-align: left;
    margin-top: 1.2vw;
    margin-bottom: 2vw;
    margin-right: 10vw;
}
.section-detail h3 {
    font-family: 'Montserrat-Semibold';
    color: #fff;
    font-size: 1.2vw;
    text-align: left;
    margin-top: 2vw;
    margin-bottom: 1vw;
}
.section-detail p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.4vw;
    font-weight: 300;
    line-height: 1.9vw;
    text-align: left;
    margin-bottom: 15px;
    clear: both;
}
.detail-contact {
    padding: 11vw 0vw 10vw 0vw;
    background: #140C4E;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.detail-contact h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 2vw;
    text-align: left;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.detail-contact h4 {
    font-family: 'Montserrat-Regular';
    color: #f23bc0;
    margin: 0 auto;
    font-size: 1.5vw;
    text-align: left;
    margin-top: 1.2vw;
    margin-bottom: 2vw;
    margin-right: 10vw;
}
.detail-contact h3 {
    font-family: 'Montserrat-Bold';
    color: #5e00ff;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 2.3vw;
    text-align: left;
    margin-top: 2vw;
}
.detail-contact p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    font-weight: 300;
    text-align: left;
    line-height: 1.3vw;
    line-height: 1.8vw;
    margin-bottom: 15px;
}
.detail-contact p>a {
    color: #fff;
    font-family: 'Montserrat-Semibold';
}
.detail-contact p>a:hover {
    color: #f23bc0
}
.section-work {
    padding: 10vw 0vw 2vw 0vw;
    background: #140C4E;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
}
.section-work:before {
    background: rgba(20, 12, 78, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-work h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3.5vw;
    text-align: left;
    margin-top: 2vw;
    margin-bottom: 2vw;
    margin-right: 6vw
}
.section-work h4 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 2.5vw;
    text-align: left;
    margin-top: 1.2vw;
    margin-bottom: 2vw;
    margin-right: 10vw;
}
.section-work h3 {
    font-family: 'Montserrat-Semibold';
    color: #f23bc0;
    font-size: 1.8vw;
    text-align: left;
    margin-top: 2vw;
    margin-bottom: 3vw;
}
.section-work p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 1.9vw;
    text-align: left;
    margin-bottom: 15px;
    clear: both;
}
.register-form {
    width: 100%;
    clear: both;
    float: right;
    position: relative;
    background: transparent;
    padding: .35vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
}
.register-form input[type=email] {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    padding: 1vw 1.5vw 1vw 0vw;
    border: none;
    height: 3.5vw;
    margin: 0;
    background: transparent!important;
    border-top: none!important;
    border-radius: 0px!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: 2px solid #5e00ff!important;
    box-shadow: none!important;
    color: gray;
    font-size: 1.2vw;
    float: left;
    width: 100%;
    color: #fff!important
}
.register-form input[type="email"]::-webkit-input-placeholder {
    color: #fff!important
}
.register-form input[type="email"]:-ms-input-placeholder {
    color: #fff!important
}
.register-form input[type="email"]::placeholder {
    color: #fff!important
}
.register-form button {
    font-size: 1vw;
    font-family: 'Montserrat-Semibold';
    display: inline-block;
    text-transform: uppercase;
    background: #F23BC0;
    border: 2px solid #F23BC0;
    color: #fff;
    padding: .3vw .8vw;
    width: 30%;
    margin-top: 1vw;
    border-radius: 3rem;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.register-form button:hover {
    background: transparent;
    color: #F23BC0;
    border: 2px solid #F23BC0
}
.boton-s2 {
    width: 3.8vw;
    height: 3.8vw;
    float: right;
    margin-left: .5vw;
    margin-top: 2vw;
    background-size: 3.8vw 3.8vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    background-image: url(../icons/arrow-down.svg);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.boton-s2:hover {
    margin-right: -1.1vw;
    background-image: url(../icons/arrow-down_active.svg);
}
.section-1 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: left;
    margin-top: 2vw;
    margin-left: 1vw;
    margin-bottom: 6vw;
}
.section-1 h3 {
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    margin: 0 auto;
    font-size: 1.5vw;
    text-align: left;
    margin-top: 2vw;
    line-height: 2.1vw;
    margin-left: 1.28vw;
    margin-bottom: 1vw
}
.section-1 h3>strong {
    color: #F23BC0
}
.section-1 p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: .8vw;
    text-transform: unset;
    font-weight: 300;
    line-height: 1.5vw;
    text-align: left;
    margin-left: 1.28vw;
    margin-bottom: 15px;
    clear: both
}
.section-3 {
    padding: 5vw 0vw;
    background-image: url(../images/bg-portfolio.svg);
    background-position: top left;
    background-size: contain;
    position: relative;
}
.section-3:before {
    background: rgb(255, 255, 255, 0.65);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-3 h2 {
    font-family: 'Montserrat-Bold';
    color: #5E00FF;
    margin: 0 auto;
    font-size: 3vw;
    text-align: left;
    margin-bottom: 4vw;
    margin-top: 1vw
}
.section-3 p {
    color: #F23BC0;
    font-family: 'Montserrat-Semibold';
    font-size: 1.55vw;
    margin-bottom: 5vw
}
.portfolio {
    margin: 1vw
}
.portfolio h4 {
    font-family: 'Montserrat-Bold';
    color: #5E00FF;
    margin: 0 auto;
    font-size: 2.5vw;
    text-align: left;
    margin-bottom: 3vw;
    margin-top: 1vw;
    margin-right: 18vw;
}
.portfolio h3 {
    font-family: 'Montserrat-Semibold';
    color: #f23bc0;
    font-size: 1vw;
    text-align: left;
    margin-top: 2vw;
}
.portfolio p {
    font-family: 'Montserrat-Regular';
    color: gray;
    margin: 0 auto;
    font-size: 1.2vw;
    line-height: 2vw;
    margin-top: 1vw;
    margin-right: 9vw;
    margin-bottom: 2vw
}
.portfolio img {
    width: 100%!important;
    border-radius: 1rem
}
.pp0 {
    padding-left: 0
}
.section-4 {
    padding: 5vw 0vw;
    background: #050316;
    background-image: url(../images/graph-bg.png);
    background-size: cover;
    background-position: top center
}
.section-4 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.section-4 p {
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.55vw;
    line-height: 1.9vw
}
.section-5 {
    padding: 6vw 0vw;
    padding-bottom: 4vw
}
.section-5 h2 {
    font-family: 'Montserrat-Bold';
    color: #000;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-top: 0vw;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.section-5 p {
    color: #F23BC0;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.55vw
}
.progress {
    width: 10.5vw;
    height: 10.5vw;
    line-height: 10.5vw;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative
}
.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3vw solid #fff;
    position: absolute;
    top: 0;
    left: 0
}
.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}
.progress .progress-left {
    left: 0
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: .8vw;
    border-style: solid;
    position: absolute;
    top: 0
}
.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}
.progress .progress-right {
    right: 1px
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}
.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: transparent;
    font-size: 1vw;
    color: #000;
    line-height: 17vw;
    text-align: center;
    position: absolute;
    top: -3vw;
    left: 1vw;
    font-family: 'Montserrat-Semibold'
}
.progress.blue .progress-bar {
    border-color: #F23BC0
}
.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}
.progress.yellow .progress-bar {
    border-color: #fdba04
}
.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s
}
.progress.pink .progress-bar {
    border-color: #ed687c
}
.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s
}
.progress.green .progress-bar {
    border-color: #1abc9c
}
.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg)
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg)
    }
}
@media only screen and (max-width:990px) {
    .progress {
        margin-bottom: 20px
    }
}
.tw-blog {
    background-color: #F7F9F8
}
.tw-latest-post {
    padding-bottom: 4vw;
    border-radius: 1.3rem;
    margin-top: 0vw;
    margin-bottom: 2vw;
    cursor: pointer;
}
.latest-post-media {
    margin-bottom: 1vw;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}
.latest-post-media img {
    width: 100%;
    border-radius: 0.5rem;
    height: 22.85vw;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.post-1 img {
    height: 22.85vw;
}
.latest-post-media img:hover {
    border-radius: 0.5rem;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.post-body {
    position: relative;
    z-index: 2;
    padding: .3vw 0.1vw;
    height: 14vw
}
.post-body .btn-read {
    text-align: center;
    color: #5e00ff;
    font-family: 'Montserrat-SemiBold';
    font-size: 1vw;
    line-height: 1.4vw!important;
    border-radius: 3rem;
    padding: .5vw 1.5vw 0.5vw 0vw;
    float: left;
    margin-left: 0vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.recent-posts .post-body .btn-read {
    color: #f23bc0;
}
.post-body .btn-read:hover {
    color: #f23bc0!important;
}
.recent-posts .post-body .btn-read:hover {
    color: #fff!important;
}
.post-item-date {
    position: absolute;
    height: 100%;
    top: 1vw;
    left: 1vw
}
.post-item-date:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    background: #DCDCDC;
    width: 1px;
    height: 7vw
}
.post-item-date:after {
    position: absolute;
    top: 7vw;
    width: 14px;
    height: 14px;
    content: "";
    background: #F23BC0;
    left: 50%;
    margin-left: -7px;
    border-radius: 50%;
    border: 2px solid #DCDCDC
}
.post-date {
    width: 4.5vw;
    height: 4.5vw;
    background: #F23BC0;
    border-radius: 50%;
    border: 2px solid #DCDCDC;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    font-weight: 800;
    font-size: 1.2vw;
    padding-top: .5vw
}
.post-date .month {
    display: block;
    font-weight: 300;
    font-size: 1vw;
    margin-top: -.7vw
}
.post-info .post-title {
    padding-bottom: .6vw;
    font-size: 1vw;
    line-height: 1.4vw;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    height: 4vw;
}
.post-1 .post-info .post-title {
    font-size: 1.1vw;
    margin-right: 2vw;
    line-height: 2vw;
}
.recent-posts .post-info .post-title {
    height: 8vw;
    font-size: 1.4vw;
    line-height: 1.7vw;
}
.post-info .post-title a {
    color: #5e00ff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
.recent-posts .post-info .post-title a {
    color: #5E00FF;
    transition: all 0.3s;
}
.recent-posts .post-info .post-title-2 a {
    color: #f23bc0!important;
}
.post-info .entry-content p {
    font-size: 1vw;
    line-height: 1.8vw;
    font-family: 'Montserrat-Regular';
    padding-right: 0vw;
    color: #808080;
    height: 18vw;
}
.post-1 .post-info .entry-content p {
    height: 9.5vw;
    margin-right: 1vw;
}
.post-1 .post-body {
    width: 50%;
    float: left;
}
.recent-posts .post-info .entry-content p {
    color: #fff;
}
.widget-search {
    width: 94%;
    margin: 0 auto;
}
.widget-search .form-control {
    width: 88%;
    color: #808080;
    line-height: 30px;
    background: transparent;
    box-shadow: none;
    font-size: 1.2vw;
    float: left;
    border: none;
    height: 30px;
    border-radius: 0;
    border-bottom: 2px solid #5e00ff;
    margin-bottom: 4vw;
}
.widget-search .btn-sh {
    position: relative;
    height: 30px;
    background: #fff;
    border: none;
    padding: 2px 8px;
    line-height: 30px;
    font-size: 2vw;
    float: left;
    color: #f23bc0;
    outline: none;
}
.post-meta {
    padding-top: .2vw;
    padding-bottom: .2vw;
    color: #fff;
    font-size: 1vw;
    margin-bottom: 0.5vw;
    font-family: 'Montserrat-Semibold';
}
.section-6 {
    padding: 5vw 0vw 15vw 0vw;
    background: #050316;
}
.section-6 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: left;
    margin-bottom: 4vw;
    margin-top: 1vw
}
.section-6 p {
    color: #fff;
    font-family: 'Montserrat-Semibold';
    font-size: 1.2vw
}
.section-8 {
    padding: 9vw 0vw 0vw 0vw;
    background: #050316;
    background-image: url(../images/bg-portfolio.svg);
    background-position: top left;
    background-size: cover;
}
.section-8 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: left;
    margin-bottom: 4vw;
    margin-right: 38vw;
    margin-top: 1vw;
}
.section-8 p {
    color: #fff;
    font-family: 'Montserrat-Semibold';
    font-size: 1.2vw
}
.pp22 {
    padding-top: 2vw
}
.widgets {
    margin-bottom: 4vw
}
.widgets h4 {
    font-family: 'Montserrat-Bold';
    color: #00359f;
    margin: 0 auto;
    font-size: 1.5vw;
    text-align: left;
    margin-top: 0vw;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.widgets p {
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: 1.2vw;
    line-height: 2vw;
    margin-bottom: 5vw
}
.faq-btn {
    font-size: 1vw;
    color: #fff;
    font-weight: 600;
    border: none;
    outline: none;
    background: #F23BC0;
    cursor: pointer;
    padding: 1.5vw 2vw;
    width: 100%;
    text-align: left;
    border-radius: 0;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.panel .collapse.show {
    display: block;
    padding-top: 20px
}
.faq-btn.collapsed {
    background: #fff;
    color: #003192
}
.faq-wrap .panel-heading {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.faq-btn {
    font-family: 'Montserrat-SemiBold'
}
.faq-wrap .panel-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: unset;
    padding: 1.5vw 2vw
}
.faq-wrap .panel-body p {
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    line-height: 1.5vw
}
.faq-wrap .panel-heading h4 {
    font-size: unset;
    position: relative
}
.faq-wrap .panel-default {
    box-shadow: 0 1vw 1vw 0 #e4e4e4;
    cursor: pointer;
    margin-bottom: 1.5vw;
    border-radius: .3rem;
    border-color: #eaeaea
}
.faq-btn::after {
    position: absolute;
    content: "\f070";
    top: 1.1vw;
    right: 1.1vw;
    font-size: 1vw;
    font-family: "FontAwesome";
    color: #fff
}
.faq-btn.collapsed::after {
    content: "\f06e";
    color: #003192
}
.bg-white {
    clear: both;
    padding: 5vw 0vw 6vw 0vw;
    background: #fff;
    position: relative;
}
.bg-white:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #050316;
    background-image: url(../images/curvas_3.svg);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: left center;
    transform: rotate(180deg);
    height: 10vw;
    margin-bottom: -8vw;
}
.bg-white h2 {
    font-family: 'Montserrat-Bold';
    color: #808080;
    margin: 0 auto;
    font-size: 2.5vw;
    padding-bottom: 1.4vw;
    text-align: left;
    margin-left: 1.8vw;
    margin-bottom: 2vw;
    margin-top: 0vw;
}
.section-white-1 {
    clear: both;
    padding: 4vw 0vw 6vw 0vw;
    background: #fff;
    position: relative;
}
.section-white-1 h2 {
    font-family: 'Montserrat-Bold';
    color: #5E00FF;
    margin: 0 auto;
    font-size: 3vw;
    padding-bottom: 1vw;
    text-align: left;
    margin-left: 0vw;
    margin-bottom: 0vw;
    margin-top: 3vw;
}
.section-white-1 p {
    color: #808080;
    font-family: 'Montserrat-Regular';
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 2vw;
    text-align: left;
    margin-bottom: 15px;
    clear: both;
    margin-right: 6vw;
}
.section-detail-white {
    clear: both;
    padding: 4vw 0vw 4vw 0vw;
    background: #050316;
    position: relative;
}
.section-detail-white:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/curva_1.svg);
    background-position: top right;
    background-size: 100vw;
    background-repeat: no-repeat;
    height: 9vw;
    margin-top: -9vw;
}
.section-detail-blue {
    clear: both;
    padding: 4vw 0vw 12vw 0vw;
    background: #050316;
    background-image: url(../images/bg-portfolio.svg);
    background-position: top left;
    background-size: cover;
}
.g4 {
    background-image: url(../images/bg-portfolio.svg);
    background-position: top left;
    background-size: cover;
    position: relative;
}
.g4:before {
    background: rgb(255, 255, 255, 0.45);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pp4 {
    padding-bottom: 1vw!important;
}
.pp5 {
    padding-top: 2vw!important;
}
.section-detail-white h2,
.section-detail-white h3 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 2.5vw;
    padding-bottom: 1.4vw;
    text-align: left;
    margin-left: 0vw;
    margin-bottom: 2vw;
    margin-top: 3vw;
}
.section-detail-white h5 {
    font-family: 'Montserrat-Bold';
    color: #5e00ff;
    margin: 0 auto;
    text-align: center;
    font-size: 3vw;
    padding-bottom: 1.4vw;
    text-align: center;
    margin-left: 0vw;
    margin-bottom: 2vw;
    margin-top: 5vw;
}
.section-detail-white p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 2.2vw;
    margin-bottom: 15px;
    clear: both;
    margin-right: 1vw;
}
.section-detail-white p>strong {
    color: #5e00ff!important;
}
.section-detail-blue h2,
.section-detail-blue h3 {
    font-family: 'Montserrat-Semibold';
    color: #f23bc0!important;
    margin: 0 auto;
    font-size: 3vw;
    padding-bottom: 1.4vw;
    text-align: left;
    margin-left: 0vw;
    margin-bottom: 2vw;
    margin-top: 3vw;
}
.section-detail-blue h5 {
    font-family: 'Montserrat-Semibold';
    color: #f23bc0!important;
    margin: 0 auto;
    font-size: 3vw;
    padding-bottom: 1.4vw;
    text-align: left;
    margin-left: 0vw;
    margin-bottom: 2vw;
    margin-top: 3vw;
}
.section-detail-white h4 {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    font-style: normal;
    color: #f23bc0;
    font-size: 1.5vw;
    margin-bottom: 2vw;
    margin-top: 1vw;
}
.section-detail-white h6 {
    font-family: 'Montserrat-Semibold';
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 2vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
}
.tumb-dev {
    border: 2px solid #f23bc0;
    padding: 0.8vw;
    border-radius: 50%;
    display: block;
    width: 8vw;
    height: 8vw;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2vw;
    margin-top: 2vw;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.tumb-dev:hover {
    border: 2px solid #5e00ff;
}
.icon-dev {
    width: 6vw;
    height: 6vw;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    background-color: transparent;
    background-size: 3.5vw 3.5vw;
    border: 2px solid #5e00ff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.icon-dev:hover,
.tumb-dev:hover .icon-dev {
    border: 2px solid #f23bc0;
}
.tumb-dev-2 {
    border: 2px solid #f23bc0;
    padding: 0.8vw;
    border-radius: 0.3rem;
    display: block;
    width: 8vw;
    height: 8vw;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2vw;
    margin-top: 2vw;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.tumb-dev-2:hover {
    border: 2px solid #5e00ff;
}
.icon-dev-2 {
    width: 6vw;
    height: 6vw;
    margin: 0 auto;
    display: block;
    border-radius: 0.3rem;
    background-color: #5e00ff;
    background-size: 3.5vw 3.5vw;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.icon-dev-2:hover,
.tumb-dev-2:hover .icon-dev-2 {
    background-color: #f23bc0;
}
.tumb-dev-1 {
    border: 2px solid #f23bc0;
    padding: 0.8vw;
    border-radius: 50%;
    display: block;
    width: 8vw;
    height: 8vw;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2vw;
    margin-top: 2vw;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.tumb-dev-1:hover {
    border: 2px solid #5e00ff;
}
.icon-dev-1 {
    width: 6vw;
    height: 6vw;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    background-color: transparent;
    background-size: 3.5vw 3.5vw;
    border: 2px solid #5e00ff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.icon-dev-1:hover,
.tumb-dev-1:hover .icon-dev-1 {
    border: 2px solid #f23bc0;
}
.section-detail-white-22 {
    clear: both;
    padding: 4vw 0vw 4vw 0vw;
    background: #0F0B2F;
    position: relative;
    background-image: url(../images/banner_logos_22.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-detail-white-22 h2,
.section-detail-white-22 h3 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 2.5vw;
    padding-bottom: 1.4vw;
    text-align: left;
    margin-left: 0vw;
    margin-bottom: 2vw;
    margin-top: 3vw;
}
.section-detail-white-22 p {
    color: #808080;
    font-family: 'Montserrat-Regular';
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 2.1vw;
    margin-bottom: 15px;
    clear: both;
    margin-right: 1vw;
}
.section-detail-white-22 p>strong {
    color: #f23bc0!important;
}
.section-detail-blue h2,
.section-detail-blue h3 {
    font-family: 'Montserrat-Bold';
    color: #f23bc0!important;
    margin: 0 auto;
    font-size: 3vw;
    padding-bottom: 1.4vw;
    text-align: left;
    margin-left: 0vw;
    margin-bottom: 2vw;
    margin-top: 3vw;
}
.section-detail-white-22 h4 {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    font-style: normal;
    color: #5e00ff;
    font-size: 1vw;
    margin-bottom: 2vw;
    margin-top: 1vw;
}
.section-detail-white-22 h6 {
    font-family: 'Montserrat-Semibold';
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 2vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
}
.section-detail-blue p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 2.1vw;
    text-align: left;
    margin-bottom: 3vw;
    clear: both;
    margin-right: 1vw;
}
.section-detail-blue p>strong {
    color: #5e00ff!important;
}
.section-white-3 {
    clear: both;
    padding: 4vw 0vw 6vw 0vw;
    background: #0F0B2F;
    position: relative;
}
.section-white-3 h2 {
    font-family: 'Montserrat-Bold';
    color: #f23bc0;
    margin: 0 auto;
    font-size: 2.8vw;
    padding-bottom: 1.4vw;
    text-align: left;
    margin-left: 0vw;
    margin-bottom: 2vw;
    margin-top: 3vw;
}
.bg-100px {
    height: 30vw;
    padding-top: 14vw;
    text-align: center;
    background-position: top center;
    background-size: cover;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 48vw;
    position: absolute;
    float: right;
    right: 0;
    margin-top: 17vw;
}
.section-white-3 p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-weight: 300;
    font-size: 1.2vw;
    line-height: 2vw;
    text-align: left;
    margin-bottom: 3vw;
    clear: both;
}
.recent-posts {
    clear: both;
    padding: 3vw 0vw;
    background: #140C4E
}
.recent-posts h2 {
    font-family: 'Montserrat-Bold';
    color: #f23bc0;
    margin: 0 auto;
    font-size: 2.5vw;
    padding-bottom: 1.4vw;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    margin-bottom: 2vw;
    margin-top: 0vw;
}
.img-blog {
    background: #5E00FF;
    border-radius: 1rem;
    width: 100%;
    height: 22.85vw;
    margin-bottom: 0vw;
    position: relative;
    background-position: top center;
    background-size: cover;
}
.img-blog:hover {
    opacity: 0.8
}
.section-7 {
    clear: both;
    padding: 5vw 0vw 3vw 0vw;
    background: #0F0B2F;
    position: relative;
    width: 100%;
}
.section-purple {
    clear: both;
    padding-bottom: 9vw!important;
    background: #140C4E;
    position: relative!important;
}
.section-purple:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/curvas_3.svg);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top right;
    height: 12vw;
    margin-bottom: -0.7vw;
}
.footer-contact {
    clear: both;
    position: relative!important;
}
.footer-contact:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/curva_1.svg);
    background-position: top right;
    background-size: 100vw;
    background-repeat: no-repeat;
    height: 9vw;
    margin-top: -9vw;
}
.section-77 {
    clear: both;
    padding: 0vw 0vw 8vw 0vw;
    background: #0F0B2F;
    position: relative;
    width: 100%;
}
.partner {
    margin: 0 auto;
    width: 55%;
    margin-bottom: 0px;
}
.partner img {
    width: 100%
}
.section-7 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 4vw;
    margin-top: 1vw
}
.section-7 p {
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    line-height: .5vw
}
.section-77 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 4vw;
    margin-top: 1vw
}
.section-77 p {
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    line-height: .5vw
}
.section-88 {
    clear: both;
    padding: 5vw 0vw;
    background: #fff
}
.section-88 h2 {
    font-family: 'Montserrat-Bold';
    color: #5E00FF;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 4vw;
}
.section-88 p {
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    line-height: .5vw
}
.bg-section {
    padding: 17vw 0vw 9vw 0vw
}
.bg-section h2 {
    font-family: 'Montserrat-Bold';
    color: #000;
    margin: 0 auto;
    font-size: 2vw;
    text-align: left;
    margin-bottom: 1vw;
    text-transform: uppercase
}
.bg-section p {
    color: #F23BC0;
    font-family: 'Montserrat-Semibold';
    font-size: 1.2vw;
    margin-top: 2vw;
    font-weight: 300;
    line-height: 2vw;
    margin-bottom: 1vw
}
.ttm-tabs.ttm-tab-style-classic.style2 ul.tabs li {
    margin-right: .5vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
    display: inline-block
}
.ttm-tabs ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: .6vw 2vw;
    line-height: 1.3vw;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1vw;
    font-weight: 500;
    color: #F23BC0;
    text-transform: uppercase;
    border: 2px solid #F23BC0;
    border-radius: 3rem;
    font-family: 'Montserrat-SemiBold'
}
.ttm-tabs ul.tabs li.active a,
.ttm-tabs ul.tabs li a:hover {
    border: 2px solid #F23BC0;
    background: #F23BC0;
    color: #fff
}
.owl-prev,
.owl-next {
    color: #fff;
    font-size: 3vw
}
.owl-prev:hover,
.owl-next:hover {
    color: #fff
}
.owl-next {
    position: absolute;
    float: right;
    right: -2vw;
    bottom: 0;
}
.owl-prev {
    position: absolute;
    float: left;
    right: 2vw;
    bottom: 0;
}
.modal {
    padding-top: 7vw;
    background: rgb(33, 1, 86, 0.7);
}
.modal-header h3 {
    font-family: 'Montserrat-Bold';
    font-size: 1.4vw;
    color: #050316;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0
}
.modal-content-white {
    background-color: #fff!important;
    -webkit-box-shadow: 0 5px 15px rgba(204, 197, 197, .5);
    box-shadow: 0 5px 15px rgba(204, 197, 197, .5);
    border: 1px solid transparent
}
.modal-body-2 {
    padding: 15px
}
p {
    color: #F23BC0;
    font-family: 'Montserrat-Regular';
    font-size: .9vw;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px
}
.modal-body-2 .form-group {
    margin-bottom: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .1
}
#bottom-bar-1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    padding: 10px 80px;
    padding: .5vw 5.5vw;
    padding-top: 1.5vw;
    color: #fff;
    z-index: 999
}
#bottom-bar-1 p,
#bottom-bar-1 p>a {
    color: #fff;
    font-size: .9vw;
    text-align: center
}
.txt-s {
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 1vw;
    text-transform: uppercase
}
.servv-wid {
    display: flex;
    margin-bottom: 2vw;
    margin-top: 1vw
}
.img-servv {
    float: left;
    width: 20%
}
.img-servv img {
    width: 5vw;
    height: 5vw
}
.content-servv {
    float: left;
    width: 70%;
    margin-left: 3vw;
    padding-top: 1.4vw;
    padding-right: 2vw
}
.content-servv h3 {
    font-family: 'Montserrat-SemiBold';
    display: block;
    font-size: .9vw;
    color: #F23BC0
}
.mmicon {
    width: 5vw;
    height: 5vw;
    background-size: 5vw 5vw;
    background-position: center;
    background-repeat: no-repeat
}
.icc7,
.icc9 {
    width: 6vw;
    height: 6vw;
    background-size: 6vw 6vw
}
.title-content h2 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 1.8vw
}
.title-content p {
    font-size: 1.2vw;
    color: #808080;
    font-family: 'Montserrat-Regular'
}
.title-content {
    border-bottom: 1px solid #eee;
    padding-bottom: 1vw;
    margin-bottom: 1vw
}
.field-items-date {
    color: #F23BC0;
    font-size: 1vw;
    position: relative;
    width: 100%;
    text-align: left;
    right: 0
}
.p-content {
    clear: both
}
.p-content ol,
.p-content ul {
    margin-bottom: 1.5vw;
}
.p-content ol>li,
.p-content ul>li {
    list-style: disc;
    margin-left: 3vw;
}
.p-content p,
.p-content ul>li>em,
.p-content ol>li,
.p-content ul>li,
em,
blockquote {
    font-size: 1.1vw;
    line-height: 2vw;
    font-family: 'Montserrat-Regular';
    color: #808080;
}
.p-content a {
    color: #f23bc0!important;
}
.p-content strong {
    color: #5E00FF;
}
.sticky .logo img {
    width: 16.9vw;
    margin-top: 1vw;
    margin-bottom: 0.8vw;
}
.sticky .main-menu>li>a {
    margin-top: 2.5vw;
    font-size: .8vw;
}
.portfolio,
#owl-carousel-2 .item,
#owl-carousel-11 .item,
#owl-carousel-12 .item,
#owl-carousel-3 .item,
#owl-carousel-4 .item,
#owl-carousel-1 .item {
    cursor: url("../icons/hand.png"), auto!important;
}
#owl-carousel-13 {
    margin-top: 2vw;
}
#owl-carousel-1 .owl-item img {
    width: 99%;
    margin: 0 auto;
    opacity: 0.3
}
#owl-carousel-11 .owl-item img {
    width: 90%;
    margin: 0 auto;
    opacity: 0.3
}
#owl-carousel-13 .owl-item img {
    width: 85%;
    margin: 0 auto;
    opacity: 0.3
}
#owl-carousel-12 .owl-item img {
    width: 55%;
    margin: 0 auto;
    opacity: 0.3;
}
#owl-carousel-1 img:hover,
#owl-carousel-11 img:hover,
#owl-carousel-12 img:hover,
#owl-carousel-13 img:hover {
    opacity: 1!important;
}
#owl-carousel-1 .owl-item.center img,
#owl-carousel-11 .owl-item.center img,
#owl-carousel-13 .owl-item.center img {
    opacity: 1!important;
    width: 100%
}
#owl-carousel-1 .owl-item.center img {
    opacity: 1!important;
    width: 101%
}
#owl-carousel-12 .owl-item.center img {
    opacity: 1!important;
    width: 70%
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-family: 'Montserrat-Regular';
    font-size: 1.2vw;
    border-left: 5px solid #f23bc0;
}
.imm1 {
    width: 80%
}
.imm2 {
    width: 60%
}
.carousel {
    position: relative;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-prev-icon {
    background-image: url(../icons/arroq-1.svg);
}
.carousel-control-next-icon {
    background-image: url(../icons/a11.svg);
}
.design-row,
.design-row2 {
    width: 99%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    margin-bottom: 3vw;
}
.design-heading {
    margin-bottom: 0;
    margin-top: 0px;
}
.design-feature img {
    width: 100%;
    border-radius: 1rem;
}
.design-heading {
    font-size: 2.5vw!important;
    margin-top: 1vw!important;
    margin-bottom: 1vw!important;
}
.design-body ul li {
    display: inline-block;
    font-family: 'Montserrat-Semibold';
    width: 46%;
    font-size: 1.4vw;
    margin-right: 1vw;
    padding-bottom: 1vw;
}
.wu1 {
    width: 65%;
    margin-bottom: 1vw;
}
.section-7:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #050316;
    background-image: url(../images/round-1.png);
    background-size: 100vw;
    background-repeat: no-repeat;
    height: 9vw;
    margin-top: -9vw
}
.section-77:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #050316;
    background-image: url(../images/round-22.png);
    background-size: 100vw;
    background-repeat: no-repeat;
    height: 11vw;
    margin-bottom: -8vw;
}
.p999 {
    padding-top: 12vw;
}
.post-dsing ul {
    text-align: center;
}
.post-dsing ul li {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 2.1vw;
    margin-bottom: 15px;
    clear: both;
    margin-right: 1vw;
}
.no-result {
    width: 100%;
    text-align: center;
    padding-top: 10vw;
    padding-bottom: 11vw;
}
.no-result img {
    width: 18vw;
    text-align: center;
    margin-bottom: 0vw;
}
.no-result p {
    text-align: center;
    font-size: 1.3vw;
    color: #808080;
}
select {
    cursor: pointer;
    display: block;
    width: 92%!important;
    height: 3vw!important;
    padding: 9px 12px!important;
    padding-right: 13vw!important;
    margin: 0 auto;
    margin-top: -0.5vw;
    margin-bottom: 5vw;
    font-size: 1.1vw!important;
    line-height: 15px;
    border: 1px solid #F23BC0!important;
    border-radius: 0.5rem!important;
    color: #fff!important;
    background: url(../images/down-arrow.png) #F23BC0!important;
    background-position: 95% 60%!important;
    background-repeat: no-repeat!important;
    -webkit-appearance: none;
}
.etiquetas {
    float: left;
    width: 100%;
    margin-bottom: 1vw;
}
.etiquetas a {
    font-size: 1.2vw;
    font-family: 'Montserrat-SemiBold';
    margin-right: 1vw;
}
.top44 {
    clear: both;
    padding: 4vw 0vw 4vw 0vw;
    background: #050316;
    position: relative;
}
.top44 p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 2.2vw;
    margin-bottom: 15px;
    clear: both;
    margin-right: 1vw;
}
.top44 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 2.6vw;
    text-align: left;
    margin-bottom: 2vw;
    margin-top: 1vw;
}
@media(max-width:1024px) {
    .section-white {
        margin-top: 3.2vw
    }
    .post-date .month {
        display: block;
        font-weight: 300;
        font-size: 1vw;
        margin-top: -1.3vw
    }
    .post-date {
        font-size: 1.2vw;
        padding-top: .2vw
    }
}
@media(max-width:980px) {
    .section-white {
        margin-top: 4.5vw
    }
    .button-sb {
        font-size: 14px;
        font-size: 1vw;
        line-height: 17px;
        padding: 4px 8px;
        height: 25px
    }
    .btn-absolute {
        left: 35%
    }
    .section-2 p {
        font-size: 1.45vw
    }
    .sticky .sticky-logo img {
        width: 20%;
        margin-top: -1%
    }
    .dropdown-menu {
        min-width: 250px
    }
    .main-menu>li>a {
        margin-top: 2vw
    }
    .register-form input[type=email] {
        height: 4.5vw
    }
    .post-body {
        padding: .3vw 1.1vw;
        height: 16vw
    }
    .latest-post-media img,
    .latest-post-media {
        width: 100%;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem
    }
    .tw-latest-post,
    .pricing-box {
        border-radius: 1rem
    }
    .post-date {
        width: 4.5vw;
        height: 4.5vw;
        font-size: 1.2vw;
        padding-top: .2vw
    }
    .post-date .month {
        display: block;
        font-weight: 300;
        font-size: 1vw;
        margin-top: -1.8vw
    }
}
@media (max-width:880px) {
    .sticky .sticky-logo img {
        width: 20%;
        margin-top: -1%
    }
    .dropdown-menu {
        min-width: 250px
    }
    .main-menu>li>a {
        margin-top: 2vw
    }
    .register-form input[type=email] {
        height: 4.5vw
    }
    .post-body {
        padding: .3vw 1.1vw;
        height: 16vw
    }
    .latest-post-media img,
    .latest-post-media {
        width: 100%;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem
    }
    .tw-latest-post,
    .pricing-box {
        border-radius: 1rem
    }
    .post-date {
        width: 5.5vw;
        height: 5.5vw;
        font-size: 1.2vw;
        padding-top: .2vw
    }
    .post-date .month {
        display: block;
        font-weight: 300;
        font-size: 1vw;
        margin-top: -1.8vw
    }
}
@media (max-width:768px) {
    .logo {
        padding: 13px 0
    }
    .logo a img {
        max-width: 100%
    }
    .main-menu>li+li {
        margin-left: 0
    }
    .bar-orange,
    .bar-red {
        padding: 10px 10px 10px
    }
    .label-cart {
        top: .4vw
    }
}
@media(max-width:762px) {
    .no-result p {
        font-size: 3.5vw;
    }
    .section-8 h2 {
        margin-right: 28vw;
    }
    .p-content p,
    em,
    .p-content ul>li>em,
    .p-content ol>li,
    blockquote,
    .p-content ul>li {
        font-size: 2.1vw;
        line-height: 4vw;
    }
    .btn-lang {
        display: block
    }
    .p13 {
        padding: 0 12vw
    }
    .center-movil {
        text-align: center!important
    }
    .btn-toogle,
    .btn-back {
        width: 6.5vw;
        height: 6.5vw;
        top: 1.8vw;
        right: 4vw;
        background-size: 6.5vw 6.5vw
    }
    .icon-address img {
        width: 8vw
    }
    .logo {
        padding: 8px 0;
        width: 100%;
        text-align: left;
    }
    .logo a img {
        max-width: 55vw;
        width: 57%;
        margin-top: .2vw;
        margin-bottom: 4px;
    }
    .btn-lang {
        display: block;
        position: absolute;
        z-index: 999;
        width: 32.5vw;
        height: 9.5vw;
        top: 3.6vw;
        float: right;
        font-size: 2.5vw;
        right: -23vw;
        color: #fff
    }
    .nav-icon {
        width: 3.5vw;
        height: 3.5vw;
        float: left;
        margin-right: .5vw;
        background-size: 3vw 3vw;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        cursor: pointer;
    }
    .menu-movil li {
        padding: 6px 1vw
    }
    .menu-movil li>a {
        font-size: 1.9vw
    }
    .arrow-button {
        width: 2.2vw;
        height: 2.2vw;
        float: right;
        margin-left: 1.5vw;
        margin-top: 1vw;
        background-size: 2.2vw 2.2vw;
    }
    .btn-banner-1 {
        font-size: 1.8vw;
        line-height: 4.2vw!important;
        padding: .5vw 3.5vw 0.3vw 2.5vw;
        margin-top: 2vw;
    }
    .bg-100px .btn-banner-1 {
        margin-left: -6vw;
    }
    .btn-banner-11 {
        font-size: 2vw;
        line-height: 5.5vw!important;
        padding: .5vw 3.5vw 0.3vw 0vw;
    }
    .section-about {
        background: #c64832;
        background-image: none!important
    }
    .label-call img {
        width: 9vw
    }
    .label-call {
        margin-top: -5px
    }
    .header-top-bar {
        min-height: 10vw;
        padding: 2vw
    }
    .label-phone {
        padding-bottom: 0vw
    }
    .div-cart img {
        width: 25vw
    }
    .label-cart {
        font-size: 12px;
        font-size: 2.2vw;
        left: 9.8vw
    }
    .label-phone-info h6 {
        padding: 3vw 0vw 0;
        font-size: 26px;
        font-size: 5.2vw
    }
    .label-phone-icon i {
        padding: 2vw 0;
        font-size: 26px;
        font-size: 7.9vw
    }
    .header-search input {
        height: 45px;
        height: 12vw;
        width: 90%!important
    }
    .header-search a {
        height: 45px;
        height: 12vw;
        line-height: 8vw;
        margin-top: 1.8vw;
        cursor: pointer;
        font-size: 5.5vw!important
    }
    .section-about {
        background-position: right
    }
    .header-area {
        background-size: cover;
        background: rgba(0, 0, 0, .2)
    }
    .section-contact h2,
    .content-form-s h5 {
        font-size: 20px;
        font-size: 5vw
    }
    .section-store h6,
    .section-store h2 {
        margin-left: 15%;
        margin-left: 2vw
    }
    .googleMap {
        height: 200px;
        height: 40vw
    }
    .content-form-s {
        margin: 20px!important;
        margin: 3vw!important;
        padding: 4px 13px;
        padding: 2.5vw 6vw
    }
    .section-contact {
        margin: 0vw!important;
        padding: 4px 13px;
        padding: 2.5vw 6vw
    }
    .section-product {
        padding: 10px 10px 10px;
        padding: 2vw 4vw 4vw;
        position: relative
    }
    .btn-absolute {
        left: 30%
    }
    .social-network {
        padding: 0;
        margin: 10px;
        text-align: center
    }
    .social-network a i {
        width: 6vw;
        height: 6vw;
        border-radius: 50%;
        text-align: center;
        font-size: 3vw;
        line-height: 6vw;
        margin-bottom: 10px
    }
    .contact-info ul li .icon-box i {
        width: 20vw;
        height: 20vw;
        line-height: 20vw;
        font-size: 10vw!important
    }
    .contact-info ul li .text-box p {
        font-size: 4.5vw
    }
    .content-about,
    .section-service,
    .section-contact {
        padding: 13px 0 0 0px!important
    }
    .item-service h3 {
        font-size: 8vw;
        margin-bottom: 10vw
    }
    .bar-red img,
    .bar-orange img {
        width: 10vw
    }
    .section-about h2,
    .section-about h2>small,
    .section-service h2,
    .section-service h2>small,
    .section-contact h2,
    .section-contact h2>small {
        font-size: 9.3vw;
        margin-top: .3vw
    }
    .button-sb,
    .button-sb-1 {
        font-size: 14px;
        font-size: 1vw;
        line-height: 18px;
        line-height: 1vw;
        padding: 4px 15px;
        padding: 5vw 9vw
    }
    .address p {
        font-size: 6.3vw
    }
    .logo {
        padding: 8px 0
    }
    .btn-banner {
        display: none!important
    }
    .btn-toogle {
        display: block
    }
    .top-button {
        display: none
    }
    .widget-title {
        font-size: 4.5vw;
        margin-bottom: 10px
    }
    .title-verso {
        font-size: 10vw
    }
    .blockquote-verso p,
    .blockquote-verso h3 {
        font-size: 5.5vw
    }
    .copyright p {
        font-size: 3.1vw;
        margin-top: 2vw;
        text-align: center!important
    }
    .footer-area {
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .list-contact li a {
        font-size: 18px!important;
        font-size: 6.5vw!important;
        text-align: center
    }
    h2,
    .h2 {
        font-size: 16px;
        font-size: 5.6vw
    }
    label {
        font-size: 16px;
        font-size: 4.1vw
    }
    p {
        font-size: 16px;
        font-size: 2.1vw
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        font-size: 16px!important;
        font-size: 4.1vw!important
    }
    .img-call {
        width: 7.5vw;
        margin-top: 20px
    }
    .img-address {
        width: 7vw
    }
    .section-about p,
    .section-service p {
        font-size: 16px;
        font-size: 4.3vw;
        line-height: 20px;
        line-height: 6.3vw
    }
    .p-content {
        padding: .3vw
    }
    .tparrows {
        display: none!important
    }
    .icon-address {
        margin-top: 0vw
    }
}
@media (max-width:480px) {
    .pp555 {
        padding-top: 21vw!important;
    }
    .button {
        font-size: 4vw!important
    }
    .dropdown-menu {
        min-width: 200px!important
    }
    .demoo1 [type="checkbox"]:checked+label,
    .demoo1 [type="checkbox"]:not(:checked)+label {
        padding-left: 12vw;
        line-height: 10vw
    }
}
@media (max-width:420px) {
    .btn-banner {
        display: none!important
    }
    .dropdown-menu {
        min-width: 200px!important
    }
}
@media(max-width:240px) {
    .btn-toogle {
        padding: 8px
    }
    .menu-box {
        right: 0;
        padding: 50px 30px;
        width: 100%
    }
    .sidenav-right ul>li>a {
        font-size: 10px
    }
}
html,
body {
    overflow-x: hidden
}
.gm-style-cc,
.gmnoscreen,
.gmnoprint {
    display: none!important
}
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none!important
}
.header-search input:focus {
    background: rgba(255, 255, 255, .7)!important;
    border: 1px solid rgba(255, 255, 255, .7)!important;
    border-left: none!important;
    box-shadow: none!important
}
.button-login:hover,
.btn-category:hover {
    background: #5e00ff!important;
    border: 2px solid #5e00ff;
    color: #fff!important
}
.sticky {
    position: fixed;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3)!important;
    background: rgba(5, 3, 22, .35);
    border-bottom: none
}
.sticky .header-top-bar {
    display: none
}
.modal-body-2 input[type="text"],
.modal-body-2 input[type="email"],
.modal-body-2 input[type="password"],
.modal-body-2 textarea {
    background: #fdfdfd!important;
    border: 1px solid #e2e2e2!important;
    font-size: 1vw;
    color: #555!important;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: none
}
.modal-body-2 input[type="text"]::-webkit-input-placeholder {
    color: #555!important
}
.modal-body-2 input[type="text"]:-ms-input-placeholder {
    color: #555!important
}
.modal-body-2 input[type="text"]::placeholder {
    color: #555!important
}
.modal-body-2 input[type="email"]::-webkit-input-placeholder {
    color: #555!important
}
.modal-body-2 input[type="email"]:-ms-input-placeholder {
    color: #555!important
}
.modal-body-2 input[type="email"]::placeholder {
    color: #555!important
}
.modal-body-2 input[type="password"]::-webkit-input-placeholder {
    color: #555!important
}
.modal-body-2 input[type="password"]:-ms-input-placeholder {
    color: #555!important
}
.modal-body-2 input[type="password"]::placeholder {
    color: #555!important
}
.container {
    width: 78vw
}
.bg-tt {
    padding-top: 3vw
}
.pricing-box {
    float: left;
    width: 100%;
    margin-top: 3vw;
    cursor: pointer;
    background: #fff;
    position: relative;
    border-radius: 1.3rem;
    box-shadow: 3px 4px 15px #0000001A;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.pricing-btn {
    margin-bottom: 2.5vw
}
.pricing-head {
    padding: 2vw 0 0;
    float: left;
    width: 100%;
    margin-bottom: .6vw
}
.pricing-head .glyph-icon::before {
    font-size: 32px;
    margin-left: 0;
    width: 85px;
    background: #F23BC0;
    height: 85px;
    display: inline-block;
    line-height: 65px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 30px;
    border: 10px solid #eee
}
.glyph-icon {
    cursor: pointer;
    width: 7.5vw;
    height: 7.5vw;
    background-color: #050316;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5vw 3.5vw;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 2vw;
    box-shadow: 0 5px 3vw 0 rgba(0, 0, 0, .4)
}
.glyph-icon:hover {
    background-color: #F23BC0
}
.pricing-box.active .glyph-icon {
    background-color: #F23BC0
}
.pricing-box:hover .glyph-icon {
    background-color: #F23BC0
}
.pricing-head h4 {
    font-size: 1.9vw;
    font-family: 'Montserrat-Bold';
    color: #050316;
    margin-bottom: 1vw;
    text-transform: capitalize
}
.price-count h2 {
    font-size: 1.6vw;
    font-weight: 700;
    margin-bottom: 1vw;
    color: #F23BC0;
    font-family: 'Montserrat-Semibold';
    text-transform: unset
}
.price-count small {
    font-size: 1.4vw;
    font-weight: 600;
    position: relative;
    top: -20px;
    margin-right: 3px
}
.price-count span {
    font-size: 1.4vw;
    font-weight: 400;
    color: #F23BC0
}
.pricing-body {
    padding: 0 2.5vw 0;
    width: 100%
}
.pricing-body li {
    margin-top: 15px
}
.pricing-body li::before {
    content: 'Ã¯â€žÂ¸';
    font-family: "Font Awesome 5 Pro";
    color: #F23BC0;
    margin-right: 10px
}
.pricing-body p {
    margin-bottom: 1.3vw;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    color: #F23BC0;
    line-height: 2vw
}
.pricing-btn .btn {
    background: #fff;
    color: #F23BC0;
    box-shadow: none;
    font-family: 'Montserrat-Semibold';
    text-transform: uppercase;
    padding: .4vw 2vw;
    border: 2px solid #F23BC0;
    border-radius: 3rem;
    font-size: 1vw;
    box-shadow: 3px 4px 15px #00000026;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}
.pricing-btn .btn::before {
    content: none
}
.pricing-btn .btn:hover {
    background: #F23BC0;
    color: #fff;
    border-color: #F23BC0
}
.pricing-box.active {
    border-color: #fff;
    background: #fff;
    margin-top: 3vw
}
.pricing-body {
    float: left
}
.pricing-box.active .pricing-btn .btn {
    background: #F23BC0;
    color: #fff;
    border-color: #F23BC0
}
.pricing-box:hover .pricing-btn .btn {
    background: #F23BC0;
    color: #fff;
    border-color: #F23BC0
}
.swal-modal {
    background-color: #370390!important;
}
.swal-text {
    font-size: 1.1vw;
    color: #fff!important;
    font-family: 'Montserrat-Regular';
}
.swal-button {
    background-color: #370390!important;
    color: #fff!important;
    border: none;
    box-shadow: none;
    font-family: 'Montserrat-Regular';
    font-size: 1vw;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: .5rem;
    padding: .9vw 1vw;
    padding-right: 2vw;
    border-radius: 0px!important;
    box-shadow: none!important;
    float: left;
    cursor: pointer
}
.videos-gallery {
    height: 30vw;
    position: relative;
    overflow-y: auto;
}
.videos-gallery::-webkit-scrollbar {
    -webkit-appearance: none;
}
.videos-gallery::-webkit-scrollbar:vertical {
    width: 10px;
}
.btn-a1 {
    width: 3.8vw;
    height: 3.8vw;
    float: right;
    margin-right: .5vw;
    background-size: 3.2vw 3.2vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    right: 3vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    background-image: url(../icons/up-1.svg);
}
.btn-a2 {
    width: 3.8vw;
    height: 3.8vw;
    float: right;
    margin-right: .5vw;
    background-size: 3.2vw 3.2vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    right: 3vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    background-image: url(../icons/down-1.svg);
}
.arrow-22 {
    width: 3.8vw;
    height: 3.8vw;
    float: right;
    margin-right: .5vw;
    background-size: 3.2vw 3.2vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    right: 3vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    background-image: url(../icons/arrow-l-1.svg);
}
.arrow-33 {
    width: 3.8vw;
    height: 3.8vw;
    float: right;
    margin-right: .5vw;
    background-size: 3.2vw 3.2vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    right: 3vw;
    transition: all .4s ease-in-out;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    background-image: url(../icons/arrow-r-1.svg);
}
.btn-a1:hover,
.btn-a2:hover {
    opacity: .6!important;
}
.panel-video {
    background: #5E00FF;
    border-radius: 1rem;
    width: 100%;
    height: 30vw;
    margin-bottom: 2vw;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.panel-video-1 {
    background: transparent;
    width: 100%;
    height: 10vw;
    border-radius: .3rem;
    margin-bottom: 0.5vw;
}
.video-title-1 {
    color: #fff;
    padding: 1vw 0.1vw;
    width: 100%;
    font-size: 1.1vw;
    line-height: 1.6vw;
    font-family: 'Montserrat-SemiBold';
    padding-left: 4vw;
    cursor: pointer;
}
.video-title-1:hover {
    color: #F23BC0!important;
}
.video-title-1>span {
    font-size: 0.9vw;
    font-family: 'Montserrat-Regular';
    width: 100%;
    clear: both;
    color: #808080!important;
}
.video-footer {
    color: #fff;
    background: transparent;
    padding: 1.2vw 1vw;
    width: 80%;
    position: absolute;
    float: right;
    right: 0;
    bottom: 1vw;
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: right;
    font-family: 'Montserrat-Regular';
}
.video-title {
    color: #fff;
    background: #140C4E;
    padding: 1.2vw 1vw;
    width: 60%;
    position: absolute;
    float: right;
    right: 0;
    top: 2vw;
    font-size: 1vw;
    line-height: 1.5vw;
    text-align: right;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    font-family: 'Montserrat-SemiBold';
}
.icon-play-video {
    width: 8.8vw;
    height: 8.8vw;
    float: left;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    background-size: 6.2vw 6.2vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 37%;
    left: 43%;
    background-image: url(../icons/play-1.svg);
}
.icon-play-video:hover {
    background-image: url(../icons/play-1-active.svg)
}
.panel-icon-play-video-1 {
    width: 8.8vw;
    height: 8.8vw;
    background: #5e00ff;
    float: left;
    margin-left: -5vw;
    margin-top: -1vw;
    margin-right: 1vw;
    border-radius: 0.3rem;
    background-size: cover;
    background-position: left top;
    display: block;
    cursor: pointer;
}
.icon-play-video-1 {
    width: 5.8vw;
    height: 5.8vw;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    border-radius: 50%;
    margin-left: 1.45vw;
    margin-top: 1.6vw;
    background-size: 4.3vw 4.3vw;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    background-image: url(../icons/play-1-active.svg);
}
.icon-play-video-1:hover {
    background-image: url(../icons/play-1.svg)
}
.modal-body {
    position: relative;
    padding: 0vw 2vw 0vw 2vw;
}
.video iframe {
    margin: 0 auto;
    border: 0;
    height: 40vw;
    width: 100%;
}
.modal-content {
    position: relative;
    background-color: #050316;
    z-index: 5555;
    padding: 10px;
    box-shadow: none;
    border: none;
}
.modal-header {
    padding: 10px;
    padding-right: 2vw;
    border-bottom: none;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.closed-ab {
    position: absolute;
    float: right;
    right: 0vw;
    font-size: 3vw;
    top: -4.6vw;
    z-index: 99;
    color: #f23bc0!important;
    opacity: 1;
    background: transparent;
    border: none;
    text-shadow: none;
    outline: none;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
    margin-top: 3vw;
    margin-left: 13vw;
}
.owl-carousel-video {
    transform: rotate(90deg);
    width: 30vw;
    margin-top: 100px;
}
.owl-carousel-video .item {
    transform: rotate(-90deg);
}
.owl-carousel-video .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
}
div.owl-carousel-video .owl-nav .owl-prev,
div.owl-carousel-video .owl-nav .owl-next {
    font-size: 36px;
    top: unset;
    bottom: 15px;
}
.icon-thumbnail-1 {
    position: relative;
    margin: 0 auto;
    width: 5vw;
    height: 5vw;
    background: transparent;
    margin-bottom: 2vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5vw 5vw;
}
.wid-artificial h3 {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    font-style: normal;
    color: #f23bc0;
    text-align: center;
    margin-bottom: 3vw;
    margin-top: 2vw;
    padding: 0vw 1vw;
    font-size: 1.24vw;
}
.wid-artificial h3 .thumbnail-1 {
    clear: both;
    width: 100%
}
.circle-layer {
    position: absolute;
    right: -10vw;
    top: 1vw;
    width: 25vw;
    height: 25vw;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-image: url(../images/about-circle.png);
    background-position: center;
    background-size: 80%;
    -webkit-animation: 8.5s rotate linear infinite;
    animation: 8.5s rotate linear infinite;
}
.ming-h {
    min-height: 30vw;
}
.page-fill {
    background-color: #0F0B2F;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10vw 0vw 11vw 0vw;
    background-image: url(../images/bg-portfolio.svg);
    background-position: top left;
    background-size: cover;
}
.page-fill h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    margin: 0 auto;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.page-fill p {
    font-family: 'Montserrat-Regular';
    color: #fff;
    margin: 0 auto;
    margin: 0 9vw 4vw 11vw;
    font-size: 1.41vw;
    text-align: center;
    font-weight: 400;
}
.members_img_holder:hover {
    opacity: 1;
}
.mt_members2 .members_img_holder {
    text-align: center;
}
.members_img_holder {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    position: relative;
    padding: 0px 15px;
}
.linkedin-profile {
    position: absolute;
    right: 3vw;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    cursor: pointer;
    float: right;
}
.linkedin-profile:hover {
    background: #f23bc0;
}
.linkedin-profile i {
    color: #f23bc0;
}
.linkedin-profile:hover i {
    color: #fff;
}
.memeber02-img-holder {
    width: 100%;
    text-align: center;
    margin-bottom: 1vw;
}
.memeber02-img-holder img {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #5e00ff;
    margin: 0 auto;
    cursor: pointer;
}
.member02-content-inside {
    text-align: center;
    margin-bottom: 4vw;
}
.member02_name {
    font-size: 1.3vw;
    font-family: 'Montserrat-Semibold';
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0;
}
.member02_position {
    font-size: 1.1vw;
    margin-top: 0.8vw;
    color: #808080;
    font-family: 'Montserrat-Regular';
}
.btn-language {
    cursor: pointer;
    color: #fff!important;
    font-size: .9vw;
    text-transform: uppercase;
}
.dropdown-menu {
    min-width: 150px!important;
    background: #050316
}
.dropdown-menu li {
    display: block;
}
.dropdown-menu li>a {
    background: transparent!important;
    color: #fff!important;
}
@media(max-width:1280px) {
    .thumbnail {
        min-height: 22vw
    }
    .img-q img {
        width: 100%;
        height: 32.5vw
    }
    .resp-q {
        height: 9vw
    }
}
@media(max-width:1024px) {
    .thumbnail {
        min-height: 22vw
    }
    .img-q img {
        width: 100%;
        height: 32.7vw
    }
    .resp-q {
        height: 9.3vw
    }
}
@media(max-width:762px) {
    .btn-language {
        font-size: 2.5vw;
    }
    .wu1 {
        width: 75%;
        margin-bottom: 1vw;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 5.5vw;
        height: 5.5vw;
    }
    .carousel-control-prev {
        left: 3vw;
    }
    .carousel-control-next {
        right: 3vw;
    }
    .section-5 {
        background: none
    }
    .button {
        font-size: 1.8vw!important
    }
    .section-about h2,
    .section-about h2>small,
    .section-service h2,
    .section-service h2>small,
    .section-contact h2,
    .section-contact h2>small,
    .title-header-2 h2,
    .section-3 h2,
    .section-2 h2,
    .section-4 h2,
    .section-5 h2,
    .section-6 h2,
    .section-7 h2,
    .top44 h2,
    .section-77 h2,
    .title-header-1 h2,
    .bg-section h2,
    .recent-posts h2,
    .detail-contact h2,
    .detail-contact h3,
    .bg-white h2,
    .section-detail h2,
    .section-detail-white h2,
    .section-detail-white h5,
    .section-detail-white h3,
    .section-blog h2,
    .page-fill h2,
    .title-header-3 h2 {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }
    .section-detail h2 {
        margin-top: 6vw;
    }
    .section-blog h2 {
        margin-top: 6vw;
        margin-right: 25vw;
    }
    .detail-contact h2 {
        margin-top: 4vw;
    }
    .wid-artificial h3 {
        margin-bottom: 3vw;
        margin-top: 3vw;
        font-size: 1.9vw;
    }
    .section-1 h2 {
        font-size: 3.1vw;
        margin-bottom: 2vw;
        margin-right: 14vw;
        margin-top: 4vw;
    }
    .icon-serv {
        width: 4.8vw;
        height: 4.8vw;
        margin-right: .5vw;
        background-size: 4.5vw 4.5vw;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        cursor: pointer;
        margin-bottom: 2vw
    }
    .arrow-button-1 {
        width: 4.2vw;
        height: 4.2vw;
        /* float: left; */
        margin-left: .5vw;
        background-size: 4.2vw 4.2vw
    }
    .arrow-button-11 {
        width: 4.2vw;
        height: 4.2vw;
        float: left;
        margin-left: 3.5vw;
        background-size: 4.2vw 4.2vw;
        margin-top: 2.5vw;
    }
    .section-2 h3 {
        margin: 0 7vw 4vw 3vw;
        font-size: 2vw;
    }
    .page-fill p {
        font-size: 2vw;
        line-height: 3vw;
    }
    .memeber02-img-holder img {
        width: 19vw;
        height: 19vw;
    }
    .member02_name {
        font-size: 2.2vw;
        margin-top: 3vw;
    }
    .member02_position {
        font-size: 2vw;
        margin-top: 1.8vw;
    }
    .member02-content-inside {
        text-align: center;
        margin-bottom: 6vw;
    }
    .linkedin-profile {
        right: 20vw;
        font-size: 2vw;
    }
    .section-2 .panel-title,
    .opt-faq>a {
        font-size: 3vw;
        font-family: 'Montserrat-SemiBold';
    }
    .spinner {
        width: 13vw
    }
    .section-2 p,
    .section-3 p,
    .section-4 p,
    .section-5 p,
    .bg-section p,
    .resp-q p,
    .top44 p,
    .section-detail-white p,
    .section-detail-blue p,
    .txt-p p,
    .section-6 p,
    .faq-wrap .panel-body p,
    .faq-btn,
    .post-dsing ul li,
    .faq-btn::after {
        font-size: 2vw;
        line-height: 3vw;
    }
    .post-info .entry-content p,
    .post-1 .post-info .entry-content p {
        height: auto;
        font-size: 2.1vw;
        line-height: 3.8vw;
        margin-top: 2vw;
    }
    .portfolio p {
        margin-top: 4vw;
        margin-bottom: 4vw
    }
    .portfolio h4 {
        font-size: 4.4vw;
        margin-top: 3vw;
        margin-right: 9vw
    }
    .field-items-date {
        font-size: 1.6vw
    }
    .glyph-icon {
        cursor: pointer;
        width: 15.5vw;
        height: 15.5vw;
        background-size: 8.5vw 8.5vw;
        border-radius: 50%;
        margin-bottom: 6vw
    }
    .faq-btn,
    .faq-wrap .panel-body {
        padding: 2.5vw 5vw 2.5vw 4vw
    }
    .faq-btn::after {
        top: 2.1vw;
        right: 2.1vw;
        font-size: 3vw
    }
    .about-i-1 {
        width: 80%;
        margin-top: 5vw;
        margin-bottom: 2vw;
        text-align: left
    }
    .pricing-btn .btn {
        padding: 1.4vw 2.5vw;
        border-radius: 3rem;
        font-size: 1.8vw
    }
    .title-header h2 {
        font-size: 2vw;
        margin-bottom: 5vw
    }
    .pricing-head h4 {
        font-size: 3vw;
        margin-bottom: 1vw
    }
    .price-count h2 {
        font-size: 3.8vw;
        margin-bottom: 5vw
    }
    .price-count span {
        font-size: 3.3vw
    }
    .section-1 p {
        font-size: 1.5vw;
        line-height: 3.2vw;
        text-align: center
    }
    .footer-area {
        padding: 16px;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .copyright a {
        color: #fff;
        font-size: 2.9vw
    }
    .thumbnail h3 {
        font-size: 2vw;
        margin-bottom: 2vw;
        margin-top: 2vw
    }
    .thumbnail p {
        font-size: 3vw;
        line-height: 4.6vw
    }
    .thumbnail-image img {
        width: 11vw;
        height: 11vw;
        margin-top: 5vw
    }
    .thumbnail {
        box-shadow: .1vw .1vw 2.8vw .1vw #ddd!important;
        border-radius: .6rem;
        margin-bottom: 6vw
    }
    .owl-prev,
    .owl-next {
        font-size: 5vw
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        font-size: 16px!important;
        font-size: 3vw!important
    }
    .detail-contact input[type="text"],
    .detail-contact input[type="email"],
    .detail-contact input[type="password"],
    .detail-contact textarea {
        font-size: 2.3vw!important;
        height: 9.5vw;
    }
    .btn-s1,
    .btn-s2,
    .button-register {
        font-size: 2vw;
        line-height: 7.5vw!important;
        padding: .1vw 5vw;
        margin-bottom: 4vw
    }
    .button-login {
        font-size: 1.5vw;
        line-height: 3.5vw!important;
        padding: .2vw 1vw;
        margin-top: 2vw;
        margin-bottom: 2.5vw
    }
    .register-form {
        width: 100%
    }
    .detail-contact ul li>a,
    .detail-contact ul li,
    .section-contact ul li>a,
    .section-contact ul li {
        font-size: 1.8vw;
        line-height: 4.8vw
    }
    .logo-footer1 {
        margin-top: 4vw;
        width: 37vw;
        margin-bottom: 6vw;
    }
    .m-icon {
        width: 3.8vw;
        height: 3.8vw;
        background-size: 3.8vw 3.8vw;
        margin-top: 1.5vw
    }
    .c-icon {
        width: 3.8vw;
        height: 3.8vw;
        background-size: 3.8vw 3.8vw
    }
    .detail-contact p,
    .detail-contact p>a,
    .section-contact p,
    .section-contact p>a {
        text-align: justify;
        font-size: 2vw;
        line-height: 2.5vw;
        margin-bottom: 3vw;
    }
    .footer-menu {
        text-align: center;
        margin-top: -2vw;
        margin-bottom: 5vw;
    }
    .latest-post-media img,
    .latest-post-media {
        width: 100%;
        height: auto;
    }
    .post-meta {
        padding-bottom: 1.2vw;
        font-size: 2.5vw;
    }
    .section-1 h3 {
        font-size: 2.2vw;
        text-align: center;
        line-height: 3.5vw
    }
    .section-1 h2,
    .section-1 h3 {
        text-align: left
    }
    .post-body .btn-read {
        font-size: 2vw;
        line-height: 2vw!important;
        border-radius: 3rem;
        padding: 1vw 1.2vw 1vw 0vw;
    }
    .section-1,
    .section-2,
    .section-3,
    .section-4,
    .section-faq {
        padding: 5vw 0vw
    }
    .section-1 {
        padding: 12vw 0vw 14vw 0vw;
        height: 280px;
    }
    .section-blog {
        padding: 12vw 0vw 14vw 0vw;
        background-size: cover;
        height: 230px;
        animation: none;
        background-position: bottom;
    }
    .title-porfolio {
        padding: 10vw 0vw;
        padding-bottom: 2vw
    }
    .porfolio {
        padding: 2vw 0vw
    }
    .resp-q {
        background: #5e00ff;
        padding: 1.1vw 3.8vw;
        padding-top: 5.5vw;
        border-bottom-right-radius: .6rem;
        border-bottom-left-radius: .6rem;
        width: 100%;
        height: auto
    }
    .img-q {
        width: 100%;
        border-radius: .6rem;
        margin-top: 6vw
    }
    .img-q img {
        width: 100%;
        border-top-right-radius: .6rem;
        height: 44.8vw;
        border-top-left-radius: .6rem;
        border-left: 1px solid #F23BC0
    }
    .ttm-play-icon-btn .ttm-play-icon-animation {
        position: relative;
        display: inline-block;
        font-size: 5.6vw
    }
    .content-video h2 {
        font-size: 5vw;
        margin-top: 1vw;
        margin-bottom: 1vw
    }
    .banner-video {
        position: relative;
        width: 100%;
        height: 40vw!important;
        padding-bottom: 40vw!important
    }
    .content-video p {
        font-size: 3vw;
        margin-top: 1vw;
        margin-bottom: 3vw
    }
    .no-padding {
        padding-left: 15px;
        padding-right: 15px
    }
    select {
        display: block;
        width: 92%!important;
        height: 7vw!important;
        padding: 9px 12px!important;
        padding-right: 13vw!important;
        margin: 0 auto;
        margin-bottom: 5vw;
        font-size: 1.5vw!important;
        line-height: 15px;
        border: 1px solid #F23BC0!important;
        border-radius: 0.8rem!important;
        color: #fff!important;
        background: url(../images/down-arrow.png) #F23BC0!important;
        background-position: 95% 60%!important;
        background-repeat: no-repeat!important;
        -webkit-appearance: none;
    }
    .bg-section {
        padding: 4vw 0vw 9vw 0vw
    }
    label {
        font-size: 2vw
    }
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
        margin-top: 3vw
    }
    .modal-header h3 {
        font-size: 3.4vw
    }
    .modal-header .close {
        margin-top: 2px
    }
    .closed-ab {
        position: absolute;
        float: right;
        right: 2vw;
        font-size: 6vw
    }
    .video iframe {
        margin: 0 auto;
        border: 0;
        border-radius: 1rem;
        top: 27.2px;
        height: 63vw;
        width: 100%
    }
    .btn-toogle,
    .btn-back {
        width: 2.8vw;
        height: 2.8vw;
        top: 5.1vw;
        right: 11vw;
        background-size: 2.8vw 2.8vw;
    }
    .btn-toogle-22 {
        right: 0vw!important;
    }
    .section-work {
        padding: 16vw 0vw 2vw 0vw;
    }
    .progress {
        width: 100px;
        height: 100px;
        line-height: 100px
    }
    .post-date {
        width: 9.5vw;
        height: 9.5vw;
        font-size: 3vw;
        padding-top: 1vw
    }
    .post-date .month {
        display: block;
        font-weight: 300;
        font-size: 2vw;
        margin-top: -.8vw
    }
    .post-item-date:before {
        position: absolute;
        top: 0;
        left: 50%;
        content: "";
        background: #DCDCDC;
        width: 1px;
        height: 18vw
    }
    .post-item-date:after {
        position: absolute;
        top: 17vw;
        width: 14px;
        height: 14px;
        content: "";
        background: #F23BC0;
        left: 50%;
        margin-left: -7px;
        border-radius: 50%;
        border: 2px solid #DCDCDC
    }
    .progress .progress-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: transparent;
        font-size: 20px;
        color: #000;
        line-height: 135px;
        text-align: center;
        position: absolute;
        top: -13%;
        left: 5%;
        font-family: 'Montserrat-Semibold'
    }
    .main-menu>li>a {
        margin-top: 1.2vw;
        font-size: 2vw
    }
    .main-menu li {
        display: block;
        position: relative;
        width: 50%;
        text-align: left
    }
    .top-mmn {
        clear: both;
        border-top: 1px solid #f3f3f3
    }
    .header-top-bar {
        min-height: 2vw;
        padding: 2vw;
        padding-bottom: 0vw
    }
    .container {
        width: 65vw;
        max-width: 70vw
    }
    .register-form input[type=email] {
        height: 6.5vw
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        font-size: 16px!important;
        font-size: 1.8vw!important
    }
    .register-form button {
        font-size: 1.5vw
    }
    .button-sb,
    .button-sb-1 {
        line-height: 1vw;
        padding: 2.5vw 4vw;
        margin-bottom: 3vw;
    }
    .copyright a {
        color: #fff;
        font-size: 1.8vw
    }
    .button-login {
        width: 16vw
    }
    .swal-text {
        font-size: 1.8vw;
    }
    .swal-button {
        font-size: 1.8vw
    }
    #bottom-bar-1 p,
    #bottom-bar-1 p>a {
        color: #fff;
        font-size: 2vw;
        text-align: center;
        margin-bottom: 4vw
    }
    .menu-footer-1 {
        text-align: right
    }
    .menu-footer-1 li {
        display: inline-block;
        margin-left: 2vw
    }
    .menu-footer-1 .active {
        background-color: #050316;
        border: 1px solid #050316
    }
    .menu-footer-1 li a {
        font-size: 2.1vw;
        text-decoration: none;
        color: #fff;
        padding: 1.1vw 3vw;
        margin-bottom: 1vw;
        border-radius: .5rem;
        border: 1px solid #fff
    }
    #bottom-bar-1 {
        padding-bottom: 3vw
    }
    input[type="text"],
    input[type="email"],
    input[type="password"] {
        height: 8vw
    }
    .section-contact h3 {
        margin-top: 6vw;
        font-size: 3vw;
        padding-bottom: 1vw
    }
    .sticky {
        position: relative!important;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .3)!important
    }
    .btn-s1,
    .btn-s2 {
        width: 20vw
    }
    .btn-s1,
    .btn-s2,
    .button-register {
        font-size: 1.8vw;
        line-height: 2.5vw!important;
        padding: 1vw 1.5vw;
        margin-bottom: 13vw
    }
    .btn-s1 {
        margin-bottom: 2vw
    }
    .owl-prev {
        left: -24px
    }
    .owl-next {
        right: -24px
    }
    .txt-s {
        color: #F23BC0;
        font-family: 'Montserrat-Bold';
        font-size: 2.6vw;
        padding-top: 2vw;
        text-transform: uppercase
    }
    .about-i {
        width: 84%;
        text-align: center
    }
    .img-servv img {
        width: 10vw;
        height: 10vw
    }
    .content-servv {
        padding-top: 3.4vw
    }
    .servv-wid {
        margin-bottom: 4vw
    }
    .content-servv h3 {
        font-size: 1.8vw
    }
    .mmicon {
        width: 9vw;
        height: 9vw;
        background-size: 9vw 9vw
    }
    .icc7,
    .icc9 {
        width: 12vw;
        height: 12vw;
        background-size: 12vw 12vw
    }
    .header-top-bar {
        display: none
    }
    .post-body {
        position: relative;
        z-index: 2;
        padding: 4.3vw 1vw;
        height: auto;
    }
    .tw-latest-post {
        margin-bottom: 0vw;
        padding-bottom: 3vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }
    .post-1 .post-body {
        width: 100%;
        float: left;
    }
    .arrow-button-2,
    .arrow-button-3 {
        width: 6.8vw;
        height: 6.8vw;
        float: right;
        margin-left: 3vw;
        margin-top: -2.2vw;
        background-size: 6.8vw 6.8vw;
    }
    .recent-posts .post-info .post-title {
        font-size: 2.5vw;
        margin-bottom: 0vw;
        line-height: 3.1vw;
    }
    .header-article h3 {
        font-size: 2.5vw;
        margin-top: 6vw;
        margin-bottom: 3vw;
    }
    .header-article h2 {
        font-size: 3.1vw;
        margin-right: 2vw;
        margin-bottom: 4vw;
    }
    .header-article p {
        font-size: 2.1vw;
        line-height: 3.9vw;
    }
    .header-article h4 {
        font-size: 2vw;
    }
    .img-blog {
        height: 49vw;
        margin-bottom: 0vw;
    }
    .post-info .post-title,
    .post-1 .post-info .post-title {
        font-size: 2.1vw;
        margin-bottom: 4vw;
        line-height: 3vw;
        height: 8vw;
    }
    .widgets h4 {
        font-size: 3vw
    }
    .main-menu li {
        display: block;
        position: relative;
        width: 26%;
        text-align: left
    }
    .main-menu>li>a:hover {
        color: #F23BC0!important;
        border-bottom: none
    }
    .main-menu .active>a {
        color: #F23BC0!important;
        border-bottom: none
    }
    .faq-wrap .panel-default {
        margin-bottom: 2.5vw
    }
    .copyright p {
        margin-bottom: 2vw
    }
    .panel-video {
        height: 42vw;
    }
    .video-title {
        padding: 2.2vw 1vw;
        width: 65%;
        top: 5vw;
        font-size: 1.6vw;
        line-height: 2.5vw;
    }
    .icon-play-video {
        width: 14.8vw;
        height: 14.8vw;
        background-size: 10.2vw 10.2vw;
        top: 38%;
        left: 36%
    }
    .arrow-22,
    .arrow-33 {
        width: 4.8vw;
        height: 4.8vw;
        background-size: 4.2vw 4.2vw;
    }
    .flag {
        width: 3.2vw;
        height: 3.8vw;
        float: left;
        margin-right: 1vw;
        background-size: 3.2vw 3.8vw;
        margin-top: -1vw;
    }
    .section-contact h2,
    .section-contact h2>small {
        margin-bottom: 3vw
    }
    .widget-search .btn-sh {
        font-size: 3vw;
    }
    .widget-search .form-control {
        width: 88%;
        font-size: 15px!important;
        margin-bottom: 6vw;
    }
    .arrow-button-4 {
        width: 3vw;
        height: 3vw;
        margin-left: .5vw;
        background-size: 3vw 3vw;
    }
    .section-work h4 {
        font-size: 3.2vw;
        margin-bottom: 2vw
    }
    .section-work h3 {
        font-size: 2.5vw;
        margin-bottom: 2vw;
    }
    .section-work p {
        font-size: 2vw;
        line-height: 3.9vw;
    }
    .section-white-1 h2,
    .section-white-3 h2 {
        font-size: 4.5vw;
    }
    .section-white-1 p,
    .section-white-3 p {
        font-size: 2vw;
        line-height: 4vw;
        margin-right: 6vw;
    }
    .section-white-3 img {
        width: 80%;
        margin-bottom: 3vw;
    }
    .imm2 {
        width: 100%;
    }
    .section-detail-white {
        padding: 10vw 0vw 4vw 0vw;
    }
    .section-detail-white h4 {
        font-size: 3.3vw;
        margin-bottom: 3vw;
        margin-top: 1vw;
    }
    .tumb-dev-1 {
        padding: 1.5vw;
        width: 17vw;
        height: 17vw;
        margin-bottom: 2vw;
        margin-left: -1vw;
    }
    .tumb-dev {
        padding: 1.5vw;
        width: 17vw;
        height: 17vw;
        margin-bottom: 2vw;
    }
    .tumb-dev {
        padding: 1.5vw;
        width: 17vw;
        height: 17vw;
        margin-bottom: 2vw;
    }
    .icon-dev,
    .icon-dev-1 {
        width: 13vw;
        height: 13vw;
        background-size: 7vw 7vw;
    }
    .section-detail-white h6 {
        font-size: 3vw;
        margin-bottom: 2vw;
        margin-top: 3vw;
    }
    .design-heading {
        font-size: 4.5vw!important;
        margin-top: 3vw!important;
        margin-bottom: 2vw!important;
    }
    .design-row,
    .design-row2 {
        width: 100%;
        margin-bottom: 8vw;
    }
    .design-body ul li {
        width: 100%;
        font-size: 3vw;
        padding-bottom: 2.5vw;
    }
    .circle-layer {
        position: absolute;
        right: -11vw;
        top: 42vw;
        width: 30vw;
        height: 30vw;
    }
    .no-result img {
        width: 21vw;
    }
    .no-result p {
        font-size: 1.8vw;
        margin-bottom: 22vw;
    }
    .etiquetas a {
        font-size: 1.8vw;
        margin-right: 2vw;
    }
    .etiquetas {
        margin-bottom: 2.5vw;
    }
    .img-article {
        width: 100%!important;
    }
    .ming-h {
        height: auto;
    }
    .bg-100px {
        height: 35vw;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-top: 21px;
        margin-bottom: 21px;
        width: 167%;
        margin-left: -18vw;
        position: relative;
        float: left;
    }
    .portfolio h3 {
        font-size: 2vw;
    }
    .video-footer {
        right: 1vw;
        bottom: 2vw;
        font-size: 2vw;
        line-height: 3.5vw;
    }
    .page-fill {
        padding: 14vw 0vw 11vw 0vw;
    }
}
@media(max-width:490px) {
    .btn-language {
        font-size: 3.5vw;
    }
    .dropdown-menu {
        min-width: 60px!important;
        width: 60px;
    }
    .bg-100px .btn-banner-1 {
        margin-left: -10vw;
    }
    .bg-100px {
        height: 69vw;
        background-position: top center;
        background-size: cover;
        padding-right: 0px;
        margin-top: 21px;
        padding-left: 0px;
        margin-top: 21px;
        margin-bottom: 21px;
        padding-top: 27vw;
        width: 111%;
        margin-left: -1vw;
    }
    .header-article {
        padding: 10vw 0vw 10vw 0vw;
    }
    .wu1 {
        width: 80%;
        margin-bottom: 3vw;
    }
    .section-detail-white,
    {
        padding: 10vw 0vw 10vw 0vw;
    }
    .section-detail-blue {
        padding: 13vw 0vw 13vw 0vw;
    }
    .widget-search {
        width: 100%;
    }
    .p-content p,
    em,
    .p-content ul>li>em,
    .p-content ol>li,
    blockquote,
    .p-content ul>li {
        font-size: 3.5vw;
        line-height: 5.8vw;
        text-align: left;
    }
    .header-article h4 {
        font-size: 3.1vw;
    }
    .header-article h3 {
        margin-top: 17vw;
        margin-bottom: 8vw;
        font-size: 3.5vw;
    }
    .btn-toogle-22 {
        right: 5vw!important;
    }
    .header-article h2 {
        font-size: 5.1vw;
        margin-right: 2vw;
        margin-top: 2vw;
        margin-bottom: 7vw;
    }
    .header-article p {
        font-size: 3.5vw;
        line-height: 6.9vw;
    }
    .bg-white,
    .recent-posts {
        clear: both;
        padding: 13vw 0vw 13vw 0vw;
    }
    .btn-banner-1 {
        font-size: 3.5vw;
        line-height: 8.5vw!important;
        padding: .5vw 6.5vw 0.3vw 6.5vw;
    }
    .btn-banner-11 {
        font-size: 4vw;
        line-height: 8.5vw!important;
        padding: .5vw 6.5vw 0.3vw 0vw;
        margin-top: 5vw;
    }
    .social-network a i {
        width: 10vw;
        height: 10vw;
        border-radius: 50%;
        text-align: center;
        font-size: 5vw;
        line-height: 10vw;
        margin-bottom: 10px
    }
    .faq-wrap .panel-default {
        margin-bottom: 5.5vw
    }
    .button {
        font-size: 3vw!important
    }
    .list-contact {
        margin-bottom: 12vw
    }
    .btn {
        line-height: 8vw
    }
    .field-items-date {
        font-size: 3vw
    }
    .about-i-1 {
        width: 98%;
        margin-top: 9vw;
        margin-bottom: 8vw;
        text-align: left
    }
    .title-content h2 {
        margin-top: 6vw
    }
    .p-content {
        padding: 15px;
        padding: 1vw;
        margin-top: 4vw;
        margin-bottom: 4vw
    }
    body {
        font-size: 3.5vw
    }
    .post-item-date:after {
        position: absolute;
        top: 25vw;
        width: 14px
    }
    .post-item-date:before {
        height: 25vw
    }
    .post-item-date {
        position: absolute;
        height: 100%;
        top: 5vw;
        left: 4vw
    }
    .m-icon {
        width: 8.3vw;
        height: 8.3vw;
        background-size: 8.3vw 8.3vw;
        margin-top: 3vw
    }
    .c-icon {
        width: 8.3vw;
        height: 8.3vw;
        background-size: 8.3vw 8.3vw;
        margin-top: 1vw;
        margin-right: 3vw
    }
    .post-meta {
        padding-bottom: 3.2vw;
        font-size: 4vw;
    }
    .section-contact .animate-border-white {
        margin: 0;
        margin-bottom: 9vw
    }
    input[type="text"],
    input[type="email"],
    input[type="password"] {
        height: 13vw
    }
    .mmicon {
        width: 16vw;
        height: 16vw;
        background-size: 16vw 16vw
    }
    .icc7,
    .icc9 {
        width: 19vw;
        height: 19vw;
        background-size: 19vw 19vw
    }
    #bottom-bar-1 p,
    #bottom-bar-1 p>a {
        font-size: 3.5vw;
        text-align: center;
        margin-bottom: 6vw
    }
    .menu-footer-1 {
        text-align: right
    }
    .menu-footer-1 li {
        display: inline-block;
        margin-left: 2vw
    }
    .menu-footer-1 .active {
        background-color: #050316;
        border: 1px solid #050316
    }
    .menu-footer-1 li a {
        font-size: 3.5vw;
        text-decoration: none;
        color: #fff;
        padding: 1.5vw 5vw;
        border-radius: .5rem;
        border: 1px solid #fff
    }
    .button-login {
        width: 24vw
    }
    .button-sb,
    .button-sb-1 {
        font-size: 1vw;
        line-height: 1vw;
        padding: 4px 15px;
        padding: 5vw 9vw;
        margin-bottom: 10vw;
    }
    .container {
        width: 98vw;
        max-width: 100vw;
    }
    #articles .col-xs-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .logo a img {
        max-width: 61vw;
        width: 70%;
        margin-top: 1.5vw;
        margin-bottom: 0;
        margin-left: -3vw;
    }
    .post-body {
        position: relative;
        z-index: 2;
        padding: 0vw 1vw 4.3vw 1vw;
        height: auto;
    }
    .tw-latest-post {
        margin-bottom: 0px;
        padding-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .post-info .post-title,
    .post-1 .post-info .post-title {
        font-size: 4vw;
        height: auto;
        margin-bottom: 5vw;
        line-height: 5vw;
    }
    .img-blog {
        height: 78.85vw;
        margin-bottom: 5vw;
    }
    .post-1 .post-body {
        width: 100%;
        float: left;
    }
    .recent-posts .post-info .post-title {
        font-size: 4vw;
        margin-bottom: 15vw;
        line-height: 5vw;
    }
    .header-top-bar {
        min-height: 10vw;
        padding: 2vw
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        font-size: 3.8vw!important
    }
    .detail-contact input[type="text"],
    .detail-contact input[type="email"],
    .detail-contact input[type="password"],
    .detail-contact textarea {
        font-size: 3.8vw!important;
        height: 18vw;
    }
    .section-about h2,
    .top44 h2,
    .section-about h2>small,
    .section-service h2,
    .section-service h2>small,
    .section-white-3 h2,
    .section-white-1 h2,
    .detail-contact h2,
    .section-work h2,
    .section-1 h2,
    .title-header-2 h2,
    .section-3 h2,
    .bg-section h2,
    .section-6 h2,
    .section-7 h2,
    .section-77 h2,
    .section-2 h2,
    .section-3 h2,
    .section-blog h2,
    .recent-posts h2,
    .bg-white h2,
    .page-fill h2,
    .title-header-1 h2,
    .title-header-3 h2 {
        font-size: 7vw;
        margin-bottom: 10vw
    }
    .section-detail-white-22 h2,
    .section-detail-white-22 h3,
    .section-detail-white h2,
    .section-detail-white h5,
    .section-detail-white h3,
    .section-detail-blue h2,
    .section-detail-blue h3 {
        font-size: 7vw;
        margin-bottom: 7vw
    }
    .section-detail-blue h2,
    .section-detail-blue h3 {
        margin-top: 7vw;
    }
    .section-detail h2 {
        font-size: 7vw;
        margin-top: 20vw;
        margin-bottom: 8vw;
    }
    .tumb-dev {
        padding: 2vw;
        width: 25vw;
        height: 25vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
    }
    .tumb-dev-1 {
        padding: 3vw;
        width: 24vw;
        height: 24vw;
        margin-bottom: 4vw;
        margin-left: -1vw;
    }
    .icon-dev {
        width: 20vw;
        height: 20vw;
        background-size: 11.5vw 11.5vw;
    }
    .icon-dev-1 {
        width: 17vw;
        height: 17vw;
        background-size: 9.5vw 9.5vw;
    }
    .icon-thumbnail-1 {
        width: 14vw;
        height: 14vw;
        margin-bottom: 5vw;
        background-size: 14vw 14vw;
    }
    .wid-artificial h3 {
        font-size: 3vw;
    }
    .recent-posts h2 {
        margin-bottom: 5vw;
    }
    .section-work p {
        font-size: 3.5vw;
        margin-bottom: 15px;
        line-height: 7vw;
    }
    .section-work h4 {
        font-size: 5.5vw;
        margin-top: 11.2vw;
    }
    .section-work h3 {
        font-size: 4.2vw;
        margin-top: 8vw;
        margin-bottom: 6vw;
    }
    .section-white-3 img {
        width: 74%!important;
        margin-bottom: 8vw;
    }
    .bg-white h2 {
        font-size: 6vw;
        margin-bottom: 10vw
    }
    .section-contact h2,
    .detail-contact h3,
    .section-contact h2>small {
        font-size: 5vw;
        margin-bottom: 10vw;
        margin-top: 8vw;
    }
    .section-8 h2 {
        margin-right: 4vw;
    }
    .progress .progress-bar {
        border-width: 2.1vw
    }
    .section-2 h3 {
        font-size: 3.8vw;
        margin-top: 7vw;
        font-weight: 500;
        line-height: 6vw;
    }
    .page-fill p {
        font-size: 3.8vw;
        font-weight: 500;
        line-height: 6vw;
        margin-top: 5vw;
    }
    .memeber02-img-holder img {
        width: 33vw;
        height: 33vw;
    }
    .linkedin-profile {
        right: 28vw;
        font-size: 4vw;
    }
    .member02_position {
        font-size: 3.6vw;
        margin-top: 1.8vw;
    }
    .page-fill h3 {
        font-size: 4.8vw;
        font-weight: 500;
    }
    .member02-content-inside {
        text-align: center;
        margin-bottom: 9vw;
    }
    .pricing-btn {
        margin-bottom: 7.5vw
    }
    .title-header h2 {
        text-align: left;
        margin-top: 27vw;
        margin-right: 16vw
    }
    .arrow-button {
        width: 4.2vw;
        height: 4.2vw;
        margin-left: 3.5vw;
        background-size: 4.2vw 4.2vw;
        margin-top: 1.6vw;
    }
    .section-1 h2,
    .section-1 h3 {
        text-align: left;
        margin-top: 26vw;
        line-height: 9vw;
        margin-right: 14vw;
    }
    .section-blog h2 {
        text-align: left;
        margin-top: 31vw;
        margin-right: 10vw;
    }
    .detail-contact h2 {
        text-align: left;
        margin-top: 11vw;
        margin-right: 10vw;
    }
    .section-2 p,
    .section-3 p,
    .section-4 p,
    .section-5 p,
    .bg-section p,
    .detail-contact p,
    .section-detail-white p,
    .section-detail-blue p,
    .resp-q p,
    .txt-p p,
    .section-6 p,
    .faq-wrap .panel-body p,
    .post-dsing ul li,
    .top44 p,
    .faq-btn,
    .faq-btn::after {
        font-size: 3.8vw;
        line-height: 6.5vw
    }
    .post-info .entry-content p,
    .post-1 .post-info .entry-content p {
        height: auto;
        font-size: 3.5vw;
        line-height: 5.5vw;
    }
    .section-2 p {
        font-size: 3.8vw;
        line-height: 6.5vw
    }
    .arrow-button-1 {
        width: 12.2vw;
        height: 12.2vw;
        margin-left: .5vw;
        background-size: 8.2vw 8.2vw
    }
    .arrow-button-11 {
        width: 12.2vw;
        height: 12.2vw;
        /* margin-left: .5vw; */
        background-size: 8.2vw 8.2vw
    }
    .post-body .btn-read {
        font-size: 4vw;
        line-height: 3.6vw!important;
        border-radius: 3rem;
        padding: 2.3vw 3vw 2.3vw 0vw;
    }
    .arrow-button-2,
    .arrow-button-3 {
        width: 10.8vw;
        height: 10.8vw;
        float: right;
        margin-left: 3vw;
        margin-top: -3.8vw;
        background-size: 10.8vw 10.8vw;
    }
    .detail-contact ul li>a,
    .detail-contact ul li,
    .section-contact ul li>a,
    .section-contact ul li {
        font-size: 3.5vw;
        line-height: 8.2vw;
    }
    .section-contact ul {
        margin-bottom: 10vw;
        margin-top: -3vw;
        margin-right: 1vw;
    }
    .footer-menu>li>a {
        margin-top: 10vw;
        margin-left: 1vw;
        font-size: 3vw!important;
    }
    .footer-menu {
        text-align: center;
    }
    .logo-footer1 {
        margin-top: 9vw;
        width: 75vw;
        margin-bottom: 4vw;
        margin-left: -4vw;
    }
    .detail-contact p,
    .detail-contact p>a,
    .section-contact p,
    .section-contact p>a {
        font-size: 3.5vw;
        line-height: 4.2vw;
        text-align: justify;
        margin-bottom: 6vw;
    }
    .spinner {
        margin: 0 auto;
        width: 29vw;
        text-align: center;
    }
    .center-movil {
        text-align: center!important
    }
    .portfolio p {
        margin-bottom: 8vw
    }
    .copyright p {
        margin-top: 4vw;
        margin-bottom: 4vw
    }
    .section-contact h3 {
        margin-top: 6vw;
        font-size: 3.8vw;
        padding-bottom: 1vw
    }
    .section-1 p {
        font-size: 3vw;
        line-height: 5.2vw;
        text-align: center
    }
    .footer-area {
        padding: 16px;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .copyright a {
        color: #fff;
        font-size: 2.9vw
    }
    .thumbnail h3 {
        font-size: 3vw;
        margin-bottom: 4vw;
        margin-top: 3vw
    }
    .thumbnail p {
        font-size: 3.3vw;
        line-height: 5.6vw
    }
    .thumbnail-image img {
        width: 16vw;
        height: 16vw;
        margin-top: 5vw
    }
    .thumbnail {
        box-shadow: .1vw .1vw 2.8vw .1vw #ddd!important;
        border-radius: .6rem;
        margin-bottom: 6vw
    }
    .owl-prev,
    .owl-next {
        font-size: 8vw
    }
    .btn-s1,
    .btn-s2,
    .button-register {
        font-size: 3vw;
        line-height: 9.5vw!important;
        padding: 1.2vw 5vw;
        margin-bottom: 13vw
    }
    .btn-s1 {
        margin-bottom: 17vw
    }
    .btn-s1,
    .btn-s2,
    .button-register {
        font-size: 3vw;
        line-height: 7.5vw!important;
        padding: 1.2vw 7vw;
        margin-bottom: 13vw
    }
    .main-menu li {
        display: block;
        position: relative;
        width: 23%;
        text-align: left
    }
    .register-form {
        width: 100%
    }
    .pricing-head h4 {
        font-size: 5.5vw;
        margin-bottom: 1vw
    }
    .pricing-btn .btn {
        padding: .2vw 5.5vw;
        border-radius: 3rem;
        font-size: 3.3vw
    }
    .glyph-icon {
        cursor: pointer;
        width: 24.5vw;
        height: 24.5vw;
        background-size: 10.5vw 10.5vw;
        border-radius: 50%;
        margin-bottom: 7vw
    }
    .register-form input[type=email] {
        padding: 1vw 3.5vw;
        padding-left: 0px;
        height: 12.5vw
    }
    .register-form button {
        font-size: 3vw
    }
    .faq-btn,
    .faq-wrap .panel-body {
        padding: 2.5vw 11vw 2.5vw 4vw
    }
    .price-count h2 {
        font-size: 8.3vw;
        margin-bottom: 5vw
    }
    .btn-s1,
    .btn-s2 {
        width: 43vw;
    }
    .button-login {
        font-size: 2.6vw;
        line-height: 6vw!important;
        padding: .2vw 6vw;
        margin-top: 2vw;
        margin-bottom: 2.5vw
    }
    .section-1,
    .section-2,
    .section-3,
    .section-5,
    .section-6,
    .section-4,
    .section-7,
    .section-77,
    .section-faq {
        padding: 9vw 0vw;
    }
    .section-2 {
        padding: 9vw 0vw 16vw 0vw;
    }
    .portfolio h3 {
        font-size: 3.8vw;
        margin-top: 11vw;
    }
    .partner {
        margin: 0 auto;
        width: 100%;
        margin-top: -5vw;
    }
    .section-77 h2 {
        margin-top: -7vw;
    }
    .section-2 .panel {
        background-color: transparent!important;
        border: none!important;
        margin-bottom: 10vw;
    }
    .section-1 {
        padding: 4vw 0vw 16vw 0vw;
        height: 93vw;
    }
    .section-blog {
        padding: 4vw 0vw 14vw 0vw;
        height: 93vw;
        background-size: cover;
        animation: none;
        background-position: bottom;
    }
    .video-footer {
        right: 1vw;
        bottom: 5vw;
        font-size: 3vw;
        line-height: 4.5vw;
    }
    .post-date {
        width: 15.5vw;
        height: 15.5vw;
        font-size: 3vw;
        padding-top: 1vw
    }
    .price-count span {
        font-size: 4.4vw
    }
    .pricing-body {
        margin-bottom: 3vw
    }
    .title-porfolio {
        padding: 10vw 0vw;
        padding-bottom: 2vw
    }
    .porfolio {
        padding: 7vw 0vw
    }
    .resp-q {
        background: #5e00ff;
        padding: 1.1vw 3.8vw;
        padding-top: 5.5vw;
        border-bottom-right-radius: .6rem;
        border-bottom-left-radius: .6rem;
        width: 100%;
        height: auto
    }
    .img-q {
        width: 100%;
        border-radius: .6rem;
        margin-top: 6vw
    }
    .img-q img {
        width: 100%;
        border-top-right-radius: .6rem;
        height: 44.8vw;
        border-top-left-radius: .6rem;
        border-left: 1px solid #F23BC0
    }
    .ttm-play-icon-btn .ttm-play-icon-animation {
        position: relative;
        display: inline-block;
        font-size: 5.6vw
    }
    .content-video h2 {
        font-size: 6.5vw;
        margin-top: 2vw;
        margin-bottom: 1vw
    }
    .banner-video {
        position: relative;
        width: 100%;
        height: 54vw!important;
        padding-bottom: 40vw!important
    }
    .content-video p {
        font-size: 4.5vw;
        margin-top: 1vw;
        margin-bottom: 5vw
    }
    .no-padding {
        padding-left: 15px;
        padding-right: 15px
    }
    select {
        display: block;
        width: 100%!important;
        height: 13vw!important;
        padding: 9px 12px!important;
        padding-right: 13vw!important;
        margin-bottom: 10vw;
        font-size: 3vw!important;
        line-height: 15px;
        border: 1px solid #F23BC0!important;
        border-radius: 0.7rem!important;
        color: #fff!important;
        background: url(../images/down-arrow.png) #F23BC0!important;
        background-position: 95% 60%!important;
        background-repeat: no-repeat!important;
        -webkit-appearance: none;
    }
    label {
        font-size: 3.1vw
    }
    .title-header-1 h2 {
        margin-bottom: 3vw
    }
    .section-3 h2 {
        margin-bottom: 9vw;
        font-size: 9vw;
    }
    .menu-movil li>a {
        font-size: 3.5vw;
        line-height: 5.9vw;
        margin-top: 1vw;
    }
    .btn-toogle {
        width: 5vw;
        height: 5vw;
        top: 10.5vw;
        right: 19vw;
        background-size: 5vw 5vw;
    }
    .closebtn {
        width: 10.8vw;
        height: 10.8vw;
        top: 12vw;
        z-index: 999;
        background-size: 7.2vw 7.2vw
    }
    .post-date .month {
        display: block;
        font-weight: 300;
        font-size: 14px;
        margin-top: -4px
    }
    .main-menu>li>a {
        margin-top: 1.2vw;
        font-size: 2.9vw
    }
    .main-menu li {
        display: block;
        position: relative;
        width: 26%;
        text-align: left
    }
    .top-mmn {
        clear: both;
        border-top: 1px solid #f3f3f3
    }
    p {
        font-size: 16px;
        font-size: 3.1vw
    }
    .swal-text {
        font-size: 3.8vw;
    }
    .swal-button {
        font-size: 4vw
    }
    #bottom-bar-1 {
        padding-bottom: 3vw;
        padding-top: 4vw
    }
    .owl-prev {
        right: 19vw;
    }
    .owl-next {
        right: 3vw;
    }
    .img-servv img {
        width: 16vw;
        height: 16vw
    }
    .servv-wid {
        display: flex;
        margin-bottom: 9vw;
        margin-top: 5vw
    }
    .content-servv h3 {
        font-size: 3.2vw
    }
    .content-servv {
        float: left;
        width: 70%;
        margin-left: 4vw;
        padding-top: 5.4vw;
        padding-right: 2vw
    }
    .about-i {
        width: 80%;
        margin-top: 7vw;
        margin: 0 auto;
        margin-bottom: 6vw
    }
    .about-i2 {
        width: 90%;
        margin-top: 0vw;
        margin: 0 auto;
        margin-bottom: 6vw
    }
    .animate-border,
    .animate-border-white {
        margin-bottom: 8vw
    }
    .section-2 p {
        margin-top: 2vw;
        margin-bottom: 8vw;
        text-align: left;
    }
    .txt-s {
        color: #F23BC0;
        font-family: 'Montserrat-Bold';
        font-size: 3vw;
        padding-top: 2vw;
        text-transform: uppercase
    }
    .faq-btn::after {
        top: 5.1vw;
        right: 6.1vw;
        font-size: 4.5vw
    }
    .section-5,
    .section-4,
    .section-3 {
        padding: 12vw 0vw
    }
    .section-6 {
        padding: 12vw 0vw 17vw 0vw
    }
    .section-5 {
        padding: 12vw 0vw 3vw 0vw
    }
    .section-7 {
        padding: 9vw 0vw 0vw 0vw;
    }
    .section-77 {
        padding: 9vw 0vw 14vw 0vw;
    }
    .pp22 {
        padding-top: 1vw
    }
    .p13 {
        padding: 0 13vw
    }
    .progress {
        width: 100px;
        height: 100px;
        line-height: 100px
    }
    .progress .progress-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: transparent;
        font-size: 20px;
        color: #000;
        line-height: 135px;
        text-align: center;
        position: absolute;
        top: -13%;
        left: 5%;
        font-family: 'Montserrat-Semibold'
    }
    .widgets h4 {
        font-size: 4.5vw
    }
    .widgets {
        margin-bottom: 7vw;
        margin-top: 7vw
    }
    .section-1 h3 {
        font-size: 4vw;
        line-height: 6.1vw
    }
    .btn-s3 {
        /* font-size: 5.5vw; */
        width: 59vw
    }
    .btn-s3>span {
        margin-bottom: 4vw
    }
    .portfolio h4 {
        font-size: 7vw;
        margin-top: 6vw;
        margin-bottom: 6vw;
    }
    .pp0 {
        padding-left: 15px
    }
    .section-2 .panel-title {
        font-size: 6.5vw;
        font-family: 'Montserrat-SemiBold'
    }
    .icon-serv {
        width: 10.8vw;
        height: 10.8vw;
        margin-right: .5vw;
        margin-bottom: 7vw;
        background-size: 10.5vw 10.5vw
    }
    .btn-lang {
        font-size: 3.8vw;
        right: -14vw;
        display: block;
        top: 7.5vw;
    }
    .nav-icon {
        width: 4.8vw;
        height: 4.8vw;
        background-size: 4.2vw 4.2vw;
        margin-top: 0.5vw;
    }
    .panel-video {
        height: 54vw
    }
    .video-title {
        padding: 3.2vw 2vw;
        width: 80%;
        top: 2.5vw;
        font-size: 3vw;
        line-height: 3.7vw;
    }
    .icon-play-video {
        width: 22.8vw;
        height: 22.8vw;
        background-size: 15.2vw 15.2vw;
        top: 38%;
        left: 36%
    }
    .section-2 .panel-heading+.panel-collapse>.panel-body {
        padding-top: 0px;
    }
    .arrow-22,
    .arrow-33 {
        width: 10.8vw;
        height: 10.8vw;
        background-size: 10.2vw 10.2vw;
    }
    .owl-prev {
        right: 15vw;
    }
    .boton-s2 {
        width: 10.8vw;
        height: 10.8vw;
        margin-top: 4vw;
        background-size: 8.5vw 8.5vw;
    }
    .flag {
        width: 6.2vw;
        height: 5.8vw;
        margin-right: 3vw;
        margin-top: -1vw;
        background-size: 6.2vw 5.8vw;
    }
    .menu-movil li {
        padding: 6px 4vw;
    }
    .latest-post-media img {
        height: auto;
        margin-bottom: 3vw;
    }
    .widget-search .btn-sh {
        font-size: 5vw;
    }
    .arrow-button-4 {
        width: 6vw;
        height: 6vw;
        margin-left: .5vw;
        background-size: 6vw 6vw;
    }
    .widget-search .form-control {
        width: 86%;
        font-size: 15px!important;
        margin-bottom: 10vw;
    }
    .section-white-1 p,
    .section-white-3 p {
        font-size: 3.5vw;
        line-height: 6.1vw;
    }
    .section-white-2 img {
        width: 80%;
        margin-bottom: 5vw;
    }
    .imm2 {
        width: 100%;
    }
    h4,
    .h4 {
        font-size: 16px;
        font-size: 3.5vw;
    }
    .section-8 {
        padding: 17vw 0vw 3vw 0vw;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 6.5vw;
        height: 6.5vw;
    }
    .carousel-control-prev {
        left: 3vw;
    }
    .carousel-control-next {
        right: 3vw;
    }
    .section-detail-white h4 {
        font-size: 5.3vw;
        margin-bottom: 5vw;
        margin-top: 2vw;
    }
    .section-detail-white h6 {
        font-size: 4vw;
        margin-bottom: 3vw;
        margin-top: 4vw;
    }
    .design-heading {
        font-size: 6.5vw!important;
        margin-top: 6vw!important;
        margin-bottom: 9vw!important;
    }
    .design-row,
    .design-row2 {
        width: 100%;
        margin-bottom: 10vw;
    }
    .design-body ul li {
        width: 100%;
        font-size: 4.5vw;
        padding-bottom: 3vw;
    }
    .circle-layer {
        position: absolute;
        right: -11vw;
        top: 42vw;
        width: 30vw;
        height: 30vw;
    }
    .no-result img {
        width: 47vw;
        text-align: center;
        margin-bottom: 0vw;
    }
    .no-result p {
        font-size: 3.5vw;
        margin-bottom: 32vw;
    }
    .etiquetas a {
        font-size: 3.5vw;
        margin-right: 3vw;
    }
    .etiquetas {
        margin-bottom: 4vw;
    }
    .img-article {
        width: 100%!important;
    }
    .page-fill {
        padding: 28vw 0vw 11vw 0vw;
    }
}
@media(min-width:1336px) {
    .button-login {
        margin-right: 0vw
    }
}
@media(min-width:1420px) {
    .img-q img {
        width: 100%;
        height: 30.8vw
    }
}
@media (min-width:1440px) {
    .img-q img {
        width: 100%;
        height: 31.5vw
    }
    .resp-q {
        height: 10.65vw
    }
    .post-date {
        padding-top: .7vw
    }
    .btn-language {
        font-size: .9vw;
    }
}
@media(min-width:1460px) {
    .img-q img {
        width: 100%;
        height: 30.9vw
    }
    .resp-q {
        height: 10.9vw
    }
    .post-body {
        height: 13vw
    }
}
@media(min-width:1920px) {
    .post-date {
        padding-top: 1.1vw
    }
    .post-date .month {
        margin-top: -.3vw
    }
    .post-body {
        height: 12vw
    }
}
@media(min-width:1980px) {
    .img-q img {
        width: 100%;
        height: 30.8vw
    }
    .resp-q {
        height: 10.8vw
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
.preload {
    min-height: 50vw;
    text-align: center;
}
.preload img {
    width: 4.5vw;
    margin: 0 auto;
    margin-top: 5vw;
    animation: 2s rotate360 infinite linear;
}
@keyframes rotate360 {
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 762px) {
    .preload {
        min-height: 80vw;
        text-align: center;
    }
    .preload img {
        width: 20.5vw;
        margin: 0 auto;
        margin-top: 25vw;
        animation: 2s rotate360 infinite linear;
    }
}
.widget-search input[type="text"]::-webkit-input-placeholder {
    color: #808080!important
}
.widget-search input[type="text"]:-ms-input-placeholder {
    color: #808080!important
}
.widget-search input[type="text"]::placeholder {
    color: #808080!important
}

div.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%; 
    /* ajusta esto al tamaño que desees */
  }
  
  div.iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
  }
 .testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .testimonial {
    width: 300px;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-content {
    text-align: center;
  }
  
  .testimonial img {
    width: 100px!important;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .testimonial h3 {
    margin-top: 0;
    color: #000;
  }
  
  .testimonial p {
    margin-bottom: 0;
    color: #000;
  }

  .testimonial-section2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #00006C;
  }
  
  .testimonial-container2 {
    width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
  }
  
  .testimonial-content2 {
    display: flex;
    align-items: center;
  }
  
  .testimonial-image2 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
  }
  
  .testimonial-details2 {
    flex-grow: 1;
  }
  
  .testimonial-text2 {
    margin-bottom: 10px;
    line-height: 1.2;
    color: #370390!important;
    font-size: 1.5vw;
    font-weight: bold;
  }
  .testimonial-text22 {
    font-family:'Montserrat-Regular';
    margin-bottom: 10px;
    line-height: 1.2;
    color: #370390!important;
    font-size: 1.1vw;
    font-weight: bold;
  }
  
  .testimonial-name2 {
    font-weight: bold;
    color: #808080!important;
    font-size: 1.0vw;
  }

  .testimonial-details2 p{
    font-weight: bold;
    color: #808080!important;
    font-size: 1.0vw;
  }
  
  .testimonial-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  .testimonial-navigation-link {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #370390;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .testimonial-navigation-link:hover {
    background-color: #5206a3;
  }