@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px ::> lg;
4. 1199px
5. 1024px
6. 991px
7. 959px ::> md;
8. 880px
9. 768px
10. 767px :::> sm ;
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.fondo_historia_cacao{
		background-image: url('../img/fondo_historia_cacao.png');
	}

	.fondo_mesa_tecnica{
		background-image: url('../img/mesa_trabajo_pip_cacao.png');
	}

	#historia_cacao_imagen_seccion_2 img{
		width: 100%;
		height: 100%;
	}


	#POLYLINE-4{
		background: red !important;
	}
	.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
	}

	.fondo_zonas_produccion{
		padding: 10px !important;
		background-image: url('../img/ubicaciones/fondo_ayabaca.png');
	}

	.mesa_imagen img{
		width: 100%;
		height: 80%;
	}

	.our-webcoderskull{
	  background: url("../img/video_fondo_1.png") no-repeat center top / cover;
	  
	}

	.animated{
		  z-index: 0 !important;
	}
	
	
}

/************ assets/img/video_fondo_1.png
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{

}

/************
4. 1199px  
************/

@media only screen and (max-width: 1199px)
{
	.row_menu{
		margin-left: 1% !important;
		/*width: 1900px !important; */
		width: 1109px !important;

	}
	.container_menu{
		/*margin-right: 0px !important; */
	}

}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.row_menu{
		margin-left: 1% !important;
		width: 100% !important;
	}
}

/************
7. 959px medio
************/

@media only screen and (max-width: 959px)


{
	.texo_banner{
		font-size: 40px !important;
	}
	.fondo_carousel{
		height: 100% !important;
	}

	.fondo_historia_cacao{
		background-image: url('../img/fondo_cacaotero.png');
	}

	.fondo_mesa_tecnica{
		background-image: url('../img/fondo_cacaotero.png');
	}

}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	
}

/************
11. 575px small
************/

@media only screen and (max-width: 575px)
{
	.texo_banner{
		font-size: 30px !important;
	}
	.fondo_carousel{
		height: 100% !important;
		width: 100%;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{	
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
	

}