:root {
    --lightgray: #efefef;
    --blue: #4682b4;
    --white: #fff;
    --black: rgba(0,0,0,0.8);
    --bounceeasing: cubic-bezier(0.51,0.92,0.24,1.15);
} 
* {
    padding: 0;
    margin: 0;
}
.bodygeneral {
    background-color: #fff;
    font-family: Poppins,sans-serif;
    color: #323e48;
    font-size: 16px;
}
.presentaci-n {
    height: 89vh;
    background: url('https://marketing-suite.net/sell/images/small-circle.svg') no-repeat -60% -10% /50%, url('https://marketing-suite.net/sell/images/large-circle.svg') no-repeat 174% 130% /50% #71EB00;
}
#bannerLetsChat {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    position: absolute;
    bottom: 21%;
    left: 20%;
}
#bannerLetsChat .leftSide {
    width: 65%;
}
#bannerLetsChat .rightSide {
    width: 40%;
}
#bannerLetsChat .rightSide img {
    transform: scale(1.2);
    margin-left: 100px;
}
#bannerLetsChat .leftSide > img {
    width: 320px;
}
#bannerLetsChat .leftSide ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#bannerLetsChat .leftSide ul li {
    list-style: none;
    display: flex;
    align-items: center;
}
#bannerLetsChat .leftSide ul li img {
    width: 50px;
}
#bannerLetsChat .leftSide ul li p {
    font-size: 1.8em;
    color: #001f29;
    width: 90%;
    text-align: justify;
}
.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tituloprincipal {
    position: relative;
    z-index: 4;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase;
}
.tituloprincipal.marcasqueconfian {
    margin-top: 0;
    margin-bottom: 20px;
    color: #76EB00;
    font-size: 35px;
    text-align: center;
    margin-top: 20px;
}
.formulario {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 50%;
}



.form {
	padding: 30px 40px;	
}

.form-control {
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
}

.form-control label {
	margin-bottom: 5px;
    color: #71eb00;
    font-size: 17px;
    font-weight: 800;
    text-transform: none;
}

.form-control input {
	padding: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    color: #333;
    border: 1px solid #71EB00;
    height: 1%;
}

.form-control input:focus {
	outline: 0;
	border-color: blue;
}

.form-control.success input {
	border-color: #2ecc71;
}

.form-control.error input {
	border-color: #e74c3c;
}

.form-control i {
	visibility: hidden;
	position: absolute;
	top: 40px;
	right: 10px;
}

.form-control.success i.fa-check-circle {
	color: #2ecc71;
	visibility: visible;
}

.form-control.error i.fa-exclamation-circle {
	color: #e74c3c;
	visibility: visible;
}

.form-control small {
	color: #e74c3c;
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form-control.error small {
	visibility: visible;
}




.videos {
    padding: 40px 5%;
}
.tituloprincipal.nuestrotrabajo {
    font-size: 35px;
    text-align: center;
}
#projects.w-layout-grid,#projects.griddeproyectos {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 0%;
    justify-content: space-evenly;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 2%;
}
.proyectoeasygo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 225px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.12);
}
.proyectoeasygo:hover {
    background-size: 110%;
}
.Lets-sell-class,.Lets-chat-class,.Lets-getdata-class,.Lets-Market-class {
    display: block;
    height: auto;
}
.Lets-sell-img,.Lets-chat-img,.Lets-getdata-img,.Lets-Market-img {
    width: 151px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.t-tulodeservicio {
    margin-bottom: 10px;
    color: #323e48;
    line-height: 26px;
    text-align: center;
    margin-top: -3%;
}
.textodeservicios {
    color: #323e48;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.Lets-sell-txt {
    text-align: justify;
    margin: 30px;
    margin-top: 18px;
}
.Lets-sell-txt-spm {
    text-align: right;
    margin-right: 15px;
    margin-top: -20px;
    color: #ff7d0d;
    font-size: 15px;
}
div#w-node-_256aac3f-e36d-e7d1-6fe8-197ed7170be0-2e76332b {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
#w-node-_256aac3f-e36d-e7d1-6fe8-197ed7170be0-2e76332b {
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    width: 31%;
}
.titlte-prod {
    font-size: 25px;
}
input.t-tulodeservicio.Lets-sell-txt-spm {
    text-align: right;
    margin-right: 15px;
    margin-top: -20px;
    color: #ff7d0d;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
}
/* ------- MediaQuerys ------- */
@media (min-width: 1500px){
    .presentaci-n {
        height: 70vh;
        background: url('https://marketing-suite.net/sell/images/small-circle.svg') no-repeat -60% -10% /50%, url('https://marketing-suite.net/sell/images/large-circle.svg') no-repeat 174% 130% /50% #71EB00;
    }
    #bannerLetsChat {
        width: 60%;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        position: absolute;
        bottom: 44%;
        left: 20%;
      }
}
@media (min-height: 920px){
    .presentaci-n {
        height: 70vh;
        background: url('https://marketing-suite.net/sell/images/small-circle.svg') no-repeat -60% -10% /50%, url('https://marketing-suite.net/sell/images/large-circle.svg') no-repeat 174% 130% /50% #71EB00;
    }
    #bannerLetsChat {
        width: 60%;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        position: absolute;
        bottom: 44%;
        left: 20%;
      }
}

@media (max-width: 1380px){
    #bannerLetsChat {
        bottom: 4%;
    }
    .presentaci-n {
        height: 102vh;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.2);
        margin-left: 22px;
        margin-bottom: 54px;
    }   
}
@media (max-width: 1274px){
    #bannerLetsChat {
        bottom: -15%;
    }
    .presentaci-n {
        height: 120vh;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.2);
        margin-left: 22px;
        margin-bottom: 54px;
    }
}
@media (max-width: 1168px){
    #bannerLetsChat {
        bottom: -15%;
    }
    .presentaci-n {
        height: 120vh;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.2);
        margin-left: 22px;
        margin-bottom: 54px;
    }
}
@media (max-width: 1024px) {
    #bannerLetsChat {
        bottom: 1%;
    }
    h1 {
        width: 170%;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.3);
        margin-left: 11px;
        margin-bottom: 40px;
    }
    .presentaci-n {
        height: 101vh;
    }
}
@media (max-width: 956px) {
    #bannerLetsChat {
        bottom: -6%;
    }
    h1 {
        width: 170%;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.0);
        margin-left: 50px;
        margin-bottom: -20px;
    }
    .presentaci-n {
        height: 109vh;
    }
}
@media (max-width: 850px) {
    #bannerLetsChat {
        bottom: -12%;
    }
    h1 {
        width: 170%;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.3);
        margin-left: 24px;
    }
    .presentaci-n {
        height: 120vh;
    }
}
@media (max-width: 744px) {
    .presentaci-n {
        height: 137vh;
        background: url('https://marketing-suite.net/sell/images/small-circle.svg') no-repeat -60% -10% /50%, url('https://marketing-suite.net/sell/images/large-circle.svg') no-repeat 174% 130% /50% #71EB00;
      }
    #bannerLetsChat {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        position: absolute;
        bottom: 0%;
        left: 20%;
    }
    .LetsChatBot {
        max-width: 100%;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.2);
        margin-left: 0px;
    }
    h1 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 35px;
        width: 100%;
    }
    #bannerLetsChat .leftSide {
        width: 150em;
    }
    #bannerLetsChat .rightSide {
        width: 100%;
    }
      #bannerLetsChat .rightSide img {
        transform: scale(2);
        margin-left: -335px;
        padding-top: 245px;
    }
    .tituloprincipal.marcasqueconfian {
        color: #76EB00;
        font-size: 30px;
        margin-top: 20px;
        line-height: 33px;
    }
    .formulario {
        width: 85%;
    }
    .tituloprincipal.nuestrotrabajo {
        font-size: 28px;
        text-align: center;
        line-height: 35px;
    }
    #projects.w-layout-grid, #projects.griddeproyectos {
        display: flex;
        flex-flow: column wrap;
        gap: 10px 0%;
        justify-content: space-evenly;
    }
    #w-node-_256aac3f-e36d-e7d1-6fe8-197ed7170be0-2e76332b {
        width: 100%;
        margin-bottom: 15px;
    }
    #bannerLetsChat .leftSide > img {
        width: 330px;
      }
}
@media (max-width: 638px) {
    .presentaci-n {
        height: 141vh;
        background: url('https://marketing-suite.net/sell/images/small-circle.svg') no-repeat -60% -10% /50%, url('https://marketing-suite.net/sell/images/large-circle.svg') no-repeat 174% 130% /50% #71EB00;
      }
    #bannerLetsChat {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        position: absolute;
        bottom: -40px;
        left: 20%;
    }
    .LetsChatBot {
        max-width: 100%;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.2);
        margin-left: 0px;
    }
    h1 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 35px;
        width: 100%;
    }
    #bannerLetsChat .leftSide {
        width: 150em;
    }
    #bannerLetsChat .rightSide {
        width: 100%;
    }
      #bannerLetsChat .rightSide img {
        transform: scale(2.7);
        margin-left: -297px;
        padding-top: 105px;
    }
    .tituloprincipal.marcasqueconfian {
        color: #76EB00;
        font-size: 30px;
        margin-top: 20px;
        line-height: 33px;
    }
    .formulario {
        width: 85%;
    }
    .tituloprincipal.nuestrotrabajo {
        font-size: 28px;
        text-align: center;
        line-height: 35px;
    }
    #projects.w-layout-grid, #projects.griddeproyectos {
        display: flex;
        flex-flow: column wrap;
        gap: 10px 0%;
        justify-content: space-evenly;
    }
    #w-node-_256aac3f-e36d-e7d1-6fe8-197ed7170be0-2e76332b {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 532px) {
    .presentaci-n {
        height: 139vh;
        background: url('https://marketing-suite.net/sell/images/small-circle.svg') no-repeat -60% -10% /50%, url('https://marketing-suite.net/sell/images/large-circle.svg') no-repeat 174% 130% /50% #71EB00;
      }
    #bannerLetsChat {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        position: absolute;
        bottom: -11%;
        left: 19%;
    }
    .LetsChatBot {
        max-width: 100%;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.2);
        margin-left: 0px;
    }
    h1 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 35px;
        width: 100%;
    }
    #bannerLetsChat .leftSide {
        width: 150em;
    }
    #bannerLetsChat .rightSide {
        width: 100%;
    }
      #bannerLetsChat .rightSide img {
        transform: scale(3);
        margin-left: -240px;
        padding-top: 65px;
    }
    .tituloprincipal.marcasqueconfian {
        color: #76EB00;
        font-size: 30px;
        margin-top: 20px;
        line-height: 33px;
    }
    .formulario {
        width: 85%;
    }
    .tituloprincipal.nuestrotrabajo {
        font-size: 28px;
        text-align: center;
        line-height: 35px;
    }
    #projects.w-layout-grid, #projects.griddeproyectos {
        display: flex;
        flex-flow: column wrap;
        gap: 10px 0%;
        justify-content: space-evenly;
    }
    #w-node-_256aac3f-e36d-e7d1-6fe8-197ed7170be0-2e76332b {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 426px) {
    .presentaci-n {
        height: 138vh;
        background: url('https://marketing-suite.net/sell/images/small-circle.svg') no-repeat -60% -10% /50%, url('https://marketing-suite.net/sell/images/large-circle.svg') no-repeat 174% 130% /50% #71EB00;
      }
    #bannerLetsChat {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        position: absolute;
        bottom: -10%;
        left: 15%;
    }
    .LetsChatBot {
        max-width: 100%;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.2);
        margin-left: 0px;
    }
    h1 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 35px;
        width: 100%;
    }
    #bannerLetsChat .leftSide {
        width: 170em;
    }
    #bannerLetsChat .rightSide {
        width: 100%;
    }
      #bannerLetsChat .rightSide img {
        transform: scale(4.5);
        margin-left: -185px;
        padding-top: 30px;
    }
    .tituloprincipal.marcasqueconfian {
        color: #76EB00;
        font-size: 30px;
        margin-top: 20px;
        line-height: 33px;
    }
    .formulario {
        width: 85%;
    }
    .tituloprincipal.nuestrotrabajo {
        font-size: 28px;
        text-align: center;
        line-height: 35px;
    }
    #projects.w-layout-grid, #projects.griddeproyectos {
        display: flex;
        flex-flow: column wrap;
        gap: 10px 0%;
        justify-content: space-evenly;
    }
    #w-node-_256aac3f-e36d-e7d1-6fe8-197ed7170be0-2e76332b {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 320px) {
    .presentaci-n {
        height: 146vh;
        background: url('https://marketing-suite.net/sell/images/small-circle.svg') no-repeat -60% -10% /50%, url('https://marketing-suite.net/sell/images/large-circle.svg') no-repeat 174% 130% /50% #71EB00;
      }
    #bannerLetsChat {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        position: absolute;
        bottom: -20%;
        left: 10%;
    }
    .LetsChatBot {
        max-width: 100%;
    }
    #bannerLetsChat .rightSide img {
        transform: scale(1.2);
        margin-left: 0px;
    }
    h1 {
        font-size: 28px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 35px;
        width: 100%;
    }
    #bannerLetsChat .leftSide {
        width: 150em;
    }
    #bannerLetsChat .rightSide {
        width: 100%;
    }
      #bannerLetsChat .rightSide img {
        transform: scale(6);
        margin-left: -130px;
        padding-top: 17px;
    }
    .tituloprincipal.marcasqueconfian {
        color: #76EB00;
        font-size: 30px;
        margin-top: 20px;
        line-height: 33px;
    }
    .formulario {
        width: 85%;
    }
    .tituloprincipal.nuestrotrabajo {
        font-size: 28px;
        text-align: center;
        line-height: 35px;
    }
    #projects.w-layout-grid, #projects.griddeproyectos {
        display: flex;
        flex-flow: column wrap;
        gap: 10px 0%;
        justify-content: space-evenly;
    }
    #w-node-_256aac3f-e36d-e7d1-6fe8-197ed7170be0-2e76332b {
        width: 100%;
        margin-bottom: 15px;
    }
}