/*
Theme Name: Tema Minería con Futuro
Theme URI: https://mineriaconfuturo.com
Author: GusERO
Author URI: https://programate.pe
Description: Un tema básico compatible con Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-mineria
*/

body {
  margin: 0;
}

.menu_1st_transparent {
  top: 0px !important;
}

#menu_2nd_blue.headershow {
  transform: translateY(0);
}
#menu_2nd_blue {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: transform 0.34s ease;
  transition: transform 0.34s ease;
  transform: translateY(
    -200px
  ); /*adjust this value to the height of your header*/
}

.custom-dots-wh .swiper-pagination-bullet{
	width: 60px !important;
	height: 8px !important;
	border-radius: 4px !important;
}

.swiper-pagination-bullet{
	background: #0F2029 !important;
}

.swiper-pagination-bullet-active{
	background: #00B5B5 !important;
}

.container-responsive-overflow-x {
	overflow-x: auto !important;
}

.min-w-button{
	min-width: 250px !important;
}

.text-limit-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-limit-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-limit-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1023px) {
  .cont-image-flowers {
    display: none !important;
  }
}

/* MAPA */
.container-max-height-svg{
	max-height: 600px;
}

.container-map-svg{
	max-height: 400px;
    overflow: hidden;
    position: relative;
}

.container-map-svg #svg_map_mineria{
	width: 100%;
	height: auto;
	display: block;
}

.dots-red, .dots-green, .dots-blue, #btn-all-mineria, #btn-reds-mineria, #btn-greens-mineria, #btn-blues-mineria, #zoomIn, #zoomOut{
	cursor: pointer;
}
/* MAPA */

#seccion-quienes-somos {
    scroll-margin-top: 150px;
}

#seccion{
	scroll-margin-top: 100px;
}

#seccion_agropecuario {
	scroll-margin-top: 245px;
}

#seccion_economico {
	scroll-margin-top: 245px;
}

#seccion_cultura {
	scroll-margin-top: 245px;
}

#seccion_educacion {
	scroll-margin-top: 245px;
}

#seccion_salud {
	scroll-margin-top: 245px;
}

#seccion_ambiente {
	scroll-margin-top: 245px;
}

#seccion_diversidad {
	scroll-margin-top: 245px;
}

#seccion_suscribete {
	scroll-margin-top: 103px;
}

/* MAPA CUSCO */
@media (max-width: 768px){
	.svg-cusco-map svg{
		width: 300px;
		height: 300px;
	}
	
	.svg-cusco-map{
		position: static !important;
	}
}