@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");

:root {
  --cl-verde-md:#003041;
  --cl-verde-md:#003041;
  --cl-naranja-md: #ed5338;

}

body {
  font-family: "Roboto", sans-serif;
  color: #060a10;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.bq-timer{
  background: url(/informedelabores2025/img/bg_timer.jpg) repeat;
  padding-bottom: 5px;
  
}


/* .marquee{
  width:100%;
  box-sizing: border-box;
  padding: 1em;
  font-weight: 100;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: #262531 solid 2px;
  border-bottom: #262531 solid 2px;
}

.marquee-content{
    display:flex;
    animation: marquee 12s linear infinite running;
}

.marquee-content:hover{
  animation-play-state: paused;
}

.marquee-tag{
  width:80%;
    margin: 0 .5em;
    padding:.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    font-size: 1em;
}

.marquee-tag a:hover{
  cursor: pointer;
  text-decoration: underline;
}

.marquee-tag a{
  text-decoration: none;
  color: #fff;
}

@keyframes marquee{
  0% { 
    transform:translateX(0);

  }
  100% { 
    transform: translate(-50%);
   }

} */



.sub-tit{
  font-size: calc(1em + 1vw);
}

.fcha{
  font-size: calc(.65em + 1.5vw);
  line-height: 1em;
}

 .contador {
      width: 100%;
      padding: 10px 0px;
      text-align: center;
      display: inline-block;
      /* margin: 5px; */
      border: rgba(255, 255, 255, .3) solid 1px;
      background-color: transparent;
      border-radius: 10px;
      margin: 10px 10px 0 10px;
      color: #fff;
    }

    .dias_cont {
      font-size: calc(1em + 1vw);
      line-height: 1em;
      font-weight: 600;
    }

    .sub-dias {
      font-size: calc(.3em + .5vw);
    }



 
.bg-video{
  background: url(/informedelabores2025/img/bg-flores-sm.png) repeat-x;
  background-position: bottom center;
  /* padding: 100px 0; */
}

.canales {
  padding: 20px 0 30px 0;
  margin-top: 20px;
  font-size: calc(1em + 1vw);
  font-weight: 300;
}

.tit_cnl{
  font-size: calc(.9em + .5vw);
}

.lead_cnl{
  font-size: calc(.6em + .5vw);
}

.lg-justicia{
  width: 50vw;
}


.docs-informe{
  padding: 20px 0;
  border-bottom: #000 solid 1px;
}





.titulo {
  font-size: calc(1em + 2vw);
  /* font-family: "League Gothic", sans-serif; */
  /* font-size: clamp(2rem, 8vw, 5rem);  */
}

.pf{
  font-size: clamp(1rem, 1.5vw, 2rem); 
  font-weight: 300;
}

/* header {
  background: url(/sinlacorte/img/bg_banner.jpg) repeat;
} */

.tmb_vd_im {
  border: #5f6082 1px solid;
  padding: 7px;
}

.btn_cir {
  width: 40px;
  height: 40px;

  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  padding-top: 6px;
}

.tmb_text {
  color: #fff;
  font-weight: 300;
  padding-right: 20px;
}

.btn_cir:hover {
  background-color: #262531;
}

.tmb_vd_tit {
  color: #000;
  margin-top: 20px;
}

.materiales {
   background: url(/informedelabores2025/img/bg_banner.jpg) repeat;
  padding: 100px 0;
  position: relative;
}

.bullet {
  width: 20px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 10px;
}
.brosa{
  background-color: #bf3b8e;
}

.bverde{
  background-color: #67b452;
}

.contenidos {
   background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.banner-principal {
  background: url(/informedelabores2025/img/bg_banner.jpg) repeat;
  /* display: grid; 
   place-items: center;
  position: sticky;*/
  top: 0;
  /* min-height: 50vh; */
  padding: 50px 0;

  /* z-index: -1; */
}

.btn {
  background: none;
  /* border: 3px solid #fff; */
  border-radius: 60px;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em auto;
  /* padding: 2em 6em; */
  position: relative;
  /* background-color: #c8a897; */
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
 
}

.btn:hover {
  color: #e52983;
}

.btn-1{
  border-bottom: #000 solid 2px;
  padding: 20px 0;
  font-size: calc(.8em + .8vw);
}

/* BUTTON 1 */
.btn-1::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-1:hover:after {
  
}

.btn-1 img:hover{
  transform: scale(120%);
}


.btn_icon{
  width: 50px;
}

@keyframes scale-down {
  to {
    scale: 0.75;
  }
}

@supports (animation-timeline: scroll()) {
  .contenidos {
    view-timeline: --content;
    animation: grow linear both;
    animation-timeline: scroll();
    animation-range: 0 50vh;
  }
}

@keyframes grow {
  to {
    scale: 1;
  }
}


/* section {
  min-height: 62vh;
  padding: 2vh 0 5vh;
} */


@keyframes scale-down {
  to {
    scale: 0.75;
  }
}

@keyframes grow {
  to {
    scale: 1;
  }
}


.icono_footer {
  width: 40px;
}

.mn_redes .nav-link {
  padding: 0.3rem;
}


footer {
  font-size: 0.8rem;
  padding: 50px 0;
  background: #fff;
  z-index: 1000;
}


@media screen and (orientation: landscape) {
.lg-justicia{
  width: 30vw;
}

.tit_cnl{
  font-size: calc(.8em + 1vw);
}


}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  /* .banner-principal {
  position: sticky;
} */
}


@media (min-width: 576px) {
 
}

@media (min-width: 768px) {
  
}

@media (min-width: 992px) {

  .banner-principal h1 {
  line-height: 2.5rem;
}

.btn_icon{
  width: 100px;
}


.banner-principal h1 {
  animation: scale-down linear both;
  animation-timeline: scroll();
  animation-range: 0 50vh;
}

.bg-video{
  background: url(/informedelabores2025/img/bg-flores.png) repeat-x bottom center;
  background-size: auto;

}

.lg-justicia{
  width: 20vw;
}

}

@media (min-width: 1400px) {

  .banner-principal {
  padding: 50px 0 100px;

}

}

/* @media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
} */