@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: MontBold;
    src: url("fonts/Mont-Bold.otf") format("opentype");
}

@font-face {
    font-family: MontHeavy;
    src: url("fonts/Mont-Heavy.otf") format("opentype");
}

@font-face {
    font-family: MontRegular;
    src: url("fonts/Mont-Regular.otf") format("opentype");
}

@font-face {
    font-family: MontSemiBold;
    src: url("fonts/Mont-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: MyriadPro;
    src: url("fonts/MyriadPro-Regular.otf") format("opentype");
}

body {
    font-family: 'MontRegular', 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #f6f6f6;
    color: #1f1f1f;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

a,
a:hover,
.btn-link,
.btn-link:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.header-wrap-all .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header-wrap-all .navbar-light .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(0 0 0);
}

.header-wrap-all.scroll-menu .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header-wrap-all.scroll-menu .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.container {
    max-width: 1192px;
    width: 95%;
}

.btn {
    border-radius: 0;
    padding: .75rem 1rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.call .btn-secondary:not(:disabled):not(.disabled).active,
.call .btn-secondary:not(:disabled):not(.disabled):active,
.call .show>.btn-secondary.dropdown-toggle {
    background: #1b0c61;
    box-shadow: none;
}

.header-wrap .navbar .container-fluid {
    padding: 0 0 0 0;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2eb8c5;
    border-color: #2eb8c5;
}

main {
    background: #fff;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 0 0 0;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 0 0;
    width: 100%;
}

.header-wrap-all {
    background: rgb(255 255 255 / 0%);
}

.header-wrap-all .top-header-wrap {
    padding: 10px 50px 10px 50px
}

.header-wrap-all .header-wrap {
    padding: 20px 50px 20px 50px;

}

.bgpurple {
    background: #3d3d8f !important;
}

.btn-red {
    background: #e5007e !important;
}

.shadowmenu {
    box-shadow: 0 4px 2px -2px rgb(99 99 99 / 20%);
}

.top-header-wrap {
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.top-header-wrap p {
    color: #3d3d8f;
}

.top-header-wrap,
header,
main,
footer,
#copyright {
    overflow: hidden;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.navbar-brand {
    margin-right: 45px;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 80px;
}

.navbar-light .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px 10px;
    letter-spacing: 0;
    font-family: 'MontSemiBold';
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: 0;
    background: #4299D6;
    height: 4px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.scrolled {
    background: #1b0c61;
    transition: 200ms linear;
}

.btn {
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}

#slider {
    position: relative;
    overflow: hidden;
}

#slider .col-slide {
    padding: 60px 0 30px;
}

#slider span {
    position: relative;
}

#slider .title {
    font-family: 'MontRegular';
    color: #000;
    font-size: 55px;
    margin-bottom: 0;
}

#slider .title span {
    font-family: 'MontHeavy';
}

#slider .col-slide-2 .title {
    color: #e5007e;
}

#slider .col-slide-2 p.subtitle {
    color: #3d3d8f;
}

.head {
    text-align: center;
    padding-bottom: 30px;
}

.head h2 {
    color: #000;
    font-family: 'MontSemiBold';
    margin-bottom: 15px;
    font-size: 45px;
}

.head p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#slider .carousel-item .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 75%;
    max-width: 100%;
}

.btn-contact {
    background: transparent;
    border: 1px solid #201f1f;
    font-weight: 800;
    color: #201f1f;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
}

.btn-search {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-cart {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-quote {
    box-shadow: none;
    background: #e5007e;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 15px 50px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
}

.btn-lang {
    background: transparent;
    border: 0;
    color: #3d3d8f;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-weight: 400;
}

.btn-lang img {
    padding-right: 5px;
}

.btn-lang i {
    padding-right: 5px;
}

.btn-quote:hover {
    background: #e5007e;
}

.top-header-wrap .dropdown-menu {
    z-index: 9999;
}

footer.padding {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

footer.padding::before {
    content: "";
    width: 85%;
    height: 3px;
    background-color: #E9E9E9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}



footer ul {
    padding-inline-start: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 300;
}

footer ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

footer ul li a:hover {
    color: #000;
}

footer ul li a i {
    padding-right: 5px;
    color: #000;
}

footer ul li a:hover i {
    color: #000;
}

footer p {
    color: #113d4b;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0 0;
    font-weight: 400;
}

footer .social a {
    font-size: 30px;
    color: #ffffff;
    margin-right: 10px;
    padding: 0 0 0 0;
}

footer .info li a {
    font-size: 18px;
}

footer .info li a i {
    font-size: 24px;
    margin-right: 5px;
}

footer .links {
    display: flex;
}

footer .links li {
    margin-bottom: 0;
}

footer .links li a {
    font-size: 14px;
}

footer .links li {
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #117378;
}

footer .links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0
}

.social {
    display: flex;
    align-items: center;
}

.top-header-wrap .text-start ul li {
    margin-right: 10px;
}

.top-header-wrap .text-start ul li a {
    color: #fff;
    font-size: 20px;
}

.top-header-wrap .text-end ul {
    display: inline-flex;
    align-items: center;
    margin-left: 100px;
}

.top-header-wrap .text-end ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.top-header-wrap .text-end ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

.top-header-wrap .text-end a,
.top-header-wrap .text-end ul li a {
    color: #fff;
}

.header-wrap-all.scroll-menu {
    background: rgba(255, 255, 255, 0.85);
}

.header-wrap-all.scroll-menu .header-wrap {
    padding: 5px 50px 5px 50px;
    transition: 200ms linear;
}

footer .contact a {
    font-family: 'MontRegular';
    font-size: 18px;
}

footer .contact i {
    color: #2155C6;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-wrap-all.scroll-menu .top-header-wrap {
    border: 0;
}

.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-link {
    color: #113d4b;
    position: relative;
}

.main-nav {
    display: block;
    width: 100%;
    background: #000;
    height: 3.5rem;
    color: #fff;
}

.main-nav__list {
    height: 3.5rem;
    display: inline-block;
    position: relative;
}

.main-nav__item {
    display: inline-block;
    height: 3.5rem;
    margin-right: 2rem;
}

.main-nav__link {
    color: #fff;
    font-weight: 500;
    height: 3.5rem;
    padding: 1rem 5px;
}

.main-nav__active {
    transition: width 0.22s ease-in-out, left 0.22s ease-in-out;
    background: #2A9CD8;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.main-nav__logo {
    background: url(http://placehold.it/170x50) no-repeat;
    background-size: contain;
    width: 170px;
    height: 1.75rem;
    margin-top: 0.85rem;
    display: inline-block;
}

header .logo img {
    padding: 10px 0;
    display: block;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

header .logo img.noscroll{
    display: block;
}

header .logo img.scroll{
    display: none;
}

.header-wrap-all.fixed-top.scroll-menu .logo img.noscroll,
.header-wrap-all.sticky-top.scroll-menu .logo img.noscroll{
    display: none;
}

.header-wrap-all.fixed-top.scroll-menu .logo img.scroll,
.header-wrap-all.sticky-top.scroll-menu .logo img.scroll{
    display: block;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover::before,
.navbar-light .navbar-nav .nav-item .nav-link.active::before {
    opacity: 1;
}

#aboutus {
    position: relative;
    overflow: hidden;
    background-image: url(/images/bg/bg_aboutus.png);
    min-height: 1000px;
    padding-top: 150px;
}

.aboutus-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 1;
}

#aboutus p {
    font-family: 'MontRegular';
    color: #fff;
    font-size: 32px;
    text-align: left;
    margin-bottom: 20px;
}

#aboutus .col-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
}

#aboutus .col-bottom p {
    font-family: 'MontHeavy';
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 0;
}

b,
strong {
    color: #113d4b;
    font-weight: 600;
}

#services.padding {
    position: relative;
    padding-top: 15px;
}

#services .head {
    position: relative;
    padding: 90px 0 30px 0;
}

#services .head::before {
    content: url(../images/bg/bg_services.png);
    position: absolute;
    top: 0;
    left: 0;
}

#services .head h2 {
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

#services .col-cover {
    position: relative;
    z-index: 1;
}

#services .col-cover {
    position: relative;
    z-index: 1;
}

#services .col-cover .figure-caption {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
}

#services .col-cover .figure-caption p {
    font-family: "MontSemiBold";
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}

#services .col-cover .figure-caption .btn {
    font-family: "MontBold";
    background: #2F54C0;
    color: #fff;
    margin: 10px 0 0 0;
    border-radius: 40px;
}


.flip-card {
    background-color: transparent;
    width: 100%;
    height: 600px;
    perspective: 1000px;
    overflow: hidden;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    background: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-back {
    background: #2155C6;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 230px;
    border-top-right-radius: 230px;
}

.col-service .flip-card .flip-card-front .figure-caption h2 {
    font-size: 28px;
    color: #000;
    font-family: "MontSemiBold";
}

.col-service .flip-card .flip-card-back .figure-caption {
    width: 85%;
    margin: auto;
}

.col-service .flip-card .flip-card-back .figure-caption h2 {
    font-size: 26px;
    color: #fff;
    font-family: "MontSemiBold";
}

.col-service .flip-card .flip-card-back .figure-caption p {
    font-size: 18px;
    color: #fff;
    font-family: "MontRegular";
}

#talent {
    position: relative;
    overflow: hidden;
    background-image: url(/images/bg/bg_talent.png);
    min-height: 700px;
    padding-top: 120px;
    padding-bottom: 0;
}

#talent .col-bubble {
    background: #87ddeb59;
    padding: 50px 30px 50px 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

#talent .col-bubble p {
    font-family: "MontBold";
    margin-bottom: 0;
    font-size: 60px;
    color: #000;
    line-height: normal;
}

#talent .col-bubble p span {
    color: #2F54C0;
}


#talent .btn {
    font-family: "MontBold";
    background: #2F54C0;
    color: #fff;
    margin: 10px 0 0 0;
    border-radius: 40px;
}

#talent .text-bottom {
    width: 80%;
    margin: 0 auto 0 0;
}

#talent .text-bottom .bloq_text{
    text-align: right;
}

#talent .text-bottom .bloq_text p {
    font-family: "MontBold";
    color: #000000;
    font-size: 30px;
    display: inline-block;
    text-shadow: 0 0 10px #fff;
}

.lead {
    color: #777777 !important;
}

.blue {
    color: #2F54C0 !important;
}

#talent .text-bottom .bloq_text:last-child,
#talent .text-bottom .bloq_text:last-child p {
    font-family: "MontBold";
    font-size: 30px;
}

#teams {
    background-image: url(../images/bg/bg_team.png);
    background-color: #0056cd;
    background-repeat: no-repeat;
}

#teams .team {
    padding: 0 80px 0 80px;
    text-align: center;
}

#teams .team p {
    font-size: 20px;
    color: #fff;
    font-family: "MontSemiBold";
    margin: 15px 0;
    min-height: 135px;
}

#teams .team .icono {
    display: block;
    margin: 20px 0;
}

#teams .team h3 {
    font-family: "MontBold";
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
}

#clients.padding {
    padding-top: 0;
}

#clients .head {
    position: relative;
    padding: 90px 0 30px 0;
}

#clients .head::before {
    content: url(../images/bg/bg_services.png);
    position: absolute;
    top: 0;
    left: 0;
}

#clients .head h2 {
    z-index: 1;
    position: relative;
}

#clients .col-client {
    text-align: center;
    padding: 30px 0;
}

.fwsp {
    position: fixed;
    right: 10px;
    bottom: 30px;
    height: auto;
    width: auto;
    background: #25D366;
    padding: 15px;
    border-radius: 50px;
    z-index: 199;
}

.formshow {
    position: fixed;
    right: 20px;
    bottom: 110px;
    opacity: 0;
    z-index: 99;
    transition: 200ms linear;
}

.formshow.view {
    opacity: 1;
}

.init-magic-line,
.magic-line-inner {
    position: relative;
}

.magic-line {
    z-index: -1;
    position: absolute;
}

.magic-line-css-transition {
    transition: all .1s ease-in-out;
}

.magic-line-menu,
.magic-line-menu-pill,
.magic-line-inner,
.magic-line-inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.magic-line-inner ul {
    list-style: none;
}

.magic-line-menu a,
.magic-line-menu-pill a {
    font-weight: 700;
    color: #182848;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    display: block;
}

.magic-line {
    border-radius: 4px;
    background: #4299D6;
    box-shadow: 0 0 10px rgba(90, 129, 177, 0.6);
}

.btn-primary:hover {
    background: #4299D6 !important;
    border-color: #4299D6 !important;
    box-shadow: none;
    outline: 0;
}

#magic-line {
    width: 100px;
    height: 6px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #000;
}

.bounce {
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-20px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.init-magic-line,
.magic-line-inner {
    position: relative;
}

.magic-line {
    z-index: -1;
    position: absolute;
}

.magic-line-css-transition {
    transition: all .2s ease-in-out;
}


/* menu floating */
.contact .contact-form {
    position: fixed;
    width: 400px;
    height: auto;
    top: 170px;
    right: -400px;
    z-index: 9999;
    padding: 30px 30px 30px 30px;
    background-color: #2F54C1;
    transition: all .5s ease;
    border-bottom-left-radius: 30px;
}

.contact .menu-toogle {
    position: fixed;
    text-align: center;
    top: 300px;
    width: 310px;
    right: -130px;
    border-radius: 3px;
    background-color: #4299D6;
    transition: all .5s ease;
    z-index: 9999;
    transform: rotate(-90deg);
    padding: 10px 0 10px 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #fff;
    font-size: 20px;
}

.contact .menu-toogle:hover {
    cursor: pointer;
    background-color: #2F54C1;
}

.contact .checkbox {
    display: none;
}

.contact .checkbox:checked~.contact-form {
    right: 0px;
    position: fixed;
}

.contact .checkbox:checked~.main-w {
    margin-left: 200px;
}

.contact .checkbox:checked~.menu-toogle {
    right: 265px;
    position: fixed;
    background-color: #2F54C1;
}

.contact-form label {
    font-family: 'MontSemiBold';
    color: #fff;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.contact-form .form-control,
.contact-form .form-select {
    height: 28px;
    border-radius: 2rem;
}

.contact-form textarea.form-control {
    height: 85px;
    padding: 1rem 1rem;
}

.contact .contact-form .btn {
    font-family: 'MontBold';
    background-color: #FFD154;
    color: #2F54C1;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    margin: 30px 0 0 auto;
    padding: 8px 25px;
}

.contact .contact-form .btn:hover {
    color: #fff;
}

/* Menu Float */

.modal {
    z-index: 10000;
}

.modal-backdrop {
    z-index: 9999;
}

#modalUnete .modal-content {
    background-color: #2155C6;
    padding: 30px 30px;
    border-radius: 50px;
    border: 0;
}

#modalUnete .modal-content h2 {
    font-family: 'MontBold';
    color: #fff;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

#modalUnete .contact-form .form-control,
#modalUnete .contact-form .form-select {
    height: 35px;
    border-radius: 2rem;
}

#modalUnete .contact-form .btn {
    font-family: 'MontBold';
    background-color: #FFD154;
    color: #2F54C1;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    margin: 30px auto 0 auto;
    padding: 8px 25px;
}

#modalUnete .contact-form .btn:hover {
    color: #fff;
}

.grid {

    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid .li-grid {
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative;
}

.grid figure {
    margin: 0;
    position: relative;
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 40px 20px 40px;
    background: #2155C6;
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.grid figcaption p {
    margin-bottom: 0;
}

.grid .image-wrapper {
    position: relative;
}

.grid .image-hover {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 1s ease-out;
}

.css-hover figure:hover .image-hover {
    opacity: 1;
}

.css-hover figure {
    overflow: hidden;
    padding: 120px 0 100px 0;
}

.css-hover figure .image-text {
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.css-hover figure .image-text img {
    margin: 0 auto 15px;
    width: 85px;
}

.css-hover figure h2 {
    font-size: 21px;
    color: #000;
    font-family: "MontSemiBold";
}

.css-hover figure:hover {
    background: #2155C6;
    border-top-left-radius: 230px;
    border-top-right-radius: 230px;
}

.css-hover figure:hover h2 {
    color: #fff;
}

.css-hover figure:hover .image-text,
.css-hover figure.cs-hover .image-text {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}

.css-hover figcaption {
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.css-hover figure:hover figcaption,
.css-hover figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.css-hover figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#modalUnete .contact-form .btn.fileUpload {
    margin-top: 0;
    background-color: transparent;
    color: #87DDEB;
    border: 4px solid #87DDEB;
}

#modalUnete .contact-form .btn.fileUpload:hover {
    background-color: #87DDEB !important;
    color: #2155C6;
}

#uploadFile {
    color: #fff;
    font-size: 14px;
    font-family: 'MontSemiBold';
    margin-bottom: 0;
}

.swal-idigital {
    background-color: #2155C6;
    padding: 40px 40px;
    border-radius: 50px;
}

.swal-idigital .swal2-title {
    font-family: "MontBold";
    color: #fff;
    padding: 0;
}

.swal-idigital .swal2-html-container {
    color: #fff;
    padding: 0;
    margin: 0;
}

.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

/* Firefox */
.contact-form input[type=number] {
    appearance: textfield;
}

.swal2-container {
    z-index: 10001;
}

footer .social li {
    margin-bottom: 0;
}

#preloader {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    z-index: 999999995;
    width: 100%;
    max-width: 1920px;
    opacity: 1;
    transition: all .5s ease;
}

#preloader.loaded {
    opacity: 0;
    z-index: 0;
}

#breadcrumb{
    background-color: #2F54C1;
}

#breadcrumb .breadcrumb .breadcrumb-item a{
    color: #fff;
}

#breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.form-check .form-check-label a{
    text-decoration: underline;
}

.form-check-input:checked {
    background-color: #4299D6 ;
    border-color: #4299D6 ;
}

.lity {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1920px) {

    .top-header-wrap,
    header,
    main,
    footer,
    #copyright {
        max-width: 1920px;
        margin: auto;

    }
}

@media screen and (max-width: 1650px) {
    .grid .li-grid {
        flex: 0 0 auto;
        width: 33%;
    }

    .css-hover figure {
        padding: 130px 0 100px 0;
    }

    .css-hover figure h2 {
        font-size: 20px;
    }

    .grid figcaption {
        padding: 20px 20px 20px 20px;
    }

    #talent .col-bubble {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    #talent .col-bubble p {
        font-size: 50px;
    }
}

@media screen and (max-width: 1500px) {
    #teams .team h3 {
        font-size: 18px;
    }

    #teams .team {
        padding: 0 40px 0 40px;
    }

    #services .col-cover .figure-caption {
        width: 40%;
    }

    #services .col-cover .figure-caption p br {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-item {
        margin-right: 45px;
    }

    #talent .text-bottom .bloq_text p,
    #talent .text-bottom .bloq_text:last-child,
    #talent .text-bottom .bloq_text:last-child p{
        font-size: 26px;
    }
}

@media screen and (max-width: 1250px) {

    #talent .col-bubble p {
        font-size: 40px;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-right: 25px;
    }

    #teams .team p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1000px) {
    footer ul li br {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .header-wrap-all.fixed-top {
        position: sticky;
    }

    .navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link:hover::before {
        left: 0;
        right: auto;
        width: 100px;
    }

    .navbar-light .navbar-nav .nav-link::before {
        right: unset;
        width: unset;
        bottom: 0;
    }

    #slider .title {
        font-size: 42px;
        margin-bottom: 0;
    }

    #slider .carousel-item .carousel-caption .d-flex {
        justify-content: center;
    }

    .navbar-light .navbar-brand {
        width: 60%;
    }

    footer ul.info {
        display: none;
    }

    footer p {
        margin: 20px 0 20px 0;
    }

    footer .social,
    footer .links {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .header-wrap-all.scroll-menu .navbar-brand .logo .scroll {
        max-height: 60px;
        top: 5px;
        -webkit-transform: none;
        transform: none;
    }

    .header-wrap-all.scroll-menu .header-wrap {
        padding: 10px 20px 10px 20px;
    }

    footer .social li:last-child a {
        margin-right: 0;
    }

    footer .social a {
        font-size: 24px;
    }

    .header-wrap-all .top-header-wrap,
    .header-wrap-all .header-wrap {
        padding: 10px 20px 10px 20px;
    }

    video {
        width: 100%;
        margin: -2px -1px;
    }

    #clients .head {
        padding-bottom: 25px;
    }

    #clients.padding {
        padding-bottom: 50px;
    }

    footer.padding {
        padding-top: 50px;
    }

    .padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .magic-line-inner .navbar-nav {
        width: 100%;
    }

    footer .container-fluid:last-child .row {
        text-align: center;
    }

    #talent .col-bubble {
        padding: 50px 30px 50px 50px;
    }

    .bloq_text {
        width: 80%;
        margin: auto;
    }

    #services .col-cover .figure-caption {
        width: 95%;
        position: static;
        right: 90px;
        top: unset;
        transform: unset;
        text-align: center;
    }

    #services .col-cover .figure-caption p {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 24px;
    }

    #talent .text-bottom .bloq_text p{
        text-align: center;
        font-size: 24px;
    }


    #talent .text-bottom .bloq_text p br{
        display: none;
    }

    #talent .text-bottom .bloq_text {
        text-align: center;
    }

    #talent .justify-content-end .text-bottom{
        width: 100%;
        margin: 30px auto 0 0;
        text-align: center;
    }

    #talent .text-bottom .bloq_text:last-child,
    #talent .text-bottom .bloq_text:last-child p {
        font-size: 24px;
        text-align: center;
    }

    #clients .col-client {
        text-align: center;
        padding: 30px 30px;
    }

    #aboutus p {
        font-size: 24px;
    }

    #aboutus .col-bottom p {
        font-size: 24px;
    }

    #talent .col-bubble p {
        font-size: 34px;
    }

    #teams .team p {
        min-height: auto;
    }

    #uploadFile {
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    .css-hover figure {
        padding: 10px 0 10px 0;
    }

    .css-hover figure h2 {
        color: #fff;
    }

    .css-hover figure:hover .image-text,
    .css-hover figure.cs-hover .image-text {
        transform: none;
    }

    .css-hover figure {
        background: #2155C6;
        border-top-left-radius: 230px;
        border-top-right-radius: 230px;
    }

    .css-hover figure .image-hover {
        opacity: 1;
    }

    .grid figcaption {
        position: relative;
        transform: none;
        opacity: 1;
    }

    #aboutus .col-12 {
        z-index: 1;
    }

    .grid .li-grid {
        flex: 0 0 auto;
        width: 50%;
    }

    #ourservices {
        background: #2155C6;
        padding-top: 50px;
    }

    #preloader {
        display: none;
    }

    .contact .menu-toogle {
        top: 220px;
        width: 200px;
        right: -75px;
    }

    .contact .checkbox:checked~.menu-toogle {
        right: 320px;
    }

    .contact .contact-form{
        top: 145px;
    }

    .contact .contact-form .btn {
        margin: 5px 0 0 auto;
    }

    .contact-form textarea.form-control {
        height: 60px;
    }

    #talent {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    #modalUnete .modal-body {
        padding: 1rem 0;
    }

    #modalUnete .modal-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-form label {
        text-align: left;
    }

    #modalUnete .contact-form .btn {
        margin: 0 auto 0 auto;
    }

    #talent .col-bubble {
        flex: 0 0 auto;
        width: 90%;
    }

    header .logo img.noscroll{
        display: none;
    }

    header .logo img.scroll {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .head h2 {
        font-size: 32px;
    }

    #slider .title {
        font-size: 32px;
    }

    #slider .title br {
        display: none;
    }

    #slider .carousel-item .carousel-caption {
        width: 85%;
        padding: 0;
    }

    .fwsp {
        right: 10px;
        bottom: 25px;
    }

}

@media screen and (max-width: 650px) {

    .head h2 {
        font-size: 24px;
    }

    #aboutus p {
        font-size: 20px;
    }

    #aboutus .col-bottom p {
        font-size: 20px;
    }

    #aboutus {
        min-height: 650px;
    }

    #talent .col-bubble p {
        font-size: 28px;
    }

    .grid .li-grid {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {

    footer img {
        height: 130px;
        margin-top: 50px;
    }

    footer a svg {
        width: 20px;
        height: 20px;
    }

    #slider .title {
        font-size: 25px;
    }

    .contact .contact-form {
        width: 300px;
        top: 145px;
        padding: 30px 30px 30px 30px;
    }

    .contact .checkbox:checked~.menu-toogle {
        right: 220px;
    }

    .contact .contact-form .btn {
        margin: 10px 0 0 auto;
    }
}