/**
 * Theme Name:     Multi Móvil
 * Author:         Digitalrocks
 * Template:       kadence
 * Text Domain:	   multi-movil
 * Description:    Tema para Multi Móvil
 */


#mainHeaderMM.elementor-sticky--effects #actionBarMM {
	display: none;
}

#mainHeaderMM.elementor-sticky--effects #headerWrapperMM {
	background-color: #ffffff;
	padding: 4px 0;
	border-bottom: 1px solid #f7fafc;
}

#mainHeaderMM #headerWrapperMM .sticky-logo {
	display: none;
}

#mainHeaderMM.elementor-sticky--effects #headerWrapperMM .sticky-logo {
	display: block;
}

#mainHeaderMM.elementor-sticky--effects #headerWrapperMM .main-logo {
	display: none;
}

#mainHeaderMM.elementor-sticky--effects #headerWrapperMM #mainMenu .uc-mega_menu_list li a {
	color: #141414;
}

#mainHeaderMM.elementor-sticky--effects #headerWrapperMM .sticky-logo-blog img {
	width: 54px;
}


/* Mapa */

.imapsMapImage image,
.imapsPolyarc-group {
	animation: oficinas 4s ease-in-out 2s infinite normal forwards;
}

@keyframes oficinas {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

/* Fin mapa */

.rotate {
	display: none;
}

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
    margin: 0 !important;
}

.widget-area a:hover {
	text-decoration: none !important;
}

iframe {
    display: block;
}

textarea {
    resize: none;
}

.small {
	font-size: 0.6rem;
}

#sidebar-cat h5,
.primary-sidebar.widget-area .widget-title {
    margin-bottom: 0.5em !important;
	color: #2e2929 !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
}

#sidebar-cat ul {
	margin: 0px;
    list-style-type: none;
    padding: 0 0 0 5px;
}

#sidebar-cat ul li {
	float: left;
	width: 45%;
    margin: 0 15px 8px 0;
}

#ContactForm input:not([type="button"]):not([type="submit"]):not([type="radio"]),
#ContactForm select {
	background: #f5f4f4;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	height: 40px;
	margin-bottom: 5px;
}

#ContactForm select {
	padding-top: 4px;
}

#ContactForm textarea {
	background: #f5f4f4;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	margin-bottom: 0px;
}

#ContactForm input[type="submit"] {
	border: 2px solid #80C500;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1;
}

#ContactForm input[type="submit"]:hover {
	background: transparent;
	box-shadow: none;
	border-color: #141414;
	color: #141414;
}

#ContactForm .gform-footer {
	padding: 0px;
}

#ContactForm .gform_wrapper.gravity-theme .gfield_label {
    font-size: 13px;
}

#ContactForm .gform_required_legend {
	display: none;
}

/* Banners */

#product-hero {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.cpt-category-aulas #product-hero,
body.cpt-category-aulas-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-aulas_usos_multiples.webp) !important;
}

body.cpt-category-bodegas-moviles #product-hero,
body.cpt-category-bodegas-moviles-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-bodegas-moviles.webp) !important;
}

body.cpt-category-casetas-de-vigilancia-en-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-casetas-de-vigilancia.webp) !important;
}

body.cpt-category-clinicas-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-clinicas.webp) !important;
}

body.cpt-category-cocinas-y-comedores-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-cocinas-comedores.webp) !important;
}

body.cpt-category-dormitorios #product-hero,
body.cpt-category-dormitorios-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-dormitorios.webp) !important;
}

body.cpt-category-mobiliario #product-hero,
body.cpt-category-mobiliario-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-mobiliario.webp) !important;
}

body.cpt-category-modulares #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-modulares.webp) !important;
}

body.cpt-category-multiflex #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-multiflex.webp) !important;
}

body.cpt-category-oficinas-en-renta #product-hero,
body.cpt-category-oficinas-en-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-oficinas-en-renta.webp) !important;
}

body.cpt-category-sanitarios #product-hero,
body.cpt-category-sanitarios-y-regaderas-venta #product-hero {
	background-image: url(/wp-content/uploads/2025/08/banner-sanitarios.webp) !important;
}

/* Media queries */


@media (max-width: 767px) {
    
    .hidden-xs {
        display: none;
    }
	.blog-grid-title {
		min-height: 60px;
	}
     
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
	
	.rotate {
		display: flex;
		text-align: center;
		padding: 0 40px;
		position: fixed;
		height: 100%;
		background: rgba(0,0,0,0.85);
		align-items: center;
		z-index: 12;
	}
	
	.rotate h1 {
		color: #fff;
		font-size: 3em;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
		
	#mainHeaderMM.elementor-sticky--effects #oficinasRenta,
	#mainHeaderMM.elementor-sticky--effects #otrosRenta,
	#mainHeaderMM.elementor-sticky--effects #Venta {
		margin-top: 5px;
	}
	
	#mainHeaderMM.elementor-sticky--effects #headerWrapperMM {
		padding: 4px 10px 4px 20px;
	}
	
}
	
@media (min-width: 1200px) {
		
	#primary-menu li:last-child a {
		padding-right: 0px;
	}
		
	#mainMenu .uc-mega_menu_list li:last-child,
	#mainMenu .uc-mega_menu_list li:last-child a {
		padding-right: 0px;
	}
		
	#mainHeaderMM.elementor-sticky--effects #oficinasRenta,
	#mainHeaderMM.elementor-sticky--effects #otrosRenta,
	#mainHeaderMM.elementor-sticky--effects #Venta {
		margin-top: 7px;
	}
	 
}