@media (min-width: 765px) {

  .only-desktop {
    display: block;
  }

  .hide-desktop {
    display: none;
  }

  body .hide-desktop-important {
    display: none !important;
  }

  p.nosotros-text {
    font-size: 17px;
    padding: 0 100px 0 0;
  }

  .texto_tabla_pv {
    padding-right: 60px;
  }  
/* Fixed Header */  
header {
  position: fixed;
  width: 100%;
  height: auto;
  background: #ffffff;
  z-index: 999;
}

html:not([data-scroll='0']) header {
  box-shadow: 0px 4px 10px #bbbbbb;
}

main {
  padding-top: 82px;
}

/* Fix Testimonios Clientes */
.cont-testimonios.bg-gris {
  width: 200% !important;
  margin-left: -50%;
  max-width: unset !important;
}

.page-template-page-clientes {
  overflow-x: hidden;
}

/* Background Equipo*/
.page-template-page-nuestro-equipo {
  overflow-x: hidden;
}

.cont-desarrollo_web {
  background: url('./assets/img/bg-desarrollo.png') top center;
    width: 200%;
    margin-left: -50%;
    background-repeat: no-repeat;
    background-size: 44%;
    padding: 0 50%;
}

.cont-desarrollo_web .col-md-6.mb-3 {
  margin-bottom: 3rem !important;
}

.cont-diseno {
  background: url('./assets/img/bg-diseno.png') top center;
  width: 200%;
  margin-left: -50%;
  background-repeat: no-repeat;
  background-size: 44%;
  padding: 0 50%;
}

.cont-marketing {
  background: url('./assets/img/bg-marketing.png') top center;
  width: 200%;
  margin-left: -50%;
  background-repeat: no-repeat;
  background-size: 44%;
  padding: 0 50%;
}
  
.texto_testimonios p:first-child {
    min-height: 200px;
}
  
.texto_testimonios a.btn_rojo {
    margin: 0px 0 0 0 !important;
    float: left !important;
  color: #ffffff !important;
  font-weight: normal !important;
}
.bg-blanco.texto_testimonios {
    min-height: 380px;
}

}

@media (max-width: 764px) {

  /*HEADER EN SINGLE CASOS*/
  .single-casos .cabezales .container .alto-maxx{
    margin-top: 0!important;
  }
  /*HEADER EN SINGLE CASOS*/
   html body {
    margin-top: 78px;
  }
  
  .header-row {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    /* width: 100%; */
    margin: 0;
    z-index: 999999;
    background: #ffffff;
    padding: 5px 10px;
  }
  
  .header-row .btn_rojo {
      font-size: 14px !important;
      margin-right: 0 !important;
  }

  header img.w-100 {
    width: auto !important;
    max-height: 65px;
    margin-top: 2px;
  }
  
  .pre_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 999999;
  }

  .only-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }  

  .hide-mobile-important {
    display: none !important;
  }  

  main a {
    word-break: break-word;
  }


  .alignnone.size-full.wp-image-1897 {
    max-width: 80%;
    width: 80%;
    margin: 0 10%;
}

.cont-gerencia {
    margin-left: 3% !important;
}

  /* menu*/
  .pre_header ul {
    display: none;
  }
  .pre_header {
    height: 5px;
  }
  button.owl-next {
    right: 15px;
  }

  button.owl-prev {
    left: 15px;
  }


  .contenido_bloque_carrusel p {
    font-size: 0.9rem;
  }

  .descripcion {
    min-height: 70px !important;
  }

  .display_menu {
    background: var(--gris_tres);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
  }
  .items_menu_mobile li img {
    width: 20px;
    margin-top: 0px;
  }
  .items_menu_mobile li {
    display: inline-flex;
    flex-direction: column;
    font-size: 10px;
    color: white;
  }
  .items_menu_mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }

  .menu_mobile {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 150;
    overflow: scroll;
  }
  .elementos_menu {
    width: 85%;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
  }
  .nav_mobile {
    padding: 2rem;
  }
  .rrss_mobile img {
    width: 30px;
  }
  .footer_mobile {
    padding: 4rem 2rem 2rem 2rem;
    background: var(--gris_uno);
    position: relative;
  }
  .nav_mobile ul li a {
    color: var(--negro);
    text-decoration: none;
  }
  .nav_mobile ul li {
    margin-bottom: 2rem;
  }
  .nav_mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .elementos_menu h2 {
    display: inline-block;
    border-bottom: 2px solid;
    margin-bottom: 3rem;
  }

  .logo_mobile_menu img {
    width: 100%;
  }
  .rrss_mobile {
    margin-bottom: 2rem;
  }

  a.logo_mobile_menu {
    width: 40%;
    display: inline-block;
    position: absolute;
    top: -2rem;
    left: 2rem;
  }

  .datos_generales_menu_header a {
    color: var(--negro);
    text-decoration: none;
  }

  .datos_generales_menu_header img {
    width: 10px;
    margin-right: 10px;
  }
  .datos_generales_menu_header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .datos_generales_menu_header {
    font-size: 80%;
  }
  .cerrar_menu {
    position: absolute;
    right: 1rem;
    top: 2rem;
    width: 40px;
    height: 40px;
    background: var(--rojo);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
  }
  .current-menu-item a {
    color: var(--rojo) !important;
    font-weight: 700;
  }

  /* front page */
  .formulario {
    width: calc(100% - 10px);
    background: var(--gris_uno);
    /*min-height: 430px;*/
    position: relative;
    top: -15px;
    left: 5px;
    border-radius: 20px;
    padding: 1rem 2rem 23rem 2rem;
    text-align: center;
    z-index: 123;
    right: 0;
  }

  .formulario form.wpcf7-form {
    float: left;
    margin-bottom: 30px;
}

  .premios_mobile .owl-dots {
    position: absolute;
    width: calc(100% - 20px);
  }

  .premios_mobile .owl-item {
    padding: 1rem;
  }

.premios_mobile p {
  margin: 0;
  padding: 0;
}

  .bloque_uno .imagen_bloque_uno {
    position: relative;
    display: block;
    width: 80%;
    float: left;
    margin-top: -80px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .home .textos_bloque3 a{
    width: auto !important;
    float: left;
  }
  .home .textos_bloque3 h2{
    width: 100% !important;
    float: left;
  }
  .col-md-4.mb-3.desarrollo{
    width: 90% !important;
  }
  .row.center-mobile{
    justify-content: center;
  }
  .bloque_uno {
    padding: 2rem;
    display: block;
  }
  .casos_de_exito {
    text-align: center;
    margin-bottom: 2rem;
  }
  .bloque_dos_carrusel .owl-item,
  .testimonios .owl-item {
    padding: 2rem;
  }

  .contenido_bloque_dos {
    width: 100%;
  }

  .imagen_bloque_dos {
    width: 100%;
  }
  .bloque_dos {
    display: block !important;
  }

  .premios {
    text-align: center;
  }

  .premios img {
    position: relative;
    top: 0;
  }

  .texto_testimonios {
    width: 100%;
    padding: 2rem;
    float: left;
    padding-top: 90px;
  }

  .imagen_testimonio {
    position: initial !important;
    margin-bottom: -80px;
  }

  .centrado {
    text-align: center;
  }

  .alto-max {
    height: 400px;
    display: block;
    padding: 2rem 1rem;
  }

  .wp-block-column h2 {
    border-right: 0px;
  }

  .areas_marketing img {
    width: 50% !important;
    left: 25%;
  }
  .premios_mobile p {
    text-align: center;
  }
  
  .premios_mobile .owl-item .row { 
    /* flex-direction: column-reverse; */
  }
  
  .cabezales h1 {
    font-size: 32px;
}

.cabezal-articulos {
  background: none !important;
}

.img-articulos {
  float: left; 
  width: 100%;
}

.single-casos .cabezales h1 {
  padding: 30px 0 !important;
  font-size: 24px;
  margin: 0 !important;
}

.single-casos .cabezales img {
  width: 100% !important;
}


  .premios_mobile .owl-item .row .col-12 img {
     max-width: 60%;
         margin: 0 20%;
  }

  /*NOSOTROS*/
  .mision img {
    position: initial;
    width: 70%;
  }
  .mision {
    padding: 2rem;
    height: auto;
    margin-top: auto;
    margin-bottom: 1rem;
  }
  .texto_tabla_pv {
    padding: 1rem;
  }

  /* CLIENTES */
  .listado_clientes li,
  .listado_clientes_dos li {
    width: calc(100% / 2 - 30px);
  }

  .imagen_equipos {
    margin-bottom: 1rem;
  }
  .barra {
    width: 80%;
  }
  .nuestro_equipo_mobile p {
    margin: 0;
  }
  
  .imagen_equipos {
    width: 110px;
    height: 110px;
  }

  /*archive casos*/
  .imagen_archive {
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    height: 250px;
  }

  .muestra_casos {
    width: 100%;
    height: auto;
  }
  .contenedor_casos {
    height: auto;
  }
  .imagen_casos {
    width: 100%;
    height: 200px;
  }

  /*contacto*/
  .apoyamos_contacto h2 {
    display: block;
    border-right: 0;
    width: 100%;
    margin-bottom: 1rem;
  }

  .apoyamos_contacto {
    display: block;
  }
  .apoyamos_contacto p {
    padding: 0;
  }

  /*footer*/

footer {
  font-size: 0.8rem;
}

footer strong {
  font-size: 1rem;
}

.box-testimonios {
  margin-bottom: 1rem !important;
}

  .logo_footer {
    width: 50%;
    left: 25%;
    top: -80px;
    z-index: 40;
  }

  .newsletter {
    position: initial;
    margin-top: 50px;
  }

  .rrss_footer img {
    width: 50px;
  }

  .rrss_footer {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .menus_footer {
    margin-bottom: 1rem;
  }
  .datos_generales_footer img {
    left: 0;
    margin-right: 10px;
    position: initial;
  }
  .hide {
    display: none;
  }

  .membresia {
    display: block;
  }
  .membresia li {
    display: inline-flex;
    width: 49%;
    margin-bottom: 2rem;
  }

  .partner_y_asociaciones {
    margin-top: 50px;
  }

  /*ecommerce*/
  .desarrollo_proyectos p {
    width: 100%;
    border: 0px;
    padding: 0;
  }
  .desarrollo_proyectos h2 {
    width: 100%;
    border: 0px;
    margin-bottom: 2rem;
  }
  .desarrollo_proyectos {
    display: block;
  }
  /* marketing */
  .youtube-video-mkt {
    margin: 0 !important;
    height: 250px;
    width: 100% !important;
  }
  .carrusel_casos .owl-item,
  .testimonios .owl-item {
    padding: 2rem;
  }
}

/*BLOQUE 3*/
@media (max-width: 765px) {

  .bloque3.servicio-marketing-digital .bloque3-col1 {
    order: 2;
  }
  
  .bloque3.servicio-marketing-digital .bloque3-col2 {
    order: 1;
  }
  
  .bloque3.servicio-marketing-digital .bloque3-col2 img, .bloque3.servicio-ecommerce .bloque3-col2 img {
    max-width: 70%;
    margin: 0 15%;
  }

  .bloque3.servicio-marketing-digital, .bloque3.servicio-ecommerce {
    border-bottom: 1px dashed #bbbbbb;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  a.boton-ver-servicio {
    float: right !important;
  }

  .row.bloque3 .col-md-5 img {
    width: 100%;
  }
  .textos_bloque3 h2 {
    width: 100% !important;
  }
  .textos_bloque3 a {
    width: 100%;
  }
  .imagen_bloque3{
    left: -5px;
  }
  /* carrusel casos de exito */
  .col-md-4.text-left.center_mobile {
    text-align: center;
  }
  a.btn_rojo.casos_exito {
    float: inherit;
  }
  .fondo_carrusel {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    padding: 20px 20px;
    height: auto;
  }
  .fondo_carrusel {
      background-size: auto;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 30px;
      /* height: 281px; */
      padding: 10px 20px;
      height: auto;
  }
  .casos-exito {
      padding: 0px 12px;
      background-repeat: no-repeat;
  }
  .h2_titulo {
    font-size: 2rem;
  }
  p.titulo_carrusel {
    /* min-height: 100px; */
    min-height: 60px;
    font-size: 1.2em;
  }
  /* carrusel casos de exito */
  /*MKT carrusel campañas*/
  .campanas2 .col-12.d-flex {
    flex-direction: column;
  }
  .imgcampanas {
    margin-left: auto;
    margin-right: auto;
  }
  .col-12.campanas.owl-carousel.owl-loaded.owl-drag {
    display: none;
  }
  /*Ecommerce*/
  .row.cuadros {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    margin-top: 20px !important;
  }
  .cuadros .col-6.col-md-4.pt-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .cuadros .col-6.col-md-4.pt-3 p {
    margin-top: 15px;
  }
  .row.cuadros h4{
    margin-top: 20px;
  }
  /*slider marcas*/
  #ri-grid img {
    width: 25%;
  }
  #ri-grid {
    display: flex;
    flex-wrap: wrap;
  }

  a.boton-clientes {
    display: none;
  }

  .col-md-4.clientes > p {
    display: none;
  }

  .col-md-4.clientes {
    border-top: 1px dashed gray !important;
    border-right: none !important;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .gestion_de_medios img {
    position: absolute;
    width: 45% !important;
    display: inline-block;
    left: 25%;
    top: -100px;
  }
  .contenedor_gestios_de_medios_mobile {
      text-align: center;
  }
  .contenedor_gestios_de_medios_mobile {
      text-align: center;
  }
  .gestion_de_medios {
    background: var(--gris_uno);
    border-radius: 20px 20px 0px 0px;
    padding: 50px 2rem 2rem 2rem;
    position: relative;
    margin-bottom: 0px;
  }
  /* Portafolio web */
  .popup img {
    width: 99%;
    padding-top: 100%;
    display: inline-block;
    border-radius: 0px;
  }
  
  .ojo::after {
    width: 60px;
    height: 60px;
    bottom: 50px;
  }
 
  /* Fin Portafolio web */
  .carrusel-home .h3carrusel {
    position: absolute;
    top: 8%;
    left: 5%;
    padding: 10px 20px;
    font-size: 1.2rem;
  }
  .carrusel-home .pcarrusel {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 80%;
    font-size: 0.8rem;
    line-height: 18px;
  }
  a.btn_rojo.home-carrusel {
    position: absolute;
    top: 60%;
    left: 7%;
  }
  p.titulo_carrusel {
    font-size: 1rem;
    min-height: 70px;
}
}
@media (min-width: 968px) and (max-width:1198px) {

  .formulario {
    width: calc(100% - 430px);
    background: var(--gris_uno);
    /* min-height: 430px; */
    position: relative;
    top: 15px;
    left: 215px;
    border-radius: 20px;
    padding: 1rem 2rem 23rem 2rem;
    text-align: center;
    z-index: 123;
    right: 0;
  }

  .formulario form.wpcf7-form {
    float: left;
    margin-bottom: 30px;
  }  
    .carrusel-home .h3carrusel {
      font-size: 1rem;
      padding: 14px;
  }
  .carrusel-home p.pcarrusel {
    font-size: 0.8rem !important;
    width: 30%;
    top: 50%;
  }
  a.btn_rojo.home-carrusel {
    top: 80%;
  }

  p.titulo_carrusel {
    font-size: 1rem;
    min-height: 70px;
}
}

@media only screen and (min-width: 1199px) and (max-width:1399px) {
  .textos_bloque3 h2{
    width: 56% !important;
  }
  .textos_bloque3 a{
    width: 38% !important;
  }
  .textos_bloque3.azul h2 {
    width: 90% !important;
  }
  .carrusel-home .h3carrusel {
    padding: 15px;
    font-size: 1.1rem;
  }
  .carrusel-home p.pcarrusel {
    font-size: 13px;
    width: 25%;
    top: 45%;
  }
  a.btn_rojo.home-carrusel {
    top: 70%;
  }
}
@media (min-width:1400px) {
  .textos_bloque3 h2 {
    width: 48% !important;
  }
  .textos_bloque3 a{
    width: 31% !important;
  }
  .textos_bloque3.azul h2 {
    width: 73% !important;
  }
  
}

@media (max-width: 764px) {

  .areas_marketing img {
      width: 35% !important;
      left: 33%;
  }
  
  .container-estrategia {
      text-align: center;
  }
  .anuncios img {
    position: relative;
    top: -1.2em;
    width: 100%;
  }
  .anuncios {
      height: 8.5rem!important;
  }
  
  .texto_testimonios a.btn_rojo {
    margin: -0 0 10px 0 !important;
    color: #ffffff !important;
    font-weight: normal !important;
}
  
  .circulo2 {
    width: 90px !important;
    height: 90px !important;
  }

  }

  @media (min-width: 765px) and (max-width:956px) {
    .formulario {
      width: calc(100% - 200px);
      background: var(--gris_uno);
      /* min-height: 430px; */
      position: relative;
      top: 15px;
      left: 100px;
      border-radius: 20px;
      padding: 1rem 2rem 23rem 2rem;
      text-align: center;
      z-index: 123;
      right: 0;
    }
  
    .formulario form.wpcf7-form {
      float: left;
      margin-bottom: 30px;
    }

    h3.h3carrusel {
      font-size: 1rem;
      padding: 14px;
      opacity: .8;      
    }
    h3.h3carrusel br {
      display: none !important;
    }

    p.pcarrusel {
      width: 80%;
      font-size: 0.8rem !important;
    }
    .bloque_uno {
      padding: 1.5rem 2rem 1.5rem 40%;
    }  
    .home .textos_bloque3 h2 {
      width: 60% !important;
    }
    .col-md-5.bloque3-col2 img {
      max-width: 90%;
      margin: 20px 5%;
    }

    .premios p {
      min-height: 120px;
    }
    .premios img {
      position: inherit !important;
      top: -30px;
      width: 70% !important;
  }
  p.titulo_carrusel {
    font-size: 1rem;
    min-height: 70px;
}
  }  

  @media (min-width: 957px) and (max-width:991.9px) {
    a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
      padding: 19px 7px;
      font-size: 0.61rem;
    }

    .formulario {
      width: calc(100% - 200px);
      background: var(--gris_uno);
      /* min-height: 430px; */
      position: relative;
      top: 15px;
      left: 100px;
      border-radius: 20px;
      padding: 1rem 2rem 23rem 2rem;
      text-align: center;
      z-index: 123;
      right: 0;
    }
  
    .formulario form.wpcf7-form {
      float: left;
      margin-bottom: 30px;
    }

  h3.h3carrusel {
    font-size: 1rem;
    padding: 14px;
    opacity: .8;      
  }
  h3.h3carrusel br {
    display: none !important;
  }

  p.pcarrusel {
    width: 80%;
    font-size: 0.8rem !important;
  }

  .bloque_uno {
    padding: 1.5rem 2rem 1.5rem 40%;
  }  
  .home .textos_bloque3 h2 {
    width: 60% !important;
  }
  .col-md-5.bloque3-col2 img {
    max-width: 90%;
    margin: 20px 5%;
  }
  .premios p {
    min-height: 120px;
  }
  .premios img {
    position: inherit !important;
    top: -30px;
    width: 70% !important;
}

  }

  @media (min-width: 992px) and (max-width:1198px) {
    a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
      padding: 16px 10px;
      font-size: 0.9rem;
    }

    .bloque_uno {
      padding: 1.5rem 2rem 1.5rem 30%;
  }

.contenido_bloque_carrusel p {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.col-md-5.bloque3-col2 img {
  max-width: 90%;
  margin: 20px 5%;
}
h2.h2_titulo {
  padding: 20px 0;
}
.premios img {
  top: 0 !important;
}
.imagen_testimonio {
  width: 130px;
  height: 130px;
}
  }    

@media (min-width: 1199px) and (max-width:1399px) {
  .bg-blanco.texto_testimonios {
    min-height: 410px;
  }
  .carrusel_casos .fondo_carrusel p.titulo_carrusel {
    font-size: 1.2rem;
    line-height: 1.4rem;
    min-height: 50px;
  }
  .carrusel_casos .fondo_carrusel .comillas {
    margin-bottom: 75px!important;
  }
  a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    padding: 16px 10px;
    font-size: 0.9rem;
  }  

  .formulario {
    top: -300px;
  }
  .formulario.newform {
    top: unset !important;
  }	
}

@media screen and (orientation: landscape) {
}