/* 
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
*/

/* Add your custom styles here */

.img-backcover-effect {
    flex: 1;	
	position: relative;
    display: flex;
    align-items: stretch;
	img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
    	object-fit: cover;
	}
}


.elementor-text-editor p:last-child, .textwidget p:last-child, .elementor-widget-container p:last-child, .elementor-widget-text-editor p:last-child{ margin-bottom:0px;}  

p:last-child{ margin-bottom:0px;}  

@media (min-width: 1024px) {
    .contactoMenu {
        display: none !important;
    }
}

.linea-izquierda {
  display: flex;
  align-items: center;
}

.linea-izquierda::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 3px;
  background-color: white;
  margin-right: 30px;
}

/* Tablet (hasta 1024px) */
@media (max-width: 1024px) {
  .linea-izquierda::before {
    width: 60px;
    margin-right: 20px;
  }
}

/* Móvil (hasta 767px) */
@media (max-width: 767px) {
  .linea-izquierda::before {
    width: 40px;
    margin-right: 15px;
  }
}

.linea-negra {
  display: flex;
  align-items: center;
}

.linea-negra::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #1B3A3F;
  margin-right: 20px;
}

/* Tablet (hasta 1024px) */
@media (max-width: 1024px) {
  .linea-negra::before {
    width: 60px;
    margin-right: 20px;
  }
}

/* Móvil (hasta 767px) */
@media (max-width: 767px) {
  .linea-negra::before {
    width: 40px;
    margin-right: 15px;
  }
}

.caja-link {
    cursor: pointer;
	}

.img-backcover-effect {
    flex: 1;
	position: relative;
   	display: flex;
	
}

/* Contenedor con la imagen de fondo de Elementor */
.zoom-bg-hover{
  position: relative !important;
  overflow: hidden !important;
  z-index: 0 !important;

  /* Fuerza a que el fondo se pueda animar sin deformar */
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;  /* punto de partida */
  transition: background-size 1s cubic-bezier(0.25,0.1,0.25,1) !important;
  will-change: background-size;
}

/* Zoom del fondo en hover (sin pseudo-elementos) */
.zoom-bg-hover:hover{
  background-size: 120% auto !important;  /* el zoom */
}





