@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    position: absolute;
    width: 100vw;
    height: 100vh;
}

header{
    min-height: 10%;
}

header .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.logo-gonet{
    width: 145px;
}
}
nav {
    text-align: right;
}
nav img {
    width: 175px !important;
}
nav .hamburger {
    color: grey;
    transition: all 1s;
    position: absolute;
    right: 0;
    top: -12px;
}

nav .hamburger * {
    pointer-events: none;
    font-size: 25px;
}

nav .main-menu, nav .main-menu-background {
    visibility: visible;
    opacity: 1;
    list-style: none;
    padding-left: 0;
    display: inline;
    transition: margin 1s, visibility .5s, opacity .5s;
    position: absolute;
    right: 0;
    top: -12px;
}

nav .main-menu.hidden-menu {
    margin-right: -40em;
    visibility: hidden;
    opacity: 0;
}

nav .main-menu li, nav .main-menu-background li {
    display: inline;
    padding-right: 1em;
}

nav .main-menu li a, nav .main-menu-background li a{
    text-decoration: none;
    font-weight: 600;
}

nav .main-menu li a {
    color: #707070;
}

nav .main-menu li a.btn-primary {
    color: #FFFFFF;
}

nav .main-menu-background li a {
    color: transparent;
    display: none;
}

nav .main-menu li a.active, nav .main-menu-background li a.active {
    text-decoration: underline;
}

nav .main-menu li a.active{
    color: #3C4B80;
}

nav .main-menu-background li a.active{
    color: #3C4B80;
}

a.category {
    font-weight: 600;
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-150px, 0);
    width: 150px;
    color: #bbb;
    height: 150px;
    text-align: center;
}

.btn-gonet-primary {
    background: transparent linear-gradient(341deg, #00C5D6 0%, #951CFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 2em;
    border: 0px solid;
    border-color: #3C4B80;
    font-size: .85em;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: .8em;
    padding-bottom: .9em;
}

.btn-gonet-primary:hover,
.btn-gonet-primary:active,
.btn-gonet-primary:focus {
    background: #FFFFFF!important;
    color: #3C4B80 !important;
    border: .2em solid;
    border-color: #3C4B80 !important;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: .6em;
    padding-bottom: .7em;
}

.sub-category a.item {
    color: #bbb;
}

.sub-category a.item p {
    color: #ddd;
    font-size: .8em;
    letter-spacing: -.25px;
}

#categories a.category.active,
.sub-category a.item.active {
    color: #3C4B80;
    background-color: transparent;
}

.sub-category a.item.active {
    border-left: solid 2px;
    border-radius: 0;
}

.sub-category a.item.active p {
    color: #bbb;
}

.sub-category-content .card {
    border-radius: 1em;
    box-shadow: 6px 18px 9px #bbb;
    width: 100%;
    border: none;
}

.sub-category-content .card img {
    height: 350px;
    border-radius: 1em 0 0 0;
}

.sub-category-content .card .card-body{
    color: white;
    background: transparent linear-gradient(94deg, #3C4B80 0%, #1E2640 100%) 0% 0% no-repeat padding-box;;
    border-radius: 0 0 0em 1em;
}
.sub-category .nav-pills{
    min-height: 465px;
}

.img-preview-video {
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    border-radius: 1em 0 0 0;
    border: none;
}

.hidden {
    display: none;
}

.sub-category h3 {
    font-weight: bold;
}

section{
    padding: 40px 20px 40px 20px;
}
p{
    color: #707070;
    font-size: 14px;
}
.title{
    font-weight: bold;
    color: #2F4FBD;
    font-size: 60px;
    opacity: 0.14;
}
.subtitle{
    font-weight: bold;
    color: #707070;
    font-size: 25px;
}

.subtitle-big{
    font-weight: bold;
    color: #707070;
    font-size: 35px;
}
.bg-paralax-about {
   /* background: linear-gradient(rgba(47,79,189,.2), rgba(47,79,189,.2));*/
    height: 100vh;
    width: 100%;
    background-size: cover;
    z-index: 999;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}
.bg-paralax-about:after{
    background: red;
}

section#international-presence {
    background: #F2F2F2;
}
.center {
    text-align: center;
}
.btn-home-end .row .col-6{
    -ms-flex: 0 auto;
    flex: auto;
    max-width: max-content;
    padding-left: 5px;
    padding-right: 5px;
}
.btn-home-end a{
    width:240px;
}

.social-links ul {
    list-style: none;
    padding-left: 0;
}

.social-links ul {
    text-align: right;
    font-size: .9em;
    font-weight: bold;
}

.social-links ul li {
    color: #bbb;
    display: inline;
    margin-left: 1em;
}

.social-links ul li a{
    color: #bbb;
    text-decoration: none;
}
.social-links ul li i{
   display: none;
}
.social-links ul li .fa-share-alt {
    display: inline-block;
}

.footer-gonet .row {
    height: 100%;
}
.footer-gonet ul {
    list-style: none;
    padding-left: 0;
}

.footer-gonet ul {
    text-align: right;
    font-size: 1.0em;
    font-weight: 400;
    margin-bottom: 0px;
}

.footer-gonet ul li {
    color: #fff;
    display: inline;
    margin-left: 1em;
}

.footer-gonet ul li a{
    color: #fff;
    text-decoration: none;
}

#info-about .container .row{
    position: static!important;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section#principal-be-part{
    background: url('../images/bg-principal-be-part.jpg');
    background-size: cover;
    padding: 0px 0px 0px 0px;
    margin-left: 15px;
    margin-right: 0px;
}
/*section#principal-be-part .container-fluid{
    height: 100%;
}*/

.principal-head .row{
    height: 573px;
}
.bg-blue-content {
    background: linear-gradient(60grad,rgba(47,31,137,1), rgba(60,44,171,.22));
    background-size: cover;
    height: 100%;
    width: 100%;
}
.principal-head h1{
    color: #ffffff !important;
    font-size: 40px;
    font-weight: bold;

}
.principal-head p{
    color: #fff;
    font-size: 16px;;
}
#services{
    margin-top: 0px !important;
}
section#social-links {
    padding: 20px 20px 20px 20px;
    min-height: 9%;
}
section#categories {
    padding: 0px 0px 0px 0px;
    min-height: 80%;
}
section#categories .container .row {
    margin-right: 0px;
    margin-left: 0px;
}

.nav-link-section{
    color:#868E96;
    font-weight:bold;
}

h1,h4 {
    color:#2D2485 !important;
    font-weight:bold;
}
.textarea-gonet{
    height:100px;
}
label{
    width: 100%;
}
.textarea-gonet,
.input-gonet{
    border:none;
    border-bottom:2px solid #2D2485;
    color:#707070;
    width: 100%;
}
.textarea-gonet,
input:focus{
    outline: none;
}

.form-hide{
    transition:0.5s all;
    opacity:0;
    display: none;
}

.message-send-modal{
    background-color: white;
    width: 95%;
    height: 75vh;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    background-image: url(/images/esquina_naranja.svg), url(/images/esquina_azul.svg);
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    background-size: 10%;
    display:none;

}

.text-modal-send{
    display:flex;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 60%;
}

.close-modal-send{
    color:#868E96;
    font-weight:bold;
    font-size:40px;
    cursor: pointer;
}

#skipPhone{
    font-size: 14px !important;
    margin-top: 5px;
}
.text-modal-send p {
    font-size: 40px;
}
.link-share{
    display: none !important;
}
.info-adress-contact{
    padding-top: 70px !important;
}
#the-contact .col-5 .col-6 sup {
    top: 1em;
}

.buttons-home-bottom{
    position: absolute;
    width: 100vw;
    bottom: 4vh;
}
.industries-section{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.our-services-section{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.technologies-section{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.control-map{
    width: 350px;
    padding-top: 20px;
}
.img-slogan-footer{
    width: 200px;
}
.logo-gonet-footer {
    width: 100px;
}
.cursor{
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {

    .buttons-home-bottom{
        position: relative;
        width: auto;
        bottom: 0;
    }
    .bg-paralax-about {
        height: 300px;
    }    

    .vimeo-wrapper {
        height: 300px !important;
    }

    #categories .col-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #categories .col-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
 
    .menu-contact{
        z-index: 1;
    }
    #categories .nav-pills {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 15px;
        margin-left: 15px;
        flex-direction: row !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 2;
        position: relative;
        padding-left: 0px !important;
    }

    .sub-category a.item.active {
        border-left: solid 0px;
        border-radius: 0;
        border-bottom: solid 2px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .sub-category a.item {
        color: #bbb;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0;
        margin-bottom: 0px;
    }
   
    a.category {
        font-weight: bold;
        transform-origin: 0 0;
        transform: none;
        width: auto;
        color: #bbb;
        height: 40px;
        text-align: center;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        
    }

    a:hover.category,
    a.category.active{

        border-bottom: 3px solid #3C4B80;
        border-radius: 0px;
        
    }
    .sub-category{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 0px !important;

    }
    .sub-category .col-info{
        order: 2;
        padding-left: 25px;
        padding-right: 25px;
    }
    .sub-category .col-video{
        order: 1;
        
    }
#v-pills-tabContent{
    padding: 10px 10px 20px 10px;
}
    .sub-category-content .card img {
        height: auto;
        border-radius: 1em 1em 0 0;
    }
    .sub-category-content .card .card-body {
        color: white;
        background-color: #3C4B80;
        border-radius: 0 0 1em 1em;
    }
    section#principal-be-part .container-fluid .row .col-4{
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section#principal-talent .container-fluid .row .col-6{
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section#info-about .container .row  .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #services .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-gonet .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
    .thetitle {
        order: 1;
    }
    .thecontent{
        order: 2;
    }
    #strategic-partners{
        min-height: 430px;
    }
    .footer-gonet .row {
        text-align: center;
    }
    .footer-gonet ul {
        text-align: center;
    }
    .social-links ul li i{
        opacity: 0.49;
    color: #28268C;
        font-size: 20px;
    }
    .social-links ul li i {
        display: inline-block;
    }
    span.txt-link {
        display: none;
    }
    .space-line-link{
        display: none !important;
    }
    .social-links ul .link-facebook,
    .social-links ul .link-twitter,
    .social-links ul .link-linkedin {
    float: left;
    }
    .btn-home-end {
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: .5rem;
    }
    .btn-home-end .row .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
    }
    .btn-home-end a{
        width:100%;
    }
    .mainHome {
        opacity: 0;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        overflow-x: hidden;
    }

    #the-contact  h1 {
        text-align: center;
    }
    
    
    #the-contact .col-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #the-contact .col-7 .row .col-8,
    #the-contact .col-7 .row .col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #the-contact .col-7 .row .col-4  button{
        margin: 0 auto;
    }
  
    #the-contact .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #the-contact .col-5 .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    #the-contact .col-5 .col-6 sup {
        top: 1.1em;
    }

    /* grown */
    #grow-form-section  h1 {
        text-align: center;
    }
    
    
    #grow-form-section .col-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #grow-form-section .col-7 .row .col-8,
    #grow-form-section .col-7 .row .col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #grow-form-section .col-7 .row .col-4  button{
        margin: 0 auto;
    }
  
    #grow-form-section .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #grow-form-section .col-5 .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    #grow-form-section .col-5 .col-6 sup {
        top: 1.1em;
    }
    /* end grwon */
    .message-send-modal {
        width: 100%;
        height: 93vh;
    }
    .close-modal-send img{
        width: 25px;
        height: 25px;
    }
    .text-modal-send p {
        font-size: 25px !important;
    }
    .videoPlayer1{
        width: 100%;
        height: 300px;
        padding: 20px;
    }
    .info-adress-contact{
        padding-top: 0px !important;
    }   
    .message-send-modal {
        height: 70vh !important;
    }
  
}

@media only screen and (max-width: 850px) {
   
    /*nav .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    
    nav .col-9 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }*/
    .menu-contact .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu-contact .btn-start-project{
        display: none !important;
    }
    .menu-contact .btn-be-part{
        display: none !important;
    }
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}

.h-10 {
    height: 10% !important;
}
.h-15 {
    height: 15% !important;
}
.h-20 {
    height: 20% !important;
}
.h-30 {
    height: 30% !important;
}
.h-35 {
    height: 35% !important;
}
.h-40 {
    height: 40% !important;
}
.h-45 {
    height: 45% !important;
}
.h-60 {
    height: 60% !important;
}
.h-65 {
    height: 65% !important;
}
.h-70 {
    height: 70% !important;
}
.h-80 {
    height: 80% !important;
}
.h-85 {
    height: 85% !important;
}
.h-90 {
    height: 90% !important;
}
.h-95 {
    height: 95% !important;
}

.nav-vertical{
    margin-top: -25px;
}

@media only screen and (max-width: 991px) {
    nav .main-menu.hidden-menu {
        margin-right: 0em;
        visibility: hidden;
        opacity: 0;
    }
    
    nav .main-menu li, nav .main-menu-background li {
        display: block;
        padding-right: 0;
        margin-bottom: 4px;
    }
    
    .main-menu{
        z-index: 99 !important;
    }
    .hidden-menu{
        z-index: 1;
    }
    nav .main-menu, nav .main-menu-background {
        padding: 1em;
        right: 1em;
        top: 2em;
        z-index: 1;
    }
    
    nav .main-menu {
        background-color: white;
        box-shadow: 2px 2px 0.5em lightgrey;
    }
    
    nav .main-menu li a.active {
        color: #3C4B80;
    }
    
    nav .main-menu-background li a.active {
        color: transparent;
    }
}



@media(max-width: 767px){
    .img-preview-video {
        border-radius: 1em 1em 0 0;
        height: 230px;
    }

    .control-map {
        width: 100%;
    }
    section#principal-be-part {
        background-position: -100px center;
    }
    .footer-gonet {
        height: 100% !important;
    }
}

@media (min-width: 1600px)  { 
    
    .sub-category a.item p {
        font-size: 1.5em;
    }

    a.category {
        font-size: 1.5em;
        height: auto;
    }
    .nav-vertical{
        margin-top: -25px;
        height: 60vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
 }
 @media (min-width: 576px){
    .container, .container-sm {
        max-width: 100%;
    }
 }

 @media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
 }

 @media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
 }
/*
 @media (min-width: 1140px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }
 }
*/
 @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        /*width: 1200px;*/
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    
 }


