body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1100px) {
    .pageWidth {
        padding: 0 10px;
    }
}

/* INTRO =============================================================== */
#intro {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    margin-top: 89px;
    position: relative;
}

#intro .solution {
    padding: 0;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    /* width: 50%; */
    flex-direction: column;
    justify-content: center;
    color: #2b3346;
}

#intro .solution h2 {
    font-weight: 200;
    font-size: 35px;
    margin-bottom: 20px;
    color: #273347;
    text-transform: uppercase;
}

#intro .solution h2 span {
    font-weight: 200;
    font-size: 45px;
    text-transform: uppercase;
    color: #2b3346;
    display: block;
}

#intro .solution p {
    font-weight: 200;
    font-size: 47px;
    /* line-height: 40px; */
    margin-bottom: 50px;
    color: #49505B;
}

#intro .solution p strong {
    color: #02CEFF;
    font-weight: 400;
}

#intro .solution .actions a:hover {
    background-color: #ff9c00;
}

#intro .pageWidth {
    display: flex;
    /* 	justify-content: flex; */
    /* margin:  unset; */
    align-items: center;
    padding: 100px 0;
}

#intro.confirmation .pageWidth {
    justify-content: center;
}

#intro #contactIntro {
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px;
    /*     background-color: #00000088; */
}

#intro #contactIntro p {
    color: #273347;
    font-weight: 200;
    font-size: 26px;
    margin: 0 0 4px 0;
}

#intro #contactIntro form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 31px;
    /* margin-top: 4px; */
}

#intro #contactIntro form input[type="text"] {
    margin-bottom: 2px;
    margin-top: 19px;
    padding: 8px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FD9A00;
    border-bottom: 1px solid #B9BCC0;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    background-color: transparent !important;
    color: #FFF;
    color: #FFB900;
    font-weight: 300;
    color: #49505B;
}

#intro #contactIntro form input[type="text"]:-webkit-autofill {
    background-color: red !important;
}

#intro #contactIntro form input[type="text"]:focus {
    border-bottom: 1px solid #49505B;
}

#intro #contactIntro form .selector {
    display: flex;
    width: 100%;
    padding-top: 16px;
    flex-wrap: wrap;
    flex-direction: column;
}

#intro #contactIntro form .selector p {
    width: 120px;
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
    padding-top: 5px;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
    margin: 0;
}

#intro #contactIntro form .selector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    border: 1px solid #E1E2E4;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 5px 30px 5px 10px;
    width: 100%;
    background: #FFFFFF url(img/arrow_dropdown.svg) no-repeat 0 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg baseProfile='tiny' version='1.2' viewBox='0 0 54.854 54.854' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m27.427 36.506c-0.55 0-1.1-0.181-1.555-0.542l-16.566-13.158c-1.082-0.858-1.262-2.431-0.403-3.512 0.858-1.081 2.433-1.262 3.512-0.403l15.012 11.922 15.011-11.922c1.081-0.859 2.652-0.678 3.513 0.403 0.858 1.081 0.678 2.654-0.403 3.512l-16.565 13.158c-0.455 0.361-1.006 0.542-1.556 0.542z' fill='%23231F20'/%3E%3Crect width='54.854' height='54.854' fill='none'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 6px;
    background-size: 20px;
    position: relative;
    margin-bottom: 5px;
    width: calc(100% - 120px);
    /* flex: 1; */
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFB900;
    color: #FFF;
}

::-moz-placeholder {
    color: #FFB900;
    color: #FFF;
}

:-ms-input-placeholder {
    color: #FFB900;
    color: #FFF;
}

:-moz-placeholder {
    color: #FFB900;
    color: #FFF;
}

#intro #contactIntro form label {
    color: #FC636B;
    font-size: 14px;
    padding-top: 2px;
    /* padding-left: 9px; */
    text-shadow: 0 0 20px rgba(0,0,0,0.2);
}

#intro #contactIntro form input[type="submit"] {
    margin-top: 31px;
    padding: 10px 32px 10px 32px;
    background: #FFB900;
    border: 1px solid #FFFFFF;
    display: inline-block;
    color: #FFFFFF;
    /* height: 33px; */
    box-sizing: border-box;
    font-size: 18px;
    /* content: "asadasd"; */
}

#intro #contactIntro form input[type="submit"]:hover {
    background: #ff9c00;
}

@media screen and (max-width: 1100px) {
    #intro .pageWidth {
        padding: 50px 10px;
    }

    #intro .solution h2 {
        display: flex;
        flex-direction: column;
    }

    #intro .solution h2 strong {
        margin-bottom: 0;
        line-height: 91px;
    }
}

@media screen and (max-width: 1010px) {
    #intro {
        margin-top: 84px;
    }

    #intro .solution {
        /* padding: 30px 10px 30px 60px; */
    }

    #intro .solution p {
        margin-bottom: 0;
        font-size: 20;
        /* line-height: 28px; */
    }
}

@media screen and (max-width: 820px) {
    #intro {
        margin-top: 0px;
        display: block;
        min-height: auto;
        background-position: 0 0;
    }

    #intro .pageWidth {
        flex-direction: column;
    }

    #intro .solution {
        width: 100%;
        margin-bottom: 50px;
    }

    #intro #contactIntro {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 650px) {
    #intro {
        display: block;
    }

    #intro .solution p {
        font-size: 40px;
    }

    #intro .solution h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    #intro .solution h2 span {
        font-size: 30px;
    }

    #intro .solution h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 400px) {
    #intro .solution h2 {
        font-size: 42px;
    }

    #intro .solution h2 span {
        font-size: 25px;
    }
}

/* CONOCER =============================================================== */
#know {
    background-color: #f8f8f9;
    padding: 178px 0 225px 0;
    position: relative;
    /* margin-top: 242px; */
}

#know .texture {
    height: 225px;
    background: url("../../resources/texture_go_bottom_center.svg") no-repeat center bottom;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

#know p {
    margin: 0 auto 100px auto;
    color: #49505B;
    font-weight: 200;
    font-size: 46px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    #know .pageWidth {
        padding: 0 20px;
    }
}

@media screen and (max-width: 860px) {
    #know .pageWidth {
        padding: 0 20px;
    }

    #know {
        padding: 160px 0 195px 0;
    }

    #know p {
        font-size: 40px;
    }
}

@media screen and (max-width: 600px) {
    #know {
        padding: 120px 0 155px 0;
    }

    #know p {
        font-size: 36px;
    }
}

@media screen and (max-width: 450px) {
    #know {
        padding: 100px 0 120px 0;
    }

    #know p {
        font-size: 32px;
    }
}



#welcome {
    padding-bottom: 100px;
}

#welcome .texture {
    height: 225px;
    background: url("../../resources/texture_go_top_center.svg") no-repeat center 0;
    width: 100%;
    z-index: 0;
    margin-bottom: 70px;
}

#welcome h2 {
    font-weight: 300;
    font-size: 50px;
    margin: 0 0 20px 0;
    color: #fc636b;
}

#welcome ul li a {
    font-weight: 300;
    font-size: 30px;
    color: #49505B;
    display: inline-block;
    padding-left: 30px;
    margin: 5px 0 10px 0;
    background: url("expand.svg") no-repeat 0 6px;
    background-size: 25px auto;
    cursor: pointer;
}

#welcome ul li.expanded a {
    background: url("collapse.svg") no-repeat 0 6px;
    background-size: 25px auto;
}

#welcome ul li a:hover {
    color: #35c597;
}

#welcome ul li .videoWrapper {
    height: 0;
    overflow: hidden;
    padding-left: 30px;
    transition: all .2s;
}

#welcome ul li.expanded .videoWrapper {
    height: 350px;
    overflow: hidden;
}

#welcome ul li .videoWrapper iframe {
    border: 4px solid #00ceff;
    ; }

#verticals {
    background-color: #f8f8f9;
    padding: 100px 0;
}








#erp {
    padding: 100px 0;
    background-color: #f8f8f9;
}

#erp h2 {
    font-weight: 300;
    font-size: 50px;
    margin: 0 0 20px 0;
    color: #fc636b;
}

#erp ul li a {
    font-weight: 300;
    font-size: 30px;
    color: #49505B;
    display: inline-block;
    padding-left: 30px;
    margin: 5px 0 10px 0;
    background: url("expand.svg") no-repeat 0 6px;
    background-size: 25px auto;
    cursor: pointer;
}

#erp ul li.expanded a {
    background: url("collapse.svg") no-repeat 0 center;
    background-size: 25px auto;
}

#erp ul li a:hover {
    color: #35c597;
}

#erp ul li .videoWrapper {
    height: 0;
    overflow: hidden;
    padding-left: 30px;
    transition: all .2s;
}

#erp ul li.expanded .videoWrapper {
    height: 350px;
    overflow: hidden;
}

#erp ul li .videoWrapper iframe {
    border: 4px solid #00ceff;
    ; }

#verticals {
    background-color: #f8f8f9;
    padding: 100px 0;
}






#verticals h2 {
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 1.25em;
    color: #fc636b;
}

#verticals ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#verticals ul li {
    width: calc(50% - 10px);
    margin-bottom: 80px;
    display: flex;
}

#verticals ul li i {
    font-size: 80px;
    display: flex;
    color: #FFF;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: red;
}

#verticals ul li.agro i {
    background-color: #FFD200;
}

#verticals ul li.servicios i {
    background-color: #FC636B;
}

#verticals ul li.constructoras i {
    background-color: #FD9A00;
}

#verticals ul li.manufacturas i {
    background-color: #02CEFF;
}

#verticals ul li.salud i {
    background-color: #3ec497;
}

#verticals ul li.contadores i {
    background-color: #A177FF;
}

#verticals ul li p {
    font-size: 33px;
    font-weight: 200;
    margin-bottom: .35em;
}

#verticals ul li a {
    color: #fc636b;
    font-size: 25px;
    font-weight: 300;
    padding-left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.8 48.8'%3E%3Cpath d='M11 48.8l-4.9-7L31 24.4 6.1 7 11 0l29.9 20.9c1.1.8 1.8 2.1 1.8 3.5s-.7 2.7-1.8 3.5L11 48.8z' fill='%23FC636B'/%3E%3Cpath fill='none' d='M0 0h48.8v48.8H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 16% auto;
}

#verticals ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 850px) {
    #verticals h2 {
        font-size: 45px;
    }

    #verticals ul li i {
        font-size: 50px;
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }

    #verticals ul li p {
        font-size: 30px;
    }

    #verticals ul li a {
        font-size: 21px;
        padding-left: 20px;
    }
    #welcome ul li a {
        font-size: 25px;
    }
    #welcome ul li a {
        padding-left: 26px;
        background: url("expand.svg") no-repeat 0 7px;
        background-size: 18px auto;
        cursor: pointer;
    }

    #welcome ul li.expanded a {
        background: url("collapse.svg") no-repeat 0 7px;
        background-size: 18px auto;
    }

    
    #erp ul li a {
        font-size: 25px;
    }
    #erp ul li a {
        padding-left: 26px;
        background: url("expand.svg") no-repeat 0 7px;
        background-size: 18px auto;
        cursor: pointer;
    }

    #erp ul li.expanded a {
        background: url("collapse.svg") no-repeat 0 7px;
        background-size: 18px auto;
    }
}

@media screen and (max-width: 700px) {
    #verticals h2 {
        font-size: 42px;
    }

    #verticals ul li i {
        font-size: 47px;
        width: 70px;
        height: 70px;
        margin-right: 8px;
    }

    #verticals ul li p {
        font-size: 28px;
    }

    #verticals ul li a {
        font-size: 21px;
        padding-left: 18px;
    }
}

@media screen and (max-width: 650px) {
    #verticals h2 {
        font-size: 38px;
    }

    #verticals ul {
        flex-direction: column;
    }

    #verticals ul li {
        width: initial;
        margin-bottom: 50px;
    }

    #verticals ul li p br {
        display: none;
    }

    #verticals ul li p {
        margin-bottom: .1em
    }
}

@media screen and (max-width: 500px) {
    #verticals ul {
        margin: 0 auto;
    }

    #verticals ul li p br {
        display: block;
    }

    #verticals ul li p {
        margin-bottom: .2em
    }
}

@media screen and (max-width: 640px) {
    iframe {
        width: 500px;
        height: 281px;
    }
    #welcome ul li.expanded .videoWrapper {
        height: 330px;
    }

    #erp ul li.expanded .videoWrapper {
        height: 330px;
    }

}

@media screen and (max-width: 580px) {
    iframe {
        width: 400px;
        height: 225px;
    }

    #welcome ul li.expanded .videoWrapper {
        height: 280px;
    }

    #erp ul li.expanded .videoWrapper {
        height: 280px;
    }
}

@media screen and (max-width: 580px) {
    iframe {
        width: 350px;
        height: 197px;
    }

    #welcome ul li.expanded .videoWrapper {
        height: 240px;
    }

    #erp ul li.expanded .videoWrapper {
        height: 240px;
    }
}

@media screen and (max-width: 420px) {
    iframe {
        width: 280px;
        height: 158px;
    }
    
    #welcome ul li.expanded .videoWrapper {
        height: 220px;
    }

    #erp ul li.expanded .videoWrapper {
        height: 220px;
    }
}

#webinars {
    padding: 100px 0;
}

#webinars h3 {
    font-weight: 300;
    font-size: 50px;
    margin: 0 0 20px 0;
    color: #fc636b;
    max-width: 650px;
}

#webinars ul {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}

#webinars ul li {
    /* width: calc(50% - 10px); */
    margin-bottom: 10px;
    display: flex;
}

#webinars ul li a {
    font-weight: 300;
    font-size: 26px;
    color: #49505B;
    display: inline-block;
/*     padding-left: 26px; */
    margin: 5px 0 10px 0;
/*     background: url("expand.svg") no-repeat 0 5px; */
/*     background-size: 20px auto; */
    cursor: pointer;
}

#webinars ul li a i{
    color: #35c597;
}

#webinars ul li a:hover {
    color: #35c597;
}

@media screen and (max-width: 800px) {
    #webinars h3 {
        font-size: 45px;
    }

    #webinars ul {
        flex-direction: column;
    }

    #webinars ul li {
        width: initial;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    #webinars h3 {
        font-size: 42px;
    }

    #webinars ul li {
        margin-bottom: 5px;
    }

    #webinars ul li a {
        font-size: 24px;
        background-size: 18px auto;
    }
}

#chats {
    /* background-color: #f8f8f9; */
    padding: 100px 0;
    position: relative;
}

#chats .pageWidth {
    display: flex;
}

#chats .pageWidth > div {
    width: 50%;
}

#chats h3 {
    font-weight: 300;
    font-size: 50px;
    margin: 0 0 20px 0;
    color: #fc636b;
    max-width: 650px;
}

#chats ul li {
    margin-bottom: 10px;
}

#chats ul li a {
    font-weight: 300;
    font-size: 26px;
    color: #49505B;
    display: inline-block;
    /* padding-left: 26px; */
    margin: 5px 0 10px 0;
    /* background: url("expand.svg") no-repeat 0 6px; */
    /* background-size: 20px auto; */
    cursor: pointer;
}

#chats ul li a i{
    color: #35c597;
}
#chats ul li a:hover {
    color: #35c597;
}

#chats .texture {
    width: 50%;
    background: url(logo_go_4000_clientes.png) no-repeat 0 center;
    background-size: auto 100%;
    position: absolute;
    top: 40px;
    bottom: 40px;
    right: 0;
}

@media screen and (max-width: 1150px) {
    #chats .texture {
        width: 58%;
    }
}

@media screen and (max-width: 1000px) {
    #chats {
        padding-bottom: 0;
    }

    #chats .texture {
        background: url(logo_go_4000_clientes.png) no-repeat 0 0;
        background-size: cover;
        position: relative;
        height: 400px;
        width: 100%;
        margin-bottom: 40px;
    }

    #chats .pageWidth > div {
        width: 100%;
    }

    #chats h3 {
        max-width: 100%;
    }
}

@media screen and (max-width: 820px) {
    #chats .texture {
        background-size: auto 130%;
        background-position-x: 10%;
    }
}


@media screen and (max-width: 400px) {
    #chats .texture {
        background-position-x: 15%;
    }
}
