/**
 * Theme Name:     Spot Media Theme
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   spot-media-theme
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* ------- CONFIGURACIONES GENERALES ------- */
body{
	background-image: url('https://www.spotmedia.com.pe/wp-content/uploads/bg-v6.jpg');
	background-position: auto;
	background-size: auto;
	background-repeat: repeat;
}
h1, h2, h3, h4{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !Important;
}
h2{
   	font-size: 2.5rem !important;
	margin: 0;
	color: #7CB60F !Important;
	font-weight: 700 !Important;
}
h4{
   color: #7CB60F !important;
   font-size: 1.1rem !important;
   margin-top: -8px;
}

.subtitulo-wl::before{
   content: "";
   display: block;
   width: 80px; 
   height: 8px; 
   background-color: #FDCE01;
   margin-bottom: 8px;         
}


li::marker{
	color: #7CB60F !important;
	font-size: 30px;
}
.li{
	margin-top:-10px;
}

.imagen-general{
   overflow: hidden;
   border-radius: 25px;
}

.seccion{
   padding: 50px;
}


/* Quita el margin al texto de una sola columna */
#largo{
	margin-top: 0px;
}
/* ======== BANNER GENERAL =========== */
.banner-general {
	width: 100%;
	height: 270px;
	display: flex;
	justify-content: center;
	position: relative;
}
.banner-description {
	padding: 20px;
	margin: auto;
	width: 100%;
	max-width: 1140px;
	color: #ffffff;
}
.banner-general h1{
	text-align: left;
	width: 100%;
}
.banner-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.banner-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(1) brightness(.9);
}
#header-spotMedia{
	box-shadow: 0px 0px 13px 1px #80808047;
}
/* ==== MEDIA QUERYS === */
@media (max-width: 480px) {
	h2{
		font-size: 2.3rem;
		margin-top: 100px;
	}
	#largo{
		margin-top: 100px;
	}
    .nosotros-equipo-fila .e-con-inner {
       gap: 0px; 
    } 
	.post-427 .banner-general h1{
		font-size: 16px !important;
	}
	.post-427 .banner-general strong{
		font-size: 18px !important;
	}
	.post-293 .banner-general h1{
		font-size: 2rem;
	}
}
/* =============== INICIO =================== */
/*--------Banner-------*/
#seccionBanner>div>div{
	margin-top: -50px;
	/*background-size: 100% 100%;*/
}
.banner-text{
	font-weight: 300;
}
#btnInit{
	font-size: 14px;
	font-weight: 500;
}
#banner-title div h1{
	font-weight: bold;
	margin: 0;
}
/*----Slider-----*/
#seccionSlider{
	margin: 100px auto 30px;
}
.slider-container{
	margin: 30px auto;
}
.titleSlider{
	color: #7CB60F;
}
#sliderHome{
	margin-bottom: 100px;
}
/*----Sub Banner----*/
#subBanner{
	position: relative;
}
#subBanner::before {
	content: '';
	opacity: 1;
	top: 0;
	right: 0;
	position: absolute;
	background: url("https://www.spotmedia.com.pe/wp-content/uploads/subbaner-head-v2.png");
	background-size: 100% 150%;
	background-repeat: no-repeat;
}
.sub-title{
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	width: 80%;
	margin: 60px auto auto;
	font-weight: bold;
}
.sub-title strong{
	font-size: 48px;
	color: #FDCE01;
	font-weight: 700;
}
.sub-title strong:first-child{
	color: #7CB60F;
}
/*---------Serivios destacados----*/
#seccionServices{
	padding: 60px 0 100px;
}
#seccionServices::before{
	position:absolute;
	top: 0;
	content: "";
	background-color: #7CB60F;
	height: 403px;
	border-bottom-left-radius: 180px;
	border-bottom-right-radius: 180px;
}
#servicesHomeTitle#servicesHomeTitle>div>h2{
	color: #fff !important;
}
#serviceCards .card-service-home{
	background-color: #fff;
	border-radius: 20px; 
	padding: 0;
	gap: 0;
	transition: 0.5 ease !important;
}
#serviceCards .card-service-home:hover{
	transform: scale(1.1) !important;
	-webkit-box-shadow: 0px 4px 22px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 22px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 22px -3px rgba(0,0,0,0.75);
}
#serviceCards .card-service-home:hover .card-btn-home{
	color: var(--e-global-color-primary);
}
.card-hash-home{
	padding: 30px 30px 0;
	font-weight: 500;
	opacity: .6;
}
.card-hash-home div div p{
	margin-bottom: 5px !important;
}
.card-title-home{
	padding-inline: 30px;
}
.card-btn-home{
	padding: 30px 30px 10px;
}
.card-btn-home i{
	font-size: 12px;
	margin-left: 10px;
}
.card-img-home>div{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
@media (max-width: 480px) {
	/*-----Destacados------*/
	#seccionSlider {
		margin-top: 50px;
	}
	#sliderHome{
		margin-bottom: 50px;
	}
	/*-------Sub-Baner---------*/
	#subBanner{
		margin-top: -5px;
	}
	#subBanner::before{
		background: url("https://www.spotmedia.com.pe/wp-content/uploads/sub-banner-mobile-complete.png");
		background-size: 100% 100%;
	}
	.sub-title{
		font-size: 1.5em !important;
		line-height: 1.5;
	}
	.sub-title strong{
		font-size: 30px;
	}

	/*----Servicios destacados-----*/
	#seccionServices{
		background: var(--e-global-color-primary);
		padding-bottom: 30px;
	}
	#serviceCards{
		margin-top: -20px;
	}
	#serviceCards .card-service-home{
		width: 85%;
		overflow: hidden;
	}
	.card-hash-home{
		padding: 20px 20px 0;
	}
	.card-title-home{
		padding-inline: 20px;
	}
	.card-btn-home{
		padding: 20px 20px 0px;
	}
	.card-img-home>div{
		height: 250px !important;
	}
}
/* ============ NUESTRO EQUIPO ============ */
.nosotros-equipo-columna{
	border-radius: 25px !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	padding: 20px !important;
	margin: 30px 0px !important;
	position: relative;
}
.nosotros-equipo-columna:hover{
	transform: scale(1.05);
}
.nosotros-equipo-cuadro{
	text-align: center;
}
.nosotros-equipo-cuadro figure{
	width: 100% !important;
}
.nosotros-equipo-cuadro img{
	max-width: 200px !important;
	border-radius: 50% !important;
}
.nosotros-equipo-cuadro h3{
	padding-top: 50px;
	font-size: 1.5rem;
}
.nosotros-equipo-cuadro p{
	margin-top: -10px !important;
	font-size: 1.5rem;  
}
.nosotros-equipo-columna::after {
	content: '';
	position: absolute !important;
	border-radius: 25px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(170deg, rgba(255, 255, 255, 0) 44.5%, #ffffff 45%), url('https://www.spotmedia.com.pe/wp-content/uploads/spot-media-background-equipo.jpg');
	background-size: auto;
	background-position: center;
	z-index: -1;
}
.nosotros-iconos{
	filter: grayscale(100%) invert(100%) contrast(10000%);
	margin-top: -10px; 
}
.nosotros-iconos div{
	word-spacing: 0px !important;
}
/* ====== OUTDOOR / INDOORS ========= */
.subtexto-outdoors{
	padding: 0 !important;
}
.subtexto-outdoors p{
   font-size: 0.9rem !important;
}
/* ====== MERCHANDISING ========= */
.merch-mun-box .elementor-image-box-content{
	background: #7CB60F;
	border-radius: 25px;
	padding: 30px 20px;
	position: relative;
}
.merch-mun-box .elementor-image-box-content::after{
	position: absolute;
	content: "";
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	border: 3px solid #FDCE01;
	border-radius: 25px;
}
.merch-mun-box .elementor-image-box-content{
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
}
.merch-mun-box .elementor-image-box-content strong{
	color: #FDCE01;
	font-size: 25px;
}
/* ========= PROYECTOS ESPECIALES ========= */
#sectionSpecialProducts{
	margin-top: 60px;
	padding-bottom: 15px;
}
#sectionSpecialGalery{
	margin-bottom: 10px;
}
.galery-special .swiper-slide{
	height: 420px;
	width: auto;
}
.galery-special figure{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}
.galery-special img.swiper-slide-image{
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
	transition: transform 0.5s ease;
}
.galery-special figure:hover>img{
	object-fit: cover;
	transform: scale(1.2);
}
.high-title{
	color: var(--e-global-color-accent);
	font-size: larger;
}
.subtitle-ps h2{
	font-size: 24px !important;
}
.desc-sp{
	margin: 20px 0 !important;
}
.cita-ps{
	width: 95%;
	margin: 0 auto !important;
}
.cita-ps .elementor-image-box-content{
	background: rgb(0 0 0 / 13%);
	position: relative;
	padding: 15px 15px 20px;
	border-radius: 20px;
}
.cita-ps .elementor-image-box-content::after{
	position: absolute;
	content: "";
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	border: 3px solid #7CB60F;
	border-radius: 20px;
}
@media (max-width: 480px) {
	#sectionSpecialGalery{
		padding-top: 0;
		margin-bottom: 0;
	}
	#sectionSpecialGalery>div>div{
		gap: 0;
	}
	#sectionSpecialProducts {
		margin-top: 20px;
	}
	.ubic-ps{
		flex-wrap: nowrap !important;
	}
	.galery-special .swiper-slide{
		height: 350px;
		margin-top: 30px
	}
}
/* ====== CLIENTES ========= */
.post-427 .banner-general h1{
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500 !important;
}
.post-427 .banner-general strong{
	color: #7CB60F;
	font-size: 30px;
}
.container-logos>div{
	mix-blend-mode: darken;
	transition: 500ms;
}
#sectionLeader .container-logos>div:hover{
	transform: scale(1.1);
}
#sectionImpact .container-logos>div:hover{
	transform: scale(1.2);
}
#sectionImpact, #sectionLeader{
	margin-bottom: 60px;
}
#sectionLeader{
	margin-top: 40px;
}
.clientes-title{
	margin-bottom: 40px;
}
.high-title{
	color: var(--e-global-color-accent);
	font-size: larger;
}
@media (max-width: 480px) {
	#sectionLeader{
		margin-top: 30px;
		margin-bottom: 0px;
	}
	#sectionLeader .e-con-inner{
		gap: 40px;
	}
	.clientes-title h2{
		font-size: 28px !important;
	}
	#sectionImpact{
		margin-bottom: 0px;
	}
}
/* ========= NUESTROS SERVICIOS ======== */
#nuestros-servicios .sticky-box {
	position: sticky !important;
	top: 90px;
}
#nuestros-servicios .elementor-widget-image-box{
	overflow: hidden;
	border-radius: 20px !important;
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
}
#nuestros-servicios .elementor-image-box-wrapper{
	height: 100%;
}
#nuestros-servicios .elementor-image-box-img{
	width: 100% !important;
	margin: 0 !important;
}
#nuestros-servicios .elementor-image-box-content{
	padding: 20px 20px 30px 20px !important;
	background: #7CB60F;
	position: relative;
	height: 100% !important;
}
#nuestros-servicios .elementor-image-box-content::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 60px;
	background: #7CB60F;
	top: -58px;
	display: block;
	left: 0;
	clip-path: polygon(0 83%, 100% 0, 100% 100%, 0% 100%);
}
#nuestros-servicios .elementor-widget-image-box h3 {
	font-size: 24px;
}
#nuestros-servicios .elementor-widget-image-box h3,
#nuestros-servicios .elementor-image-box-description{
	text-align: left;
	color: #ffffff !important;
}
#nuestros-servicios .elementor-image-box-description a{
	display: block;
	margin-top: 20px;
	color: #ffffff;
	position: relative;
	width: fit-content;
}
#nuestros-servicios .elementor-image-box-description a::after{
	content: '\f061';
	font-family: 'Fontawesome';
	position: absolute;
	right: -25px;
	opacity: 0;
	transition-duration: 500ms;
}
#nuestros-servicios .elementor-image-box-description a:hover::after{
	opacity: 1;
}
/* 	WASSAP */
.joinchat__header a{
	visibility: hidden !important;
}
/* ====== CONTACTO ============ */
.elementor-widget-google_maps{
	display:none !important;
}
/*Formulario*/
.contact-form .form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.contact-form .form-group {
	flex: 1;
}
.contact-form label {
	font-family: 'Roboto', sans-serif;
	margin-bottom:-15px;
	display: block;
	color: #000;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
.contact-form select,
.contact-form checkbox{
	margin-bottom: 30px
}
.contact-form input[type="checkbox"] {
	width: auto;
}
.contact-form .form-row:last-child {
	margin-top: 20px;
	text-align: left;
}
.contact-form input[type="submit"] {
	background-color: #7CB60F;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
	color: white;
	padding: 10px 50px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.contact-form input[type="submit"]:hover {
	background-color: #FDCE01;
}

.contacto-columna-der{       
	border-right: 3px solid #7CB60F; 
}

.contacto-caja-iconos {
	margin-top: 20px;
}
.contacto-caja-iconos .elementor-icon{
	font-size: 35px;
}
.wpcf7-not-valid-tip {
	color: #7CB60F;
	font-size: 16px;
	margin-top: 5px;
	display: block;
}
.texto-nosotros{
	margin-top: 30px;
}
.container-icons-contact{
	margin-bottom: 50px !important;
}
@media (max-width: 768px) {
	.contacto-columna-der{
		border: none !important;
	}
}
@media (min-width: 768px) {
	.contacto-columna-der{
		padding-right: 50px !important;        
	}
}
