/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* ARREGLOS VISUALES SUELTOS */

.headerinvernadero {
	max-height:650px!important;
}




/*MODIFICACIÓN DEL TAMAÑO DEL ICONO PARA EL LISTADO EN EL FOOTER - MENU MANUAL*/
.fusion-li-icon {
    font-size:26px;
}
/*----------------*/




/*CSS PARA EL MENU PRINCIPAL TOP*/
/* Items de men */
.menutopmega-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.menutopmega-title strong {
  white-space: nowrap;
}

.menutopmega-title img {
  height: 10px;
  width: auto;
  margin-right: 8px;
}

.menutopmega ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menutopmega li {
  position: relative;
  padding-left: 30px; 
  margin-bottom: -7px;
}

.menutopmega li::before {
  content: '•';
  color: #0047bb;
  position: absolute;
  left: 15px;
  font-size: 18px;
  margin-right: 5px;
  
}
/* FINAL CSS PARA MENU PRINCIPAL TOP ----------------------------------------------------------------------------------------------------------------------------*/


/*CSS PARA EL SHORTCODE DE PROYECTOS PARA EL HOME ------------------------------------------------------------------------------------------------------------------*/
.proyecto .info-project
	{
		margin-top:60px;
		padding:0 100px;
	}
.button_view_proyect
{
	margin-left:50px !important;
}


.proyectosnovagric-slider .proyecto {
    display: none;
}

.proyectosnovagric-slider .proyecto.active {
    display: block;
}

.titulo-proyecto {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}

.descripcion-corta {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
	padding-top:20px;
}

.btn-ver-proyecto {
    display: none !important;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 16px;
    color: #007bff;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 15px 0px 15px 0px;
    float: left;
}

.btn-ver-proyecto:hover {
    background-color: #f8f9fa;
}

.proyectosnovagric-navegacion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
	flex-direction:row-reverse;
    float: right;
	position: absolute;
    left: auto;
    right: 5%;
    transform: translate(-50%, -50%);
    bottom: 18%;
}

.proyectosnovagric-navegacion button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0 10px
}

.proyectosnovagric-navegacion .prev,
.proyectosnovagric-navegacion .next {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.proyectosnovagric-navegacion .prev {
    background-image: url('/wp-content/uploads/2023/10/up-arrow.png');
    transform: rotate(270deg);
}

.proyectosnovagric-navegacion .next {
    background-image: url('/wp-content/uploads/2023/10/up-arrow.png');
    transform: rotate(90deg);
}

.clearfix {
    clear: both;
}

.btnandarrows {
    position: absolute;
    bottom: 144px; 
    left: 60px; 
    width: 80%; 
}

@media (max-width: 1300px) {
    .btnandarrows {
        width: 70%;
        bottom: 80px;
    }
}
@media(min-width:1200px)
{
	.content-blue-proyectos
	{
		align-self:stretch !important;
	}
	.proyecto .image-proyect
	{
		display:none;
	}
	
}

@media screen and (min-width:768px) and (max-width:1200px)
{
	.proyecto .image-proyect 
	{
		width:auto;
		min-height:500px;
		max-height:500px;
		background-repeat:no-repeat;
		background-size:cover;
		transition: background-image 0.5s ease-out;
	}
	.proyecto .info-project .titulo-proyecto
	{
		min-height:63px;
	}
	.proyecto .info-project .descripcion-corta
	{
		min-height:110px;
		margin-bottom:0;
	}
	.proyectosnovagric-navegacion
	{
		right: 0%;
    	transform: translate(-50%, -50%);
    	bottom: 5%;
	}
	.button_view_proyect
	{
		margin-left:0 !important;
		transform: translatey(-50%);
    	position: absolute !important;
    	top: 50%;
	}
	.proyecto .info-project
	{
		margin-top:30px;
		padding:0 40px;
	}
}


@media (max-width: 767px)
{
	.proyecto .info-project
	{
		margin-top:20px;
		padding:0 25px;
	}
	.proyecto .image-proyect 
	{
		width:auto;
		min-height:450px;
		max-height:450px;
		background-repeat:no-repeat;
		background-size:cover !important;
	}
	.proyecto .info-project .descripcion-corta
	{
		min-height:132px;
	}
/* 	Este CSS comentado está en el css de las opciones de avada */
/* 	.btnandarrows {
		position: absolute;
		bottom: 60px;
		left: -10px;  
	}
	.proyectosnovagric-navegacion
	{
		float:left;
		right:auto;
		left:15%;
		bottom:0%;
		margin-left:30px;
	} */
	.titulo-proyecto
	{
		font-size:18px;
	}
	.proyectosnovagric-slider .proyecto.active .descripcion-corta
	{
		font-size:16px;
	}
	.button_view_proyect
	{
		width:100% !important;
		font-size:16px !important;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*CSS PARA MEGA MENU PERSONALIZADO - SUBMENU DEL TOPMENU PRINCIPAL*/
.menu-item {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%; /* Ajusta esto para asegurarte de que no hay espacio entre los elementos */
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}

.menu-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*IMPORTANTE PARA LA ANIMACIÓN DEL BANNER DE PROYECTOS RECIENTES*/

@keyframes slideRightToLeft {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}

/* Clase para aplicar la animación */
.animated-background {
    animation: slideRightToLeft 0.5s ease-out forwards;
}


#contenedorproyectos {
    background-size: contain;
    background-repeat: no-repeat;
/*     background-position: center; */
    transition: background-image 0.5s ease-out;
}



/* BOTONES CARD PROYECTOS*/


.botonpostcardproyectos {
    position: absolute;
    bottom: 0;
    right: 7px;
}
.botonpostcardproyectos i.fa-arrow-right
{
	transform:translatex(0px);
}
.button_view_proyect
{
	transform:translatey(-23px);
}

/*-----------------------*/

/* BOTONES PARA FONDOS AZULES */


.hoverbotonfondoazul:hover {
    background-color: white !important;
}

.hoverbotonfondoazul:hover .fusion-button-text {
    color: #0047bb !important;
}

.hoverbotonfondoazul:hover i, 
.hoverbotonfondoazul:focus i, 
.hoverbotonfondoazul:active i {
    color: #0047bb !important;
}

/*----------------------------------*/

/* TAMAÑO DE ICONOS EN LISTADOS DE CONTENIDO MAYOR QUE SIN FONDO*/
.listadoventajas .fa, 
.listadoventajas .fab, 
.listadoventajas .fal, 
.listadoventajas .far, 
.listadoventajas .fas {
    font-size: 20px !important; 
}

/*TAMAÑO MÁXIMO DEL MEGAMENU DE CADA SECCIÓN, EVITAR PARA TAMAÑOS MUY GRANDES*/
.maxaltmenu {
	max-height:550px;
}

/*QUITAR LINEA DEL SELECTOR DE LOS FORMULARIOS*/
.select-arrow, .wpcf7-select-parent .select-arrow {
    border-color: transparent !important;
}

/*ICONO PARA LOS ENLACES DENTRO DE CONTENIDOS DENTRO DE LA WEB.*/
    .iconourlgeneral {
        width: 32px;
        height: auto;
        vertical-align: middle;
        margin-right: 8px; 
    }

/*POPUP CONTENT PARA INVERNADEROS*/
.popover-content {
    font-size: 16px!important;
    line-height: 18px;
}

/*EFECTOS Y ESTILOS PARA LISTADO DE PROYECTOS*/
.imageproyectos img {
  transition: transform 0.5s ease; /* Suaviza la transición */
}
.imageproyectos img:hover {
  transform: scale(1.1); /* Aumenta el tamaño de la imagen en un 10% */
}

/* Estilo post relacionados fusion-related-posts-title-link */
.fusion-carousel-title-below-image .fusion-carousel-title {
	font-size: 16px !important;
	line-height: 18px !important;
	padding-top: 20px !important;
}

/* Estilo H2 Entradas */
.h2entradas {
	font-size: 22px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-weight: 500 !important;
}

/* Estilo H3 Entradas */
.h3entradas {
	font-size: 20px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-weight: 500 !important;
}