/*
 Theme Name: 	LNV Theme
 Theme URI: 	https://www.laneveravacia.com/
 Description: 	LNV Child Theme
 Author: 		LNV
 Author URI:  	https://www.laneveravacia.com
 Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
 Template:		caliris-wp
 Text Domain: 	lnv
*/

.header-logo {
  height:50px;
}

.clearfix {
  clear: both;
}  

.section-content-holder {
  /*width: 950px;*/
  margin-top: 0px;
}

.site-wrapper img.service-icon {
  width: 90px;
  height: 90px;
}

.section-wrapper {
  padding: 75px 0;
  position: relative !important;
}

div.service-content {
  opacity: inherit !important;
  transition: opacity .5s ease;
  font-size: 14px;
  color: #a7a7a7;
}

.header-holder {
  box-shadow: 1px 1px 10px #ccc;
}

.social-holder a {
  font-size: 14px;
  color: #333 !important;
}

.link-rrss {
  font-size: 14px;
  color: #333 !important;
}

.link-rrss:hover {
  color: #E81A7F !important;
}

.rrss-ico {
  width: 20px !important;
  vertical-align: middle;
}

.separa-texto {
  line-height: 2.2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
}

.maxwidth {
  position: relative;
  width: 100%;
  left: -240px;
  padding: 70px 240px 70px;
  margin-top: 100px;
}
.title-h3-blanco h3 {
  color:#fff;
  text-align: center;
}
.fondo-gris-oscuro {
  background-color: #293849;
}
.fondo-azul-claro {
  background-color: #4BC4E0;
}
.fondo-blanco {
  background-color: #fff;
}

.icono-servicio {
  padding: 0 0 50px 0;
}
.icono-servicio img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.margin-top-none {
  margin-top: 0;
}
.margin-bottom-none {
  margin-bottom: -125px !important;
}

.asterisco {
  font-size: 16px;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
}

/* ##### APP GRATUITA FULL WIDTH ##### */

.maxwidth-app {
  margin-bottom: 90px;
}

.two-block-flex-app {
  display: flex;
  /*flex-wrap: wrap;*/
  clear: both;
}
.two-block-app {
  position: relative;
  display: flex;
  gap: 60;
}
.two-block-left-app {
  width: 59%;
  float: left;
}
.two-block-left-app img {
  padding: 0 0 0 60px;
  width: 90% !important;
}
.two-block-right-app {
  width: 41%;
  float: right;
}
.two-block-right-app img {
  display: block;
  margin: 0 auto; 
}
.two-block-right-app h3 {
  color: #fff;
}
.two-block-right-app p {
  color: #fff;
}

/* ##### DESARROLLO A MEDIDA FULL WIDTH ##### */

.two-block-flex-medida {
  display: flex;
  /*flex-wrap: wrap;*/
  clear: both;
}
.two-block-medida {
  position: relative;
  display: flex;
  gap: 60;
}
.two-block-left-medida {
  width: 50%;
  float: left;
}
.two-block-right-medida {
  width: 50%;
  float: right; 
}
.two-block-left-medida img {
  padding: 0 0 0 0;
  width: 90% !important;
}
.two-block-right-medida h3 {
  color: #fff;
}
.two-block-right-medida p {
  color: #fff;
}

/* ##### DISEÑO RESPONSIVE FULL WIDTH ##### */

.two-block-flex-resp {
  display: flex;
  /*flex-wrap: wrap;*/
  clear: both;
}
.two-block-resp {
  position: relative;
  display: flex;
  gap: 60;
}
.two-block-left-resp {
  width: 50%;
  float: left;
}
.two-block-right-resp {
  width: 50%;
  float: right; 
}
.two-block-left-resp img {
  padding: 0 0 0 60px;
  width: 90% !important;
}
.two-block-right-resp h3 {
  color: #fff;
}
.two-block-right-resp p {
  color: #fff;
}

/* ##### DIGITALIZATE FULL WIDTH ##### */

.two-block-flex {
  display: flex;
  /*flex-wrap: wrap;*/
  clear: both;
}
.two-block {
  position: relative;
  display: flex;
  gap: 60;
}
.two-block-left {
  width: 50%;
  float: left;
}
.two-block-right {
  width: 50%;
  float: right; 
}
.two-block-left img {
  padding: 90px 0 0 90px;
}
.two-block-right h3 {
  color: #fff;
}
.two-block-right p {
  color: #fff;
}

/* ##### PARTNER MARCA BLANCA FULL WIDTH ##### */

.two-block-flex-mb {
  display: flex;
  /*flex-wrap: wrap;*/
  clear: both;
}
.two-block-mb {
  position: relative;
  display: flex;
  gap: 60;
}
.two-block-mb-left {
  width: 50%;
  float: left;
  padding: 0 100px 0 5px;
}
.two-block-mb-right {
  width: 50%;
  float: right;
}
.two-block-mb-left img {

}
.two-block-mb-right h3 {
  color: #333;
}
.two-block-mb-right p {
  color: #333;
}

/* ##### BOTONES ##### */

.boton-verde {
  background: #3EE8A2;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.boton-verde:hover {
  background: #333; 
}

.boton-azul {
  background: #4BC4E0;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.boton-azul:hover {
  background: #333; 
}

.boton-rosa {
  background: #E81A7F;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.boton-rosa:hover {
  background: #333; 
}

.boton-morado {
  background: #BD42DC;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.boton-morado:hover {
  background: #333; 
}

.boton-amarillo {
  background: #FFF9A1;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.boton-amarillo:hover {
  background: #333; 
}

.boton-gris {
  background: #333;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.boton-gris:hover {
  background: #fff;
  border: 2px solid #333;
  color: #333 !important;
}

/* ##### FORMULARIO SUBVENCIONES ##### */

.form-subv-contacto {
  width: 45%;
  float: left;
  display: block;
  padding: 15px;
}

.form-subv-empresa {
  width: 45%;
  float: right;
  display: block;
  padding: 15px;
}

.form-subv-empresa-legales {
  width: 50%;
  float: left;
  padding: 15px;
}

.form-subv-empresa-send {
  width: 98%;
  padding: 15px;  
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  padding: 5px;
  width: 102%;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-select {
  width: 102%;
  margin: 10px 5px;
  padding: 5px;
}
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 15px;
  width: 10%;
  text-align: center;
  float: left;
  border-radius: 5px;
}


/* ##### WEB ##### */

/* ##### PÁGINA WEB ##### */

.beneficios_website {
  width: 100%
}
.span_bene_website {
  width: 100%;
  position: absolute;
  text-align: center;
}
.ul_bene_website_left {
  width: 41%;
  float: left;
  text-align: left;
  padding-left: 17%;
}
.ul_bene_website_right {
  width: 34%;
  float: right;
  text-align: left;
  padding-right: 5%;
}

.tabla_plan_website {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1_website {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2_website {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3_website {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.tabla_plan_4_website {
  background-color: #4D3853;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-website {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 610px;
}

.bg-1-website {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 367px;
  border-bottom: 1px solid #eee;
}
.bg-2-website {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 367px;
  border-bottom: 1px solid #eee;
}
.bg-3-website {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 380px;
  border-bottom: 1px solid #eee;
}
.bg-4-website {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-5-website {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-6-website {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-7-website {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-8-website {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 350px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-9-website {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 367px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-10-website {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  /*border-bottom: 1px solid #eee;*/
  margin: 45px 0 0 0;
}
.bg-11-website {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  /*border-bottom: 1px solid #eee;*/
  margin: 45px 0 0 0;
}
.bg-12-website {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  /*border-bottom: 1px solid #eee;*/
  margin: 45px 0 0 0;
}

.h3-website {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-website {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}


/* ##### TIENDA ONLINE ##### */

.beneficios_ecommerce {
  width: 100%
}
.span_bene_ecommerce {
  width: 100%;
  position: absolute;
  text-align: center;
}
.ul_bene_ecommerce_left {
  width: 41%;
  float: left;
  text-align: left;
  padding-left: 17%;
}
.ul_bene_ecommerce_right {
  width: 34%;
  float: right;
  text-align: left;
  padding-right: 5%;
}

.tabla_plan_ecommerce {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1_ecommerce {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2_ecommerce {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3_ecommerce {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.tabla_plan_4_ecommerce {
  background-color: #4D3853;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-ecommerce {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 700px;
}

.bg-1-ecommerce {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 367px;
  border-bottom: 1px solid #eee;
}
.bg-2-ecommerce {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 367px;
  border-bottom: 1px solid #eee;
}
.bg-3-ecommerce {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 380px;
  border-bottom: 1px solid #eee;
}
.bg-4-ecommerce {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-5-ecommerce {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-6-ecommerce {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-7-ecommerce {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-8-ecommerce {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 350px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-9-ecommerce {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 367px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-10-ecommerce {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  /*border-bottom: 1px solid #eee;*/
  margin: 45px 0 0 0;
}
.bg-11-ecommerce {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  /*border-bottom: 1px solid #eee;*/
  margin: 45px 0 0 0;
}
.bg-12-ecommerce {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center top;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  /*border-bottom: 1px solid #eee;*/
  margin: 45px 0 0 0;
}

.h3-ecommerce {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-ecommerce {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}



/* ##### SERVICIOS ##### */

/* ##### DIGITALIZACiÓN ##### */

.beneficios_digitalizacion {
  width: 100%
}
.span_bene_digi {
  width: 100%;
  position: absolute;
  text-align: center;
}
.ul_bene_digi_left {
  width: 27%;
  float: left;
  text-align: left;
  padding-left: 5%;
}
.ul_bene_digi_right {
  width: 27%;
  float: right;
  text-align: left;
  padding-right: 5%;
}


.tabla_plan_digi {
  position: relative;
  display: flex;
  gap: 60px;
  justify-content: center;
}
.tabla_plan_1_digi {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 49%;
}
.tabla_plan_2_digi {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 49%;
}

.precio-antiguo {
  display: block;
  text-align: center;
  font-size: 28px;  
}
.precio {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: bold;    
}
.oferta {
  font-size: 14px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #3ee8a2;
  color: #333;
  padding: 5px;
  box-shadow: 2px 2px 5px #555;
}

.bg-digitalizacion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 550px;
}

.bg-1-left-digitalizacion {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 367px;
  border-bottom: 1px solid #eee;
}
.bg-2-right-digitalizacion {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 380px;
  border-bottom: 1px solid #eee;
}
.bg-3-left-digitalizacion {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 367px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-4-right-digitalizacion {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 380px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-5-left-digitalizacion {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 367px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-6-right-digitalizacion {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 380px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-7-left-digitalizacion {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 367px;
  margin: 45px 0 0 0;
}
.bg-8-right-digitalizacion {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 380px;
  margin: 45px 0 0 0;
}

.h3-digitalizacion {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 75px;
}
.p-digitalizacion {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
} 



/* ##### MARKETING 360 ##### */

.beneficios_marketing {
  width: 100%
}
.span_bene_mkt {
  width: 100%;
  position: absolute;
  text-align: center;
}
.ul_bene_mkt_left {
  width: 41%;
  float: left;
  text-align: left;
  padding-left: 17%;
}
.ul_bene_mkt_right {
  width: 34%;
  float: right;
  text-align: left;
  padding-right: 5%;
}

.tabla_plan_mkt {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1_mkt {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2_mkt {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3_mkt {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-marketing {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 600px;
}

.bg-1-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 367px;
  border-bottom: 1px solid #eee;
}
.bg-2-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 400px;
  border-bottom: 1px solid #eee;
}
.bg-3-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 380px;
  border-bottom: 1px solid #eee;
}
.bg-4-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-5-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-6-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-7-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-8-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 350px;
  margin: 45px 0 0 0;
}
.bg-9-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 375px;
  margin: 45px 0 0 0;
}

.h3-marketing {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-marketing {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}


/* ##### POSICIONAMIENTO SEO ##### */

.tabla_plan_seo {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1_seo {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2_seo {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3_seo {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-seo {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 420px;
}

.bg-1-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-2-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-3-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-4-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-5-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-6-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-7-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-8-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 350px;
  margin: 45px 0 0 0;
}
.bg-9-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 375px;
  margin: 45px 0 0 0;
}

.h3-seo {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-seo {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}


/* ##### CAMPAÑAS ADS ##### */

.tabla_plan_sem {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1_sem {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2_sem {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3_sem {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-sem {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 420px;
}

.bg-1-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-2-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-3-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-4-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-5-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-6-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-7-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-8-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 350px;
  margin: 45px 0 0 0;
}
.bg-9-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 375px;
  margin: 45px 0 0 0;
}

.h3-sem {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-sem {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### SOCIAL ADS ##### */

/* ##### FACEBOOK ADS ##### */

.tabla_plan_rrss-facebook-ads {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1-rrss-facebook-ads {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2-rrss-facebook-ads {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3-rrss-facebook-ads {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-rrss-facebook-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 420px;
}

.bg-1-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-2-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-3-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-4-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-5-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  margin: 45px 0 0 0;
}
.bg-6-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  margin: 45px 0 0 0;
}

.h3-rrss-facebook-ads {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-rrss-facebook-ads {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### INSTAGRAM ADS ##### */

.tabla_plan_rrss-instagram-ads {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1-rrss-instagram-ads {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2-rrss-instagram-ads {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3-rrss-instagram-ads {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-rrss-instagram-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 420px;
}

.bg-1-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-2-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-3-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-4-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-5-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  margin: 45px 0 0 0;
}
.bg-6-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  margin: 45px 0 0 0;
}

.h3-rrss-instagram-ads {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-rrss-instagram-ads {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### LINKEDIN ADS ##### */

.tabla_plan_rrss-linkedin-ads {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1-rrss-linkedin-ads {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2-rrss-linkedin-ads {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3-rrss-linkedin-ads {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 420px;
}

.bg-1-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-2-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-3-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-4-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-5-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  margin: 45px 0 0 0;
}
.bg-6-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  margin: 45px 0 0 0;
}

.h3-rrss-linkedin-ads {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-rrss-linkedin-ads {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### YOUTUBE ADS ##### */

.tabla_plan_rrss-youtube-ads {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1-rrss-youtube-ads {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2-rrss-youtube-ads {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3-rrss-youtube-ads {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-rrss-youtube-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 420px;
}

.bg-1-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-2-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-3-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-4-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-5-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  margin: 45px 0 0 0;
}
.bg-6-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  margin: 45px 0 0 0;
}

.h3-rrss-youtube-ads {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-rrss-youtube-ads {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### TIKTOK ADS ##### */

.tabla_plan_rrss-tiktok-ads {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1-rrss-tiktok-ads {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2-rrss-tiktok-ads {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3-rrss-tiktok-ads {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 420px;
}

.bg-1-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-2-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-3-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-4-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-5-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  margin: 45px 0 0 0;
}
.bg-6-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  margin: 45px 0 0 0;
}

.h3-rrss-tiktok-ads {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-rrss-tiktok-ads {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### GOOGLE SHOPPING ADS ##### */

.tabla_plan_rrss-googleshopping-ads {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tabla_plan_1-rrss-googleshopping-ads {
  background-color: #E8127E;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_2-rrss-googleshopping-ads {
  background-color: #4BC4E0;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}
.tabla_plan_3-rrss-googleshopping-ads {
  background-color: #BD42DC;
  box-shadow: 1px 2px 6px #797979;
  padding: 65px;
  color: #fff;
  text-align: center;
  width: 33%;
}

.bg-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 420px;
}

.bg-1-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-2-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-3-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 365px;
  border-bottom: 1px solid #eee;
}
.bg-4-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat 0 0;
  width: 28%;
  padding: 30px;
  text-align: left;
  background-size: 360px;
  margin: 45px 0 0 0;
}
.bg-5-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 28%;
  padding: 30px;
  text-align: center;
  background-size: 365px;
  margin: 45px 0 0 0;
}
.bg-6-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat right 0;
  width: 28%;
  padding: 30px;
  text-align: right;
  background-size: 370px;
  margin: 45px 0 0 0;
}

.h3-rrss-googleshopping-ads {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 70px;
}
.p-rrss-googleshopping-ads {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
}



/* ##### INFOGRAFÍA ##### */

/* ##### 3D ##### */

.bg-infografia {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 550px;
}

.bg-1-left-infografia {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 300px;
  border-bottom: 1px solid #eee;
}
.bg-2-right-infografia {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 300px;
  border-bottom: 1px solid #eee;
}
.bg-3-left-infografia {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 300px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-4-right-infografia {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 300px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-5-left-infografia {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 300px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-6-right-infografia {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 300px;
  border-bottom: 1px solid #eee;
  margin: 45px 0 0 0;
}
.bg-7-left-infografia {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 300px;
  margin: 45px 0 0 0;
}
.bg-8-right-infografia {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 41%;
  padding: 35px 60px;
  text-align: center;
  background-size: 300px;
  margin: 45px 0 0 0;
}

.h3-infografia {
  color: #fff;
  text-shadow: #333 1px 1px 3px;
  margin-bottom: 75px;
}
.p-infografia {
  color: #333;
  font-weight: normal;
  /*text-shadow: #fff 1px 1px 3px;*/
} 



/* ##### SUBVENCIONES ##### */

/* ##### HOME ##### */

.bg-subvencion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 500px;
}

.resp-table {
  width: 100%;
  border: 1px solid #e81a7f;
  border-radius: 5px;
  background-color: #fbfbfb;
  color: #e81a7f;
}
.resp-table tr,
.resp-table td {
  border: hidden;
}

.td-subvenciones {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.td-subvenciones-now-1 {
  width: 14%;
  padding: 30px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.td-subvenciones-now {
  background-color: #eee;
  padding: 20px;
  border-radius: 5px;
  margin: 10px;
  width: 22.9%;
}
.td-subvenciones-now:hover {
  color: #fff;
  background-color: #00DAA3;
}

.td-subvenciones-wait-1 {
  width: 14%;
  padding: 30px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.td-subvenciones-wait {
  background-color: #eee;
  padding: 20px;
  border-radius: 5px;
  margin: 10px;
  width: 22.9%;
}
.td-subvenciones-wait:hover {
  color: #fff;
  background-color: #4BC4E0;
}

.td-subvenciones-go {
  width: 100%;
  text-align: center;
}

.boton-registro-subv {
  border-radius: 5px;
  padding: 15px;
  background-color: #E8127E;
  margin-left: 5px;
}
.boton-registro-subv a {
  color: #FFF !important;
}
.boton-registro-subv:hover {
  background-color: #4BC4E0;
}
.boton-registro-subv a:hover {
  color: #FFF;
}

/* ##### FOOTER ##### */

.contacto-title-footer {
  font-size: 40px;
}
.email-title-footer {
  font-size: 28px;
}
.email-footer {
  font-size: 32px;
}
.phone-title-footer {
  font-size: 28px;
}
.phone-footer {
  font-size: 32px;
}
.horario-footer {
  font-size: 22px;
}




/* ############################## */
/* ##### MEDIA QUERY 1599px ##### */
/* ############################## */

@media only screen and (max-width: 1599px) {
	
/* ##### HOME 1599px #####*/

.page-id-293 .fondo-gris-oscuro {
  margin-top: -100px;
}

.section-content-holder {
  width: 750px;
}
.font-size-39 {
  font-size: 39px;
}

.asterisco {
  font-size: 15px;
}


/* ##### MENÚ / MENÚ LATERAL 1599px #####*/

.sm-clean li {
    margin-right: 0px;
}


/* ##### APP GRATUITA FULL WIDTH 1599px ##### */

.maxwidth-app {
  margin-bottom: 40px;
}

/* ##### DESARROLLO A MEDIDA FULL WIDTH 1599px ##### */

.two-block-left-medida img {
  padding: 60px 0 0 0;
}

/* ##### DISEÑO RESPONSIVE FULL WIDTH 1599px ##### */
/* */

/* ##### DIGITALIZATE FULL WIDTH 1599px ##### */

.page-id-492 .fondo-gris-oscuro {
  margin-top: 100px;
}

/* ##### PARTNER MARCA BLANCA FULL WIDTH 1599px ##### */
/* */





/* ##### WEB ##### */

/* ##### PÁGINA WEB 1599px ##### */

.separa-texto {
  font-size: 15px;
}

.bg-website {
  background-position: center 150px !important;
  height: 700px;
}

.ul_bene_website_left {
  padding-left: 6%;
}
.ul_bene_website_right {
  width: 40%;
  padding-right: 5%;
}

.bg-website {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 700px;
}

.bg-1-website {
  background-position: left 0;
  background-size: 310px;
}
.bg-2-website {
  background-position: center 0;
  background-size: 310px;
}
.bg-3-website {
  background-position: right 0;
  background-size: 310px;
}
.bg-4-website {
  background-position: left 15px;
  background-size: 310px;
}
.bg-5-website {
  background-position: center 15px;
  background-size: 310px;
}
.bg-6-website {
  background-position: right 15px;
  background-size: 310px;
}
.bg-7-website {
  background-position: left 0;
  background-size: 310px;
}
.bg-8-website {
  background-position: center 0;
  background-size: 310px;
}
.bg-9-website {
  background-position: right 0;
  background-size: 310px;
}
.bg-10-website {
  background-position: left 0;
  background-size: 310px;
}
.bg-11-website {
  background-position: center 0;
  background-size: 310px;
}
.bg-12-website {
  background-position: right 0;
  background-size: 310px;
  /*border-bottom: 1px solid #eee;*/
}

.h3-website {
  font-size: 26px;
}


/* ##### FORMULARIO SUBVENCIONES 1599px ##### */

.form-subv-contacto {
  width: 45%;
  float: left;
  display: block;
  padding: 15px;
}

.form-subv-empresa {
  width: 45%;
  float: right;
  display: block;
  padding: 15px;
}

.form-subv-empresa-legales {
  width: 49%;
  float: left;
  padding: 15px;
}

.form-subv-empresa-send {
  width: 98%;
  padding: 15px;  
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  padding: 5px;
  width: 102%;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-select {
  width: 102%;
  margin: 10px 5px;
  padding: 5px;
}
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 15px;
  width: 10%;
  text-align: center;
  float: left;
  border-radius: 5px;
}


/* ##### TIENDA ONLINE 1599px ##### */

.bg-ecommerce {
  background-position: center 195px !important;
  height: 700px;
}

.ul_bene_ecommerce_left {
  padding-left: 6%;
}
.ul_bene_ecommerce_right {
  width: 40%;
  padding-right: 5%;
}

.bg-ecommerce {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 700px;
}

.bg-1-ecommerce {
  background-position: left 0;
  background-size: 310px;
}
.bg-2-ecommerce {
  background-position: center 0;
  background-size: 310px;
}
.bg-3-ecommerce {
  background-position: right 0;
  background-size: 310px;
}
.bg-4-ecommerce {
  background-position: left 15px;
  background-size: 310px;
}
.bg-5-ecommerce {
  background-position: center 15px;
  background-size: 310px;
}
.bg-6-ecommerce {
  background-position: right 15px;
  background-size: 310px;
}
.bg-7-ecommerce {
  background-position: left 0;
  background-size: 310px;
}
.bg-8-ecommerce {
  background-position: center 0;
  background-size: 310px;
}
.bg-9-ecommerce {
  background-position: right 0;
  background-size: 310px;
}
.bg-10-ecommerce {
  background-position: left 0;
  background-size: 310px;
}
.bg-11-ecommerce {
  background-position: center 0;
  background-size: 310px;
}
.bg-12-ecommerce {
  background-position: right 0;
  background-size: 310px;
  /*border-bottom: 1px solid #eee;*/
}

.h3-ecommerce {
  font-size: 26px;
}


    
/* ##### SERVICIOS ##### */

/* ##### DIGITALIZACiÓN 1599px ##### */

.bg-digitalizacion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 565px;
  margin-bottom: 45px;
}

.bg-1-left-digitalizacion {
  width: 39%;
}
.bg-2-right-digitalizacion {
  width: 39%;
}
.bg-3-left-digitalizacion {
  width: 39%;
}
.bg-4-right-digitalizacion {
  width: 39%;
}
.bg-5-left-digitalizacion {
  width: 39%;
}
.bg-6-right-digitalizacion {
  width: 39%;
}
.bg-7-left-digitalizacion {
  width: 39%;
}
.bg-8-right-digitalizacion {
  width: 39%;
}


/* ##### MARKETING 360 1599px ##### */

.ul_bene_mkt_left {
  width: 40%;
  float: left;
  text-align: left;
  padding-left: 9%;
}
.ul_bene_mkt_right {
  width: 34%;
  float: right;
  text-align: left;
  padding-right: 5%;
}

.bg-marketing {
  height: 650px;
  margin-bottom: -45px;
} 

.bg-1-marketing {
  width: 28%;
  background-size: 345px;
}
.bg-2-marketing {
  width: 28%;
  background-size: 345px;
}
.bg-3-marketing {
  width: 28%;
  background-size: 345px;
}
.bg-4-marketing {
  width: 28%;
  background-size: 345px;
}
.bg-5-marketing {
  width: 28%;
  background-size: 345px;
}
.bg-6-marketing {
  width: 28%;
  background-size: 345px;
}
.bg-7-marketing {
  width: 28%;
  background-size: 345px;
}
.bg-8-marketing {
  width: 28%;
  background-size: 345px;
}
.bg-9-marketing {
  width: 28%;
  background-size: 345px;
}

.h3-marketing {
  font-size: 26px;
}


/* ##### POSICIONAMIENTO 1599px ##### */

.ul_bene_seo_left {
  width: 40%;
  float: left;
  text-align: left;
  padding-left: 9%;
}
.ul_bene_seo_right {
  width: 34%;
  float: right;
  text-align: left;
  padding-right: 5%;
}

.bg-seo {
  height: 450px;
  margin-bottom: 0px;
} 

.bg-1-seo {
  width: 28%;
  background-size: 345px;
}
.bg-2-seo {
  width: 28%;
  background-size: 345px;
}
.bg-3-seo {
  width: 28%;
  background-size: 345px;
}
.bg-4-seo {
  width: 28%;
  background-size: 345px;
}
.bg-5-seo {
  width: 28%;
  background-size: 345px;
}
.bg-6-seo {
  width: 28%;
  background-size: 345px;
}
.bg-7-seo {
  width: 28%;
  background-size: 345px;
}
.bg-8-seo {
  width: 28%;
  background-size: 345px;
}
.bg-9-seo {
  width: 28%;
  background-size: 345px;
}

.h3-seo {
  font-size: 26px;
}

/* ##### CAMPAÑAS ADS 1599px ##### */

.ul_bene_sem_left {
  width: 40%;
  float: left;
  text-align: left;
  padding-left: 9%;
}
.ul_bene_sem_right {
  width: 34%;
  float: right;
  text-align: left;
  padding-right: 5%;
}

.bg-sem {
  height: 450px;
  margin-bottom: 0px;
} 

.bg-1-sem {
  width: 28%;
  background-size: 345px;
}
.bg-2-sem {
  width: 28%;
  background-size: 345px;
}
.bg-3-sem {
  width: 28%;
  background-size: 345px;
}
.bg-4-sem {
  width: 28%;
  background-size: 345px;
}
.bg-5-sem {
  width: 28%;
  background-size: 345px;
}
.bg-6-sem {
  width: 28%;
  background-size: 345px;
}
.bg-7-sem {
  width: 28%;
  background-size: 345px;
}
.bg-8-sem {
  width: 28%;
  background-size: 345px;
}
.bg-9-sem {
  width: 28%;
  background-size: 345px;
}

.h3-sem {
  font-size: 26px;
}

/* ##### SOCIAL ADS ##### */

/* ##### FACEBOOK ADS 1599px ##### */

.bg-rrss-facebook-ads {
  height: 450px;
  margin-bottom: 0px;
} 

.bg-1-rrss-facebook-adsm {
  width: 28%;
  background-size: 345px;
}
.bg-2-rrss-facebook-ads {
  width: 28%;
  background-size: 345px;
}
.bg-3-rrss-facebook-ads {
  width: 28%;
  background-size: 345px;
}
.bg-4-rrss-facebook-ads {
  width: 28%;
  background-size: 345px;
}
.bg-5-rrss-facebook-ads {
  width: 28%;
  background-size: 345px;
}
.bg-6-rrss-facebook-ads {
  width: 28%;
  background-size: 345px;
}

.h3-rrss-facebook-ads {
  font-size: 26px;
}

/* ##### INSTAGRAM ADS 1599px ##### */

.bg-rrss-instagram-ads {
  height: 450px;
  margin-bottom: 0px;
} 

.bg-1-rrss-instagram-adsm {
  width: 28%;
  background-size: 345px;
}
.bg-2-rrss-instagram-ads {
  width: 28%;
  background-size: 345px;
}
.bg-3-rrss-instagram-ads {
  width: 28%;
  background-size: 345px;
}
.bg-4-rrss-instagram-ads {
  width: 28%;
  background-size: 345px;
}
.bg-5-rrss-instagram-ads {
  width: 28%;
  background-size: 345px;
}
.bg-6-rrss-instagram-ads {
  width: 28%;
  background-size: 345px;
}

.h3-rrss-instagram-ads {
  font-size: 27px;
}

/* ##### LINKEDIN ADS 1599px ##### */

.bg-rrss-linkedin-ads {
  height: 450px;
  margin-bottom: 0px;
} 

.bg-1-rrss-linkedin-adsm {
  width: 28%;
  background-size: 345px;
}
.bg-2-rrss-linkedin-ads {
  width: 28%;
  background-size: 345px;
}
.bg-3-rrss-linkedin-ads {
  width: 28%;
  background-size: 345px;
}
.bg-4-rrss-linkedin-ads {
  width: 28%;
  background-size: 345px;
}
.bg-5-rrss-linkedin-ads {
  width: 28%;
  background-size: 345px;
}
.bg-6-rrss-linkedin-ads {
  width: 28%;
  background-size: 345px;
}

.h3-rrss-linkedin-ads {
  font-size: 27px;
}

/* ##### YOUTUBE ADS 1599px ##### */

.bg-rrss-youtube-ads {
  height: 450px;
  margin-bottom: 0px;
} 

.bg-1-rrss-youtube-adsm {
  width: 28%;
  background-size: 345px;
}
.bg-2-rrss-youtube-ads {
  width: 28%;
  background-size: 345px;
}
.bg-3-rrss-youtube-ads {
  width: 28%;
  background-size: 345px;
}
.bg-4-rrss-youtube-ads {
  width: 28%;
  background-size: 345px;
}
.bg-5-rrss-youtube-ads {
  width: 28%;
  background-size: 345px;
}
.bg-6-rrss-youtube-ads {
  width: 28%;
  background-size: 345px;
}

.h3-rrss-youtube-ads {
  font-size: 27px;
}

/* ##### TIKTOK ADS 1599px ##### */

.bg-rrss-tiktok-ads {
  height: 450px;
  margin-bottom: 0px;
} 

.bg-1-rrss-tiktok-adsm {
  width: 28%;
  background-size: 345px;
}
.bg-2-rrss-tiktok-ads {
  width: 28%;
  background-size: 345px;
}
.bg-3-rrss-tiktok-ads {
  width: 28%;
  background-size: 345px;
}
.bg-4-rrss-tiktok-ads {
  width: 28%;
  background-size: 345px;
}
.bg-5-rrss-tiktok-ads {
  width: 28%;
  background-size: 345px;
}
.bg-6-rrss-tiktok-ads {
  width: 28%;
  background-size: 345px;
}

.h3-rrss-tiktok-ads {
  font-size: 27px;
}

/* ##### GOOGLE SHOPPING ADS 1599px ##### */

.bg-rrss-googleshopping-ads {
  height: 450px;
  margin-bottom: 0px;
} 

.bg-1-rrss-googleshopping-adsm {
  width: 28%;
  background-size: 345px;
}
.bg-2-rrss-googleshopping-ads {
  width: 28%;
  background-size: 345px;
}
.bg-3-rrss-googleshopping-ads {
  width: 28%;
  background-size: 345px;
}
.bg-4-rrss-googleshopping-ads {
  width: 28%;
  background-size: 345px;
}
.bg-5-rrss-googleshopping-ads {
  width: 28%;
  background-size: 345px;
}
.bg-6-rrss-googleshopping-ads {
  width: 28%;
  background-size: 345px;
}

.h3-rrss-googleshopping-ads {
  font-size: 27px;
}


/* ##### INFOGRAFÍA ##### */

/* ##### 3D 1599px ##### */

.bg-infografia {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat top;
  height: 500px;
  margin-bottom: 0px;
}

.bg-1-left-infografia {
  width: 39%;
}
.bg-2-right-infografia {
  width: 39%;
}
.bg-3-left-infografia {
  width: 39%;
}
.bg-4-right-infografia {
  width: 39%;
}
.bg-5-left-infografia {
  width: 39%;
}
.bg-6-right-infografia {
  width: 39%;
}
.bg-7-left-infografia {
  width: 39%;
}
.bg-8-right-infografia {
  width: 39%;
}


/* ##### SUBVENCIONES ##### */

/* ##### HOME 1599px ##### */

.bg-subvencion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 500px;
  margin-bottom: 0px;
}
.page-id-1411 h6 {
  font-size: 16px;
}
.td-subvenciones {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.td-subvenciones-now-1 {
  width: 7%;
  padding: 30px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.td-subvenciones-now {
  background-color: #eee;
  padding: 20px;
  border-radius: 5px;
  margin: 10px;
  width: 22.9%;
}
.td-subvenciones-now:hover {
  color: #fff;
  background-color: #00DAA3;
}

.td-subvenciones-wait-1 {
  width: 7%;
  padding: 30px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.td-subvenciones-wait {
  background-color: #eee;
  padding: 20px;
  border-radius: 5px;
  margin: 10px;
  width: 22.9%;
}
.td-subvenciones-wait:hover {
  color: #fff;
  background-color: #4BC4E0;
}

.td-subvenciones-go {
  width: 100%;
  text-align: center;
}



/* ##### FOOTER 1599px ##### */

.site-wrapper .footer-content {
  padding-bottom: 10px !important;
}

}

/* ############################## */
/* ##### MEDIA QUERY 1050px ##### */
/* ############################## */

@media only screen and (max-width: 1050px) {

.asterisco {
    font-size: 13px;
}


/* ##### MENÚ / MENÚ LATERAL 1050px #####*/

.sm-clean .has-submenu {
  padding-right: 25px !important;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  font-size: 15px;
  padding-right: 5px;
}
.sm-clean li {
  margin-right: -5px;
}


/* ##### HOME 1050px #####*/

body.home .section.post-6 {
    background-position: center right;
}

.section-content-holder {
  width: 650px;
}

.service-item::after {
  left: -10%;
  width: 120%;
}
.service-item .service-title {
  font-size: 15px;
}

body.home #nosotros.section.post-132 {
margin-top: -100px;
}

body.home #habilidades .content-1170 .content-wrapper {
  width: 595px;
  float: inherit;
}
body.home #habilidades .content-1170 .v-skills-holder {
    position: relative;
    margin: 0px -40px;
}

.font-size-32 {
  font-size: 32px;
}
body.home #planes-de-servicios.section.post-75 {
  background-size: 90%;
  margin-top: -150px;
  margin-bottom: 15px;
}

body.home #blog-2.section {
  margin-bottom: 0px;
  margin-top: -100px;
}



/* ##### APP GRATUITA FULL WIDTH 1050px ##### */

.two-block-left-app img {
    padding: 70px 0 0 60px;
}

/* ##### DESARROLLO A MEDIDA FULL WIDTH 1050px ##### */

.two-block-left-medida img {
    padding: 120px 0 0 0;
}

/* ##### DISEÑO RESPONSIVE FULL WIDTH 1050px ##### */

.two-block-left-resp img {
    padding: 70px 0 0 60px;
}

/* ##### DIGITALIZATE FULL WIDTH 1050px ##### */

.two-block-left img {
  padding: 90px 0 0 0;
}

/* ##### PARTNER MARCA BLANCA FULL WIDTH 1050px ##### */

.two-block-mb-left {
  padding: 0 50px 0 5px;
}
.maxwidth {
  margin-bottom: -70px;
}


 
/* ##### WEB ##### */

/* ##### PÁGINA WEB 1050px ##### */

.separa-texto {
  font-size: 13px;
}
.tabla_plan_1_website span,
.tabla_plan_2_website span,
.tabla_plan_3_website span,
.tabla_plan_4_website span {
  font-size: 16px !important;
}

.bg-website {
  background-size: contain !important;
  background-position: 0 265px !important;
}

.ul_bene_website_left {
  padding-left: 2%;
  width: 44%;
}
.ul_bene_website_right {
  width: 46%;
  padding-right: 0%;
  padding-left: 2%;
}

.bg-website {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 700px;
}

.bg-1-website {
  background-position: center 10px;
  background-size: 270px;
  width: 25%;
}
.bg-2-website {
  background-position: center 10px;
  background-size: 270px;
}
.bg-3-website {
  background-position: center 10px;
  background-size: 270px;
}
.bg-4-website {
  background-position: center 10px;
  background-size: 270px;
  width: 25%;
}
.bg-5-website {
  background-position: center 10px;
  background-size: 270px;
}
.bg-6-website {
  background-position: center 10px;
  background-size: 270px;
}
.bg-7-website {
  background-position: center 10px;
  background-size: 270px;
  width: 25%;
}
.bg-8-website {
  background-position: center 10px;
  background-size: 270px;
}
.bg-9-website {
  background-position: center 10px;
  background-size: 270px;
}
.bg-10-website {
  background-position: center 10px;
  background-size: 270px;
  width: 25%;
}
.bg-11-website {
  background-position: center 10px;
  background-size: 270px;
}
.bg-12-website {
  background-position: center 10px;
  background-size: 270px;
  /*border-bottom: 1px solid #eee;*/
}

.h3-website {
  font-size: 19px;
}

.tabla_plan_1_website {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2_website {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3_website {
  padding: 20px;
  width: 33%;
}
.tabla_plan_4_website {
  padding: 20px;
  width: 33%;
}


/* ##### FORMULARIO SUBVENCIONES 1050px ##### */

.form-subv-contacto {
  width: 45%;
  float: left;
  display: block;
  padding: 15px;
}

.form-subv-empresa {
  width: 45%;
  float: right;
  display: block;
  padding: 15px;
}

.form-subv-empresa-legales {
  width: 48%;
  float: left;
  padding: 15px;
}

.form-subv-empresa-send {
  width: 98%;
  padding: 15px;  
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  padding: 5px;
  width: 102%;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-select {
  width: 102%;
  margin: 10px 5px;
  padding: 5px;
}
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 15px;
  width: 10%;
  text-align: center;
  float: left;
  border-radius: 5px;
}


/* ##### TIENDA ONLINE 1050px ##### */

.bg-ecommerce {
  background-size: contain !important;
  background-position: 0 265px !important;
}

.ul_bene_ecommerce_left {
  padding-left: 2%;
  width: 44%;
}
.ul_bene_ecommerce_right {
  width: 46%;
  padding-right: 0%;
  padding-left: 2%;
}

.bg-ecommerce {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center;
  height: 700px;
}

.bg-1-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 25%;
}
.bg-2-ecommerce {
  background-position: center 10px;
  background-size: 270px;
}
.bg-3-ecommerce {
  background-position: center 10px;
  background-size: 270px;
}
.bg-4-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 25%;
}
.bg-5-ecommerce {
  background-position: center 10px;
  background-size: 270px;
}
.bg-6-ecommerce {
  background-position: center 10px;
  background-size: 270px;
}
.bg-7-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 25%;
}
.bg-8-ecommerce {
  background-position: center 10px;
  background-size: 270px;
}
.bg-9-ecommerce {
  background-position: center 10px;
  background-size: 270px;
}
.bg-10-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 25%;
}
.bg-11-ecommerce {
  background-position: center 10px;
  background-size: 270px;
}
.bg-12-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  /*border-bottom: 1px solid #eee;*/
}

.h3-ecommerce {
  font-size: 19px;
}

.tabla_plan_1_ecommerce {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2_ecommerce {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3_ecommerce {
  padding: 20px;
  width: 33%;
}




/* ##### SERVICIOS ##### */

/* ##### DIGITALIZACiÓN 1050px ##### */

.ul_bene_digi_left {
  width: 26%;
}
.ul_bene_digi_right {
  width: 26%;
}

.bg-digitalizacion {
  height: 585px;
  background-size: contain;
}

.bg-1-left-digitalizacion {
  width: 38%;
}
.bg-2-right-digitalizacion {
  width: 37%;
}
.bg-3-left-digitalizacion {
  width: 37%;
}
.bg-4-right-digitalizacion {
  width: 37%;
}
.bg-5-left-digitalizacion {
  width: 37%;
}
.bg-6-right-digitalizacion {
  width: 37%;
}
.bg-7-left-digitalizacion {
  width: 37%;
}
.bg-8-right-digitalizacion {
  width: 37%;
}


/* ##### MARKETING 360 1050px ##### */

.tabla_plan_1_mkt {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2_mkt {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3_mkt {
  padding: 20px;
  width: 33%;
}

.bg-marketing {
  height: 790px;
  margin-bottom: -200px;
  background-size: contain;
} 

.bg-1-marketing {
  width: 25%;
  background-size: 310px;
}
.bg-2-marketing {
  width: 25%;
  background-size: 310px;
}
.bg-3-marketing {
  width: 25%;
  background-size: 310px;
}
.bg-4-marketing {
  width: 25%;
  background-size: 310px;
}
.bg-5-marketing {
  width: 25%;
  background-size: 310px;
}
.bg-6-marketing {
  width: 25%;
  background-size: 310px;
}
.bg-7-marketing {
  width: 25%;
  background-size: 310px;
}
.bg-8-marketing {
  width: 25%;
  background-size: 310px;
}
.bg-9-marketing {
  width: 25%;
  background-size: 310px;
}

.h3-marketing {
  font-size: 20px;
  margin-bottom: 45px;
}

  
/* ##### POSICIONAMIENTO 1050px ##### */

.tabla_plan_1_seo {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2_seo {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3_seo {
  padding: 20px;
  width: 33%;
}

.bg-seo {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 435px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-seo {
  width: 25%;
  background-size: 310px;
}
.bg-2-seo {
  width: 25%;
  background-size: 310px;
}
.bg-3-seo {
  width: 25%;
  background-size: 310px;
}
.bg-4-seo {
  width: 25%;
  background-size: 310px;
}
.bg-5-seo {
  width: 25%;
  background-size: 310px;
}
.bg-6-seo {
  width: 25%;
  background-size: 310px;
}
.bg-7-seo {
  width: 25%;
  background-size: 310px;
}
.bg-8-seo {
  width: 25%;
  background-size: 310px;
}
.bg-9-seo {
  width: 25%;
  background-size: 310px;
}

.h3-seo {
  font-size: 20px;
  margin-bottom: 45px;
}

/* ##### CAMPAÑAS ADS 1050px ##### */

.tabla_plan_1_sem {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2_sem {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3_sem {
  padding: 20px;
  width: 33%;
}

.bg-sem {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 415px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-sem {
  width: 25%;
  background-size: 310px;
}
.bg-2-sem {
  width: 25%;
  background-size: 310px;
}
.bg-3-sem {
  width: 25%;
  background-size: 310px;
}
.bg-4-sem {
  width: 25%;
  background-size: 310px;
}
.bg-5-sem {
  width: 25%;
  background-size: 310px;
}
.bg-6-sem {
  width: 25%;
  background-size: 310px;
}
.bg-7-sem {
  width: 25%;
  background-size: 310px;
}
.bg-8-sem {
  width: 25%;
  background-size: 310px;
}
.bg-9-sem {
  width: 25%;
  background-size: 310px;
}

.h3-sem {
  font-size: 20px;
  margin-bottom: 45px;
}

/* ##### SOCIAL ADS ##### */

/* ##### FACEBOOK ADS 1050px ##### */

 .tabla_plan_1-rrss-facebook-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2-rrss-facebook-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3-rrss-facebook-ads {
  padding: 20px;
  width: 33%;
}

.bg-rrss-facebook-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 415px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-facebook-ads {
  width: 25%;
  background-size: 310px;
}
.bg-2-rrss-facebook-ads {
  width: 25%;
  background-size: 310px;
}
.bg-3-rrss-facebook-ads {
  width: 25%;
  background-size: 310px;
}
.bg-4-rrss-facebook-ads {
  width: 25%;
  background-size: 310px;
}
.bg-5-rrss-facebook-ads {
  width: 25%;
  background-size: 310px;
}
.bg-6-rrss-facebook-ads {
  width: 25%;
  background-size: 310px;
}

.h3-rrss-facebook-ads {
  font-size: 20px;
  margin-bottom: 45px;
} 

/* ##### INSTAGRAM ADS 1050px ##### */

 .tabla_plan_1-rrss-instagram-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2-rrss-instagram-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3-rrss-instagram-ads {
  padding: 20px;
  width: 33%;
}

.bg-rrss-instagram-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 415px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-instagram-ads {
  width: 25%;
  background-size: 310px;
}
.bg-2-rrss-instagram-ads {
  width: 25%;
  background-size: 310px;
}
.bg-3-rrss-instagram-ads {
  width: 25%;
  background-size: 310px;
}
.bg-4-rrss-instagram-ads {
  width: 25%;
  background-size: 310px;
}
.bg-5-rrss-instagram-ads {
  width: 25%;
  background-size: 310px;
}
.bg-6-rrss-instagram-ads {
  width: 25%;
  background-size: 310px;
}

.h3-rrss-instagram-ads {
  font-size: 20px;
  margin-bottom: 45px;
} 

/* ##### LINKEDIN ADS 1050px ##### */
 
.tabla_plan_1-rrss-linkedin-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2-rrss-linkedin-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3-rrss-linkedin-ads {
  padding: 20px;
  width: 33%;
}

.bg-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 415px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-linkedin-ads {
  width: 25%;
  background-size: 310px;
}
.bg-2-rrss-linkedin-ads {
  width: 25%;
  background-size: 310px;
}
.bg-3-rrss-linkedin-ads {
  width: 25%;
  background-size: 310px;
}
.bg-4-rrss-linkedin-ads {
  width: 25%;
  background-size: 310px;
}
.bg-5-rrss-linkedin-ads {
  width: 25%;
  background-size: 310px;
}
.bg-6-rrss-linkedin-ads {
  width: 25%;
  background-size: 310px;
}

.h3-rrss-linkedin-ads {
  font-size: 20px;
  margin-bottom: 45px;
}  
 
/* ##### YOUTUBE ADS 1050px ##### */

.tabla_plan_1-rrss-youtube-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2-rrss-youtube-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3-rrss-youtube-ads {
  padding: 20px;
  width: 33%;
}

.bg-rrss-youtube-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 415px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-youtube-ads {
  width: 25%;
  background-size: 310px;
}
.bg-2-rrss-youtube-ads {
  width: 25%;
  background-size: 310px;
}
.bg-3-rrss-youtube-ads {
  width: 25%;
  background-size: 310px;
}
.bg-4-rrss-youtube-ads {
  width: 25%;
  background-size: 310px;
}
.bg-5-rrss-youtube-ads {
  width: 25%;
  background-size: 310px;
}
.bg-6-rrss-youtube-ads {
  width: 25%;
  background-size: 310px;
}

.h3-rrss-youtube-ads {
  font-size: 20px;
  margin-bottom: 45px;
}

/* ##### TIKTOK ADS 1050px ##### */

.tabla_plan_1-rrss-tiktok-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2-rrss-tiktok-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3-rrss-tiktok-ads {
  padding: 20px;
  width: 33%;
}

.bg-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 415px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-tiktok-ads {
  width: 25%;
  background-size: 310px;
}
.bg-2-rrss-tiktok-ads {
  width: 25%;
  background-size: 310px;
}
.bg-3-rrss-tiktok-ads {
  width: 25%;
  background-size: 310px;
}
.bg-4-rrss-tiktok-ads {
  width: 25%;
  background-size: 310px;
}
.bg-5-rrss-tiktok-ads {
  width: 25%;
  background-size: 310px;
}
.bg-6-rrss-tiktok-ads {
  width: 25%;
  background-size: 310px;
}

.h3-rrss-tiktok-ads {
  font-size: 20px;
  margin-bottom: 45px;
}

/* ##### GOOGLE SHOPPING ADS 1050px ##### */

.tabla_plan_1-rrss-googleshopping-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_2-rrss-googleshopping-ads {
  padding: 20px;
  width: 33%;
}
.tabla_plan_3-rrss-googleshopping-ads {
  padding: 20px;
  width: 33%;
}

.bg-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 470px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-googleshopping-ads {
  width: 25%;
  background-size: 310px;
}
.bg-2-rrss-googleshopping-ads {
  width: 25%;
  background-size: 310px;
}
.bg-3-rrss-googleshopping-ads {
  width: 25%;
  background-size: 310px;
}
.bg-4-rrss-googleshopping-ads {
  width: 25%;
  background-size: 310px;
}
.bg-5-rrss-googleshopping-ads {
  width: 25%;
  background-size: 310px;
}
.bg-6-rrss-googleshopping-ads {
  width: 25%;
  background-size: 310px;
}

.h3-rrss-googleshopping-ads {
  font-size: 20px;
  margin-bottom: 45px;
}


/* ##### INFOGRAFÍA ##### */

/* ##### 3D 1050px ##### */

.bg-infografia {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 500px;
  background-size: contain;
  margin-bottom: 50px;
}

.bg-1-left-infografia {
  width: 38%;
}
.bg-2-right-infografia {
  width: 37%;
}
.bg-3-left-infografia {
  width: 37%;
}
.bg-4-right-infografia {
  width: 37%;
}
.bg-5-left-infografia {
  width: 37%;
}
.bg-6-right-infografia {
  width: 37%;
}
.bg-7-left-infografia {
  width: 37%;
}
.bg-8-right-infografia {
  width: 37%;
}


/* ##### SUBVENCIONES ##### */

/* ##### HOME 1050px ##### */

.bg-subvencion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 450px;
  background-size: contain !important;
  background-position: 0 50px !important;
}

.page-id-1411 h6 {
  font-size: 14px;
}
.td-subvenciones {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.td-subvenciones-now-1 {
  width: 13%;
  padding: 0px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.td-subvenciones-now {
  background-color: #eee;
  padding: 20px;
  border-radius: 5px;
  margin: 5px;
  width: 21.9%;
}
.td-subvenciones-wait-1 {
  width: 13%;
  padding: 0px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.td-subvenciones-wait {
  background-color: #eee;
  padding: 20px;
  border-radius: 5px;
  margin: 5px;
  width: 21.9%;
}
.td-subvenciones-go {
  width: 100%;
  text-align: center;
}

}  


/* ############################# */
/* ##### MEDIA QUERY 767px ##### */
/* ############################# */

@media only screen and (max-width: 768px) {

.asterisco {
    font-size: 13px;
}


/* ##### MENÚ / MENÚ LATERAL #####*/

.menu-holder {
  width: 65%;
  top: 78px;
}
#header-main-menu {
    padding-bottom: 100px;
    width: 65%;
}
.sm-clean .has-submenu {
  padding-right: 10px !important;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  font-size: 16px;
}
.sm-clean li {
  margin-right: -5px;
}


/* ##### HOME 767px #####*/

body.home .section.post-6 {
    background-position: center right;
}
body.home #inicio.post-6 .big-text {
    font-size: 44px;
    line-height: 50px;
}

.font-size-20 {
  font-size: 20px;
}

body.home #planes-de-servicios.section.post-75 {
  margin-top: 0;
  background-position: center 10px;
}

body.home #blog-2 .fin-blog {
  margin-bottom: 0px !important;
}


/* ##### APP GRATUITA FULL WIDTH 767px ##### */

.two-block-app {
  display: inline-block;
}
.two-block-left-app {
  width: 100%;
}
.two-block-left-app h3 {
  text-align: center;
}
.two-block-left-app h4 {
  text-align: center;
  font-size: 25px;
}
.two-block-left-app p {
  text-align: center;
}
.two-block-right-app {
  float: none;
  width: 100%;
}
.two-block-right-app img {
    display: block;
    margin: 0 auto;
    width: auto;
}

/* ##### DESARROLLO A MEDIDA FULL WIDTH 767px ##### */

.fondo-azul-claro {
  margin-top: 50px;
}
.two-block-medida {
  display: inline-block;
}
.two-block-left-medida {
  width: 100%;
}
.two-block-left-medida img {
  display: block;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  width: 60% !important;
}
.two-block-left-medida {
  padding: 0 50px 0 5px;
}
.two-block-right-medida {
  width: auto;
  float: inherit;
  padding: 0 35px;
}

/* ##### DISEÑO RESPONSIVE FULL WIDTH 767px ##### */

.two-block-resp {
  display: inline-block;
}
.two-block-left-resp {
  width: 100%;
}
.two-block-left-resp img {
  display: block;
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 60% !important;
}

	
/* ##### DIGITALIZATE FULL WIDTH 767px ##### */

.fondo-gris-oscuro {
  margin-top: 50px;
}
.maxwidth {
  margin-bottom: -90px;
}
.two-block {
  display: inline-block;
}
.two-block-left {
  width: 100%;
}
.two-block-left img {
  display: block;
  margin: auto;
  padding: 40px 0 50px 0;
}
.two-block-mb-left {
  padding: 0 50px 0 5px;
}
.two-block-right {
  width: auto;
  float: inherit;
  padding: 0 35px;
}

/* ##### PARTNER MARCA BLANCA FULL WIDTH 767px ##### */

.two-block-mb {
  position: relative;
  display: inline-block;
}
.two-block-mb-left {
  width: auto;
  padding: 0 10px 0 10px;
}
.two-block-mb-right {
  width: auto;
  float: none;
}



/* ##### WEB ##### */

/* ##### PÁGINA WEB 767px ##### */

.separa-texto {
  font-size: 16px;
}

.bg-website {
  background-size: contain !important;
  background-position: 0 510px !important;
}

.ul_bene_website_left {
  padding-left: 2%;
  width: 45%;
}
.ul_bene_websitee_right {
  width: 49%;
}

.tabla_plan_website {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1_website {
  width: auto;
  margin: 10px 0;
}
.tabla_plan_2_website {
  width: auto;
  margin: 10px 0;
}
.tabla_plan_3_website {
  width: auto;
  margin: 10px 0;
}
.tabla_plan_4_website {
  width: auto;
  margin: 10px 0;
}

.tabla_plan_1_website span,
.tabla_plan_2_website span,
.tabla_plan_3_website span,
.tabla_plan_4_website span {
  font-size: 19px !important;
}

.bg-website {
  height: 800px;
}

.bg-1-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-2-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-3-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
  margin-top: 45px;
}
.bg-4-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-5-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-6-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-7-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-8-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-9-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-10-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
  border-bottom: 1px solid #eee;
}
.bg-11-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-12-website {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
  /*border-bottom: 1px solid #eee;*/
}

.h3-website {
  font-size: 22px;
}

.flex .bg-1-website .h3-website,
.flex .bg-2-website .h3-website,
.flex .bg-3-website .h3-website,
.flex .bg-4-website .h3-website,
.flex .bg-5-website .h3-website,
.flex .bg-6-website .h3-website,
.flex .bg-7-website .h3-website,
.flex .bg-8-website .h3-website,
.flex .bg-9-website .h3-website,
.flex .bg-10-website .h3-website,
.flex .bg-11-website .h3-website,
.flex .bg-12-website .h3-website,
.flex .bg-1-website .p-website,
.flex .bg-2-website .p-website,
.flex .bg-3-website .p-website,
.flex .bg-4-website .p-website,
.flex .bg-5-website .p-website,
.flex .bg-6-website .p-website,
.flex .bg-7-website .p-website,
.flex .bg-8-website .p-website,
.flex .bg-9-website .p-website,
.flex .bg-10-website .p-website,
.flex .bg-11-website .p-website,
.flex .bg-12-website .p-website {
  text-align: center;
}


/* ##### FORMULARIO SUBVENCIONES 767px ##### */

.form-subv-contacto {
  width: 95%;
  float: none;
  display: block;
  padding: 0;
}

.form-subv-empresa {
  width: 95%;
  float: none;
  display: block;
  padding: 0;
}

.form-subv-empresa-legales {
  width: 99%;
  float: none;
  padding: 0;
}

.form-subv-empresa-send {
  width: 100%;
  padding: 35px 0;  
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  padding: 5px;
  width: 102%;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-select {
  width: 102%;
  margin: 10px 5px;
  padding: 5px;
}
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 5px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 15px;
  width: 100%;
  text-align: center;
  float: none;
  border-radius: 5px;
}


/* ##### TIENDA ONLINE 767px ##### */

.bg-ecommerce {
  background-size: contain !important;
  background-position: 0 605px !important;
}

.ul_bene_ecommerce_left {
  padding-left: 2%;
  width: 45%;
}
.ul_bene_ecommerce_right {
  width: 49%;
}

.tabla_plan_ecommerce {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1_ecommerce {
  width: auto;
}
.tabla_plan_2_ecommerce {
  width: auto;
}
.tabla_plan_3_ecommerce {
  width: auto;
}
.tabla_plan_4_ecommerce {
  width: auto;
}

.tabla_plan_1_ecommerce span,
.tabla_plan_2_ecommerce span,
.tabla_plan_3_ecommerce span,
.tabla_plan_4_ecommerce span {
  font-size: 19px !important;
}

.bg-ecommerce {
  height: 900px;
}

.bg-1-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-2-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-3-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
  margin-top: 45px;
}
.bg-4-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-5-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-6-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-7-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-8-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-9-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-10-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
  border-bottom: 1px solid #eee;
}
.bg-11-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
}
.bg-12-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 40%;
  /*border-bottom: 1px solid #eee;*/
}

.h3-ecommerce {
  font-size: 22px;
}

.flex .bg-1-ecommerce .h3-ecommerce,
.flex .bg-2-ecommerce .h3-ecommerce,
.flex .bg-3-ecommerce .h3-ecommerce,
.flex .bg-4-ecommerce .h3-ecommerce,
.flex .bg-5-ecommerce .h3-ecommerce,
.flex .bg-6-ecommerce .h3-ecommerce,
.flex .bg-7-ecommerce .h3-ecommerce,
.flex .bg-8-ecommerce .h3-ecommerce,
.flex .bg-9-ecommerce .h3-ecommerce,
.flex .bg-10-ecommerce .h3-ecommerce,
.flex .bg-11-ecommerce .h3-ecommerce,
.flex .bg-12-ecommerce .h3-ecommerce,
.flex .bg-1-ecommerce .p-ecommerce,
.flex .bg-2-ecommerce .p-ecommerce,
.flex .bg-3-ecommerce .p-ecommerce,
.flex .bg-4-ecommerce .p-ecommerce,
.flex .bg-5-ecommerce .p-ecommerce,
.flex .bg-6-ecommerce .p-ecommerce,
.flex .bg-7-ecommerce .p-ecommerce,
.flex .bg-8-ecommerce .p-ecommerce,
.flex .bg-9-ecommerce .p-ecommerce,
.flex .bg-10-ecommerce .p-ecommerce,
.flex .bg-11-ecommerce .p-ecommerce,
.flex .bg-12-ecommerce .p-ecommerce {
  text-align: center;
}


 
/* ##### SERVICIOS ##### */

/* ##### DIGITALIZACiÓN 767px ##### */ 
 
.ul_bene_digi_left {
  width: 49%;
}
.ul_bene_digi_right {
  width: 47%;
}

.tabla_plan_digi {
  flex-direction: column;
  gap: 5px;
}
.tabla_plan_1_digi {
  width: auto;
}
.tabla_plan_2_digi {
  width: auto;
}

.bg-digitalizacion {
  height: 715px;
  background-size: contain;
}

.bg-1-left-digitalizacion {
  width: 47%;
  padding: 10px;
  background-size: 300px;
}
.bg-2-right-digitalizacion {
  width: 47%;
  padding: 10px;
  background-size: 300px;
}
.bg-3-left-digitalizacion {
  width: 47%;
  padding: 10px;
  background-size: 300px;
}
.bg-4-right-digitalizacion {
  width: 47%;
  padding: 10px;
  background-size: 300px;
}
.bg-5-left-digitalizacion {
  width: 49%;
  padding: 0 10px;
  background-size: 300px;
}
.bg-6-right-digitalizacion {
  width: 44%;
  padding: 0 10px;
  background-size: 300px;
}
.bg-7-left-digitalizacion {
  width: 47%;
  padding: 10px;
  background-size: 300px;
}
.bg-8-right-digitalizacion {
  width: 47%;
  padding: 10px;
  background-size: 300px;
}

.h3-digitalizacion {
  text-shadow: #333 1px 1px 2px;
  margin-bottom: 60px;
}

/* ##### MARKETING 360 767px ##### */

.ul_bene_mkt_left {
  width: 42%;
  padding-left: 3%;
}
.ul_bene_mkt_right {
  width: 47%;
  padding-right: 0;
}

.tabla_plan_mkt {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1_mkt {
  width: auto;
}
.tabla_plan_2_mkt {
  width: auto;
}
.tabla_plan_3_mkt {
  width: auto;
}
.tabla_plan_4_mkt {
  width: auto;
}

.bg-marketing {
  height: 960px;
  margin-bottom: -320px;
  background-size: contain;
} 

.bg-1-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-5-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-7-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-8-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-9-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-marketing {
  font-size: 18px;
  margin-bottom: 45px;
  text-align: center;
}
.p-marketing {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}


/* ##### POSICIONAMIENTO 767px ##### */

.ul_bene_mkt_seo {
  width: 42%;
  padding-left: 3%;
}
.ul_bene_mkt_seo {
  width: 47%;
  padding-right: 0;
}

.tabla_plan_seo {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1_seo {
  width: auto;
}
.tabla_plan_2_seo {
  width: auto;
}
.tabla_plan_3_seo {
  width: auto;
}
.tabla_plan_4_seo {
  width: auto;
}

.bg-seo {
  height: 455px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-5-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-7-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-8-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-9-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 44%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-seo {
  font-size: 18px;
  margin-bottom: 45px;
  text-align: center;
}
.p-seo {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}


/* ##### CAMPAÑAS ADS 767px ##### */

.ul_bene_mkt_sem {
  width: 42%;
  padding-left: 3%;
}
.ul_bene_mkt_sem {
  width: 47%;
  padding-right: 0;
}

.tabla_plan_sem {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1_sem {
  width: auto;
}
.tabla_plan_2_sem {
  width: auto;
}
.tabla_plan_3_sem {
  width: auto;
}
.tabla_plan_4_sem {
  width: auto;
}

.bg-sem {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 485px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-5-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-7-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-8-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-9-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-sem {
  font-size: 24px;
  margin-bottom: 45px;
  text-align: center;
}
.p-sem {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}


/* ##### SOCIAL ADS ##### */

/* ##### FACEBOOK ADS 767px ##### */

.tabla_plan_rrss-facebook-ads {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1-rrss-facebook-ads {
  width: auto;
}
.tabla_plan_2-rrss-facebook-ads {
  width: auto;
}
.tabla_plan_3-rrss-facebook-ads {
  width: auto;
}

.bg-rrss-facebook-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 485px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.bg-5-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-rrss-facebook-ads {
  font-size: 26px;
  margin-bottom: 45px;
  text-align: center;
}
.p-rrss-facebook-ads {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### INSTAGRAM ADS 767px ##### */

.tabla_plan_rrss-instagram-ads {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1-rrss-instagram-ads {
  width: auto;
}
.tabla_plan_2-rrss-instagram-ads {
  width: auto;
}
.tabla_plan_3-rrss-instagram-ads {
  width: auto;
}

.bg-rrss-instagram-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 485px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.bg-5-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-rrss-instagram-ads {
  font-size: 26px;
  margin-bottom: 45px;
  text-align: center;
}
.p-rrss-instagram-ads {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### LINKEDIN ADS 767px ##### */

.tabla_plan_rrss-linkedin-ads {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1-rrss-linkedin-ads {
  width: auto;
}
.tabla_plan_2-rrss-linkedin-ads {
  width: auto;
}
.tabla_plan_3-rrss-linkedin-ads {
  width: auto;
}

.bg-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 485px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.bg-5-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-rrss-linkedin-ads {
  font-size: 26px;
  margin-bottom: 45px;
  text-align: center;
}
.p-rrss-linkedin-ads {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### YOUTUBE ADS 767px ##### */

.tabla_plan_rrss-youtube-ads {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1-rrss-youtube-ads {
  width: auto;
}
.tabla_plan_2-rrss-youtube-ads {
  width: auto;
}
.tabla_plan_3-rrss-youtube-ads {
  width: auto;
}

.bg-rrss-youtube-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 485px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.bg-5-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-rrss-youtube-ads {
  font-size: 26px;
  margin-bottom: 45px;
  text-align: center;
}
.p-rrss-youtube-ads {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### TIKTOK ADS 767px ##### */

.tabla_plan_rrss-tiktok-ads {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1-rrss-tiktok-ads {
  width: auto;
}
.tabla_plan_2-rrss-tiktok-ads {
  width: auto;
}
.tabla_plan_3-rrss-tiktok-ads {
  width: auto;
}

.bg-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 485px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.bg-5-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-rrss-tiktok-ads {
  font-size: 26px;
  margin-bottom: 45px;
  text-align: center;
}
.p-rrss-tiktok-ads {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}

/* ##### GOOGLE SHOPPING ADS 767px ##### */

.tabla_plan_rrss-googleshopping-ads {
  flex-direction: column;
  gap: 2px;
}
.tabla_plan_1-rrss-googleshopping-ads {
  width: auto;
}
.tabla_plan_2-rrss-googleshopping-ads {
  width: auto;
}
.tabla_plan_3-rrss-googleshopping-ads {
  width: auto;
}

.bg-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 610px;
  margin-bottom: 30px;
  background-size: contain;
} 

.bg-1-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-2-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-3-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
  margin: 45px 0 0 0;
}
.bg-4-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.bg-5-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}
.bg-6-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 0;
  width: 47%;
  background-size: 300px;
  padding: 25px 10px 0 10px;
  text-align: center;
}

.h3-rrss-googleshopping-ads {
  font-size: 26px;
  margin-bottom: 45px;
  text-align: center;
}
.p-rrss-googleshopping-ads {
  font-size: 13px;
  /*text-shadow: #fff 1px 1px 3px;*/
}



/* ##### INFOGRAFÍA ##### */

/* ##### 3D 767px ##### */

.bg-infografia {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center bottom;
  height: 610px;
  background-size: contain;
  margin-bottom: 70px;
}

.bg-1-left-infografia {
  width: 47%;
  padding: 10px;
  background-size: 250px;
}
.bg-2-right-infografia {
  width: 47%;
  padding: 10px;
  background-size: 250px;
}
.bg-3-left-infografia {
  width: 47%;
  padding: 10px;
  background-size: 250px;
}
.bg-4-right-infografia {
  width: 47%;
  padding: 10px;
  background-size: 250px;
}
.bg-5-left-infografia {
  width: 49%;
  padding: 0 10px;
  background-size: 250px;
}
.bg-6-right-infografia {
  width: 44%;
  padding: 0 10px;
  background-size: 250px;
}
.bg-7-left-infografia {
  width: 47%;
  padding: 10px;
  background-size: 250px;
}
.bg-8-right-infografia {
  width: 47%;
  padding: 10px;
  background-size: 250px;
}

.h3-infografia {
  text-shadow: #333 1px 1px 2px;
  margin-bottom: 60px;
  margin-top: 20px;
  font-size: 26px;
}


/* ##### SUBVENCIONES ##### */

/* ##### HOME 767px ##### */

.bg-subvencion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 465px;
  background-size: contain !important;
  background-position: 0 170px !important;
}

.td-subv-osiprefieres {
  width: 100%;
  position: absolute;
  margin-top: 65px;
}
.td-subvenciones.td-left {
  width: 48%;
  display: block;
  float: left;
}
.td-subvenciones.td-right {
  width: 48%;
  display: block;
  float: right;
}
.td-subvenciones-now-1 {
  width: 95%;
  padding: 10px !important;
  text-align: center;
  display: block;
}
.td-subvenciones-now {
  width: 80%;
}
.td-subvenciones-wait-1 {
width: 95%;
padding: 10px !important;
text-align: center;
display: block;
}
.td-subvenciones-wait {
  width: 80%;
}
.td-subvenciones-go {
  width: 100%;
  text-align: center;
  display: inline-block;
}


}    


/* ############################# */
/* ##### MEDIA QUERY 420px ##### */
/* ############################# */

@media only screen and (max-width: 420px) {

.content-wrapper {
  width: 90%;
  margin: 0 auto;
}

.asterisco {
    font-size: 12px;
}


/* ##### MENÚ / MENÚ LATERAL 420px #####*/

.menu-holder {
  width: 75%;
  top: 78px;
}
#header-main-menu {
    padding-bottom: 100px;
    width: 80%;
}
.sm-clean .has-submenu {
  padding-right: 10px !important;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  font-size: 15px;
}
.sm-clean li {
  margin-right: -5px;
}


/* ##### HOME 420px #####*/

body.home .section.post-6 {
  background-position: center top;
}
body.home #inicio.post-6 .big-text {
  font-size: 23px;
  line-height: 50px;
}

.font-size-20 {
  font-size: 20px;
}

body.home .section-content-holder {
  width: auto;
}
body.home #habilidades .entry-title {
    margin-top: -100px;
}
body.home #habilidades .content-1170 .content-wrapper {
  width: auto;
}

body.home #team-holder {
  margin-top: -50px;
}

body.home #planes-de-servicios.section.post-75 {
  background-size: cover;
  background-position: center -30px;
  margin-bottom: 90px !important;
}


/* ##### APP GRATUITA FULL WIDTH 420px ##### */

.two-block-left-app img {
  padding: 0 0 40px 10px;
}
.two-block-right-app img {
    width: 90%;
}

/* ##### DESARROLLO A MEDIDA FULL WIDTH 420px ##### */

.two-block-medida {
  display: inline-block;
}
.two-block-left-medida {
  width: auto;
  padding: 0 0 0 0;
}
.two-block-right-medida {
  padding: 0 0;
}
.two-block-left-medida img {
    padding: 0 0 50px 0;
    width: 90% !important;
}

/* ##### DISEÑO RESPONSIVE FULL WIDTH 420px ##### */

.two-block-left-resp img {
  padding: 0 0 50px 0;
  width: 90% !important;
}

/* ##### DIGITALIZATE FULL WIDTH 420px ##### */

.maxwidth {
  margin-bottom: -70px;
}
.two-block-left {
  width: 100%;
}
.two-block-right {
  padding: 0 10px 0 10px;
}
.two-block-left img {
  padding: 0 0 40px 0;
  width: 90%;
}


/* ##### PARTNER MARCA BLANCA FULL WIDTH 420px ##### */
/* */


/* ##### WEB ##### */

/* ##### PÁGINA WEB 420px ##### */

#woo {
  width: 200px;
}

.separa-texto {
  font-size: 14px;
}

.bg-website {
    height: 1150px;
	background-position: 0 950px !important;
}

.beneficios_website {
  width: 100%;
}
.span_bene_website {
  position: relative;
  display: inline-block;
}
.ul_bene_website_left {
  padding-left: 5%;
  width: 100%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}
.ul_bene_website_right {
  padding-left: 0%;
  width: 95%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}

.tabla_plan_website {
  flex-direction: column;
  gap: 2px;
}

.tabla_plan_1_website span,
.tabla_plan_2_website span,
.tabla_plan_3_website span,
.tabla_plan_4_website span {
  font-size: 16px !important;
}

.bg-1-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-2-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
  margin-top: 45px;  
}
.bg-3-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-4-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-5-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-6-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-7-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-8-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-9-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-10-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-11-website {
  background-position: center 10px;
  background-size: 270px;
  width: 41%;  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-12-website {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
  /*border-bottom: 1px solid #eee;*/
}

.h3-website {
  font-size: 22px;
}

/* ##### TIENDA ONLINE 420px ##### */

.bg-ecommerce {
    height: 1350px;
	background-position: 0 1130px !important;
}

.beneficios_ecommerce {
  width: 100%;
}
.span_bene_ecommerce {
  position: relative;
  display: inline-block;
}
.ul_bene_ecommerce_left {
  padding-left: 5%;
  width: 100%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}
.ul_bene_ecommerce_right {
  padding-left: 0%;
  width: 95%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}

.tabla_plan_ecommerce {
  flex-direction: column;
  gap: 2px;
}

.tabla_plan_1_ecommerce span,
.tabla_plan_2_ecommerce span,
.tabla_plan_3_ecommerce span {
  font-size: 16px !important;
}

.bg-1-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-2-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
  margin-top: 45px;  
}
.bg-3-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-4-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-5-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-6-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-7-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-8-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-9-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
}
.bg-10-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-11-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 41%;  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-12-ecommerce {
  background-position: center 10px;
  background-size: 270px;
  width: 100%;
  /*border-bottom: 1px solid #eee;*/
}

.h3-ecommerce {
  font-size: 22px;
}



/* ##### SERVICIOS ##### */

/* ##### DIGITALIZACiÓN 420px ##### */

.beneficios_digitalizacion {
  width: 105%;
}
.span_bene_digi {
  position: relative;
  display: inline-block;
}
.ul_bene_digi_left {
  padding-left: 0%;
  width: 100%;
  display: block;
  margin-top: 0px;
}
.ul_bene_digi_right {
  padding-left: 0%;
  width: 100%;
  display: block;
  margin-top: 0px;
  padding-right: 0px;
}

.tabla_plan_digi {
  flex-direction: column;
  gap: 5px;
}
.tabla_plan_1_digi {
  width: auto;
}
.tabla_plan_2_digi {
  width: auto;
}

.bg-digitalizacion {
  height: 1090px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
}

.bg-1-left-digitalizacion {
  width: 100%;
  background-size: 230px;
  margin-top: 30px;
}
.bg-2-right-digitalizacion {
  width: 100%;
  background-size: 230px;
  margin-top: 45px;
}
.bg-3-left-digitalizacion {
  width: 100%;
  background-size: 230px;
}
.bg-4-right-digitalizacion {
  width: 100%;
  background-size: 230px;
}
.bg-5-left-digitalizacion {
  width: 100%;
  background-size: 230px;
}
.bg-6-right-digitalizacion {
  width: 100%;
  background-size: 230px;
}
.bg-7-left-digitalizacion {
  width: 100%;
  background-size: 230px;
  border-bottom: 1px solid #eee;
}
.bg-8-right-digitalizacion {
  width: 100%;
  background-size: 230px;
}

.h3-digitalizacion {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
}


/* ##### MARKETING 360 420px ##### */

.beneficios_marketing {
  width: 105%;
}
.span_bene_mkt {
  position: relative;
  display: inline-block;
}
.ul_bene_mkt_left {
  padding-left: 5%;
  width: 100%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}
.ul_bene_mkt_right {
  padding-left: 0%;
  width: 95%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}

.tabla_plan_mkt {
  flex-direction: column;
  gap: 2px;
}

.bg-marketing {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat bottom;
  height: 1050px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
}
.bg-1-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 35px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-6-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-7-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-8-marketing {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-9-marketing {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  margin: 15px 0 0 0;
  text-align: center;
}

.h3-marketing {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
  margin-bottom: 20px;
}
.p-marketing {
  font-size: 16px;
}


/* ##### POSICIONAMIENTO 420px ##### */

.beneficios_seo {
  width: 105%;
}
.span_bene_seo {
  position: relative;
  display: inline-block;
}
.ul_bene_seo_left {
  padding-left: 5%;
  width: 100%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}
.ul_bene_seo_right {
  padding-left: 0%;
  width: 95%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}

.tabla_plan_seo {
  flex-direction: column;
  gap: 2px;
}

.bg-seo {
  height: 760px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  margin-bottom: 40px;
}
.bg-1-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 35px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-6-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-7-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-8-seo {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-9-seo {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  margin: 15px 0 0 0;
  text-align: center;
}

.h3-seo {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
  margin-bottom: 30px;
}
.p-seo {
  font-size: 16px;
}


/* ##### CAMPAÑAS ADS 420px ##### */

.beneficios_sem {
  width: 105%;
}
.span_bene_sem {
  position: relative;
  display: inline-block;
}
.ul_bene_sem_left {
  padding-left: 5%;
  width: 100%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}
.ul_bene_sem_right {
  padding-left: 0%;
  width: 95%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}

.tabla_plan_sem {
  flex-direction: column;
  gap: 2px;
}

.bg-sem {
  height: 760px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  margin-bottom: 40px;
}

.bg-1-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-6-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-7-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-8-sem {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-9-sem {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  margin: 15px 0 0 0;
  text-align: center;
}

.h3-sem {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
  margin-bottom: 30px;
}
.p-sem {
  font-size: 16px;
}


/* ##### SOCIAL ADS ##### */

/* ##### FACEBOOK ADS 420px ##### */

.tabla_plan_rrss-facebook-ads {
  flex-direction: column;
  gap: 2px;
}

.bg-rrss-facebook-ads {
  height: 870px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  margin-bottom: 40px;
}

.bg-1-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-6-rrss-facebook-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}

.h3-rrss-facebook-ads {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
  margin-bottom: 30px;
}
.p-rrss-facebook-ads {
  font-size: 16px;
}


/* ##### INSTAGRAM ADS 420px ##### */

.tabla_plan_rrss-instagram-ads {
  flex-direction: column;
  gap: 2px;
}

.bg-rrss-instagram-ads {
  height: 835px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  margin-bottom: 40px;
}

.bg-1-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-6-rrss-instagram-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}

.h3-rrss-instagram-ads {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
  margin-bottom: 30px;
}
.p-rrss-instagram-ads {
  font-size: 16px;
}

/* ##### LINKEDIN ADS 420px ##### */

.tabla_plan_rrss-linkedin-ads {
  flex-direction: column;
  gap: 2px;
}

.bg-rrss-linkedin-ads {
  height: 810px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  margin-bottom: 40px;
}

.bg-1-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-6-rrss-linkedin-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}

.h3-rrss-linkedin-ads {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
  margin-bottom: 30px;
}
.p-rrss-linkedin-ads {
  font-size: 16px;
}

/* ##### YOUTUBE ADS 420px ##### */

.tabla_plan_rrss-youtube-ads {
  flex-direction: column;
  gap: 2px;
}

.bg-rrss-youtube-ads {
  height: 840px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  margin-bottom: 40px;
}

.bg-1-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-6-rrss-youtube-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}

.h3-rrss-youtube-ads {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
  margin-bottom: 30px;
}
.p-rrss-youtube-ads {
  font-size: 16px;
}

/* ##### TIKTOK ADS 420px ##### */

.tabla_plan_rrss-tiktok-ads {
  flex-direction: column;
  gap: 2px;
}

.bg-rrss-tiktok-ads {
  height: 840px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  margin-bottom: 40px;
}

.bg-1-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-6-rrss-tiktok-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}

.h3-rrss-tiktok-ads {
  text-shadow: #333 1px 1px 2px;
  font-size: 28px;
  margin-bottom: 30px;
}
.p-rrss-tiktok-ads {
  font-size: 16px;
}

/* ##### GOOGLE SHOPPING ADS 420px ##### */

.tabla_plan_rrss-googleshopping-ads {
  flex-direction: column;
  gap: 2px;
}

.bg-rrss-googleshopping-ads {
  height: 980px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  margin-bottom: 40px;
}

.bg-1-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_01_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-2-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_02_servicios.png") no-repeat center 30px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-3-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_03_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}
.bg-4-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_04_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;  
}
.bg-5-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/left_obj_05_servicios.png") no-repeat center 15px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 15px 0 0 0;
}
.bg-6-rrss-googleshopping-ads {
  background: url("/wp-content/uploads/2021/03/right_obj_03a_servicios.png") no-repeat center 20px;
  width: 100%;
  background-size: 230px;
  text-align: center;
  margin: 15px 0 0 0;
}

.h3-rrss-googleshopping-ads {
  text-shadow: #333 1px 1px 2px;
  font-size: 27px;
  margin-bottom: 30px;
}
.p-rrss-googleshopping-ads {
  font-size: 16px;
}


/* ##### INFOGRAFÍA ##### */

/* ##### 3D 420px ##### */

.bg-infografia {
  height: 890px;
  width: auto;
  margin: 0 0 60px 0;
  background-size: contain;
}

.bg-1-left-infografia {
  width: 100%;
  background-size: 270px;
  margin-top: 30px;
}
.bg-2-right-infografia {
  width: 100%;
  background-size: 270px;
  margin-top: 45px;
}
.bg-3-left-infografia {
  width: 100%;
  background-size: 270px;
}
.bg-4-right-infografia {
  width: 100%;
  background-size: 270px;
}
.bg-5-left-infografia {
  width: 100%;
  background-size: 270px;
}
.bg-6-right-infografia {
  width: 100%;
  background-size: 270px;
}
.bg-7-left-infografia {
  width: 100%;
  background-size: 270px;
  border-bottom: 1px solid #eee;
}
.bg-8-right-infografia {
  width: 100%;
  background-size: 270px;
}

.h3-infografia {
  text-shadow: #333 1px 1px 2px;
  font-size: 26px;
}



/* ##### SUBVENCIONES ##### */

/* ##### HOME 420px ##### */

.bg-subvencion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 675px;
  background-size: contain !important;
  background-position: 0 510px !important;
}

.resp-table abbr {
  font-size: 13px;
  margin: -4px;
  display: inline-block;
}

.td-subv-osiprefieres {
  width: 100%;
  position: relative;
  margin-top: 0px;
}
.td-subvenciones.td-left {
  width: 100%;
  display: block;
  float: none;
}
.td-subvenciones.td-right {
  width: 100%;
  display: block;
  float: none;
}
.td-subvenciones-now-1 {
  width: 95%;
  padding: 10px !important;
  text-align: center;
  display: block;
}
.td-subvenciones-now {
  width: auto;
}
.td-subvenciones-wait-1 {
width: 95%;
padding: 10px !important;
text-align: center;
display: block;
}
.td-subvenciones-wait {
  width: auto;
}
.td-subvenciones-go {
  width: 100%;
  text-align: center;
  display: inline-block;
}



/* ##### FOOTER 420px ##### */

.contacto-title-footer {
  font-size: 30px;
}
.email-title-footer {
  font-size: 18px;
}
.email-footer {
  font-size: 22px;
}
.phone-title-footer {
  font-size: 18x;
}
.phone-footer {
  font-size: 22px;
}
.horario-footer {
  font-size: 16px;
}

} 


/* ############################# */
/* ##### MEDIA QUERY 360px ##### */
/* ############################# */

@media only screen and (max-width: 360px) {
    
body {
  font-size: 14px;
  line-height: 20px;    
}
/* ##### MENÚ / MENÚ LATERAL 420px #####*/

.header-logo {
  height: 40px;
  top: 25px;
}

.toggle-holder {
  right: 20px;
  top: 60%;
}
.menu-holder {
  top: 78px;
  width: 100%;
}
#header-main-menu {
  width: 90%;
}

.content-wrapper {
  width: 90%;
  margin: 0 auto;
}

.section h2.entry-title, .page-template-default.page .section h1.entry-title {
  font-size: 26px;
  line-height: 28px;
}
h2 {
font-size: 26px;
line-height: 28px;
}
h3 {
font-size: 24px;
line-height: 28px;
}
.page-template-default.page .section h1.entry-title {
  margin-bottom: 15px;
}


/* ##### HOME 360px #####*/

body.home .section.post-6 {
  background-position: center bottom;
}
body.home #inicio.post-6 .big-text {
  font-size: 30px;
  line-height: 50px;
}

.font-size-20 {
  font-size: 20px;
}

.site-wrapper .footer-content {
  padding-top: 110px;
  padding-bottom: 30px;
}


/* ##### APP GRATUITA FULL WIDTH 360px ##### */

.two-block-left-app h4 {
  line-height: 30px;
  font-size: 20px;
}

/* ##### DESARROLLO A MEDIDA FULL WIDTH 360px ##### */
/* */

/* ##### DISEÑO RESPONSIVE FULL WIDTH 360px ##### */
/* */

/* ##### DIGITALIZATE FULL WIDTH 360px ##### */
/* */

/* ##### PARTNER MARCA BLANCA FULL WIDTH 360px ##### */
/* */



/* ##### WEB ##### */

/* ##### PÁGINA WEB 360px ##### */

#woo {
  width: 50%;
  height: 50%;
  margin-top: 20px;
}

.separa-texto {
  font-size: 12px;
}

.bg-website {
    height: 960px;
	background-position: 0 800px !important;
}

.beneficios_website {
  width: 100%;
}
.span_bene_website {
  position: relative;
  display: inline-block;
}
.ul_bene_website_left {
  padding-left: 5%;
  width: 100%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}
.ul_bene_website_right {
  padding-left: 0%;
  width: 95%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}

.tabla_plan_website {
  flex-direction: column;
  gap: 2px;
}

.tabla_plan_1_website span,
.tabla_plan_2_website span,
.tabla_plan_3_website span,
.tabla_plan_4_website span {
  font-size: 14px !important;
}

.bg-1-website {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-2-website {
  background-position: center 5px;
  background-size: contain;
  width: 100%;
  /*margin-top: 45px;*/
}
.bg-3-website {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-4-website {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-5-website {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-6-website {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-7-website {
  background-position: center 0px;
  background-size: contain;
  width: 100%;
}
.bg-8-website {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-9-website {
  background-position: center 0px;
  background-size: contain;
  width: 100%;
}
.bg-10-website {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-11-website {
  background-position: center 10px;
  background-size: contain;
  width: 41%;  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-12-website {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
  /*border-bottom: 1px solid #eee;*/
}

.h3-website {
  font-size: 25px;
  margin-bottom: 50px;
}

/* ##### TIENDA ONLINE 360px ##### */

.bg-ecommerce {
    height: 1110px;
	background-position: 0 910px !important;
}

.beneficios_ecommerce {
  width: 100%;
}
.span_bene_ecommerce {
  position: relative;
  display: inline-block;
}
.ul_bene_ecommerce_left {
  padding-left: 5%;
  width: 100%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}
.ul_bene_ecommerce_right {
  padding-left: 0%;
  width: 95%;
  display: block;
  margin-top: 0px;
  font-size: 15px;
}

.tabla_plan_ecommerce {
  flex-direction: column;
  gap: 2px;
}

.tabla_plan_1_ecommerce span,
.tabla_plan_2_ecommerce span,
.tabla_plan_3_ecommerce span {
  font-size: 14px !important;
}

.bg-1-ecommerce {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-2-ecommerce {
  background-position: center 5px;
  background-size: contain;
  width: 100%;
  /*margin-top: 45px;*/
}
.bg-3-ecommerce {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-4-ecommerce {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-5-ecommerce {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-6-ecommerce {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-7-ecommerce {
  background-position: center 0px;
  background-size: contain;
  width: 100%;
}
.bg-8-ecommerce {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
}
.bg-9-ecommerce {
  background-position: center 0px;
  background-size: contain;
  width: 100%;
}
.bg-10-ecommerce {
  background-position: center 10px;
  background-size: contain;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-11-ecommerce {
  background-position: center 10px;
  background-size: contain;
  width: 41%;  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-12-ecommerce {
  background-position: center 0px;
  background-size: contain;
  width: 100%;
  /*border-bottom: 1px solid #eee;*/
}

.h3-ecommerce {
  font-size: 25px;
  margin-bottom: 50px;
}




/* ##### DIGITALIZATE FULL WIDTH 360px ##### */
.two-block-left img {
  padding: 0 0 50px 0;
}

/* ##### PARTNER MARCA BLANCA FULL WIDTH 360px ##### */
/* */


/* ##### SERVICIOS ##### */

/* ##### DIGITALIZACiÓN 360px ##### */

.tabla_plan_1_digi {
    padding: 15px;
}
.tabla_plan_2_digi {
    padding: 15px;
}

.bg-digitalizacion {
  height: 875px;
  background-size: contain;
}

.h3-digitalizacion {
  font-weight: bold;
  font-size: 24px;
}
.p-digitalizacion {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### MARKETING 360 360px ##### */

.tabla_plan_1_mkt {
    padding: 15px;
}
.tabla_plan_2_mkt {
    padding: 15px;
}
.tabla_plan_3_mkt {
    padding: 15px;
}

.bg-marketing {
  height: 835px;
  background-size: contain;
}

.h3-marketing {
  font-weight: bold;
  font-size: 24px;
}
.p-marketing {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### POSICIONAMIENTO 360px ##### */

.tabla_plan_1_seo {
    padding: 15px;
}
.tabla_plan_2_seo {
    padding: 15px;
}
.tabla_plan_3_seo {
    padding: 15px;
}

.bg-seo {
  height: 575px;
  background-size: contain;
}

.bg-1-seo {
  background-size: 80%;
  background-position: center 10px;
}
.bg-2-seo {
  background-size: 80%;
  background-position: center 10px;
}
.bg-3-seo {
  background-size: 80%;
  background-position: center 10px;
}
.bg-4-seo {
  background-size: 80%;
  background-position: center 10px;
}
.bg-5-seo {
  background-size: 80%;
  background-position: center 10px;
}
.bg-6-seo {
  background-size: 80%;
  background-position: center 10px;
}
.bg-7-seo {
  background-size: 80%;
  background-position: center 10px;
}
.bg-8-seo {
  background-size: 80%;
  background-position: center 10px;
}
.bg-9-seo {
  background-size: 80%;
  background-position: center 10px;
}

.h3-seo {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.p-seo {
  font-weight: normal;
  font-size: 14px;
} 


/* ##### CAMPAÑAS ADS 360px ##### */

.bg-sem {
  height: 610px;
  background-size: contain;
}

.bg-3-sem {
  background-size: 80%;
  background-position: center 25px;
}

.h3-sem {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.p-sem {
  font-weight: normal;
  font-size: 14px;
} 


/* ##### SOCIAL ADS ##### */

/* ##### FACEBOOK ADS 360px ##### */

.bg-rrss-facebook-ads {
  height: 700px;
  background-size: contain;
}

.bg-1-rrss-facebook-ads {
  background-position: center 15px;
}
.bg-2-rrss-facebook-ads {
  background-position: center 25px;
}
.bg-3-rrss-facebook-ads {
  background-position: center 15px;
}
.bg-4-rrss-facebook-ads {
  background-position: center 15px;
}
.bg-5-rrss-facebook-ads {
  background-position: center 25px;
}
.bg-6-rrss-facebook-ads {
  background-position: center 15px;
}

.h3-rrss-facebook-ads {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.p-rrss-facebook-ads {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### INSTAGRAM ADS 360px ##### */

.bg-rrss-instagram-ads {
  height: 665px;
  background-size: contain;
}

.bg-1-rrss-instagram-ads {
  background-position: center 15px;
}
.bg-2-rrss-instagram-ads {
  background-position: center 25px;
}
.bg-3-rrss-instagram-ads {
  background-position: center 15px;
}
.bg-4-rrss-instagram-ads {
  background-position: center 15px;
}
.bg-5-rrss-instagram-ads {
  background-position: center 15px;
}
.bg-6-rrss-instagram-ads {
  background-position: center 25px;
}

.h3-rrss-instagram-ads {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.p-rrss-instagram-ads {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### LINKEDIN ADS 360px ##### */

.bg-rrss-linkedin-ads {
  height: 660px;
  background-size: contain;
}

.bg-1-rrss-linkedin-ads {
  background-position: center 15px;
}
.bg-2-rrss-linkedin-ads {
  background-position: center 25px;
}
.bg-3-rrss-linkedin-ads {
  background-position: center 15px;
}
.bg-4-rrss-linkedin-ads {
  background-position: center 15px;
}
.bg-5-rrss-linkedin-ads {
  background-position: center 25px;
}
.bg-6-rrss-linkedin-ads {
  background-position: center 15px;
}

.h3-rrss-linkedin-ads {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.p-rrss-linkedin-ads {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### YOUTUBE ADS 360px ##### */

.bg-rrss-youtube-ads {
  height: 650px;
  background-size: contain;
}

.bg-1-rrss-youtube-ads {
  background-position: center 15px;
}
.bg-2-rrss-youtube-ads {
  background-position: center 25px;
}
.bg-3-rrss-youtube-ads {
  background-position: center 15px;
}
.bg-4-rrss-youtube-ads {
  background-position: center 15px;
}
.bg-5-rrss-youtube-ads {
  background-position: center 25px;
}
.bg-6-rrss-youtube-ads {
  background-position: center 15px;
}

.h3-rrss-youtube-ads {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.p-rrss-youtube-ads {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### TIKTOK ADS 360px ##### */

.bg-rrss-tiktok-ads {
  height: 670px;
  background-size: contain;
}

.bg-1-rrss-tiktok-ads {
  background-position: center 15px;
}
.bg-2-rrss-tiktok-ads {
  background-position: center 25px;
}
.bg-3-rrss-tiktok-ads {
  background-position: center 15px;
}
.bg-4-rrss-tiktok-ads {
  background-position: center 15px;
}
.bg-5-rrss-tiktok-ads {
  background-position: center 25px;
}
.bg-6-rrss-tiktok-ads {
  background-position: center 15px;
}

.h3-rrss-tiktok-ads {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.p-rrss-tiktok-ads {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### GOOGLE SHOPPING ADS 360px ##### */

.bg-rrss-googleshopping-ads {
  height: 750px;
  background-size: contain;
}

.bg-1-rrss-googleshopping-ads {
  background-position: center 15px;
}
.bg-2-rrss-googleshopping-ads {
  background-position: center 25px;
}
.bg-3-rrss-googleshopping-ads {
  background-position: center 15px;
}
.bg-4-rrss-googleshopping-ads {
  background-position: center 15px;
}
.bg-5-rrss-googleshopping-ads {
  background-position: center 15px;
}
.bg-6-rrss-googleshopping-ads {
  background-position: center 15px;
}

.h3-rrss-googleshopping-ads {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 40px;
}
.p-rrss-googleshopping-ads {
  font-weight: normal;
  font-size: 14px;
} 


/* ##### INFOGRAFÍA ##### */

/* ##### 3D 360px ##### */

.bg-infografia {
  height: 700px;
  background-size: contain;
}

.h3-infografia {
  font-weight: bold;
  font-size: 27px;
}
.p-infografia {
  font-weight: normal;
  font-size: 14px;
} 


/* ##### SUBVENCIONES ##### */

/* ##### HOME 360px ##### */

.bg-subvencion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 550px;
  background-size: contain !important;
  background-position: 0 405px !important;
}

h6 {
  font-size: 20px;
}

.resp-table abbr {
  font-size: 11px;
  margin: -5px;
  display: inline-block;
}

.table-form-subv-legal {
  padding: 0;
  margin: 0 -35px;
  border: none;
}
.table-form-subv-legal tbody {
  font-size: 9px !important;
}


/* ############################# */
/* ##### MEDIA QUERY 320px ##### */
/* ############################# */

@media only screen and (max-width: 320px) {

/* ##### HOME 320px #####*/

body.home .section.post-6 {
  background-position: center center;
}
body.home #inicio.post-6 .big-text {
  font-size: 26px;
  line-height: 50px;
}

.font-size-20 {
  font-size: 20px;
}

.site-wrapper .footer-content {
    padding-top: 95px;
}

.phone-title-footer {
    font-size: 18px;
}


/* ##### APP GRATUITA FULL WIDTH 320px ##### */
/* */

/* ##### DESARROLLO A MEDIDA FULL WIDTH 320px ##### */
/* */

/* ##### DISEÑO RESPONSIVE FULL WIDTH 320px ##### */
/* */

/* ##### DIGITALIZATE FULL WIDTH 320px ##### */
.two-block-left img {
  padding: 0 0 50px 0;
}

/* ##### PARTNER MARCA BLANCA FULL WIDTH 320px ##### */
/* */



/* ##### WEB ##### */

/* ##### PÁGINA WEB 320px ##### */

.separa-texto {
  font-size: 11px;
}

.bg-website {
    height: 1020px;
	background-position: 0 860px !important;
}

.tabla_plan_1_website span,
.tabla_plan_2_website span,
.tabla_plan_3_website span,
.tabla_plan_4_website span {
  font-size: 13px !important;
}

.bg-1-website {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-2-website {
  background-position: center 15px;
  background-size: contain;
  width: 100%;
  /*margin-top: 45px;*/
}
.bg-3-website {
  background-position: center 15px;
  background-size: contain;
  width: 100%;
}
.bg-4-website {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-5-website {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-6-website {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-7-website {
  background-position: center 5px;
  background-size: contain;
  width: 100%;
}
.bg-8-website {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-9-website {
  background-position: center 5px;
  background-size: contain;
  width: 100%;
}
.bg-10-website {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-11-website {
  background-position: center 15px;
  background-size: contain;
  width: 41%;  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-12-website {
  background-position: center 15px;
  background-size: contain;
  width: 100%;
  /*border-bottom: 1px solid #eee;*/
}

.h3-website {
  font-size: 20px;
  margin-bottom: 35px;
}

/* ##### TIENDA ONLINE 320px ##### */

.bg-ecommerce {
    height: 1165px;
	background-position: 0 980px !important;
}

.tabla_plan_1_ecommerce span,
.tabla_plan_2_ecommerce span,
.tabla_plan_3_ecommerce span {
  font-size: 13px !important;
}

.bg-1-ecommerce {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-2-ecommerce {
  background-position: center 15px;
  background-size: contain;
  width: 100%;
  /*margin-top: 45px;*/
}
.bg-3-ecommerce {
  background-position: center 15px;
  background-size: contain;
  width: 100%;
}
.bg-4-ecommerce {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-5-ecommerce {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-6-ecommerce {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-7-ecommerce {
  background-position: center 5px;
  background-size: contain;
  width: 100%;
}
.bg-8-ecommerce {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
}
.bg-9-ecommerce {
  background-position: center 5px;
  background-size: contain;
  width: 100%;
}
.bg-10-ecommerce {
  background-position: center 20px;
  background-size: contain;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-11-ecommerce {
  background-position: center 15px;
  background-size: contain;
  width: 41%;  width: 100%;
  border-bottom: 1px solid #eee;
}
.bg-12-ecommerce {
  background-position: center 5px;
  background-size: contain;
  width: 100%;
  /*border-bottom: 1px solid #eee;*/
}

.h3-ecommerce {
  font-size: 20px;
  margin-bottom: 35px;
}




/* ##### SERVICIOS ##### */

/* ##### DIGITALIZACiÓN 320px ##### */

.bg-digitalizacion {
  height: 990px;
  background-size: contain;
}

.h3-digitalizacion {
  margin-bottom: 20px;
}

/* ##### MARKETING 360 320px ##### */

.bg-marketing {
  height: 940px;
  background-size: contain;
}

.h3-marketing {
  font-weight: bold;
  font-size: 21px;
}
.p-marketing {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### POSICIONAMIENTO 320px ##### */

.bg-seo {
  height: 630px;
  background-size: contain;
}

.h3-seo {
  font-weight: bold;
  font-size: 21px;
}
.p-seo {
  font-weight: normal;
  font-size: 14px;
} 


/* ##### CAMPAÑAS ADS 320px ##### */

.bg-sem {
  height: 660px;
  background-size: contain;
  margin-bottom: 50px;
}

.bg-1-sem {
  background-size: 80%;
  background-position: center 15px;
}
.bg-2-sem {
  background-size: 80%;
  background-position: center 15px;
}
.bg-3-sem {
  background-size: 80%;
  background-position: center 30px;
}
.bg-4-sem {
  background-size: 80%;
  background-position: center 15px;
}
.bg-5-sem {
  background-size: 80%;
  background-position: center 15px;
}
.bg-6-sem {
  background-size: 80%;
  background-position: center 15px;
}
.bg-7-sem {
  background-size: 80%;
  background-position: center 15px;
}
.bg-8-sem {
  background-size: 80%;
  background-position: center 15px;
}
.bg-9-sem {
  background-size: 80%;
  background-position: center 15px;
}

.h3-sem {
  font-weight: bold;
  font-size: 21px;
}
.p-sem {
  font-weight: normal;
  font-size: 14px;
} 

/* ##### SOCIAL ADS ##### */

/* ##### FACEBOOK ADS 320px ##### */

.bg-rrss-facebook-ads {
  height: 730px;
  background-size: contain;
  margin-bottom: 50px;
}

.bg-1-rrss-facebook-ads {
  background-position: center 30px;
}
.bg-2-rrss-facebook-ads {
  background-position: center 30px;
}
.bg-3-rrss-facebook-ads {
  background-position: center 15px;
}
.bg-4-rrss-facebook-ads {
  background-position: center 30px;
}
.bg-5-rrss-facebook-ads {
  background-position: center 30px;
}
.bg-6-rrss-facebook-ads {
  background-position: center 15px;
}

.h3-rrss-facebook-ads {
  font-size: 22px;
  margin-bottom: 25px;
}

/* ##### INSTAGRAM ADS 320px ##### */

.bg-rrss-instagram-ads {
  height: 700px;
  background-size: contain;
  margin-bottom: 30px;
}

.bg-1-rrss-instagram-ads {
  background-position: center 30px;
}
.bg-2-rrss-instagram-ads {
  background-position: center 30px;
}
.bg-3-rrss-instagram-ads {
  background-position: center 15px;
}
.bg-4-rrss-instagram-ads {
  background-position: center 30px;
}
.bg-5-rrss-instagram-ads {
  background-position: center 15px;
}
.bg-6-rrss-instagram-ads {
  background-position: center 25px;
}

.h3-rrss-instagram-ads {
  font-size: 22px;
  margin-bottom: 25px;
}

/* ##### LINKEDIN ADS 320px ##### */

.bg-rrss-linkedin-ads {
  height: 700px;
  background-size: contain;
  margin-bottom: 30px;
}

.bg-1-rrss-linkedin-ads {
  background-position: center 30px;
}
.bg-2-rrss-linkedin-ads {
  background-position: center 30px;
}
.bg-3-rrss-linkedin-ads {
  background-position: center 15px;
}
.bg-4-rrss-linkedin-ads {
  background-position: center 30px;
}
.bg-5-rrss-linkedin-ads {
  background-position: center 25px;
}
.bg-6-rrss-linkedin-ads {
  background-position: center 15px;
}

.h3-rrss-linkedin-ads {
  font-size: 22px;
  margin-bottom: 25px;
}

/* ##### YOUTUBE ADS 320px ##### */

.bg-rrss-youtube-ads {
  height: 700px;
  background-size: contain;
  margin-bottom: 30px;
}

.bg-1-rrss-youtube-ads {
  background-position: center 30px;
}
.bg-2-rrss-youtube-ads {
  background-position: center 30px;
}
.bg-3-rrss-youtube-ads {
  background-position: center 15px;
}
.bg-4-rrss-youtube-ads {
  background-position: center 30px;
}
.bg-5-rrss-youtube-ads {
  background-position: center 25px;
}
.bg-6-rrss-youtube-ads {
  background-position: center 15px;
}

.h3-rrss-youtube-ads {
  font-size: 22px;
  margin-bottom: 25px;
}

/* ##### TIKTOK ADS 320px ##### */

.bg-rrss-tiktok-ads {
  height: 715px;
  background-size: contain;
  margin-bottom: 30px;
}

.bg-1-rrss-tiktok-ads {
  background-position: center 30px;
}
.bg-2-rrss-tiktok-ads {
  background-position: center 30px;
}
.bg-3-rrss-tiktok-ads {
  background-position: center 15px;
}
.bg-4-rrss-tiktok-ads {
  background-position: center 30px;
}
.bg-5-rrss-tiktok-ads {
  background-position: center 25px;
}
.bg-6-rrss-tiktok-ads {
  background-position: center 15px;
}

.h3-rrss-tiktok-ads {
  font-size: 22px;
  margin-bottom: 25px;
}

/* ##### GOOGLE SHOPPING ADS 320px ##### */

.bg-rrss-googleshopping-ads {
  height: 810px;
  background-size: contain;
  margin-bottom: 30px;
}

.bg-1-rrss-googleshopping-ads {
  background-position: center 10px;
}
.bg-2-rrss-googleshopping-ads {
  background-position: center 25px;
}
.bg-3-rrss-googleshopping-ads {
  background-position: center 15px;
}
.bg-4-rrss-googleshopping-ads {
  background-position: center 15px;
}
.bg-5-rrss-googleshopping-ads {
  background-position: center 15px;
}
.bg-6-rrss-googleshopping-ads {
  background-position: center 15px;
}

.h3-rrss-googleshopping-ads {
  font-size: 20px;
  margin-bottom: 25px;
}


/* ##### INFOGRAFÍA ##### */

/* ##### 3D 320px ##### */

.bg-infografia {
  height: 800px;
  background-size: contain;
}

.h3-infografia {
  margin-bottom: 65px;
}


/* ##### SUBVENCIONES ##### */

/* ##### HOME 320px ##### */

.bg-subvencion {
  background: url("/wp-content/uploads/2018/01/yellow_bg.png") no-repeat center 0;
  height: 580px;
  background-size: contain !important;
  background-position: 0 455px !important;
}

.resp-table abbr {
  font-size: 10px;
  margin: -6px;
  display: inline-block;
}

}





