body{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  padding-top:50px;
}

nav {background:linear-gradient(270deg, #1a982e 0%, #0e5b98 100%)}

p {
  color: #3b342b;
}

h1{
	color:#0e5b98;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.titulodegradado{
  background: linear-gradient(270deg, #1a982e 0%, #0e5b98 100%);
  border-radius: 15px;
  color:#fff;
  text-align:center;
  padding:0 15px;
  display:inline-block;
  font-size:1.5em;
  line-height:1.2;
  position:relative;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.titulodegradado:after{
	content: ' ';
    width: 80px;
    height: 5px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -8px;
	background:url('cdmb/deco-titulos.png') no-repeat;
	background-size:contain;
}

.text-footer{
  font-size: 16px;
  color: #fff;
}

.p-logo{
  padding-left: 20%;
  padding-right: 20%;
}

.col-movil{
  display: none;
}

.encomillado{
	color:#0e5b98 !important;
	border-left:4px solid #0e5b98;
	padding:0;
	padding-left:12px;
	margin-left:15px;
	margin-top:1rem;
	margin-bottom:1rem;
	font-size:22px !important;
	width:90%;
}

.tituloh2{
	color:#0e5b98;
	font-size:1.9rem;
	font-weight:bold;
	line-height:1.2;
}

.autorencomillado{
	font-weight:bold;
}

.bg-footer{
	background-image:url('cdmb/footer-min.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:top center;
	padding-top:100px;
}

.bg-img {
	background-image: url('cdmb/fondo-izq.png'), url('cdmb/fondo-der.png');
	background-color:#fff;
	background-position: top left, top right;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment:fixed;
}

.intro-img {
  margin-top: -7%;
}

.intro .border-end{
  border-width: 4px !important;
  border-color: #e7cd33 !important;
  margin-top: 3%;
  margin-bottom: 3%;
}

.linea-de-tiermpo{
  margin-top: -5%;
}

.yuxtaposicion {
  border-radius: 30px;
}

.titulos{
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: #3c372f;
}

.titulo-video {
  font-weight: normal;
  text-align: center;
  font-size: 50px;
  line-height: 52px;
  color: #3c372f;
}

.text-intro {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #3c372f;
}

.text-entradilla {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #3c372f;
}

.pie-de-foto {
  font-size: 17px;
  line-height: 22px;
  margin-top: 10px;
}

.titulo-pie{
  font-size: 22px;
}

.owl-theme .owl-dots .owl-dot span{
  background: #a19b9b!important;
}

.sliderthumbs .owl-item{
	opacity:0.5;
}
.sliderthumbs .owl-item.active{
	opacity:1;
}
.sliderthumbs .owl-item.active ~ .owl-item.active{
	opacity:0.5;
}

.redondeado .item img{
	border-radius:20px;
}

.subrayado{
  text-decoration: none;
}
.dropdown-item{
  padding-top: 8px;
  padding-bottom: 7px;
}

/* bg-video */
.video-container-home {
  height: 100vh;
  position: relative;
  overflow: hidden;
  /*@media(min-width: 600px) {
    height: 100vh;
  }*/
}

.video-container-home video {
  object-fit: cover; // Set the magic
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2;
}

.video-container-home:before {
  content: '';
  position: absolute;
  background-color: rgb(97 165 133 / 27%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-container-home .imagen {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 37.5%;
  bottom: 34%;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
}

.decoradorvideo {
	position: absolute;
    background-image: url('cdmb/curva-video-pc.png');
    background-position: top center;
    background-size: initial;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    height: 9vh;
    top: calc(92vh + 50px);
    z-index: 5;
}
.decoradorvideo-interna {
	position: absolute;
    background-image: url('cdmb/curva-video-pc.png');
    background-position: top center;
    background-size: initial;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    height: 9vh;
    top: calc(52vh + 50px);
    z-index: 5;
}

.video-container-internas {
  height: 60vh;
  position: relative;
  overflow: hidden;
  /*@media(min-width: 600px) {
    height: 100vh;
  }*/
}

.video-container-internas video {
  object-fit: cover; // Set the magic
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2;
}

.video-container-internas:before {
  content: '';
  position: absolute;
  background-color: rgb(97 165 133 / 27%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m-top{
  margin-top: -13%;
  padding-bottom: 25px;
}


/* Efecto scroll */
  .star {
      visibility: hidden;
  }

  .fadeInLeft {
      -webkit-animation: animat_showleft 2s;
      animation: animat_showleft 2s;
      visibility: visible !important;
  }

  @keyframes animat_showleft{
      0%{opacity:0; transform:translateX(-200px);}
      100%{opacity:1; transform:translateX(0);}
  }

.fadeInRight {
      -webkit-animation: animat_showright 2s;
      animation: animat_showright 2s;
      visibility: visible !important;
  }

  @keyframes animat_showright{
      0%{opacity:0; transform:translateX(200px);}
      100%{opacity:1; transform:translateX(0);}
  }

img
{max-width:100%;}

.modalfuncionarios .embed-responsive{
	border:2px solid transparent;
	border-image: linear-gradient(to right, #1a982e, #0e5b98) 1;
	padding:9px;
}
.modalfuncionarios .nombre{
	color:#0e5b98;
	font-weight:bold;
}

/* Ende Efecto scroll */

.modal-backdrop.show {
    opacity: .8!important;
}

.compartir .dropdown-menu[data-bs-popper]{
  left: -200%!important;
}

.compartir{
  flex-direction: row-reverse!important;
}

.fondo{
  background-image: url("mineria-ilegal/fondo.jpg");
  background-attachment: fixed;
  background-size: 100%;
}

.f-podcast{
  background-image: url("confenalco/podcast.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 7.8%;
  padding-bottom: 7.8%;
}

.f-historia{
  background-color: #10800c;
  border-radius: 80px 0px 80px 0px;
}

.f-hemeroteca{
  background-color: #1b4f25;
  background-image: url("confenalco/hemeroteca-3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -2px;
}

.hemeroteca{
  text-align: right;
  padding-left: 12%;
}

.linea-de-tiempo{
  position: relative;
  margin-bottom: -6%;
  z-index: 1;
}

.linea-de-tiempo{
  position: relative;
  z-index: 2;
}





.modal-lg{
    max-width: 900px!important;
}

.containerdiv {position: relative;}
.containermapa{
	max-width: 814px;
    width: 100%;
    margin: 0 auto;
}
.mapa-1 {position: absolute; top: 42.7%; right: 38.5%; width: 8%; animation-name: subirBajar; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out;}
.mapa-2 {position: absolute; top: 51%; right: 33.5%; width: 8%;animation-name: subirBajar; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out;}
.mapa-3 {position: absolute; top: 46.7%; right: 22.7%; width: 8%;animation-name: subirBajar; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out;}
.mapa-4 {position: absolute; top: 52%; right: 16%; width: 8%;animation-name: subirBajar; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out;}
.mapa-5 {position: absolute; top: 57.9%; right: 37.3%; width: 8%;animation-name: subirBajar; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out;}
.mapa-6 {position: absolute; top: 69.8%; right: 48.5%; width: 8%;animation-name: subirBajar; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out;}

@keyframes subirBajar {
  0% { transform: translateY(0); } /* Posición inicial */
  50% { transform: translateY(-7px); } /* Mueve 10px hacia arriba */
  100% { transform: translateY(0); } /* Vuelve a la posición inicial */
}

.play-video1{ position: absolute; top: 46%; right: 47.15%; width: 5.7%;}
.play-video1-2{ position: absolute; top: 46%; right: 47.05%; width: 5.9%;}

.play-video2{ position: absolute; top: 60%; right: 44%; width: 5.7%;}
.play-video2-2{ position: absolute; top: 60%; right: 44%; width: 5.9%;}

.width-img{
  width: 26%;
}

.play-cabezote{ position: absolute; top: 49%; right: 66%; width: 5.7%;}
.play-cabezote-2{ position: absolute; top: 49%; right: 66%; width: 5.9%;}

.item{position: relative;}
.img-mas { position: absolute; bottom: 8%; right: 5%; width: 14%!important;}

.btn-img{text-decoration:none;}

.img-yuxtaposision { margin-bottom: -5.5%;}

p {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #2d2d2d;
}

b {
  font-weight: bold;
}

.cabezote{
  padding-top: 40px;
  padding-bottom: 50px;
}

.text-video{
  position: relative;
  z-index: 2;
}

.g-bienestar{
  position: relative;
  margin-top: -5%;
  z-index: 1;
}

.verde1 {
  color: #10800c;
}

.bg-verde1{
  background-color: #1b4f25;
}

.blanco {
  color: #fff;
}

.links{
  color: #e7cd33;
}

.links:hover{
  color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #1a982e !important;
    border-color: #1a982e !important;
}


.descripcion {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}



.img-destacado {
  width: 170px;
  margin-top: -30px;
}

.img-destacado-2 {
  width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.t-destacado{
  position: relative;
  z-index: 2;
}

.i-destacado{
  position: relative;
  margin-top: -45px;
  z-index: 1;
  margin-bottom: -40px;
}

.podcast{
  margin-bottom: -60px;
}

.f-galeria{
  background-color: #268532;
  margin-top: -2px;
}

.t-galeria {
  margin-top: -5%;
  margin-bottom: -10%;
}

.text-destacado{
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}



.titulo{
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
  color: #fff;
  margin-top: 2%;
}

.intertitulo{
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
  color: #fff;
  padding-top: 3%;
}

.amarillo{
  color: #F3AD2C;
}

.comilla-img {
    position: absolute;
    margin-left: -50px;
    margin-top: -20px;
}

.noticias{
  font-weight: 600;
  font-size: 21px;
  line-height: 27px;
  color: #fff;
  margin-left: 5px;
  text-align: center;
}

.bold{
  font-weight: 600;
  color: #fff;
  padding-top: 20px;
}



.entradilla-modal {
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  padding: 20px 30px 20px 30px;
  font-style: italic;
}

.fecha-modal {
  font-size: 14px;
  line-height: 17px;
  color: #F3AD2C;
  text-align: center;
}

.text-justify{
  text-align: justify;
}

.img-text{
  border-radius: 25px;
  padding-bottom: 15px;
}

.modal-header {
  border-bottom: 1px solid #feddb659!important;
}

.modal-footer{
  border-top: 1px solid #feddb659!important;
}

.btn-mas {
    color: #542F1D;
    background-color: #F3AD2C;
    border-color: #542F1D;
}

.btn-mas:hover {
    color: #fff;
}

.btn-cerrar {
    color: #fff;
    background-color: #542F1D;
    border-color: #ffc10791;
}

.btn-cerrar:hover {
    color: #F3AD2C!important;
}

.modal-header .btn-close{
  background: transparent url("x-modal.svg") center/1.5em auto no-repeat!important;
}

.p-modal {
  padding-left: 4rem;
  padding-right: 4rem;
}
.pregunta-text{
  font-weight: 600;
  color: #542a12;
  padding: 15px;
}

.text-pregunt{
  color: #d49949;
  font-weight: 600;
}

.pregunta {
  margin-left: 6rem;
  margin-right: 4rem;
  background-color: #d49949;
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.img-pregunta {
    background-image: url(mineria-ilegal/img-pregunta.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 3rem) bottom;
}

.respuesta-text{
  padding: 15px;
}

.respuesta {
  margin-left: 4rem;
  margin-right: 6rem;
  background-color: #542a12;
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.img-respuesta {
    background-image: url(mineria-ilegal/img-respuesta.png);
    background-repeat: no-repeat;
    background-position: 2.6rem bottom;
}



.text-comillas{
  padding-top: 4%;
  padding-right: 14%;
  padding-bottom: 0%;
  padding-left: 20%;
  color: #fff;
}

cite{
  padding-right: 15%;
}

.destacado{
  color: #fff;
  font-weight: 600;
  margin: 1rem;
}

.articulos{
  text-align: center;
  padding-bottom: 5px;
}

.articulo{
  width: 40%;
}

.pie-foto{
  font-size: 15px;
  line-height: 17px;
  color: #ffffffba;
}

.fecha{
  font-size: 14px;
  line-height: 17px;
  color: #F3AD2C;
  text-align: center;
  margin-bottom: -1px;
}

.card {
    background-color: #ffffff00!important;
    border: 0px solid!important;
  }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0b803a!important;
}

.owl-nav {
  font-weight: 300;
  margin-top: 0px!important;
  font-size: 60px;
  color: #2d2d2d;
  position: absolute;
  width: 100%;
  top: 45%;
}

.hemeroteca .owl-nav{
  color: #D6D6D6;
}

.m-lf{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: -5%;
}


.modal .owl-nav{
  color: #D6D6D6;
}

.modal .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff0!important;
    color: #fff!important;
}



.owl-theme .owl-nav [class*=owl-]:hover{
background: #fff0!important;
color: #0b803a!important;
}

.owl-theme .owl-nav [class*=owl-]{
  margin: -30px!important;
}



.owl-prev{
  position: absolute;
  left: 0px;
}

.owl-next{
  position: absolute;
  right: 0px;
}

.nav-link {
  color: #fff;
}

.nav-link:focus, .nav-link:hover {
    color: #ffffffa8;
}

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}

.whatsapp{
  display: none;
}

.container{
  max-width: 918px;
}

.img-100{
  width: 100%;
  height: auto;
}


.pie{
  color: #9b9b9b;
  font-size: 16px!important;
}

.logo-top{
  height: 35px;
  width: auto;
  padding-right: 25px;
}

.movil-360{
  display:none;
}

.text-footer{
  font-size: 16px;
  color: #ffffffd4;
}


@media only screen and (max-width: 991px) {
  .width-img{
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .decoradorvideo {
    background-image: url('cdmb/curva-video-mb.png');
	height:6vh;
	top:calc(94vh + 50px);
}
.bg-img {
	background-position: -10px top, calc(100% + 10px) top;
}
.decoradorvideo-interna {
    background-image: url('cdmb/curva-video-mb.png');
	height:6vh;
	top:61vh;
}
  .video-container-home .imagen {
    left: 10.5%;
    bottom: 37%;
    width: 145%!important;
  }

  .t-noticias .titulos{
    font-size: 24px;
    line-height: 26px;
  }

  .col-movil{
    display: block;
  }

  .p-logo {
    padding-left: 5%;
    padding-right: 5%;
}

  .width-img{
    width: 55%;
  }

  .modal.show .modal-dialog {
      padding-top: 10%;
  }

  .play-video1 {
    top: 45%;
    right: 45%;
    width: 15%;
  }

  .play-video1-2 {
    top: 45%;
    right: 45%;
    width: 16%;
  }

  .play-video2 {
    top: 60%;
    right: 40%;
    width: 15%;
  }

  .play-video2-2 {
    top: 60%;
    right: 40%;
    width: 16%;
  }

  .g-bienestar {
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .i-destacado {
    margin-top: -25px;
    margin-bottom: -15px;
  }

  .podcast {
    margin-bottom: 0px;
  }

  .t-galeria{
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .img-destacado-2 {
    width: 170px;
  }

  .img-yuxtaposision {
    margin-bottom: -8%;
  }

  .plan-de-expansion{
    margin-top: 45px;
  }

  .avance{
    margin-top: 45px;
  }

  .plan-de-expansion-2 {
    margin-top: 8%;
  }

  .htca .pt-4 {
    padding-top: 1.1rem!important;
  }

  .p-modal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pregunta {
    margin-left: 3rem;
    margin-right: 1.5rem;
  }

  .img-pregunta {
      background-position: calc(100% - 0.5rem) bottom;
  }

  .compartir .dropdown-menu[data-bs-popper]{
    left: 0!important;
  }

  .respuesta {
    margin-left: 1.5rem;
    margin-right: 3rem;
  }

  .articulo {
    width: 55%;
  }

  .img-respuesta {
      background-position: 0.4rem bottom;
  }

  .text-comillas {
    padding-top: 8%;
    padding-bottom: 4%;
  }

  .text-footer{
    font-size: 0.8rem!important;
  }

  p {
    font-size: 18px;
    line-height: 24px;
  }

  .compartir{
    flex-direction: row!important;
  }

  .c1{
    margin-left: -45%;
  }

  .titulo{
    font-size: 35px;
    line-height: 35px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .nuevalinea{
    display:none!important;
  }

  .pc-360{
    display:none;
  }

  .movil-360{
    display: block;
  }

  .ratio-1x1{
    height: 85vh;
  }

  .whatsapp{
    display: block;
  }
}

@media only screen and (max-width: 500px) {
.mapa-1 {top: 42.7%; right: 38.5%; width: 10%; }
.mapa-2 {top: 51%; right: 33.5%; width: 10%; }
.mapa-3 {top: 45.7%; right: 22.7%; width: 10%; }
.mapa-4 {top: 51%; right: 16%; width: 10%; }
.mapa-5 {top: 57.9%; right: 37.3%; width: 10%; }
.mapa-6 {top: 69.8%; right: 48.5%; width: 10%; }
}