/*
Theme Name: Radar Marketing Digital & eCommerce v5 2022
Theme URI: https://www.radar.cl
Author:  Yerko Soto + Yordan Nuñez + Juan Tapia + Cristián Frenkel
Author URI: https://www.radar.cl
Version: 2022.0
*/
/*HEADER EN SINGLE CASOS*/
.single-casos .cabezales .container .alto-maxx{
  margin-top: -250px;
}
.single-casos .cont-breadcrumbs{
  margin-top: 50px;
}
/*HEADER EN SINGLE CASOS*/

/* GENERALES */
:root {
  --celeste: #0081d1;
  --rojo: #cc0000;
  --morado: #984ed1;
  --naranjo: #ffa143;
  --amarillo: #ffd941;
  --naranjo_oscuro: #ff4543;
  --gris_uno: #f1f2f2;
  --gris_dos: #d1d3d4;
  --gris_tres: #414042;
  --negro: #231f20;
  --verde_agua: #2dbdaf;
  --blanco: #fff;
}
body {
  font-family: "Inter", sans-serif;
}
a,a:hover {
  transition: 0.5s;
}

.w-80 {
  width: 80% !important;
}

main .container .row .col-12 p a, main .container .row .col-12 li a{
	color: var(--negro);
	font-weight: bold;	
}

main .container .row .col-12 p a:hover, main .container .row .col-12 li a:hover {
	color: var(--rojo);
}

.relative {
  position: relative;
}

.bg-gris {
  background: var(--gris_uno);
}
.bg-gris-dos {
  background: var(--gris_dos);
}
.bg-black {
  background: var(--negro);
  color: white;
}
.ubermenu-current_page_item a, .ubermenu-current-menu-item a, .single-casos .ubermenu-item-1981 a, .ubermenu-item-type-post_type.ubermenu-current_page_parent a {
  color: var(--rojo) !important;
}

.single-casos .ubermenu-item-type-post_type.ubermenu-current_page_parent a, .post-type-archive-casos .ubermenu-item-type-post_type.ubermenu-current_page_parent a {
	color: var(--negro) !important;
}

.page .bg-black {
  color: white;
}

.break {
  margin: 1rem 0;
  display: block;
  width: 100%;
  height: 20px;
}

h2 {
    font-weight: 900;
    font-size: 2.5rem;
}

h3 {
    font-weight: 900;
	font-size: 2rem;
	border-bottom: 5px solid #cc0404;
}

h4 {
    font-weight: 700;
	font-size: 1.2rem;
	color: #555555;
	margin: 0;
}


.pr-3 {
  padding-right: 3rem;
}

nav#ubermenu-main-3-menu {
  margin-left: 180px !important;
}

/* BOTONES */
.btn_rojo {
  color: white;
  border: none;
  padding: 5px 20px;
  display: inline-block;
  background: var(--rojo);
  border-radius: 10px;
  transition: 300ms;
  text-decoration: none;
  font-size: 14px;
  margin-top: 3px;
}

.btn_rojo:hover {
  background: var(--gris_tres);
  transition: 300ms;
  color: white;
  text-decoration: none;
}

.btn_negro {
  color: white;
  border: none;
  padding: 5px 20px;
  display: inline-block;
  background: var(--negro);
  border-radius: 10px;
  transition: 300ms;
  text-decoration: none;
}

.btn_negro:hover {
  background: var(--rojo);
  transition: 300ms;
  color: white;
}

.btn_gris {
  color: white;
  border: none;
  padding: 5px 20px;
  display: inline-block;
  background: var(--gris_tres);
  border-radius: 10px;
  transition: 300ms;
  text-decoration: none;
}
.btn_gris:hover {
  background: var(--rojo);
  transition: 300ms;
  color: white;
}
/* HEADER */
.pre_header {
  background: var(--gris_tres);
  text-align: right;
  padding: 5px 0;
  font-size: 80%;
}

.pre_header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pre_header ul li {
  display: inline-block;
}
.pre_header li img {
  width: 20px;
  margin-right: 5px;
}

.pre_header a {
  color: white;
  text-decoration: none;
}

.pre_header li:first-child {
  border-right: 1px solid white;
  padding-right: 30px;
  margin-right: 30px;
}

/* MENÚ DE NAVEGACIÓN */

.menu_principal {
  display: flex;
  justify-content: end;
  align-items: center;
}

.logo img {
  width: 180px;
}

.logo {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 3;
}
.menu_principal a {
  color: var(--negro);
}

.menu_principal a:hover {
  color: var(--rojo);
}

/* FRONT PAGE */
.carousel-control-prev,
.carousel-control-next {
  width: 5% !important;
}
/* FRONT PAGE: FORMULARIO */
.formulario .wpcf7-response-output {
  border: 0px !important;
  background: var(--morado);
  color: white;
  border-radius: 4px;
}
.formulario {
  width: 330px;
  background: var(--gris_uno);
  min-height: 360px;
  position: absolute;
  top: -363px;
  right: 15px;
  border-radius: 20px;
  padding: 1rem 2rem;
  text-align: center;
  z-index: 123;
  font-size: 18px;
}

.formulario.newform {
  width: 100% !important;
  position: unset !important;
  top: unset !important;
  right: unset !important;
  border-radius: 0 !important;
  padding: 1rem 1.5rem;
}

.formulario textarea {
  max-height: 70px;
  margin-bottom: 5px;
}

.form-adobe {
	min-height: 444px;
}

.formulario input {
  margin-bottom: 5px;
}

.formulario span.wpcf7-spinner {
  display: none;
}

/* FRONT PAGE: BLOQUE UNO */
.bloque_uno {
  background: var(--gris_uno);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 25%;
}
.imagen_bloque_uno {
  position: absolute;
  left: 0;
  top: -30px;
  width: 250px;
}
.bloque_uno h2 {
  color: var(--rojo);
  margin-bottom: 6px;
  font-weight: 700;
  font-size:26px;
}

h1.h1-home {
  color: var(--rojo);
  margin-bottom: 6px;
  font-weight: 700;
  font-size:26px;
}

/* FRONT PAGE: CASOS DE ÉXITO */
.bloque_dos {
  border-radius: 20px;
  overflow: hidden;
  background: var(--gris_uno);
  display: flex;
  align-items: center;
}
.contenido_bloque_dos {
  padding: 1rem;
}
.imagen_bloque_dos {
  width: 40%;
  float: left;
  background-size: cover !important;
  background-position: center !important;
  height: 220px;
}
.contenido_bloque_dos {
  padding: 1rem;
  float: right;
  width: 60%;
}

/* FRONT PAGE: NUESTROS PREMIOS*/
.premios img {
  position: absolute;
  width: 90%;
  margin: 0 5%;
  top: -50px;
}

.premios p {
  font-size: 13px;
}

.premios p strong {
  font-size: 16px;
}

/* FOOTER */
footer {
  color: var(--negro);
  font-size: 80%;
}

.newsletter p {
  font-size: 1rem;
}

.newsletter .form-control {
  margin-bottom: 1rem;
}

select.form-control {
  color: #6c7592;
  margin-bottom: 5px;
}


.newsletter {
  background: url(./assets/img/fondo_newsletter.jpg);
  width: 100%;
  background-size: cover;
  border-radius: 20px;
  text-align: center;
  padding: 2rem;
  color: white;
  font-weight: 700;
  height: auto;
  position: absolute;
  top: -60px;
  right: 15px;
}

.newsletter .wpcf7-spinner {
  display: none;
}

.datos_generales_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.datos_generales_footer img {
  position: absolute;
  left: -20px;
  top: 7px;
  width: 10px;
}

.datos_generales_footer a {
  text-decoration: none;
  color: var(--negro);
}
.datos_generales_footer a:hover {
  color: var(--rojo);
  text-decoration: underline;
}

.datos_generales_footer li {
  margin-bottom: 0.5rem;
}

.menus_footer ul li a:hover {
  color: var(--rojo);
}

.menus_footer ul li a:before {
  content: "- ";
}
.menus_footer ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: var(--negro);
}
.menus_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rrss_footer img {
  width: 30px;
  margin: 2px;
}
.rrss_footer {
  text-align: center;
  margin-top: 50px;
}

.logo_footer {
  position: absolute;
  top: -60px;
  width: 80%;
}
.logo_footer img {
  width: 200px;
}

.membresia li img {
  width: 100%;
}
.membresia li {
  display: inline-flex;
  width: calc(100% / 6);
}
.membresia {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.membresia li a {
	margin: 0 auto;
	display: flex;
    align-items: center;
}

.final {
  background: var(--gris_tres);
  color: white;
  text-align: center;

  padding: 1rem 0;
}

/* FRONT PAGE: TESTIMONIOS */

.texto_testimonios h3 {
  font-size: 1rem;
  color: var(--gris_tres);
}

.texto_testimonios h2 {
  font-size: 1.2rem;
}
.texto_testimonios {
  width: 87%;
  float: right;
  padding: 2rem;
  padding-left: 100px;
  border-radius: 20px;
}
.imagen_testimonio {
  width: 150px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  height: 150px;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 30px;
  left: 10px;
  background: var(--gris_uno);
}

/* DOTS CARRUSELES */

.owl-dot.active span {
  background: var(--negro);
}
.owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--gris_dos);
  border-radius: 50%;
  margin: 0 1rem;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
  height: 20px;
}

/* ARROW CARRUSELES */
button.owl-next {
  position: absolute;
  top: 0;
  height: calc(100% - 40px);
  right: -20px;
}
button.owl-prev {
  position: absolute;
  top: 0;
  height: calc(100% - 40px);
  left: -20px;
}

.owl-nav img {
  width: 20px;
}

/* NOSOTROS */

.cabezales {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.cabezales h1 {
  font-size: 36px;
}

p.nosotros-text {
  color: #555555;
}

.wp-block-column.nosotros-principal-derecha {
  margin-left: 0 !important;
}

.mision {
  background: var(--gris_uno);
  border-radius: 20px;
  padding: 80px 2rem 1rem;
  text-align: center;
  position: relative;
  margin-top: 100px;
  height: 320px;
}

.mision p {
    color: #555555;
}

.mision img {
  position: absolute;
  top: -50px;
  left: 20px;
  width: 35%;
}

.tabla_p_valor img {
  width: 40px;
}

.texto_tabla_pv {
  padding: 2rem 0 2rem 1rem;
  font-size: 17px;
  color: #555555;
}

.multidisciplinario {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.multidisciplinario h2 {
  background: var(--celeste);
  padding: 1rem;
  color: white;
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 10px;
}

.page footer {
  margin: 0;
}


/*NUESTROS CLIENTES*/

.page-template-page-clientes .cabezales .col-md-3 {
  color: white;
}

p.clientes-text {
  color: #555555;
}

.listado_clientes li {
  display: inline-block;
  width: calc(100% / 5 - 30px);
  margin: 15px;
  background: url("./assets/img/logos-textura.png") 100% 100%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  max-height: 160px;
  overflow: hidden;
  /* filter: grayscale(1);
  transition: 0.5s; */
}

.listado_clientes li:hover {
  /*  filter: grayscale(0);
  transition: 0.5s; */
}

.listado_clientes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.listado_clientes img {
  width: 100%;
  opacity: 1;
  transition: 0.5s;
}

.listado_clientes img:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.listado_clientes_dos li {
  display: inline-block;
  width: calc(100% / 5 - 30px);
  margin: 15px;
  background: url("./assets/img/logos-textura.png") 100% 100%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  max-height: 160px;
  overflow: hidden;
}
.listado_clientes_dos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.listado_clientes_dos img {
  width: 100%;
  filter: grayscale(1);
  transition: 0.5s;
}

.listado_clientes_dos img:hover {
  filter: grayscale(0);
  transition: 0.5s;
}

/* NUESTRO EQUIPO */

.row.nuestro_equipo {
    color: #555555;
    margin-bottom: 20px;
    font-size: 15px;
}

.row.nuestro_equipo p {
  margin-bottom: 5px;
}

.row.nuestro_equipo strong {
  font-size: 19px;
}

.row.nuestro_equipo .cont-img img {
	border-radius: 50%;
    overflow: hidden;
}

.linkedin_equipo img {
  width: 30px;
  opacity: 1;
  transition: 0.5s;
  margin-top: 5px;
}

.linkedin_equipo img:hover {
  opacity: .8;
  transition: 0.5s;
}

.imagen_equipos {
  border-radius: 50%;
  overflow:hidden;
  text-align: center;
  width: 180px;
  height: 180px;
  align-items: center;
  justify-content: center;
}

.imagen_equipos img {
  height: 100%;    
  margin-left: -100%;
  margin-right: -100%;
  max-width: none;
  width: auto !important;   
}

.imagen_redondeada {
  height: 200px;
  background-size: cover !important;
  width: 200px;
  border-radius: 50%;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.titulos_h2_equipos {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 10px;
  color: white;
}
.gerencia_rojo {
  background: var(--rojo);
}

.cont-img {
  text-align: center;
  justify-content: center;
}

.cont-gerencia .col-md-6:nth-child(3) img, .cont-gerencia .col-md-6:nth-child(4) img {
  max-width: 75% !important;
  display: inline-block;
}

.titulos_celeste {
  background-color: var(--celeste);
}

.titulos_morado {
  background-color: var(--morado);
}

.titulos_naranjo {
  background-color: var(--naranjo);
}

.titulos_amarillo {
  background-color: var(--amarillo);
}

.titulos_naranjo_oscuro {
  background-color: var(--naranjo_oscuro);
}

.titulos_verde_agua {
  background-color: var(--verde_agua);
}

.barra {
  position: absolute;
  width: 80%;
  background: var(--gris_uno);
  height: 60%;
  z-index: -1;
  left: 15%;
  border-radius: 10px;
  top: 20%;
}
/* ARCHIVE CASOS DE ÉXITO */

.contenedor_casos {
  background: var(--gris_uno);
  overflow: hidden;
  border-radius: 15px;
  height: 250px;
}

.imagen_casos {
  display: inline-block;
  float: left;
  width: 40%;
  overflow: hidden;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.muestra_casos {
  float: left;
  width: 60%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.muestra_casos h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.imagen_archive {
  height: 400px;
  width: 50%;
  float: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-position: center !important;
  background-size: cover !important;
}

.texto_destacado_archive {
  float: left;
  width: 50%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.texto_destacado_archive {
  float: left;
  width: 50%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--gris_uno);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.wp-pagenavi .pages {
  float: left;
  font-size: 80%;
  color: var(--gris_tres);
}

.wp-pagenavi .current {
  color: var(--rojo);
  border: 2px solid;
  border-radius: 10px;
  display: inline-block;
  padding: 2px 6px;
  font-weight: 700;
  margin: 0px 5px;
}

.wp-pagenavi a {
  color: var(--gris_tres);
  display: inline-block;
  padding: 2px 6px;
  font-weight: 700;
  margin: 0px 5px;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: var(--rojo);
}

.wp-pagenavi {
  display: block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
}

.alto-max {
  height: 350px;
  display: flex;
}

/* SINGLE CASOS */
.single h2,
.single h1 {
  margin: 3rem 0;
}

.share_social {
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  border-radius: 15px;
  padding: 1rem 3rem;
  color: var(--gris_tres);
}
.mas_leidos h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.single-casos h1 {
  color: white;
}

.single_home .share_social {
  float: right;
}

.comment-form textarea,
.comment-form input {
  width: 100%;
}

input#wp-comment-cookies-consent {
  width: auto;
}

.comment-form input#submit {
  width: auto;
  background: var(--rojo);
  color: white;
  border-radius: 10px;
  border: 0;
  padding: 5px 20px;
  transition: 300ms;
}

.comment-form input#submit:hover {
  width: auto;
  background: var(--negro);
  color: white;
  border-radius: 10px;
  border: 0;
  padding: 5px 20px;
  transition: 300ms;
}

.comment-form a {
  color: var(--rojo);
}

.comment-form-cookies-consent {
  float: left;
  width: 100%;
}
.comment-form-email {
  margin: 0 10px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: calc(100% / 3 - 10px);
  float: left;
}

.commentlist a {
  color: var(--rojo) !important;
}

.commentlist .comment {
  margin-bottom: 2rem;
}

h3#comments {
  margin-bottom: 2rem;
  display: block;
}

/* HOME */

.primer_bloque_home {
  background: var(--gris_uno);
  border-radius: 15px;
  overflow: hidden;
}

.primer_bloque_home .imagen_b_home {
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
}

.primer_bloque_home .contenido_home {
  padding: 1rem;
}

.contenido_home h2 {
  font-size: 1.2rem;
}

.segundo_bloque_home {
  border-radius: 15px;
  background: var(--gris_uno);
  overflow: hidden;
  height: 250px;
  display: flex;
  align-items: center;
}
.segundo_bloque_home .contenido_home {
  padding: 1rem;
  float: left;
  width: 60%;
}
.segundo_bloque_home .imagen_b_home {
  background-size: cover !important;
  height: 100%;
  float: left;
  width: 40%;
}

/* CONTACTO */
ul.rrss_contacto li img {
  width: 30px;
}
ul.rrss_contacto li {
  display: inline-block;
}
ul.rrss_contacto {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  margin-top: 2rem;
}

ul.contacto_contacto li {
  display: block;
  width: 100%;
  padding: 10px 0;
}
ul.contacto_contacto img {
  width: 20px;
  margin-right: 20px;
}
ul.contacto_contacto {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soluciones_ecommerce {  
  padding: 2rem 0;
  float: left; 
  width: 100%;
}
.soluciones_ecommerce h2 {
  float: left;
  width: 100%;
  font-size: 25px;
}
.soluciones_ecommerce p {
  float: left;
  width: 100%;
  padding: 10px 0;
  font-size: 17px;
}





.apoyamos_contacto {
  background-size: cover !important;
  background-position: center !important;
  padding: 2rem;
  border-radius: 20px;
  overflow: hidden;
  color: white;
  display: flex;
}

.apoyamos_contacto p {
  padding: 0 20px;
  font-size: 17px;
}
.apoyamos_contacto h2 {
  width: 50%;
  border-right: 1px solid;
  display: flex;
  align-items: center;
  font-size: 25px;
  padding-right: 15px;
}

.especial_contacto h2 {
  border-bottom: 1px solid var(--gris_dos);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.contacto_contacto a:hover {
  color: var(--rojo);
}
.contacto_contacto a {
  color: var(--negro);
  text-decoration: none;
}

.formulario_contacto .col-md-6,  .formulario_contacto .col-12{
  margin-bottom: 10px;;
}

.formulario_contacto textarea {
  max-height: 160px;
}

.formulario_contacto .btn_rojo {
  float: right;
  font-size: 18px;
  margin-top: 10px;
}

/* ERROR 404 */

.error404 h4 {
  color: gray;
}
.error404 h3 {
  font-size: 3rem;
  font-weight: 700;
  color: gray;
}
.error404 h1 {
  font-size: 6rem;
  font-weight: 700;
  color: var(--gris_tres);
}

ul.listado_error li a {
  background: var(--gris_tres);
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: white;
  border-radius: 15px;
  text-decoration: none;
}
ul.listado_error li a:hover {
  color: white;
  background: var(--rojo);
  text-decoration: none;
}
ul.listado_error li {
  display: inline-block;
  width: calc(100% / 3 - 10px);
  margin-bottom: 20px;
  margin-right: 10px;
}
ul.listado_error {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.error404 #breadcrumbs {
  margin-top: 20px;
}

/* MARKETING DIGITAL */
.areas_marketing h2 {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 30px;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.areas_marketing {
  background: var(--gris_uno);
  border-radius: 20px;
  padding: 50px 2rem 2rem 2rem;
  position: relative;
  margin-bottom: 100px;
  min-height: 270px;
}

.areas_marketing img {
  position: absolute;
  width: 35% !important;
  display: inline-block;
  left: 32%;
  top: -85px;
}

.color_0 h2,
.color_1 h2 {
  background: var(--verde_agua);
}

.color_2 h2,
.color_3 h2 {
  background: var(--naranjo);
}

.wp-block-column h2 {
  /* border-right: 1px solid black; */
  color: var(--rojo);
}

/* ecommerce */
.ecommerce {
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.texto_ecommerce h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.texto_ecommerce {
  background: var(--gris_uno);
  padding: 2rem;
  text-align: left;
}
.imagen_ecommerce img {
  width: 100%;
}
.imagen_ecommerce {
  background: var(--gris_dos);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.items_ecommerce img {
  width: 70px;
}

.desarrollo_proyectos p {
  float: left;
  padding-top: 1rem;
  margin: 0;
}
.desarrollo_proyectos h2 {
  display: inline-block;
  float: left;
  width: 90%;
  margin: 0;
}
.desarrollo_proyectos {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.d_agencia {
  background: var(--rojo);
  padding: 1rem;
  color: white;
  border-radius: 20px;
  margin: 0;
}

.items_ecommerce ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.titulo_estandar {
  background: var(--rojo);
  padding: 1rem;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
}

.desarrollo_proyectos h2 {
  color: black;
}

.link-adobe {
  color: #cc0000;
  text-decoration: none;
  transition: 0.5s;
}

.link-adobe:hover {
  color: #000000;
  transition: 0.5s;
}

/* ALERTAS */
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: -5px !important;
  margin-bottom: 3px !important;
}

/* BREADCRUMBS */
#breadcrumbs a {
  text-decoration: none;
  color: #cc0000;
}

#breadcrumbs a:hover {
  text-decoration: none;
  color: #000000;
}

/*TEXTOS CARRUSEL*/
.h3carrusel {
  position: absolute;
  top: 20%;
  left: 10%;
  background-color: #ffbb8a;
  padding: 18px;
  border-radius: 20px;
  color: black;
  font-weight: 900;
} 
.pcarrusel {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 25%;
  color: black;
  font-weight: bold;
  font-size: 19px;
}
.casos-template-default h1 strong {
  color: rgb(33, 37, 41);
}
strong.parrafo_2 {
  font-size: 28px;
}
.muestra_casos strong.parrafo_2 {
  font-size: 1.2rem;
  font-weight: 700;
}
/*SERVICIOS*/
.imagen_bloque3 {
  width: 180px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  height: 180px;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 60px;
  left: 10px;
}
.textos_bloque3 {
  margin-top: 30px;
}
.home .textos_bloque3 h2 {
  background-color: #ffa042;
  border-radius: 20px;
  padding: 6px 10px;
  width: 40% !important;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.row.bloque3:nth-child(2n) h2 {
  background-color: #0081d1;
  width: 71%;
  margin-top: 30px;
}
.textos_bloque3 h3 {
  font-size: 22px;
  font-weight: 900;
}
.home .textos_bloque3 a {
  background-color: var(--rojo);
  padding: 9px 35px;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  display: block;
  margin-right: auto;
  /*width: 18% !important;*/
  width: auto !important;
  margin-top: 30px;
  float: left;
}
.textos_bloque3 a:hover {
  background-color: var(--gris_tres);
}

.btn_rojo {
  float: right;
  margin-right: 5%;
}
.btn_negro {
  float: right;
  margin-right: 5%;
}
.contenedor_casos_exito {
  padding-top: 30px;
}

.contenido_bloque_dos .btn_gris {
  float: right;
  margin-right: 2%;
}
/* casos de exito home */
a.btn_rojo.casos_exito {
  float: left;
	color: #ffffff;
}
img.logo_carrusel {
  width: 100px!important;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
}
.fondo_carrusel {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  padding: 45px 50px;
  height: auto;
}
.owl-carousel .owl-item .logo_carrusel {
  display: inline-block;
  /* width: 100%; */
}
.contenido_bloque_carrusel {
  text-align: center;
}
.contenido_bloque_carrusel p {
  color: #fff;
  font-size: 1rem;
}
p.titulo_carrusel {
  font-size: 1.5rem;
  line-height: 1.5rem;
  min-height: 70px;
  margin-bottom: 0;
}
.descripcion {
  min-height: 100px;
}
.carrusel_casos button.owl-prev.disabled img {
  width: 35px;
}

.carrusel_casos button.owl-next img {
  width: 35px;
}
.carrusel_casos button.owl-prev img {
  width: 35px;
}
.comillas {
  position: relative;
  display: inline-block;
  margin-bottom: 70px!important;
}
.comillas::after {
  content: '';
  background-image: url(assets/img/comillas.png);
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 10;
  background-position: center;
  background-size: contain;
  bottom: -55px;
  margin: auto;
  left: 0;
  right: 0;
  background-repeat: no-repeat;

}
.casos-exito {
  padding: 60px 0px;
  background-repeat: no-repeat;
}
h2.h2_titulo {
  font-size: 2.2rem;
}
.col-md-4.text-left {
  padding-top: 2rem;
}

/* casos de exito home */

/* Nuevos cambios */
.bg-blanco {
  background: var(--blanco);
}
.p-bottom {
  padding-bottom: 3rem;
}
.container-estrategia {
  padding-top: 2%;
}
.container-estrategia .is-layout-flex.wp-container-3.wp-block-columns {
  display: block!important;
}

iframe.youtube-video-mkt {
  border-radius: 15px;
}
.video-youtube {
  padding-bottom: 8%;
}
.anuncios img {
  position: relative;
  top: -3em;
}
.col-md-12.anuncios {
  height: 460px;
}
.container.fondo-completo{
  margin-bottom: 0px;
  padding-bottom: 50px;
}
.cont-gerencia img {
  /* max-width: 75% !important; */
}

.cont-gerencia .cont-img-25 img {
  max-width: 85% !important;
}
/* Nuevos cambios */

/* Areas Marketing */
.contenedor_gestios_de_medios {
  display: flex;
  border-radius: 20px;
}
.contenedor_gestios_de_medios_mobile {
  border-radius: 20px;
}
.gestion_de_medios h2 {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 30px;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.gestion_de_medios {
  background: var(--gris_uno);
  border-radius: 20px;
  padding: 50px 2rem 2rem 2rem;
  position: relative;
  margin-bottom: 20px;
}

.gestion_de_medios img {
  position: absolute;
  width: 38% !important;
  display: inline-block;
  left: 23%;
  top: -100px;
}
img.logos_partners {
  width: 100px!important;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
}
.carrusel_partners .owl-item.active {
  text-align: -webkit-center;
}
.carrusel_partners img {
  width: 30px;
}
.contenedor_gestios_de_medios .col-md-7 {
  padding: 2.5rem 0rem;
  margin-left: 1rem;
}
.contenedor_gestios_de_medios .col-md-7 h2 {
  padding-bottom: 10px;
}
.campanas .col-12 .imgcampanas1 {
  width: 150px !important;
  border-radius: 20px;
  margin-bottom: 40px;
  -webkit-filter: grayscale(0.9) !important;
}
.campanas .col-12.active .imgcampanas1 {
  -webkit-filter: grayscale(0) !important;
}
.imgcampanas{
  width: 80% !important;
  border-radius: 20px;
}
.campanas .owl-stage {
  transform: none !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-left: 65px !important;
  width: 100% !important;
}
.campanas .owl-dots {
  display: none;
}
.campanas .owl-prev {
  left: 20px;
}
.campanas .owl-next {
  right: 20px;
}


.partners_mobile {
  background: var(--gris_uno);
  border-radius: 0px 0px 20px 20px;
  padding: 0px 2rem 2rem 2rem;
}
/* Fin Areas Marketing */

/*Nuevo Ecommerce*/
.page-template-page-ecommerce #breadcrumbs {
  display: none;
}
.container-fluid.franja {
  background-color: #ad1f24;
  display: flex;
  justify-content: space-around;
  padding-top: 31px;
}
.container-fluid.franja{
  padding: 30px;
}
.container-fluid.franja img {
  width: 100%;
  padding: 4px;
}

/*Fin nuevos ecommerce*/
/*INTEGRACIONES*/
.integraciones {
	margin: 30px 0;
  /* border-radius: 30px;
  box-shadow: 1px 1px 30px 3px #b0b0b04a;
  padding: 60px 30px; */
}
.row.cuadros {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
}
.cuadros p {
  text-align: center;
	font-size: 12px;
    margin-top: 5px;
}
.circulo {
  background-color: white;
  border-radius: 50px;
  height: 90px;
  width: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 30px 3px #b0b0b04a;
  margin-bottom: 5px;
	opacity: 1;
	transition:  0.5s;	
	border: 0;
}

.circulo img {
	width: 100%;
	max-width: 60px;
	height: auto;
	transition:  0.5s;
}

.circulo:hover {
	transition: 0.5s;
	/* border: 5px solid #f5f5f5; */
	box-shadow: 1px 1px 30px 3px #3030304a;
}

/*DESARROLLO*/
.col-md-4.desarrollo {
  background-color: white;
  border-radius: 0px;
  padding: 0px;
  box-shadow: 1px 1px 30px 3px #b0b0b04a;
/*  width: 29%;
  margin: 7px; */
}
/* .col-md-4.mb-3.desarrollo:last-child {
  background-color: transparent;
  box-shadow: none;
}*/

.col-md-4.desarrollo .desarrollo-text {
	float: left;
	width: 100%;
	padding: 10px 20px;
}

.col-md-4.desarrollo .desarrollo-img {
	float: left; 
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

.col-md-4.desarrollo img {
	max-width: 100%;
}

.texto_desarrollo{
  display:flex;
}
/* .col-md-4.mb-3.desarrollo:nth-child(5){
  width: 34%;
}
.col-md-4.mb-3.desarrollo:nth-child(2){
  width: 34%;
}*/ 

.alignnone.size-full.wp-image-1897 {
  max-width: 110%;
  width: 110%;
}
/*Home clientes*/
.col-md-4.clientes {
  border-right: 2px solid gray;
}
.col-12.cliente img {
  width: 90px;
  border-radius: 50px;
  box-shadow: 0px 1px 0px 3px #b0b0b04a
}
.col-md-4.clientes {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.clientes a {
  background-color: var(--rojo);
  padding: 9px 35px;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  display: block;
  margin-right: auto;
}
.circulo2 {
  box-shadow: 0px 4px 19px 2px #b0b0b04a;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7px;
}
.circulo2 div {
  display: flex;
  justify-content: center;
}
.circulo2 img {
  width: 85% !important;
}
#ri-grid img {
  width: 100%;
}
#ri-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
}

/* Portafolio web */
.contenedor_carrusel {
  padding: 2rem 2rem;
}
.contenedor_imagen {
  padding: 2rem 2rem;
}
.imagenes_carrusel_portafolio {
  padding: 50px 2rem 2rem 2rem;
  position: relative;
  margin-bottom: 20px;
}

.imagenes_carrusel_portafolio img {
  position: absolute;
  width: 100% !important;
  display: inline-block;
  left: 0%;
  top: -100px;
}

.portafolio-item {
	border-radius: 15px;
	background-color: #F5F5F5;
	margin-bottom: 15px;
}

.item-info {
	padding: 10px 20px;
	position: relative;
	width: 100%;
}

.item-info a {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #cc0404;
	color: #ffffff;
	border-radius: 10px;
	padding: 10px 20px;
	transition: 300ms;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}

.item-info a:hover {
	background: #000000;
	transition: 300ms;
}

img.imagen_portafolio {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.owl-carousel-wrap {
  width: 100%;
  position: relative;
}

.owl-carousel .item {
  cursor: pointer;
}
.item img {
  filter: brightness(90%);
}
.popup {
  position: fixed;  
  width: 50%;
  height: auto;
  background: transparent;
  z-index: 10;
  opacity: 0;
  text-align: center;
}
.popup img {
  width: 70%;
  padding-top: 15%;
  display: inline-block;
  border-radius: 0px;
}
.ojo {
  position: relative;
  display: inline-block;
  margin-bottom: 0px!important;
}
.ojo::after {
  content: '';
  background-image: url(assets/img/ojo.png);
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 11;
  background-position: center;
  background-size: contain;
  bottom: 110px;
  margin: auto;
  left: 0;
  right: 0;
  background-repeat: no-repeat;

}
.popup a.ojo::after {
  visibility: hidden;
}
.carrusel_portafolio .owl-nav img {
  width: 30px;
  margin: 0px -20px;
}
/* Fin Portafolio web */


/* Fix Artículos */
a.articulo-h2-link {
	color: var(--gris_tres);
	text-decoration: none;
}

a.articulo-h2-link:hover {
	color: var(--rojo);
}
/* Fin Fix Artículos */

a.boton-clientes:hover {
     background-color: var(--gris_tres);
}
.contenido_home p {
    min-height: 100px;
}
.btn_rojo_casos{
  color: white;
  border: none;
  padding: 5px 20px;
  display: inline-block;
  background: var(--rojo);
  border-radius: 10px;
  transition: 300ms;
  text-decoration: none;
  font-size: 14px;
  margin-top: 3px;
}
.btn_rojo_casos:hover {
  background: var(--gris_tres);
  transition: 300ms;
  color: white;
  text-decoration: none;
}
a.btn_rojo.home-carrusel{
  position: absolute;
  top: 75%;
  left: 10%;
  font-weight: 800;
}

.carousel-inner.carrusel-home p {
  font-size: 15px;
  font-weight: 600;
}

/* Anuncio */
#anuncio-radar {
    position: fixed;
    bottom: 0;
    right: 10%;
    max-width: 80%;
    height: auto;
    background-color: #fff193;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px 20px;
    left: 10%;
    font-size: 12px;
}

#cerrar-anuncio {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px;
}

#anuncio-radar p {
    padding: 0;
    margin: 0;
    max-height: 100px;
    overflow-y: auto;
}

#anuncio-radar strong {
    font-size: 14px;
}

.ubermenu-item-level-0.ubermenu-item-47 {
  position: relative !important;
}

ul.ubermenu-submenu.ubermenu-submenu-id-47.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  position: absolute;
  left: 0;
  width: auto !important;
  text-wrap: nowrap;
  background: #ffffffee;
}


.carousel.slide.col-sm-12, .carousel.slide.col-md-9 {
    background: #f5f5f5;
}


.btn-cotizar-flotante {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background: #ff6314; /* color del botón, cámbialo a tu estilo */
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-cotizar-flotante:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  background: #000000;
  color: #ffffff;
}

.lista-logo-ecommerce img {
	max-width: 100%;
	height: auto;
}

.separador-integraciones {
	max-width: 90%
	margin-left: 5%;
	margin-right: 5%;
}