@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;600&family=Roboto:wght@100;300;400;700&display=swap');

:root{
  --cl-morado-md: #006bd8;
  --cl-verde-dk: #008675;
}

  body{
    font-family: 'Roboto',sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    color: #0b2149;
  }

  /*fondos color*/

.bg-morado-md {
    background-color: var(--cl-morado-md);
}

.bg-verde-dk{
  background-color: var(--cl-verde-dk);
}

/*colores*/
.cverde_dk{
  color: var(--cl-verde-dk);
}

.cmorado{
  color: var(--cl-morado-md);
}



header{
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.4);
}

footer{
  color: #fff;
  font-size: .9em;
}


 .bloque{
  padding: 20px 0;
}

.subtit{
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
}

.fnd_subtit{
  background-color: #fff;
  border-radius: 30px;
  padding: 2px 20px;
}
.btn_crl{
  background-color: #fff;
  border-radius: 50px;
  width: 2.5rem;
  padding-top: .3rem;
}

a.card_recursos, a.card_recursos img{
text-decoration: none;
color: #000;
transition: transform .5s ease;
}

a.card_recursos:hover, a.card_recursos img:hover{
  color: var(--cl-morado-md);
  transform: scale(.9);
}

/* .bg_pirculos{
  background: url(/tusderechos-tufortaleza/img/patron_circulos.svg) repeat;
} */

.parallax{
  /* background:  fixed no-repeat 50% 50%; */
}

.bg_video{
  background-color: #0b2149;
  border-radius: 20px;
  /* border: #000 solid 2px; */
  position: relative;
  -webkit-box-shadow: 15px 18px 48px -28px rgba(0,0,0,0.81);
-moz-box-shadow: 15px 18px 48px -28px rgba(0,0,0,0.81);
box-shadow: 15px 18px 48px -28px rgba(0,0,0,0.81);
}

.vdo_principal{
  position: relative;
  bottom: 20px;
  right: 20px;
}

 .btn_img{
  
}

.btn_img:hover a {
  background-color: #0b2149;
  border-radius: 70px;
}

.btn_img:hover a img{
  background-color: #0b2149;
  border-radius: 50px;
  animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
  
} 


/* .tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
} */

@keyframes tossing {
	0% {
		transform: rotate(4deg);	
	}
	50% {
		transform: rotate(-4deg);
	}
	100% {
		transform: rotate(4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(4deg);	
	}
	50% {
		-webkit-transform: rotate(-4deg);
	}
	100% {
		-webkit-transform: rotate(4deg);	
	}				
}

.bnr_inf .card{
  border: none;
  -webkit-box-shadow: 15px 18px 48px -28px rgba(0,0,0,0.81);
-moz-box-shadow: 15px 18px 48px -28px rgba(0,0,0,0.81);
box-shadow: 15px 18px 48px -28px rgba(0,0,0,0.81);
}

.bnr_inf .card .tit{
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
}

.cnt_internas{
  padding: 60px 0 120px;
}

.cnt_textura{
  background: url(/tusderechos-tufortaleza/img/patron_circulos.png) repeat ;

 }

 .fnd_curvas{
   background: url(/tusderechos-tufortaleza/img/fondo_curvas.svg);
   background-size: cover;
 }
 .fnd_marco{
  background: url(/tusderechos-tufortaleza/img/fondo_marco.svg) center top;
  background-size: cover;
}

.icono_footer {
  width: 50px;
}

.pb-8{
  padding-bottom: 8rem;
}

#bgColores{
  background-image: url(/tusderechos-tufortaleza/img/bg_presentacion_principal.svg);
background-size: 100%;
width: 100vw;
height: 125vh;
position: fixed;
background-repeat: no-repeat;
z-index: -10;
background-position: top center;
top: 0;
/* opacity: .75; */
}

#bgCirculos{
  background-image: url(/tusderechos-tufortaleza/img/bg_index_actividades.svg);
background-size: 100%;
width: 100vw;
height: 100vh;
position: fixed;
background-repeat: no-repeat;
z-index: -30;
background-position: center top;
top: 0;
/* opacity: .75; */
}


.c-tooltip_label {
  background-color: #fcc484;
  pointer-events: all;
  text-decoration: none;
}



.vod .card-title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
}



.grid_cnt {
  display: flexbox;
  padding-top: 10px;
  padding-bottom: 0px;
  grid-auto-columns: 4fr;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-block {
  /* display: flex; */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  /* align-items: flex-start; */
  padding-bottom: 10px;
  background: url(/tusderechos-tufortaleza/img/fnd_over.svg) left top no-repeat;
  background-size: 45px;
  /* background-position: 0 3px; */
  border: #ddd solid 3px;
  padding: 10px 10px 10px 35px;
  margin-bottom: 10px;

}

.grid-block a {
  color: #404050;
  text-decoration: none;
}

.grid-block a:hover {
  background-color: #c7e3f9;
}

.grid-block:hover {
  border: #006bd8 dotted 3px;
  
  /* background-color: rgba(0, 134, 157, 0.2); */
  transition: all .4s ease;
  cursor: pointer;
}


.border_vdo{
  border: #000 solid 2px; 
  border-radius: 20px;
}

.borde_audio{
  border: var(--cl-verde-dk) dotted 3px;
  padding: 10px 20px;
}

/* .navbar-nav {
  list-style-image: url(/tusderechos-tufortaleza/img/icono_rombo.svg);
  list-style-position: inherit;
} */








/*
 * Owl Carousel CSS File
 *https://owlcarousel2.github.io/OwlCarousel2/
 */
 .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  /* background: ; */
  color: var(--cl-morado-md);
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border: #000 solid 2px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;

}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00bfb3;
}

.owl-prev {
  
 left: -5px; 
}

.owl-next {
  right: -5px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 110px;
}

.owl-prev span,
.owl-next span {
  font-size: 3.5rem;
  color: black;
  background: #fff;
  border-radius: 15px;
}


.card_video a{
  text-decoration: none;
  color: #000;
}

.back_video{
  background-image: url(/tusderechos-tufortaleza/img/icon_video.png);
  background-color: #f9f4e8;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes red-ball {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}



.vd_ninos {
  width: 350px;
  min-height: 622px;
  border: #eee solid 1px;
  padding: 10px;
  background-color: #fff;
}


/* Medias */

@media (min-width: 576px) {
  .vd_ninos {
    width: 400px;
  min-height: 711px;
}
  
 }

@media (min-width: 768px) { 
  .vd_ninos {
      width: 230px;
  min-height: 409px; 
  }
 }

 @media (min-width: 992px) {
  .vd_ninos {
     width: 310px;
    min-height: 551px; 
  }

  }

  @media (min-width: 1200px) { 
    .vd_ninos {
  width: 440px;
  min-height: 782px;
   }

   }


@media (max-width: 1199.98px){
  .top_layer{
    transform: translateZ(100px) scale(2);
  }

  #menuPrincipal .navbar {
    padding-top: 0; 
    padding-bottom: 0;
}
#menuPrincipal .navbar-toggler {
  margin-right: 20px;
}

#menuPrincipal #navbarNav{
  border-top: #fff solid 2px; 
}

}

@media (min-width: 992px) { 
   /* .li_inicio{
    width: 100px;
    list-style: none;
  }  */

  

  .grid_cnt {
    display: -ms-grid;
    display: grid;
}

.navbar-expand-lg .navbar-nav .nav-link {
  /* padding-right: 1.3rem;
  padding-left: 1rem; */
  
}

ul.navbar-nav li {
  background: url('/tusderechos-tufortaleza/img/icono_rombo.svg') no-repeat left center;
  background-size: 12px 12px;
  padding: 0 6px 0 15px;
  /* list-style: none;
  margin: 0;
  vertical-align: middle; */

  /* list-style-image: url(/tusderechos-tufortaleza/img/icono_rombo.svg);
  list-style-position: inherit; */
}

ul.navbar-nav li:first-child {
  background:none;
}




 }

@media (min-width: 1200px) { 
  .bloque{
    padding: 60px 0 80px;
  }



  

 }

 @media (min-width: 1400px) { 
  /* .li_inicio{
    width: 85px;
    
  } */

  ul.navbar-nav li {

    padding: 0 8px 0 20px;
  }

  }





