/**
Theme Name: Astra Child
Author: Teoría | Desarrollo Web
Author URI: https://teoria.com.mx/
Description: Astra child by Teoría.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* html {
    scroll-snap-type: y mandatory;
}

#dreams, #moon, .video-container, #method {
    scroll-snap-align: start;
} */

/*---------- Site ----------*/
a:focus {
    outline: none;
}

body.home .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
body.home .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
body.home .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #e1bd5d;
}

body.home .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
body.home .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
body.home .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link,
body.home .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
    color: #e1bd5d;
	background-color: transparent;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-bottom: 0px;
}

.page-id-34 {
	background-color: #222222;
}

.page-id-34 .ast-container {
	padding: 0;
}

.page-id-34 .ast-primary-header-bar.ast-primary-header {
	background-color: transparent;
}

#primary {
	margin-top: 20px !important;
}

.page-id-34 .ast-above-header.ast-above-header-bar {
	background-color: transparent !important;
}

.site-branding.ast-site-identity {
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
}

.ast-site-title-wrap {
	padding-top: 10px;
}

#moon, #dreams, #method {
	min-height: 100vh;
	align-content: center;
}

.grecaptcha-badge {
	display: none;
}

.page-id-877 .has-text-align-center.has-black-color.has-text-color.has-link-color.wp-elements-9e14e2b3dfefb47bb47977c63a655c8a {
	padding: 0 300px !important;
}

.page-id-877 #primary {
	margin-top: 3.5em !important;
}

.page-id-877 .ast-builder-menu-1 .menu-item > .menu-link {
	color: #bd9733;
}

.page-id-943 {
	background-color: #222222;
	color: #fff;
}

.page-id-943 p, .page-id-943 h2 {
	margin: 0 15% !important;
}

/*---------- Slider ----------*/
#carouselSlider .carousel-item {
  height: 400px;
}

#carouselSlider .carousel-item img {
  object-fit: cover;      /* Hace que la imagen llene el espacio sin deformarse */
  object-position: center;/* Centra la imagen vertical y horizontalmente */
  height: 100%;           /* Ocupa toda la altura del contenedor */
  width: 100%;            /* Ocupa todo el ancho del contenedor */
}


/*---------- Dreams ----------*/
.parallax .wp-block-columns {
	position: relative;
}

.parallax .flex-basis {
	display: none;
}

.parallax { 
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.parallax::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.4) 0%,rgb(22,22,22) 100%);
    opacity: 1;
}

#dreams .wp-block-column {
	align-content: center !important;
}

/*---------- Moon ----------*/
.wp-image-405 {
	animation: spin 200s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*---------- Mi camino ----------*/
.page-id-943 {
	background-image: url("https://iluna.co/wp-content/uploads/2025/09/backgroun-camino-scaled.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

/*---------- Products ----------*/
.ast-woo-product-category {
	display: none !important;
}

.product_meta .posted_in {
	display: none !important;
}

/*---------- Footer ----------*/
footer {
	background-color: #222222;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"], .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	display: none;
}

.btn-whats-main {
	position: fixed;
	z-index: 1000;
	right: 20px;
	bottom: 80px;
}

.pulse i {
  position: relative;
  top: 16px;
  font-size: 30px;
}
.pulse {
	margin: auto;
  cursor: pointer;
  display: block;
  width: 60px !important;
  height: 60px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
}

.pulse:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}




/*---------- Responsive ----------*/
@media only screen and (max-width: 768px) {
  .video-container {
    height: 400px;
  }
  .logo {
    width: 100px;
    height: 100px;
  }
	
	.page-id-877 .has-text-align-center.has-black-color.has-text-color.has-link-color.wp-elements-9e14e2b3dfefb47bb47977c63a655c8a {
	padding: 0 !important;
}
	.page-id-943 p, .page-id-943 h2 {
		margin: auto !important;
}
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .video-container {
    height: 300px;
  }
  .logo {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
	#ast-hf-mobile-menu, .ast-mobile-header-content.content-align-flex-start {
			background-color: rgba(0, 0, 0, 0.0);
		text-align: center;
    }
	
}