/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Tema hijo de Hello Elementor
 Author:       Tu Nombre o Empresa
 Author URI:   https://tusitio.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Aquí empiezan tus personalizaciones */
body {
  /* Ejemplo */
  background-color: #fff;
}


/* Home */
.page-id-2116 #menu-menu li a{
    color: white;
}
.page-id-2116 #menu-menu li a:hover{
    color: #7A7A7A;
}
.page-id-2116 header#site-header {
    position: absolute;
    z-index: 3;
    width: 100vw;
}
body .video-home {
    padding: 0;
}

 body .icon-over-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

body .img1-home img {
    height: 300px;
    object-fit: cover;
}

body .bk-metaldg {
    background: linear-gradient(135deg, #f97316 0%, #f59e0b 50%, #ffb703 100%);
}

body .services .elementor-element {
    max-height: 210px;
}

body .contacto-home .e-con-inner {
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 25px;
    padding: 3rem 4rem;
}

.contacto-home .srfm-form-container.srfm-bg-color {
    background: transparent;
}

body .contacto-home input, body .contacto-home textarea {
    background-color: white!important;
}

.site-logo.show {
    max-width: 250px;
}

h1.entry-title{
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.gallery img {
    height: 250px !important;
    max-height: 280px;
    object-fit: cover;
}


/* Conocenos */
.e-con.tipos-desktop{
        display:grid;
    }
    .e-con.tipos-movil, .on-hover-text{
        display:none !important;
    }
@media (max-width: 767px){
    .e-con.tipos-desktop{
        display:none;
    }
    .e-con.tipos-movil{
        display:grid;
    }
    img.custom-logo {
        width: 8rem;
    }
    body .site-header .site-navigation-toggle{
        background-color: transparent;
    }
    
    body .site-header .site-navigation-toggle .site-navigation-toggle-icon {
        color: black;
    }
    
    /* Default: transparente */
    body.page-id-2116 header#site-header{
      background-color: transparent;
      transition: background-color .25s ease;
    }
    
    /* Si el hijo .site-navigation-toggle-holder.show tiene .elementor-active => blanco */
    body.page-id-2116 header#site-header:has(.site-navigation-toggle-holder.show.elementor-active){
      background-color: #fff;
    }
}