/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
  font-family: 'Nickel Gothic';
  src: url('https://marcar.com.ar/wp-content/themes/hello-theme-child-master/fonts/Nickel Gothic v3.woff2') format('woff2'),
       url('https://marcar.com.ar/wp-content/themes/hello-theme-child-master/fonts/Nickel Gothic v3.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Nickel Gothic Wide';
    src: url('https://marcar.com.ar/wp-content/themes/hello-theme-child-master/fonts/NickelGothicWide-Regular.eot');
    src: local('Nickel Gothic Wide Regular'), local('NickelGothicWide-Regular'),
        url('https://marcar.com.ar/wp-content/themes/hello-theme-child-master/fonts/NickelGothicWide-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://marcar.com.ar/wp-content/themes/hello-theme-child-master/fonts/NickelGothicWide-Regular.woff2') format('woff2'),
        url('https://marcar.com.ar/wp-content/themes/hello-theme-child-master/fonts/NickelGothicWide-Regular.woff') format('woff'),
        url('https://marcar.com.ar/wp-content/themes/hello-theme-child-master/fonts/NickelGothicWide-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


a{
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Nickel Gothic' !important;
} 

body{
  font-family: "Sora", Sans-serif;
}

.header-marcar li a{
	font-family: "Sora", Sans-serif !important;
}

body:not(.elementor-page).single-post{
	background: #F9FAFB;
}

body:not(.elementor-page).single-post .site-main {
    max-width: 1023px;
    padding-top: 50px;
}

body:not(.elementor-page).single-post .intro-single {
    padding-bottom: 90px !important;
}

body:not(.elementor-page).single-post .single-post .page-content {
    background-color: #fff !important;
}

.contenedor-mov {
  width: 387px;
  height: 327px;
  overflow: hidden;
	margin-bottom: -150px;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
	background-image: url('https://marcar.com.ar/wp-content/uploads/2026/05/merch-top-img.jpg');
      animation: bgMove 1.5s ease-in-out infinite;
    box-shadow: 0px 4px 10px 0px #00000040;
    background-size: 130%;
}

@keyframes bgMove {
  0% {
    background-position: center 50%;
  }
  50% {
    background-position: center 40%;
  }
  100% {
    background-position: center 50%;
  }
}

.div-h1-m{
	width: 80%;
}

.zoom-out1 {
      width: 488px;
    height: 544px;
    background-image: url(https://marcar.com.ar/wp-content/uploads/2026/05/max01.jpg);
    background-position: center;
    transition: background-size 0.6s ease;
    border-radius: 16px;
    box-shadow: 0px 25px 50px -12px #00000040;
    background-size: 275%;
	margin:0 auto 60px auto;
}

.zoom-out1:hover {
  background-size: 203%; 
}


.zoom-out2 {
      width: 488px;
    height: 435px;
    background-image: url(https://marcar.com.ar/wp-content/uploads/2026/05/max02.jpg);
    background-position: center;
    transition: background-size 0.6s ease;
    border-radius: 16px;
    box-shadow: 0px 25px 50px -12px #00000040;
    background-size: 190%;
	margin:0 auto 80px auto;
}

.zoom-out2:hover {
  background-size: 137%; 
}

.zoom-out3 {
      width: 488px;
    height: 475px;
    background-image: url(https://marcar.com.ar/wp-content/uploads/2026/05/max03.jpg);
    background-position: center;
    transition: background-size 0.6s ease;
    border-radius: 16px;
    box-shadow: 0px 25px 50px -12px #00000040;
    background-size: 170%;
	margin:0 auto 50px auto;
}

.zoom-out3:hover {
  background-size: 138%; 
}


.header-marcar{
  top: 20px !important;
    right: 0;

  width: calc(100% - 40px) ;
  margin: 0 auto !important;
}

.texto-intro{
	padding-top: 195px;
	padding-bottom: 400px;
}


.texto-intro h1{
	color: #ffffff; 
	font-size: 60px;

}

.texto-intro p{
	color: #ffffff;
	font-size: 34px;
	background: #A100FF;
	display: inline-block;
	padding: 10px 15px;
}

.transparencia-top{
	background-color: #A100FF4F;
	padding: 4px 8px;
}
.down h5{
	font-family: 'Sora' !important;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.arrow-down {
	border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    aspect-ratio: 1 / 1;
    width: 26px;
    height: 26px;
}

.down{
	position: absolute;
    bottom: 61px;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    animation: floatDown 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes floatDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(12px);
    }
    100% {
        transform: translateY(0px);
    }
}

.recuerden-box h2{
  font-size: 60px;
}

.recuerden-box{
  padding: 30px 0;
}

.box-merch{
  padding: 23px;
}

.box-merch h3{
  color: #A100FF;
  font-size: 36px;
  padding-top: 13px;
}

.box-merch p{
  margin-bottom: 0;
  line-height: 1.3;
}

.box-merch a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  margin-top: 20px;
}

.btn1{
  background: #A100FF;
  box-shadow: 5px 5px 0px 0px #6814B2 !important;
}

.btn2{
  background: #3000FF;
  box-shadow: 5px 5px 0px 0px #100349 !important;
}

.box-merch2 h3{
  color: #3000FF;
}

.marquesina-container {
  position: relative;
  height: 100px;
  margin-top: -48px;
}

.marquesina {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.content {
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  padding-right: 0px;
  text-transform: uppercase;
  font-family: 'Nickel Gothic' !important;
  letter-spacing: 1px;
}

/* estilos */
.m1 {
  top: 50px;
  transform: rotate(-2deg);
  background: linear-gradient(90deg, #ff00cc, #6a00ff);
  padding: 3px 0;
  z-index: 999;
}

.m2 {
  top: 50px;
  transform: rotate(2deg);
  background: linear-gradient(90deg, #6a00ff, #ff00cc);
  padding: 3px 0;
}

.desarroll-home-t {
  padding-top: 20px;
}

.desarroll-home-t h2{
  color: #fff;
  font-size: 74px;
  line-height: 1;
  padding-bottom: 10px;
}

.desarroll-home-t p{
  color: #fff;
}

.marcar-col-h1 .e-con-inner{
  flex-direction: row !important;
    gap: 60px;
}


.mySwiper .swiper-slide {
  transform: scale(0.6);
  opacity: 0.3;
  transition: all 0.4s ease;
  opacity: 1;
}

/* centro */
.mySwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 4;
}

/* vecinos directos */
.mySwiper .swiper-slide-prev,
.mySwiper .swiper-slide-next {
  transform: scale(0.8);
  z-index: 3;
  opacity: 1;
}

/* segundo nivel (los más externos) */
.mySwiper .swiper-slide-prev-prev,
.mySwiper .swiper-slide-next-next {
  transform: scale(0.6);
  z-index: 2;
  opacity: 1;
}

.btn-center-blanco{
    color: #3000FF;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    padding: 12px 49px;
    margin-top: 15px;
    box-shadow: 5px 5px 0px 0px #12015C !important;
    background-color:#fff;
}

.hacemos-merch-t h2{
  color: #A100FF;
  font-size: 60px;
  line-height: 1;
  padding-bottom: 10px;
}

.hacemos-merch-t p{
  margin:0 auto;
  max-width: 955px;
}

.toca img{
  max-width: 110px;
  cursor: pointer;
}

.toca a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  padding: 12px 49px;
  margin-top: 15px;
  box-shadow: 0px 8px 8px 0px #00000040;
  background-color:#A100FF;
}

.toca{
  height: 448px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 5px;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
}

.toca::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://marcar.com.ar/wp-content/uploads/2026/04/despues-hover2.jpg');
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}

.toca.activo::after {
    opacity: 1;
}

.toca > * {
    position: relative;
    z-index: 2;
    transition: opacity 0.4s ease, visibility 0.4s;
}

/* ocultar contenido */
.toca.activo > * {
    opacity: 0;
    visibility: hidden;
}

.muchos-t-home h3{
  font-size: 24px;
  font-family: 'Sora' !important;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.muchos-t-home p{
  font-size: 16px;
  max-width: 407px;
}

.muchos-t-home a{
  color: #A100FF;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  padding: 12px 75px;
  margin-top: 85px;
  box-shadow: 5px 5px 0px 0px #7E22CE;
  background-color: #fff;
}

.p-345{
  padding-bottom: 15px;
}

.organizaciones-t-home h2{
  color: #A100FF;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 22px;
}

.organizaciones-t-home p{
  color: #A100FF;
}

.owl-thumb  {
    margin-top: 0 !important;
    text-align: center;
}

.owl-thumb  img{
    background: linear-gradient(180deg, #CB00CB, #FF6600);
    padding: 2px;
    border-radius: 50%;
    max-width: 64px;
    margin:auto;
}

.testimonios-carousel .item{
  box-shadow: 0px 10px 15px -3px #0000001A;
  box-shadow: 0px 4px 6px -4px #0000001A;
  background: #fff;
  text-align: center;
  padding: 25px ;
  border-radius: 16px;
}

.testimonios-carousel .owl-content{
  font-family: "Sora", Sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nombre{
  color: #111827;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  font-family: "Sora", Sans-serif;
}

.posicion{
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 0;
  font-family: "Sora", Sans-serif;
}

.empresa{
  color: #A100FF;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Sora", Sans-serif;
}

.datos-testimonio{
  padding-top: 35px;
  text-align: center;
}

.testimonios-carousel .owl-stage {
    display: flex;
}

.testimonios-carousel .owl-item {
    display: flex;
}

.testimonios-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cabecera-testimonio{
  text-align: center;
}

.owl-rating-icon{
  padding-top: 15px;
  padding-bottom: 26px;
}

.owl-rating-icon i{
  color: #FF00FF;
  font-size: 14px;
}

.testimonios-carousel {
    position: relative;
    padding: 0 70px;
    margin-top: 35px;
}

.merchandising-carousel {
    position: relative;
    padding: 0 70px;
    margin-top: 0px;
}

.testimonios-carousel .owl-nav, .merchandising-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none; 
    margin-top: -24px;
}

.testimonios-carousel .owl-nav button, .merchandising-carousel .owl-nav button{
    position: absolute;
    pointer-events: all;
    background: #fff !important;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px -3px #0000001A;
  box-shadow: 0px 4px 6px -4px #0000001A;
  backdrop-filter: blur(4px)

}

.testimonios-carousel .owl-prev, .merchandising-carousel .owl-prev{
    left: 3px;
}

.testimonios-carousel .owl-next , .merchandising-carousel .owl-next{
    right: 3px;
}

.form-code{
  padding: 25px;
  background: #fff;
}



.wpcf7-form input[type="date"],.wpcf7-form  input[type="email"],.wpcf7-form  input[type="number"],.wpcf7-form  input[type="password"],.wpcf7-form  input[type="search"],.wpcf7-form  input[type="tel"],.wpcf7-form  input[type="text"],.wpcf7-form  input[type="url"],.wpcf7-form  select,.wpcf7-form  textarea{
    border: 1px solid #D1D5DB;
    font-size: 14px;
    padding: 12px;

}

.wpcf7-form input[type="email"], .wpcf7-form  input[type="text"],.wpcf7-form .wpcf7-select, .wpcf7-form input[type="tel"]{
  margin-bottom: 23px !important;
}

.wpcf7-form p{
  margin-bottom: 0;
}

.label{
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px !important;
}

.dos-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}

.wpcf7-form  input[type="submit"]{
  background: #A100FF;
  border: 1px solid #A100FF;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  margin-top: 20px;
}

#form-contacto-page input[type="submit"]{
  box-shadow: 5px 5px 0px 0px #7E22CE;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.wpcf7-form input:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.wpcf7-select{
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid{
  border-color: #dc3232 !important;
}

.wpcf7-form  textarea{
  height: 126px;
}

.caracteres{
  font-size: 12px;
  color: #6B7280;
  font-family: 'Roboto';
}

.wpcf7-spinner{
  margin:0;
  position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0;
    border: 0;
    font-size: 16px;
    text-align: center;
}

.compromiso{
  text-align: center;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 0;
}

.footer-momento h2{
  font-size: 48px;
  color: #fff;
  line-height:1;
  margin-bottom: 30px;
  padding-top: 10px;
}

.footer-momento p{
  color: #D1D5DB;
  line-height: 1.7;
  margin-bottom: 10px;
}

.redes img{
  max-width: 48px;
}

.redes p{
  margin-bottom: 0;
  color: #D1D5DB;
}

.redes p strong{
  font-weight: 600;
  color: #fff;
}

.redes{
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 25px;
}

.footer-marcar{
  padding-top: 110px;
  padding-bottom: 80px;
}

.widgets-marcar h4{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Sora", Sans-serif !important;
  margin-bottom: 20px;
    margin-top: 0;
}

.widgets-marcar li a{
  font-size:14px;
  color: #D1D5DB;
}

.widgets-marcar li{
  padding: 0 !important;
  list-style: none !important;
  font-size:14px;
  color: #D1D5DB;
  margin-bottom: 7px;
}

.widgets-marcar ul{
  padding: 0 !important;
}

.widgets-marcar li img{
  max-width: 14px;
  vertical-align: middle;
}

.redes-footer img{
  max-width: 32px;
}

.redes-footer{
  display: flex;
  gap: 15px;
  align-items: center;
}

.copy{
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #374151;
  margin-top: 5px;
}

.intro-merch{
  padding-top: 110px;
  padding-bottom: 20px;
}

.intro-merch h1{
  color: #fff;
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.intro-merch img{
      margin-bottom: -150px;
    z-index: 9999;
    position: relative;
    padding-top: 20px;
}

.intro-merch p{
  margin-bottom: 0;
}

.p-merch1{
  color: #fff;
  font-size: 24px;
  padding-left: 87px;
  max-width: 646px;
	    z-index: 9;
    position: relative;
}

.texto-intro-merch{
  display: flex;
}

.rectangulo-merch{
    position: absolute;
    top: -65px;
    z-index: 0;
    max-width: 131px !important;
    left: 28vw;
}

.que-es-top7{
  padding-top: 122px;
}

.que-es-top7 h2{
  font-size: 76px;
  padding-left: 95px;
  color: #A100FF;
  margin-bottom: 45px;
}

.texto-momentos{
  padding: 0 0px 0 60px ;
}

.col-shadow{
  box-shadow: 0px 10px 15px -3px #0000001A;
  background-color: #fff !important;
}

.texto-momentos h3{
  color: #A100FF;
  font-size: 40px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 25px;
}

.texto-momentos p{
  font-size: 16px;
  color: #4B5563;
  max-width: 423px;
  margin-bottom: 25px;
}

.texto-momentos p:last-child{
  margin-bottom: 0;
}

.metodo-cta{
  color: #fff;
  padding: 50px 10px 33px 10px;
}

.metodo-cta2{
  color: #fff;
  padding: 50px 10px 33px 10px;
}

.metodo-cta3{
  color: #fff;
  padding: 50px 10px 40px 10px;
}

.metodo-cta h3{
  font-size: 36px;
  margin-top: 0;
  line-height: 1;
}

.metodo-cta3 h3{
  font-size: 46px;
  margin-top: 0;
margin-bottom: 12px;
}

.metodo-cta p{
  font-size: 18px;
  margin-bottom: 0;
}

.metodo-cta3 p{
  font-size: 18px;
  margin-bottom: 0;
}

.metodo-cta a{
  color: #A100FF;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 25px;
}

.metodo-cta img{
  max-width: 309px;
  position: absolute;
  bottom: 31px;
  right: -35%;
  left: 0;
  margin: auto;
}

.col-degrade-m{
  box-shadow: 0px 25px 50px -12px #00000040;
}

.big-metodo h2{
  font-size: 96px;
  color: #A100FF;
  margin-bottom: 0;
  line-height: 85px;
}

.correr-p{
  padding-left: 50px;
}

.como-activa p{
  margin-bottom: 10px;
  color: #374151;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.pasos-box h3{
  color: #A100FF;
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.3;
}

.pasos-box ul{
  padding: 20px 0 0 0!important;
}

.pasos-box li{
  padding: 0 0 0 34px;
  list-style: none;
  font-size: 16px;
  color: #4B5563;
  margin-bottom: 15px;
  max-width: 437px;
  position: relative;
}

.pasos-box li:before{
  content: "";
  background: url(https://marcar.com.ar/wp-content/uploads/2026/04/check.png);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.pasos-top{
  background: #A100FF20;
  color: #A100FF;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 14px 37px;
  margin-bottom: 25px;
}

.pasos-t-c{
  opacity: 0.8;
  margin-top: 5px;
  margin-bottom: 30px ;
  font-size: 30px ;
}

.pasos-box p{
  max-width: 487px;
  font-size: 18px;
}

.texto-mid{
  padding-left: 55px;
}

.img-c-d img{
  position: relative;
  left: -37px;
}

.col-line1, .col-line2{
  padding-top: 0;
  padding-bottom: 0;
}

.agrega-line:after{
  content: "";
  background: #daccf6;
  width: 4px;
  position: absolute;
  display: inline-block;
  height: 100%;
  left: 0;
  right: 51px;
  margin: auto;
  
}

.agrega-line:first-child:after{
  top: 23px;
}

.agrega-line .e-con-inner{
  padding: 0;
}

#letra-azul .pasos-top, #letra-azul h3{
  color: #3000FF;
}

#letra-azul.pasos-box li:before{
  background: url(https://marcar.com.ar/wp-content/uploads/2026/04/check2.png);
      background-size: contain;
    background-repeat: no-repeat;
}

.metodo-cta2 h3 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1;
}

.metodo-cta2 p {

}

.metodo-cta2 a {
    color: #A100FF;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 45px;
    display: inline-block;
    margin-top: 25px;
    box-shadow: 5px 5px 0px 0px #00000040;
}

.metodo-cta2 {
    color: #fff;
    padding: 75px 10px 45px 10px;
}

.slide-merchandising{
    display: flex;
    background: #fff;
    padding: 30px;
    gap: 25px;
}

.col-texto{
  max-width: 352px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-imagen{
  min-height: 448px;
  width: 100%; 
  background-position: center;
  background-size: cover;
}

.col-texto h2{
  color: #A100FF;
    font-size: 24px;
    font-weight: 800;
    font-family: "Sora", Sans-serif !important;
    margin-bottom: 0;
}

.col-texto h3{
  color: #4B5563;
    font-weight: 800;
    font-size: 16px;
    font-family: "Sora", Sans-serif !important;
    line-height: 1.5;
    margin-bottom: 27px;
}

.col-texto p{
  font-size: 14px;
    font-family: sora;
    font-weight: 400;
}

.momentos-t-slide h2{
  font-size: 50px;
  color: #581C87;
  margin: 0 auto 20px auto;
  max-width: 940px;
}

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

.owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    background:#D1D5DB; 
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #A100FF; 
    width: 32px;
    border-radius: 20px;
}

.btn-solicita-slide{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  margin-top: 20px;
  background: #A100FF;
}

.btn-solicita-slide:hover{
  color: #fff;
}

.data-marcas h3{
  font-size: 36px;
  color: #A100FF;
  padding-top: 24px;
  margin-bottom: 10px;
}

.data-marcas p{
  font-size: 16px;
  color: #374151;
}

.data-marcas a{
  color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 12px 18px;
    background: #A100FF;
    box-shadow: 5px 5px 0px 0px #6814B2 !important;
    margin: 25px auto 0 auto;
}

.marcas-huella{
  box-shadow: 5px 5px 5px 0px #0000001A;
  padding: 20px 20px 30px 20px;
  background: #fff;
  height: 100%;
}

.center{
  text-align: center;
}

.desarrollo-top h1{
  color: #3000FF;
  font-size: 76px;
  line-height: 1;
  margin-top: 25px;
}

.desarrollo-top p{
  color: #3000FF;
  font-size: 24px;
  max-width: 969px;
  margin-bottom: 0;
  padding-left: 277px;
  line-height: 1.3;
    padding-top: 10px;
}

.wide{
  font-family: 'Nickel Gothic Wide';
  padding-left: 273px;
}

#img-love {
    position: absolute;
    max-width: 400px;
    top: -90px;
    z-index: 9;
    right: 6vw;
}

.desarrollo-top{
  padding-bottom: 15px;
}

.como-c-tu-m h2{
  font-size: 56px;
  color: #3000FF;
  line-height: 1;
  margin-bottom: 22px;
}

.como-c-tu-m p{
  font-size: 24px;
  color: #374151;
  font-weight: 800;
}

.como-c-tu-m{
  padding-bottom: 50px;
}

.textos-pasos h2{
  color: #3000FF;
  font-size: 48px;
  margin-top: 0;
}

.textos-pasos p{
  color: #364153;
  max-width: 463px;
  margin-bottom: 0;
  line-height: 1.6;
}

.col001-m{
  padding-left: 20px;
}

.col002-m{
  padding-left: 20px;
}

.marca-grisbox{
  padding-top: 50px;
  padding-bottom: 50px;
}

.textos-pasos-left{
  text-align: right;
}

.textos-pasos-left p{
  margin-right: 0;
  margin-left: auto;
  padding-top: 30px;
}

.textos-pasos-left{
  padding-right: 15px;
}

.paso3-b h2{
  padding-bottom: 50px;
}


#cta-transforma a{
  color: #3000FF;
  box-shadow: 5px 5px 0px 0px #00000040;
}

.nombre-fer h3{
  color: #FFFFFF;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 65px;
}

.nombre-fer p{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
}

.nombre{
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 20px;
}

.over-marca {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 30px;
}

.over-marca::-webkit-scrollbar {
  display: none;
}

.over-marca.dragging {
  cursor: grabbing;
}

.over-marca img {
  max-width: none !important;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  padding-left: 5vw;
  height: 715px;
}

.img-hover .e-con-inner {
  position: relative;
  display: inline-block;
}

.img-hover img {
  display: block;
  transition: transform 0.4s ease;
  will-change: transform;
}

.img-hover .e-con-inner:hover img {
  transform: scale(1.2);
  position: relative;
  z-index: 10; 
}

#redes-azul h2{
  color: #3000FF;
}

#redes-azul p{
  color: #3000FF;
}

.intro-contacto{
  padding-top: 150px;
  padding-bottom: 115px;
}

.texto-contacto-page img{
  max-width: 64px;
}

.texto-contacto-page h1{
  color: #fff;
  font-size: 72px;
  margin-top: 16px;
    margin-bottom: 20px;
}

.texto-contacto-page p{
  color: #F3E8FF;
  font-size: 24px;
  margin: 0 auto;
  max-width: 926px;
  line-height: 1.3;
}

.hablemos-t h2{
  font-size: 36px;
  color: #581C87;
  font-family: "Sora", Sans-serif !important;
  font-weight: 800;
  padding-bottom: 5px;
}

.hablemos-t p{
  font-size: 16px;
}

.page-id-1151 .footer-marcar{
  display: none;
}

.page-id-1151 .sub-footer{
  padding-top: 45px;
}

.col001-m{
  overflow: hidden;
}

 .marca-img001:after{
  content: "";
  background-color: #f0f0f0;
    width: 40px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 16px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
 }

.marca-img001:hover:after{
opacity: 0;
}

.marca-img001 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-54px, -239px);
  transition: transform 0.5s ease; 
}

.marca-img001 img{
  max-height: 337px;
  width: auto;
}

.marca-img001:hover {
  transform: translate(0, 0);
}


.marca-img002:after{
  content: "";
    background-color: #fff;
    width: 379px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 16px;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
  top: -11px;
}

.marca-img002 img{
  transform: translate(-57px, -39px);
  width: 100%;
  transition: transform 0.5s ease;
}

.marca-img002:hover img{
  transform: translate(0px, 0px);
}

.col004-m{
      overflow: hidden;
}

.marca-img002:hover:after{
  width: 0;
}

.marca-img003{
  overflow: hidden;
}

.marca-img003{

}

.marca-img003 img{
  transform: translateY(-139px);
  height: 100%;
  width: auto;
  transition: transform 0.5s ease;
}

.marca-img003:hover img{
  transform: translateY(-0px);
}

.marca-img003:after{
  content: "";
    background-color: #f0f0f0;
    width: 100%;
    height: 122px;
    display: inline-block;
    position: absolute;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    top: 0;
    right: 0;
}

.marca-img003:hover:after{
  height: 0;
}

.marca-img004:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 165px;
    display: inline-block;
    position: absolute;
    right: 16px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    top: -41px;
}

.marca-img004:hover:after{
  height: 0;
  top: 0;
  right: 0;
}

.marca-img004:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 105px;
    display: inline-block;
    position: absolute;
    right: 16px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    bottom: 58px;
    z-index: 9;
}

.marca-img004:hover:before{
  height: 0;
bottom: 0;
}

.cuatro-cont-h:after{
    content: "";
    background-color: #fff;
    width: 66px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 25px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    bottom: 0;
    z-index: 9;
}

.cuatro-cont-h:hover:after{
  width: 0;
  left: 0;
}

.cuatro-cont-h:before{
   content: "";
    background-color: #fff;
    width: 76px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: -17px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    bottom: 0;
    z-index: 9;
    left: auto;
}

.cuatro-cont-h:hover:before{
  width: 0;
  left: 0;
}


.marca-img004 img{
  transform: translate(26px, -127px);
  height: 100%;
  width: auto;
  transition: transform 0.5s ease;
}

.marca-img004:hover img{
   transform: translate(0px, 0px);
}

.marca-img005:after{
  content: "";
    background-color: #f0f0f0;
    width: 100%;
    height: 178px;
    display: inline-block;
    position: absolute;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    top: -34px;
    right: 0;
}

.marca-img005:hover:after{
  height: 0;
}


.marca-img005 img{
  transform: translateY(-139px);
  height: 100%;
  width: auto;
  transition: transform 0.5s ease;
}

.marca-img005:hover img{
  transform: translateY(0px);
}


.marca-img006:after{
  content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    top: 0;
    right: 96px;
}

.marca-img006:hover:after{
    right: 100%;
}

.seis-col-m:after{
content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 59px;
    z-index: 9;
    bottom: 0;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}

.seis-col-m:hover:after{
  height: 0;
}

.seis-col-m:before{
  content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 59px;
    z-index: 9;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
}

.seis-col-m:hover:before{
  height: 0;
}

.dato-ico{
  max-width: 48px !important;
}

.titulo-dd5{
  font-weight: bold;
  color: #111827;
    margin-bottom: 5px;
}

.texto-d-c {
  font-size: 14px;
    color: #4B5563;
    line-height: 1.5;
    margin-bottom: 0;
}

.datos-contacto{
      box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 20px;
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 30px;
    background: #fff;
}

.datos-contacto:last-child{
  margin-bottom: 0;
}

.info-t{
  margin-bottom: 0;
}

.redes-contacto a img{
  max-width: 32px !important;
}

.redes-contacto{
  display: flex;
  gap:10px;
  align-items: center;
}

.img-final-c{
      max-width: 315px !important;
    margin: -51px auto 0 auto;
    position: relative;
    left: 32px;
}

.cta-final-contacto h2{
  color: #fff;
  font-size: 48px;
}

.cta-final-contacto p{
  color: #fff;
}

.cta-final-contacto a{
      color: #fff;
    background:#3000FF;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 17px;
    display: inline-block;
    margin-top: 25px;
    box-shadow: 5px 5px 0px 0px #2100B0;
}

.intro-blog{
  padding-top: 150px;
  padding-bottom: 60px;
}

.texto-intro-blog h1{
  font-size: 60px;
  color: #fff;
}

.texto-intro-blog p{
  color: #fff;
  margin:0 auto;
  max-width: 750px;
  line-height: 1.4;
  font-size: 24px;
}

.image-first-blog{
  box-shadow: 0px 25px 50px -12px #00000040;
}

.image-first-blog figcaption{
  padding: 12px 20px;
}

#titulo-single .elementor-heading-title{
  font-size: 64px !important;
  line-height: 1;
  font-family: 'Nickel Gothic' !important;
  font-weight: 400 !important;
  text-transform: uppercase; 
}

.single-post .page-content p{
  font-size: 18px;
    color: #1E2939;
    line-height: 1.6;
    margin-bottom: 27px;
}

.single-post .page-content h2{
  font-size: 36px;
  color: #C068FF;
  font-family: "Sora", Sans-serif !important;
  font-weight: 600;
}

blockquote{
  
    border-left: 4px solid #C068FF;
    margin: 0;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

blockquote p{
  margin-bottom: 0 !important;
  color: #101828;
    font-size: 30px !important;
    line-height: 1.3 !important;
}

.autor-quote{
  font-size: 14px;
  color: #4A5565;
  padding-left: 30px;
}

.recuadro-clave{
  padding: 30px;
  margin-bottom: 30px !important;
}

.check-ico{
  width: 24px;  
}

.li-blog{
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.recuadro-clave h3{
  font-size: 24px;
  color: #101828;
  font-family: "Sora", Sans-serif !important;
  font-weight: 600;
}

.box-li p strong{
  font-size: 16px;
  color: #101828 !important;
}

.box-li p{
  font-size: 14px !important;
  color: #364153 !important;
  margin-bottom: 15px !important;
}

.recuadro-clave .li-blog:last-child p{
  margin-bottom: 0px !important;
}

.widget-image-caption {
    text-align: start;
    color: #4A5565 !important;
    font-family: "Sora", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal;
    padding: 12px 20px !important;
    background: #F9FAFB;
}

.blog-border-box{
  padding: 30px 30px 3px 30px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px -1px #0000001A;
  margin-bottom: 30px !important;
}

.dos-col-blog p{
  font-size: 14px !important;
  color: #364153 !important;
}

.dos-col-blog p strong{
  font-size: 16px;
  color: #101828 !important;
  margin-bottom: 6px;
  display: inline-block;
}

.dos-col-blog{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.blog-border-box h3{
  font-size: 24px;
  color: #101828;
  font-family: "Sora", Sans-serif !important;
  font-weight: 600;
}

.box-tres{
  background: #C068FF0D;
  border: 1px solid #C068FF33;
  padding: 20px;
}

.box-tres h4{
  color: #C068FF;
  font-size: 30px;
  font-family: "Sora", Sans-serif !important;
  margin-top: 0;
    margin-bottom: 10px;
}

.box-tres p{
  margin-bottom: 0 !important;
  font-size: 14px !important;
  color: #364153;
}

.tres-col-blog{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.cuatro-col-blog{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.cuatro-col-blog .box-tres{
  text-align: center;
  border: 0;
}

.numero-check{
  background: #C068FF;
  color: #fff;
  font-size: 16px;
  width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li-blog-doble{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 15px;
}

.li-blog-doble p{
  margin-bottom: 0 !important;
}

.texto-rosa-blog{
  color: #fff;
  padding:  45px 55px 18px 35px;
  background: linear-gradient(90deg, #C068FF 0%, #BD66FC 8.33%, #BA63F9 16.67%, #B861F5 25%, #B55FF2 33.33%, #B25DEF 41.67%, #AF5AEC 50%, #AD58E9 58.33%, #AA56E6 66.67%, #A754E2 75%, #A451DF 83.33%, #A24FDC 91.67%, #9F4DD9 100%);
  margin-bottom: 20px !important;
}

.texto-rosa-blog h3{
font-size: 36px;
  font-family: "Sora", Sans-serif !important; 
  font-weight: 600;
  margin-top: 0;
}

.texto-rosa-blog p{
  color: #fff !important;
}

.texto-rosa-blog a {
    color: #C068FF;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 32px;
    display: inline-block;
    box-shadow: 5px 5px 0px 0px #00000040;
}

.doble-col33{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:25px;
}

.ia-box{
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px -1px #0000001A;
  padding: 25px;
}

.ia-box h5{
font-size: 20px;
  font-family: "Sora", Sans-serif !important; 
  font-weight: 600;
  margin-top: 0;
  color: #C068FF;
      margin-bottom: 10px;
}

.ia-box p{
  margin-bottom: 0 !important;
  color: #364153;
  font-size: 14px !important;
}

.container-comparte{
  max-width: 1071px;
  padding: 0 24px;
  margin:0 auto;
  background: #fff;
  padding-bottom: 60px;
}

.single-post .page-content{
  background-color: #F9FAFB;
}

.a2a_button_facebook{
  background: url('https://marcar.com.ar/wp-content/uploads/2026/05/btn-face.png') !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 36px;
  width: 125px;
}

.a2a_button_facebook span, .a2a_button_x span, .a2a_button_linkedin span, .a2a_button_whatsapp span{
  opacity: 0 !important;
}

.a2a_button_x{
  background: url('https://marcar.com.ar/wp-content/uploads/2026/05/btn-twitter.png') !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 36px;
  width: 106px;
}

.a2a_button_linkedin{
  background: url('https://marcar.com.ar/wp-content/uploads/2026/05/btn-linkedin.png') !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 36px;
  width: 117px;
}

.a2a_button_whatsapp{
  background: url('https://marcar.com.ar/wp-content/uploads/2026/05/btn-whatsapp.png') !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 36px;
  width: 131px;
}

#copiar-contenido img{
  height: 100%;
}

#copiar-contenido{
  height: 36px;
  display: inline-block;
  cursor: pointer;
}

.addtoany_list, .compartir{
  display: flex;
  gap: 10px;
}

.sub-comparte{
  max-width: 858px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E5E7EB;
    padding-top: 30px;
}

.texto-comparte h3{
color: #101828;
    font-size: 20px;
    font-family: "Sora", Sans-serif !important;
    margin-bottom: 5px;
    max-width: 154px;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.5;
}

.texto-comparte p{
      color: #4A5565 !important;
    font-size: 14px !important;
    max-width: 145px;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.comienza-cta{
  background: #C068FF;
  padding: 79px 0 60px 0;
}

.form-sus{
  max-width: 448px;
  margin:0 auto;
}

.mailpoet_submit{
  color: #A100FF !important;
    background: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 17px !important;
    display: inline-block;
    box-shadow: 5px 5px 0px 0px #6814B2;
    border-radius: 0 !important;

}

.mailpoet_text{
  box-shadow: 5px 5px 0px 0px #6814B2;
  font-size: 16px;
    padding: 11px 17px !important;
    border-radius: 0 !important;
    min-width: 300px;
}

.mailpoet_paragraph {
  margin-bottom: 0 !important;
}


form.mailpoet_form {
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 13px;
}

.comienza-cta h3{
  color: #fff;
  font-size: 36px;
  margin-top: 0;
}

.comienza-cta p{
  color: #fff !important;
  font-size: 20px !important;
}

.intro-single{
  padding-top: 122px;
  padding-bottom: 185px;
}

.image-first-blog{
  margin-top: -160px !important;
}

.miga-pan{
  background: #FFFFFF33;
  font-size: 14px;
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  margin-bottom: 10px;
}

.uppercase{
  text-transform: uppercase;
}

.meta-post{
  color: #FFFFFFCC;
  font-size: 14px;
}

#comparte-top .a2a_button_facebook{
  background: url('https://marcar.com.ar/wp-content/uploads/2026/04/facenook.png') !important;
  width: 32px;
  height: 32px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#comparte-top .a2a_button_linkedin{
  background: url('https://marcar.com.ar/wp-content/uploads/2026/04/linkedin.png') !important;
  width: 32px;
  height: 32px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#comparte-top .a2a_button_x{
  background: url('https://marcar.com.ar/wp-content/uploads/2026/05/x-share.png') !important;
  width: 32px;
  height: 32px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#comparte-top .a2a_button_whatsapp{
  background: url('https://marcar.com.ar/wp-content/uploads/2026/05/whats-share.png') !important;
  width: 32px;
  height: 32px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#comparte-top p{
  margin-bottom: 0;
  color: #FFFFFF99;
  font-size: 14px;
}

#comparte-top{
  display: flex;
  align-items: center;
gap: 10px;
}

.meta-post-2026{
  display: flex;
    align-items: center;
    gap: 30px;
  margin-top: 15px;
}

.copy-rounded{
  max-width: 32px !important;
  height: auto !important;
}

.copiar-top{
  height: 32px !important;
}

#titulo-relacionados{
  font-size: 36px;
  color: #A100FF;
  font-family: 'Nickel Gothic' !important;
  font-weight: 400;
  margin-top: 0;
}

.post-destacado {
  display: flex;
  gap: 50px;
  align-items: center;
  box-shadow: 0px 10px 15px -3px #0000001A;
  background: #fff;
}

.destacado-imagen {
  width: 50%;
  height: 440px;
  background-size: cover;
  background-position: center;
}

.data-post-destacado {
    width: 46%;
    padding-right: 40px;
}

.data-post-destacado h2{
  color: #000;
    font-size: 30px;
    font-family: "Sora", Sans-serif !important;
    font-weight: bold;
}

.meta-autor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 20px 0;
}

.autor-img img {
  border-radius: 50%;
  vertical-align: middle;
}

.btn-leer {
  color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 12px 18px;
    background: #A100FF;
    box-shadow: 5px 5px 0px 0px #6814B2 !important;
    margin: 5px auto 0 auto;
}

.autor-nombre{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.autor-fecha{
  font-size: 14px;
  color: #6B7280;
}

.data-post-destacado .excerpt{
  color: #4B5563;
  font-size: 16px;
}

.destacado-p{
  color: #A100FF;
    font-size: 14px;
    font-weight: 600;
    background: #F3E8FF;
    display: inline-block;
    padding: 3px 13px;
    margin-bottom: 5px;
}

.grid-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.post-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.feat-image-grid {
  height: 192px;
  background-size: cover;
  background-position: center;
  margin-bottom: 5px;
}

.data-post-grid .categoria {
  font-size: 14px;
    color: #A100FF;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 12px;
}

.data-post-grid h3 {
  color: #000;
    font-size: 20px;
    font-family: "Sora", Sans-serif !important;
    font-weight: bold;
}

.data-post-grid .excerpt {
  font-size: 16px;
    color: #4B5563;
    margin-bottom: 15px;
}

.autor-grid span, .fecha{
  color: #6B7280;
  font-size: 14px;
}

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.autor {
  display: flex;
  align-items: center;
  gap: 8px;
}

.data-post-grid{
  padding: 20px 25px 25px 25px;
}

.autor img {
  border-radius: 50%;
}


.post-item{
  box-shadow: 0px 10px 15px -3px #0000001A;
  background: #fff;
}

.ultimos-art-t{
  font-weight: bold;
  color: #1F2937;
  font-size: 36px;
  padding-top: 50px;
}

.halo{
  max-width: 269px !important;
    position: absolute;
    right: 21px;
    z-index: 9;
    bottom: -25px;
}

.relacionados{
  max-width: 1227px;
  margin: 0 auto;
  width: 90%;
  padding-top: 50px;
}

.mailpoet_form input::-webkit-input-placeholder,
.mailpoet_form textarea::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.mailpoet_form input::-moz-placeholder,
.mailpoet_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.mailpoet_form input:-ms-input-placeholder,
.mailpoet_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.mailpoet_form input:-moz-placeholder,
.mailpoet_form textarea:-moz-placeholder { /* Firefox 18- */
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 600;
}

.hfe-nav-menu-icon svg {
    fill: #A100FF;
}


@media (max-width: 1550px){
	.intro-merch h1 {
		font-size: 52px;
	}
  .over-marca img {
    height: 600px;
  }

}

@media(max-width: 1200px){
.grid-posts {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 1024px){
  nav.hfe-dropdown{
    background-color: #f0f0f0;
  }
  li.menu-item{
    border:0 !important;
  }
  .elementor-widget.elementor-widget-navigation-menu{
    position: absolute;
    top: 6px;
    width: 100% !important;
    right: 0;
  }
  .elementor-widget.elementor-widget-navigation-menu a{
    justify-content: flex-end;
  }
  #logo{
    z-index: 999;
  }
  header .e-con-inner{
    padding-left: 0 !important;
  }
}


@media(max-width: 850px){
	.zoom-out1 {
    max-width: 388px;
    width: 100%;
	aspect-ratio:1/1;
		height: 315px;
		border-radius:0;
	}
	.zoom-out2 {
    max-width: 388px;
    width: 100%;
		height: 315px;
		background-position: 21% center;
		background-size: 232%;
		border-radius:0;
	}
	.zoom-out3 {
    max-width: 388px;
    width: 100%;
		height: 315px;
		border-radius:0;
	}
  .ultimos-art-t {
      font-size: 22px !important;
  }
  .btn-leer {
    font-size: 14px;
    padding: 10px 18px;
  }
  .autor-img img {
    max-width: 38px;
}
  .autor-fecha {
    font-size: 12px;
  }
  .autor-nombre {
    font-size: 14px;
}
.data-post-destacado .excerpt {
    font-size: 14px;
}
.data-post-destacado h2 {
    font-size: 18px;
}
  form.mailpoet_form {
    flex-direction: column;
  }
  .halo {
      max-width: 178px !important;
      right: 8px;
      bottom: -53px;
  }
  .data-post-destacado {
      width: 100%;
      padding: 0px 20px 20px 20px;
  }
  .destacado-imagen {
    width: 100%;
    height: 240px;
  }
  .texto-intro-blog h1 {
      font-size: 40px;
  }
  .texto-intro-blog p {
      margin: 0 auto;
      max-width: 331px;
      font-size: 14px;
  }
  .post-destacado{
    flex-direction: column;
    gap: 15px;
  }
  .textos-pasos-left p {
    margin-right: 0;
    margin-left: auto;
    padding-top: 0;
}
  .paso3-b h2 {
    padding-bottom: 0;
}
  .textos-pasos-left {
    text-align: left;
}
  .marca-img002 img, .marca-img003 img, .marca-img004 img, .marca-img005 img {
    transform: none;
  }
  .marca-img001 img {
    max-height: 100%;
    width: auto;
}
  .marca-img002:after, .marca-img003:after, .marca-img004:before, .cuatro-cont-h:before, .marca-img004:after, .cuatro-cont-h:after, .marca-img005:after, .seis-col-m:before, .marca-img006:after, .seis-col-m:after{
    display: none;
  }
  .marca-img001 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .textos-pasos h2 {
      font-size: 25px;
      margin-top: 0;
  }
  .como-c-tu-m p {
      font-size: 16px;
      color: #374151;
      font-weight: 800;
      margin: 0 auto;
      max-width: 228px;
  }
  .como-c-tu-m h2 {
    font-size: 28px;
    color: #3000FF;
  }
  .metodo-cta3 p {
      font-size: 15px;
      margin-bottom: 0;
  }
  .metodo-cta3 h3 {
    font-size: 23px;
  }
  .wide {
      padding-left: 91px;
  }
  .desarrollo-top p {
        font-size: 14px;
        margin-bottom: 0;
        padding-left: 89px;
  }
  .desarrollo-top h1 {
    font-size: 29px;
  }
  .que-es-top7 {
      padding-top: 35px;
  }
  .intro-merch {
      padding-bottom: 0;
  }
  .rectangulo-merch {
      position: absolute;
      top: -65px;
      z-index: 0;
      max-width: 93px !important;
      left: 53vw;
  }
  .intro-merch img {
    margin-bottom: 0;
  }
  .footer-momento h2 {
      font-size: 26px;
      color: #fff;
      line-height: 1;
      margin-bottom: 10px;
      padding-top: 10px;
  }

  .copy{
    padding-left: 20px;
    padding-right: 20px;
  }
  .compromiso {
    font-size: 10px;
  }
  .wpcf7-form input[type="submit"] {
      font-size: 16px;
      padding: 8px 0;
      margin-top: 20px;
  }
  .label{
    font-size: 12px;
  }
  .dos-col {
    grid-template-columns: 1fr;
    gap: 0;
}
  .redes p {
      font-size: 12px;
  }
  .redes img {
      max-width: 36px;
  }
  .footer-marcar {
      padding-top: 20px;
      padding-bottom: 30px;
              padding-left: 0;
        padding-right: 0;
  }
  .merchandising-carousel, .testimonios-carousel{
    padding: 0 33px;
  }
  .testimonios-carousel .owl-nav button i, .merchandising-carousel .owl-nav button i{
    font-size: 13px;
  }
  .testimonios-carousel .owl-nav button, .merchandising-carousel .owl-nav button {
    height: 20px;
    width: 20px;
  }
  .intro-merch {
      padding-left: 0;
      padding-right: 0;
  }
  .footer-momento p {
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 13px;
}
  .owl-rating-icon {
      padding-top: 10px;
      padding-bottom: 15px;
  }
  .testimonios-carousel .owl-content{
    line-height: 1.4;
  }
  .owl-rating-icon {
      padding-top: 10px;
      padding-bottom: 15px;
  }
  .nombre {
      font-size: 16px !important;
      font-weight: bold;
      margin-bottom: 5px;
  }
    .deensimc-img {
        max-width: 100% !important;
        width: 93px !important;
        min-width: 77px !important;
    }
  .organizaciones-t-home h2 {
    font-size: 30px;
  }
  .toca a {
      font-size: 13px;
      padding: 8px 17px;
      margin-top: 10px;
  }
  .toca img {
    max-width: 53px;
  }

  .toca {
    height: 260px;
  }
  .muchos-t-home a {
      font-size: 14px;
      padding: 12px 28px;
      background-color: #fff;
      margin: 24px auto 0 auto;
      display: table;
  }
  .muchos-t-home p {
    font-size: 14px;
  }
  .muchos-t-home h3 {
    font-size: 18px;
  }
  .hacemos-merch-t h2 {
    font-size: 23px;
}
  .desarroll-home-t {
    padding-top: 0;
}
  .desarroll-home-t p {
      font-size: 12px;
  }
  .marcar-col-h1 .e-con-inner{
    gap: 10px;
  }
  .marcar-col-h1 .e-con-inner .elementor-widget-image{
    float: none;
    display: inline-block;
    width: 25%;
    max-width: none;
  }
  .desarroll-home-t h2 {
      font-size: 26px;
      padding-bottom: 0;
      margin-bottom: 5px;
  }
  .m2 {
    transform: rotate(4deg);
  }
  .m1 {
    transform: rotate(-4deg);
  }
  .content{
    font-size: 11px;
  }

      .elementor-widget-text-editor {
        font-size: 14px;
    }
  .recuerden-box h2 {
      font-size: 26px;
  }
  .header-marcar{
    right: 0;
        top: 10px !important;
        left: 0 !important;
        width: calc(100% - 20px);
  }
  .down {
    bottom: 20px;
  }
  .down h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .arrow-down {
      width: 16px;
      height: 16px;
  }

  .texto-intro h1 {
      font-size: 34px;
      max-width: 326px;
  }
  .texto-intro p {
    font-size: 13px;
  }
  .texto-intro {
    padding-top: 110px;
    padding-bottom: 285px;
  }
  .texto-intro-merch {
      display: flex;
      flex-direction: column;
      gap:0;
  }
  .intro-merch h1 {
      font-size: 32px;
      margin-bottom: 20px;
      max-width: 273px;
  }
  .p-merch1 {
      font-size: 14px;
      padding-left: 0;
      max-width: 353px;
  }
  .que-es-top7 h2 {
      font-size: 33px;
      padding-left: 0;
      margin-bottom: 25px;
      text-align: center;
  }
  .texto-momentos {
      padding: 0 0px 0 0px;
  }
  .texto-momentos h3 {
      font-size: 27px;
      line-height: 1;
      margin-top: 18px;
      margin-bottom: 20px;
  }
  .metodo-cta h3 {
      font-size: 29px;
      max-width: 300px;
      margin: 0 auto;
  }
  .metodo-cta p {
      font-size: 12px;
      margin-bottom: 0;
  }
  .metodo-cta img {
      max-width: 155px;
      bottom: 19px;
      right: -22%;
      left: 0;
  }
  .metodo-cta a {
      font-size: 16px;
      font-weight: 600;
      padding: 6px 30px;
      margin-top: 25px;
  }
  .metodo-cta {
      padding: 50px 10px 52px 10px;
  }
  .big-metodo h2 {
      font-size: 47px;
      margin-bottom: 0;
      line-height: 48px;
  }
  .como-activa p {
      margin-bottom: 8px;
      font-size: 17px;
      font-weight: 800;
      line-height: 1.4;
      padding-left: 48px;
  }
  .agrega-line:after{
    display: none;
  }
    .pasos-box p {
      font-size: 14px;
  }
  .texto-mid {
      padding-left: 0;
  }
  .pasos-top {
      background: #A100FF20;
      color: #A100FF;
      font-size: 14px;
      font-weight: 600;
      display: inline-block;
      padding: 9px 26px;
      margin-bottom: 25px;
  }
  .pasos-box h3 {
      color: #A100FF;
      font-size: 28px;
      margin-bottom: 10px;
      margin-top: 0;
      line-height: 1.3;
  }
  .momentos-t-slide h2 {
    font-size: 26px;
  }
  .slide-merchandising {
      flex-direction: column;
      display: flex;
      background: #fff;
      padding: 15px;
      gap: 15px;
  }
  .col-imagen {
    min-height: 180px;
  }
  .metodo-cta2 a{
    font-size: 16px;
    padding: 13px 34px;
  }
  .data-marcas a {
      font-size: 14px;
      padding: 12px 18px;
      margin: 15px auto 0 auto;
  }
  .data-marcas p {
      font-size: 14px;
      color: #374151;
  }
  .img-c-d img {
      left: 0;
  }
  .data-marcas h3 {
      font-size: 30px;
      color: #A100FF;
      padding-top: 16px;
      margin-bottom: 8px;
  }
  .metodo-cta2 {
      padding: 30px 10px 15px 10px;
  }
  .metodo-cta2 h3 {
      font-size: 26px;
      margin-top: 0;
      margin-bottom: 19px;
      line-height: 1;
  }
  .col-texto h3 {
      color: #4B5563;
      font-weight: 800;
      font-size: 12px;
      font-family: "Sora", Sans-serif !important;
      line-height: 1.5;
      margin-bottom: 10px;
  }
  .momentos-t-slide p {
        margin: 0 auto;
        max-width: 258px;
  }
  .btn-solicita-slide {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      width: 100%;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      padding: 8px 0;
      margin-top: 0px;
      background: #A100FF;
  }
  .nombre-fer h3 {
      font-size: 34px;
      margin-bottom: 40px;
  }
  .nombre-fer{
    padding-left: 10px;
    padding-right: 20px;
  }
  .nombre-fer2{
    padding-left: 20px;
  }
  #img-love {
      max-width: 147px;
      top: -27px;
      z-index: 9;
      right: 6vw;
  }
  .grid-posts {
      grid-template-columns: repeat(1, 1fr);
      padding-top: 0;
  }
  .data-post-grid h3 {
    color: #000;
    font-size: 16px;
  }
  .autor-grid span, .fecha {
      font-size: 12px;
  }
  .data-post-grid .excerpt {
    font-size: 14px;
  }
  .comienza-cta h3 {
      font-size: 27px;
      margin: 0 auto;
      max-width: 300px;
      padding-bottom: 15px;
  }
  .comienza-cta p {
      font-size: 14px !important;
      margin: 0 auto;
      max-width: 300px;
      padding-bottom: 30px;
  }
  #titulo-single .elementor-heading-title {
    font-size: 35px !important;
  }
  .meta-post-2026 {
      flex-direction: column;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 15px;
  }
  blockquote {
    padding-left: 15px;
  }
  blockquote p {
      font-size: 19px !important;
  }
  .single-post .page-content h2 {
    font-size: 22px;
  }
  .recuadro-clave h3 {
    font-size: 18px;
  }
  .check-ico {
      width: 17px;
  }
  .dos-col-blog {
      grid-template-columns: repeat(1, 1fr);
  }
  .blog-border-box h3 {
    font-size: 18px;
  }
  .tres-col-blog , .li-blog-doble, .cuatro-col-blog, .doble-col33{
    grid-template-columns: repeat(1, 1fr);
  }
  .numero-check {
      font-size: 14px;
      width: 20px;
      height: 20px;
      justify-content: center;
      aspect-ratio: 1 / 1;
  }
  .texto-rosa-blog h3 {
    font-size: 25px;
  }
  .texto-rosa-blog a {
    font-size: 13px;
    font-weight: 600;
    padding: 11px 11px;
  }
  .texto-rosa-blog {
    padding: 20px;
  }
  .sub-comparte {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .addtoany_list, .compartir {
      flex-wrap: wrap;
  }
  .intro-single {
      padding-top: 150px;
  }
  .e-con-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .col002-m {
    padding-left: 0;
  }
  .texto-contacto-page h1 {
    font-size: 32px;
  }
  .texto-contacto-page p {
    font-size: 14px;
  }
  .texto-contacto-page img {
      max-width: 40px;
  }
  .intro-contacto {
      padding-bottom: 40px;
  }
  .hablemos-t h2 {
    font-size: 23px;
  }
  .dato-ico {
      max-width: 30px !important;
  }
  .texto-d-c {
    font-size: 12px;
  }
  .datos-contacto {
      padding: 10px;
      display: flex;
      align-items: start;
      gap: 10px;
      margin-bottom: 30px;
  }
  .img-final-c {
      max-width: 115px !important;
      margin: -39px auto 0 auto;
      position: relative;
      left: auto;
      right: -98px;
  }

  .box-merch h3 {
      font-size: 30px;
      padding-top: 13px;
      margin-bottom: 0;
  }
  .cta-final-contacto h2 {
      font-size: 28px;
  }
  .cta-final-contacto a {
      font-size: 14px;
      padding: 12px 23px;
      margin-top: 0px;
  }
  .box-merch a {
    font-size: 14px;
  }
	.contenedor-mov {
    width: 100%;
    height: 359px;
    overflow: hidden;
		margin-bottom: 0;
	}
}

@media (max-width: 767px){
	.contenedor-mov {
    height: 259px;
	}
  .miga-pan {
    font-size: 12px;
  }
  #titulo-relacionados {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .widget-image-caption {
      font-size: 11px !important;
      padding: 12px 10px !important;
  }

  .autor-quote {
    font-size: 11px;
  }
  .single-post .page-content p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 23px;
  }
  .elementor-1297 .elementor-element.elementor-element-1fe7632 {
    font-size: 14px;
  }
  .nombre-fer p {
      font-size: 14px;
  }
  .marca-grisbox {
      padding-top: 20px;
      padding-bottom: 5px;
  }
  .elementor-shortcode .redes:last-child{
    padding-bottom: 0;
  }

}