a:active, a:focus, a:visited{
  color: #01CEBE !important;
}
a:hover{
  color: #64E0D5 !important;
}
li {
  line-height: 140% !important;
}
.simple_footer_table {
  border-top: 1px solid #fafafa;
  padding-top: 10px;
}
.casoLink a, .casoLink a:active, .casoLink a:focus, .casoLink a:visited, .casoLink a:hover{
  color:#2c2c2c !important;
  text-decoration:underline !important;
}
/*input:focus, textarea:focus, select:focus{
border-color: #01cebe !important;
-webkit-box-shadow: 0 0 6px #64E0D5 !important;
-moz-box-shadow: 0 0 6px #64E0D5 !important;
box-shadow: 0 0 6px #64E0D5 !important;
}*/
input:focus:invalid:focus, input:focus:invalid, 
textarea:focus, textarea:focus:invalid:focus, textarea:focus:invalid, 
select:focus, select:focus:invalid:focus, select:focus:invalid,
input[type="tel"]:focus,
#hs_cos_wrapper_widget_1637694934531 input:focus:invalid:focus, #hs_cos_wrapper_widget_1637694934531 input:focus:invalid, 
#hs_cos_wrapper_widget_1637694934531 textarea:focus, #hs_cos_wrapper_widget_1637694934531 textarea:focus:invalid:focus, #hs_cos_wrapper_widget_1637694934531 textarea:focus:invalid, 
#hs_cos_wrapper_widget_1637694934531 select:focus, #hs_cos_wrapper_widget_1637694934531 select:focus:invalid:focus, #hs_cos_wrapper_widget_1637694934531 select:focus:invalid,
#hs_cos_wrapper_widget_1637694934531 input[type="tel"]:focus
{
  border-color: #38CEBD !important;
  -webkit-box-shadow: 0 0 6px #64E0D5 !important;
  -moz-box-shadow: 0 0 6px #64E0D5 !important;
  box-shadow: 0 0 6px #64E0D5 !important;
}

/*input:focus:invalid:focus, 
textarea:focus:invalid:focus, 
select:focus:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}*/
.simple_footer_table a,
.simple_footer_table a:active,
.simple_footer_table a:focus,
.simple_footer_table a:visited
{
  color: #fff !important;
}
.wrapperCases{
  padding: 10px;
}
.anchor_empty_menu a{
  color: #fff !important;
}
.hs-form .hs-input,
.hs-form textarea.hs-input {
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
}
input.hs-button.primary.large {
  border-radius: 30px !important;
}
.black {
  color: #000 !important;
}

label.hs-error-msg {
  text-align: center !important;
}

#hs_cos_wrapper_widget_1637694934531 .hs-richtext p {
  text-align: center !important;
  max-width: 500px;
  margin: 10px auto;
  font-size: 13px;
}

.sectionTitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.055rem;
  margin: 0 0 1.25rem 0;
  text-transform: uppercase;
  color: #808080;
  text-align: center;
}

h2.drop_header {
  font-size: 30px;
  text-align: center;
  color: #38CEBD !important;
  font-weight: 700;
}

/* section modelo */
.section-modelo__solid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*    width: 100%;*/
  height: 115px;
  border: 2px solid #2e2e2e;
  border-radius: 8px;
  padding: 0 100px;
  position: relative;
}

.section-modelo__solid .arrow-left, .section-modelo__solid .arrow-right {
  width: auto;
  position: absolute;

}
.section-modelo__solid .arrow-left {
  left: 36px;
  top: -13px;
}
.section-modelo__solid .arrow-right {
  right: 36px;
  bottom: -13px;
}
.section-modelo__solid .section-modelo__box {
  text-align: center;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
  color: #00cebe;
  font-size: 1rem;
  font-weight: 800;
  border-right: 2px solid #2e2e2e;
  padding: 5px 0;
}
.section-modelo__solid .section-modelo__arrow.left {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.section-modelo__solid .section-modelo__arrow.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section-modelo__solid .section-modelo__arrow {
  border: solid #2e2e2e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding:0  8px;
}

.section-modelo__solid .section-modelo__box:last-child {
  border-right: 0;
}

hr:not([size]) {
  height: 1px;
}

.section-modelo__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%;*/
  height: 115px;
  border-radius: 8px;
  padding: 0 100px;
  position: relative;
  background-color: rgba(229,229,229,0.4);
  margin-top: 52px;
}
.section-modelo__list .section-modelo__line {
  text-align: center;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
  color: #2e2e2e;
  font-size: 1rem;
  font-weight: 400;
}


#alianzamulesoft .col-centered {
  display: inline-flex;
  float: none;
  text-align: left;
  margin-right: -4px;
  text-align: left;
  margin: 3 5;
}
#alianzamulesoft .styletab2 {
  color: #000 !important;
}

#alianzamulesoft .activus {
  display: block !important;
  color: white;
  background-color: #fff;
  border: none;
}

.body_dnd_area-row-5-padding{
  padding-bottom:0 !important;
}
.backUno, .backDos {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 35rem;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #fff;
  line-height: 24px;
  text-align: left !important;
  flex-direction: column;
}
.backUno {
  background-image: url(https://www.softtek.com/hubfs/images/landing-pages/EU-Mulesoft/img/bg-alianza-mobile-1.jpg);
}
.backDos {
  background-image: url(https://www.softtek.com/hubfs/images/landing-pages/EU-Mulesoft/img/bg-alianza-mobile-2.jpg);
}
.alianzaWrapper{
  padding:30px 10px;
  width:90%;
}
@media (min-width: 576px){
  .d-sm-none {
    display: none!important;
  }
}

@media (max-width: 576px){
  .section-modelo__solid {
    display: block;
    height: auto;
    padding: 20px;
    width: 60%;
    max-width: 187px;
    margin: 0 auto;
  }
  .section-modelo__solid hr {
    background-color: #2e2e2e;
    height: 2px;
    width: 37px;
    opacity: 1;
    margin: 20px auto;
  }
  .section-modelo__solid .section-modelo__box {
    width: 100%;
    border-right: 0;
    font-size: 0.875rem;
  }
  .section-modelo__list {
    display: block;
    height: auto;
    padding: 20px;
    width: 60%;
    max-width: 185px;
    margin: 48px auto 0;
  }
  .section-modelo__list .section-modelo__line {
    width: 100%;
    margin: 15px 0;
  }
}
@media (max-width: 992px){
  .section-modelo__solid {
    padding: 0 20px;
  }
  .section-modelo__solid .section-modelo__box {
    font-size: 0.75rem;
  }
  .section-modelo__list {
    padding: 0 20px;
  }
  .section-modelo__list .section-modelo__line {
    font-size: 0.875rem;
  }
}


/* todo para tu negocio */
#hs_cos_wrapper_widget_1644423563859, #hs_cos_wrapper_widget_1644423573471, #hs_cos_wrapper_widget_1644423580206 {
  padding: 40px 10px;
  height: auto;
}




.row-number-17 img.hs-image-widget {
  width: 100%;
  /* margin: 0 0 40px; */
  max-width: 385px !important;
}

.ventajas-wrapper {
  width: 100%;
  height: auto;
  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: space-around;
  margin: 0 0 1.25rem 0;
  flex-direction: column;
}

.ventajas-box {
  margin-bottom: 40px;
}

.ventajas__items {
  text-align: center;
  height: 85px;
}

.ventajas__items img {
  max-width: 220px;
  margin: 10px;
}

.ventajas__text {
  color: #bcbcbc;
  max-width: 17.5rem;
  margin: 0;
  text-align: center;
}

.texto_titulo {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.25;
  color: #2e2e2e;
  margin: 0 0 2.25rem 0;
}

ul.texto_general,
ul.texto_general>li {
  text-align: left;
  margin-left: 10px;
  color: #2e2e2e !important;
  font-size: 18px;
  line-height: 110%;
}
.texto_general li {
  line-height: 140% !important;
}
p.texto_general {
  color: #2e2e2e;
  text-align: left;
  font-size: 20px !important;
}

p.textu_generas {
  color: #2e2e2e;
  text-align: center;
  font-size: 20px !important;
}

#intro {
  padding-top: 200px;
  padding-bottom: 63px;
}

.headerSpacer {
  height: 20px;
}

.aux_title,
.aux_subtitle {
  line-height: 22px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .5px;
}

span {
  font-family: 'Raleway', Arial, sans-serif !important;
}

.featuring_text_solution .aux_title {
  color: #01CEBE;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
}

.main_content h1 {
  font-size: 34px !important;
  line-height: 40px !important;
  color: #fff;
  letter-spacing: .5px !important;
  font-weight: 600;
  margin-bottom: 20px;
}

.linea_intro {
  width: 100%;
}

.linea_intro hr {
  max-width: 124px;
  border: solid 1px #fff;
  margin: 15px 0;
  margin-bottom: 10px;
}

#approach .text-container {
  height: 50px;
}

.landscape {
  padding: 0 !important;
  padding-bottom: 3% !important;
}

.socialIcon {
  max-width: 25px;
  height: 25px;
  text-align: left;
  margin-right: 20px;
}

.socialIconWrapper {
  width: 100%;
  height: auto;
  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;
  margin: 10px 0;
  flex-direction: row;
  vertical-align: top;

}

.cell_1637703746806-vertical-alignment,
.cell_1637704436446-vertical-alignment,
.cell_1637704447179-vertical-alignment,
.cell_1637704456836-vertical-alignment {
  height: 152px;
}

#hs_form_target_widget_1637710409969 .hs-form .hs-input,
#hs_form_target_widget_1637710409969 .hs-form textarea.hs-input {
  max-width: 350px !important;
  width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
}

.legal-consent-container p {
  font-size: 13px;
}

.hs_submit .actions input.hs-button,
.hs_submit .actions input.hs-button:focus,
.hs_submit .actions input.hs-button:active:hover {
  width: 310px !important;
  box-sizing: border-box !important;
  border-radius: 30px !important;
  height: 48px !important;
  font-size: 20px !important;
  line-height: 22px !important;
  background-color: #01CEBE;
  background-image: -webkit-linear-gradient(top, #01CEBE, #01CEBE);
  background-image: -moz-linear-gradient(top, #01CEBE, #01CEBE);
  background-image: -ms-linear-gradient(top, #01CEBE, #01CEBE);
  box-shadow: inset 0px 1px #01CEBE;
  -webkit-box-shadow: inset 0px 1px #01CEBE;
  -moz-box-shadow: inset 0px 1px #01CEBE;
  border: medium none !important;
  outline: 0px !important;
  text-shadow: none !important;
  color: #fff;
}

#hs_form_target_widget_1637710409969 .hs_submit .actions input.hs-button, 
#hs_form_target_widget_1637710409969 .hs_submit .actions input.hs-button:focus,
.hs_submit .actions input.hs-button,
.hs_submit .actions input.hs-button:focus{
  width: 310px !important;
  box-sizing: border-box !important;
  border-radius: 30px !important;
  height: 48px !important;
  font-size: 20px !important;
  line-height: 22px !important;
  background-color: #01CEBE;
  background-image: -webkit-linear-gradient(top,#01CEBE,#01CEBE);
  background-image: -moz-linear-gradient(top,#01CEBE,#01CEBE);
  background-image: -ms-linear-gradient(top,#01CEBE,#01CEBE);
  box-shadow: inset 0px 1px #01CEBE;
  -webkit-box-shadow: inset 0px 1px #01CEBE;
  -moz-box-shadow: inset 0px 1px #01CEBE;
  border: medium none !important;
  outline: 0px !important;
  text-shadow: none !important;
  color: #fff;
}
#hs_form_target_widget_1637710409969 .hs_submit .actions input.hs-button:active:hover,
#hs_form_target_widget_1637710409969 .hs_submit .actions input.hs-button:hover,
.hs_submit .actions input.hs-button:active:hover,
.hs_submit .actions input.hs-button:hover,
#hs_cos_wrapper_widget_1637694934531 input[type="submit"]:hover
{
  background-color: #64E0D5;
  background-image: -webkit-linear-gradient(top,#64E0D5,#64E0D5);
  background-image: -moz-linear-gradient(top,#64E0D5,#64E0D5);
  background-image: -ms-linear-gradient(top,#64E0D5,#64E0D5);
  box-shadow: inset 0px 1px #64E0D5;
  -webkit-box-shadow: inset 0px 1px #64E0D5;
  -moz-box-shadow: inset 0px 1px #64E0D5;
}


#hs_form_target_widget_1637710409969 .hs_submit.hs-submit {
  margin: 0 auto;
  text-align: center;
}

#hs_cos_wrapper_widget_1637694934531 input[type="submit"] {
  background-color: #01CEBE !important;
  border-color: #01CEBE !important;
  color: #FFFFFF !important;
  font-family: Arial, sans-serif !important;
  background-image: -webkit-linear-gradient(top,#01CEBE,#01CEBE);
  background-image: -moz-linear-gradient(top,#01CEBE,#01CEBE);
  background-image: -ms-linear-gradient(top,#01CEBE,#01CEBE);
  box-shadow: inset 0px 1px #01CEBE;
  -webkit-box-shadow: inset 0px 1px #01CEBE;
  -moz-box-shadow: inset 0px 1px #01CEBE;
  border: medium none !important;
  border-radius:30px !important;
}

#hs_cos_wrapper_widget_1637710409969_ {
  background-color: #fff !important;
  display: block;
  width: 300px !important;
  padding: 25px;
  border-radius: 15px;
  margin: 50px auto;
}

#hs_form_target_widget_1637710409969 {
  width: 300px !important;
  margin: 0 auto;
}

#hs_cos_wrapper_widget_1637711498506 {
  margin: 7%;
}

h3#hs_cos_wrapper_widget_1637710409969_title {
  text-align: center;
  margin: 0 0 10px 0;
}

#hs_form_target_widget_1637710409969 .hs-form {
  margin-bottom: 5px;
}

#hs_form_target_widget_1637710409969 .hs-error-msgs,  
#hs_cos_wrapper_widget_1637694934531 .hs-error-msgs{
  margin-left: 0 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.span3.widget-span.widget-type-cell.cell_1637704436446-vertical-alignment.dnd-column,
.span3.widget-span.widget-type-cell.cell_1637704456836-vertical-alignment.dnd-column,
.span3.widget-span.widget-type-cell.cell_1637704447179-vertical-alignment.dnd-column {
  padding: 0 40px;
}

.span6.widget-span.widget-type-cell.cell_16376846271512-vertical-alignment.dnd-column {
  padding-top: 20px;
}

#hs_form_target_widget_1637710409969 .hs-form.stacked .field {
  margin-bottom: 5px;
}

.span6.widget-span.widget-type-cell.cell_16377114782884-vertical-alignment.dnd-column {
  padding: 6% 0 0 0;
}

.row-fluid-wrapper.row-depth-1.row-number-63.dnd-section {
  display: none;
}

.servicios__img,
.servicios__description {
  padding: 10px;
}

.tabs {
  padding-top: 0 !important;
}

.tugule_content {
  padding: 0;
}

.servicios__img img {
  width: 100%;
  max-width: 245px !important;
}

.anypointWrapper { 
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
}

.anyPointBorder {
  border: solid 2px #2c2c2c;
  width: 0px;
  height: 100px;
}

#approach .styletab2 {
  color: #000 !important;
}

#approach .styletab2.activus {
  border: 0 !important;
}
span#hs_cos_wrapper_widget_1637691111724_ img {
  max-width: 175px !important;
}
#hs_cos_wrapper_widget_1637691111724_ div {
  height: 186px;
}
p.beneficiosTitle {
  font-weight: 700;
  margin: 6px 0;
}
p.beneficiosDesc {
  margin: 0;
}

.softtekNextGen {
  width: 100%;
  height: auto;
  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: space-around;
  margin: 0;
  flex-direction: column-reverse;
  align-items: center;
}
.leftContentSNG{
  margin: 5vw 10vw;
  text-align:center;
}
.leftWrapperSNG {
  text-align: left;
  width: 100%;
  background-color: #e0f5f3;
}
.rightWrapperSNG {
  width: 100%;
  background-image: url(https://www2.softtek.com/hubfs/images/landing-pages/EU-Energia/bg-conocenos.jpeg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 400px;
}
.softtekNextGen .SNG_titulo{
  text-align:center;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  color: #2e2e2e;
}
.softtekNextGen .SNG_general{
  font-size: 14px !important;
  line-height: 1.25;
  color: #2e2e2e;
}

.SNGButtonWrapper .btn {
  margin: 2.875rem 0 0 0 !important;
}

.btn {
  position: relative !important;
  outline: 0 !important;
  color: #fff !important;
  border-radius: 1.75rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 1.375rem 2.25rem !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: pre-wrap !important;
}

.btn-primary {
  background: #38CEBD !important;
  color: #fff !important;
}
.btn-outline--secondary,
.SNGButtonWrapper .btn-outline--secondary{
  color: #2e2e2e !important;
  border: 0.125rem solid #2e2e2e !important;
}

.btn-outline--secondary.active, 
.btn-outline--secondary.active:focus, 
.btn-outline--secondary:active:focus, 
.btn-outline--secondary:focus, 
.btn-outline--secondary:hover, 
.btn-outline--secondary:not(:disabled):not(.disabled):active,
.SNGButtonWrapper .btn-outline--secondary.active, 
.SNGButtonWrapper .btn-outline--secondary.active:focus, 
.SNGButtonWrapper .btn-outline--secondary:active:focus, 
.SNGButtonWrapper .btn-outline--secondary:focus, 
.SNGButtonWrapper .btn-outline--secondary:hover, 
.SNGButtonWrapper .btn-outline--secondary:not(:disabled):not(.disabled):active
{
  color: #fff !important;
  background: #2e2e2e !important;
  border: 0.125rem solid #2e2e2e !important;
}

.btn-outline {
  background: transparent !important;
  padding: 1.375rem 2.25rem !important;
}

.row-fluid-wrapper.row-depth-1.row-number-25.body_dnd_area-row-10-background-color.dnd-section.body_dnd_area-row-10-vertical-alignment p {
  font-size: 14px;
}
#hs_cos_wrapper_widget_1637704456631, 
#hs_cos_wrapper_widget_1637704436256, 
#hs_cos_wrapper_widget_1637704446997{
  text-align:center;
}

.row-fluid-wrapper.row-depth-1.row-number-43.dnd-section {
  position: fixed;
  top: 40vh;
  right: 0;
  display:none;
  height: 50px;
  width: 100px;
  /*background-color: #f0c32b;*/
  background-color: #01CEBE;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  cursor: pointer;
  z-index: 10;
}
.hs-form .hs-input, .hs-form textarea.hs-input {
  width: 100% !important;
}
.row-fluid-wrapper.row-depth-1.row-number-38.dnd-section {
  display: none;
}
@media (max-width:767px) {
  .drop-contain {
    width: 170px;
  }

  #approach .drop-basement .container.container_solution {
    margin: 0 !important;
  }
}

@media (min-width:768px){
  .row-fluid-wrapper.row-depth-1.row-number-34.dnd-section.body_dnd_area-row-13-background-color.body_dnd_area-row-13-vertical-alignment {
    padding-bottom: 7%;
  }
  .alianzaWrapper {
    padding:30px;
    width: 350px;
  }
  .backUno {
    background-image: url(https://www.softtek.com/hubfs/images/landing-pages/EU-Mulesoft/img/bg-alianza-1.jpg);
  }
  .backDos {
    background-image: url(https://www.softtek.com/hubfs/images/landing-pages/EU-Mulesoft/img/bg-alianza-2.jpg);
  }
  .anypointWrapper {  width: 80%;}
  .socialIconWrapper {
    justify-content: start;
  }
  #hs_cos_wrapper_widget_1637704456631, 
  #hs_cos_wrapper_widget_1637704436256, 
  #hs_cos_wrapper_widget_1637704446997{
    text-align:left;
  }
  #hs_cos_wrapper_widget_1637710409969{
    padding-left:0 !important;
  }
  .rightWrapperSNG {
    width: 50%;
  }
  .leftWrapperSNG {
    width: 50%;
  }
  .softtekNextGen{
    flex-direction: row;
  }
  .leftContentSNG{
    margin: 7% 7% 7% 5vw;
    text-align:left;
  }
  .softtekNextGen .SNG_titulo{
    text-align:left;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .servicios__description {
    padding-left: 0px;
  }
  #hs_cos_wrapper_widget_1644423563859, #hs_cos_wrapper_widget_1644423573471, #hs_cos_wrapper_widget_1644423580206 {
    height: 320px;
  }
}

@media (min-width:980px) {
  .anypointWrapper {  width: 70%;}
  .tabs {
    padding-top: 25px !important;
  }

  .tugule_content {
    padding: 20px 0;
  }

  .servicios__img img {
    max-width: 395px !important;
  }

  .servicios__img,
  .servicios__description {
    padding: 15px 0 0 0;
  }

  .servicios__description {
    padding-left: 30px;
  }


  #hs_cos_wrapper_widget_1637857015484 {
    display: table;
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
  }

  #hs-button_widget_1637857015484 {
    display: table-cell;
    vertical-align: middle;
    color: #FAFAFA !important;
    font-size: 14px;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent !important;
  }

  #hs-button_widget_1637857015484:hover {
    background-color: #01CEBE;
    color: #ffffff !important;
  }


  @media (min-width:992px) {
    .row-fluid-wrapper.row-depth-1.row-number-34.dnd-section.body_dnd_area-row-13-background-color.body_dnd_area-row-13-vertical-alignment {
      padding-bottom: 0%;
    }
    #hs_cos_wrapper_widget_1644423563859, #hs_cos_wrapper_widget_1644423573471, #hs_cos_wrapper_widget_1644423580206 {
      height: 290px;
    }

    .span6.widget-span.widget-type-cell.cell_16376846271512-vertical-alignment.dnd-column {
      padding-top: initial;
    }

    .span3.widget-span.widget-type-cell.cell_1637704436446-vertical-alignment.dnd-column,
    .span3.widget-span.widget-type-cell.cell_1637704456836-vertical-alignment.dnd-column,
    .span3.widget-span.widget-type-cell.cell_1637704447179-vertical-alignment.dnd-column {
      padding: 0;
    }

    #hs_cos_wrapper_widget_1637710409969_ {
      width: 350px !important;
    }

    #hs_form_target_widget_1637710409969 {
      width: 350px !important;

    }

    .servicios__description {
      padding-top: 10px;
    }

    #approach .text-container {
      height: 20px;
    }

    .headerSpacer {
      height: 100px;
    }

    .ventajas-wrapper {
      flex-direction: row;
    }
  }
  @media(min-width:1500px){
    .anypointWrapper {  width: 50%;}
    .leftContentSNG{
      margin: 7% 7% 7% 14vw;
    }
  }