@import url("./_fonts.css");
@import url("./_general.css");
@import url("./_buttons.css");
@import url("./_header.css");

@import url("./_carousel.css");
@import url("./_flips.css");
@import url("./_sabiasque.css");
@import url("./_radio.css");
@import url("./_destacado.css");
@import url("./_video.css");
@import url("./_para-saber.css");
@import url("./_tabs.css");
@import url("./_accordion.css");
@import url("./_tooltip.css");
@import url("./_actividades.css");
@import url("./_animacion.css");

@import url("./_ajustes-modulo.css");

/* Prehome */
.video-teaser {
  border: 0;
  margin: 0 auto;
  max-width: 80%;
  padding: 42px 0 0;
  width: 100%;
}
.video-teaser video {
  border: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .video-teaser {
    max-width: 100%;
  }
}

/*Inicio*/
.album {
  width: 100%;
}

.menuinicio .card {
  align-items: flex-start;
  min-height: 26rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.5;
  padding: 2em 2em 1em;
}

.card-header {
  background-color: transparent;
  border: 0;
  display: block;
  min-height: 7.5rem;
  padding: 0 0 1.2rem;
}

.card-body {
  padding: 20px 0 10px;
  width: 100%;
}

.card-text {  
  text-align: left;
  color: #162d34;
  font-size: 2rem;
  min-height: 110px;
  text-decoration: none;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 5px;
}

.card-text small {
  color: #0083A9;
  display: block;
  font-family: "Droid Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2rem;
  margin-bottom: 10px;
}

.menuinicio .card:hover,
.menuinicio .card.active {
  background-color: #ffffff;
  opacity: 1;
}

.menuinicio .card:hover {
	background-color: #edfbff;
}

.card-img {
  min-height: 5rem;
  text-align: left;
}

.card-img img {
  max-height: 80px;
  max-width: 100px;
}

.card .btn-custom span {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.card .home-badge {
  display: none;
  float: right;
  width: 60px;
}
.card .home-badge.active {
  display: block;
}

@media only screen and (max-width: 992px) {
  .card .home-badge {
    width: 50px;
  }
}

/*Progreso home*/

.progreso-home {
  background: #e6e6e6;
  display: inline-block;
  position: relative;
  width: 80%;
  height: 10px;
  float: left;
  margin: 10px 0;
  border-radius: 10px;
}

.progreso-home-completo {
  background-color: #0083A9;
  position: absolute;
  height: 10px;
  border-radius: 10px;
}

/*@media only screen and (min-width: 768px) {
  .progreso-home {
    display: inline-block;
  }
}
*/
.progreso-home-num {
  color: #0083A9;
  display: inline-block;
  font-weight: 600;
  padding: 4px 0 0 15px;
  text-align: center;
  width: 20%;
}

/* Page title */

.page-title {
  padding: 20px 0 0;
  text-align: center;
}

.page-title * {
  color: #cccccc;
  font-family: "Droid Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  
 /* text-transform:uppercase;*/
}

.page-title h1 {
	font-size:2rem;
	color: #162d34;
	/*text-decoration:underline;*/
}


/* Project custom styles */
/*#carousel-1 .carousel-item {
  min-height: 620px;
}*/


.content-tabs .nav-link.niveli {
	padding-right:77px !important;
	background-image:url('../img/curso/niveli-hover.png');
	background-position:right center;
	background-repeat: no-repeat;
	background-size:77px 56px;
}

.content-tabs .nav-link.nivelii {
	padding-right:77px !important;
	background-image:url('../img/curso/nivelii-hover.png');
	background-position:right center;
	background-repeat: no-repeat;
	background-size:77px 56px;
}

.content-tabs .nav-link.niveliii {
	padding-right:77px !important;
	background-image:url('../img/curso/niveliii-hover.png');
	background-position:right center;
	background-repeat: no-repeat;
	background-size:77px 56px;
}

/*.content-tabs .nav-link.niveli:hover, .content-tabs .nav-link.niveli.active {
	background-image:url('../img/curso/niveli-hover.png');
}

.content-tabs .nav-link.nivelii:hover, .content-tabs .nav-link.nivelii.active {
	background-image:url('../img/curso/nivelii-hover.png');
}

.content-tabs .nav-link.niveliii:hover, .content-tabs .nav-link.niveliii.active {
	background-image:url('../img/curso/niveliii-hover.png');
}*/



.paraulaclau {
	color:#0083A9;
	padding:10px 15px;
	display:inline-block;
	border-radius:10px;
	margin:0 20px 20px 0;
	background:#def4fa;
	font-size:1.3rem;
}


.paraulaclau1 {
	text-transform:uppercase;
}

.paraulaclau2 {
	font-weight:bold;
}

.paraulaclau3 {
	font-style:italic;
}



@media only screen and (min-width: 768px) {
.paraulaclau1 {
	font-size:1.3rem;
}

.paraulaclau2 {
	font-size:1.7rem;
}

.paraulaclau3 {
	font-size:1.5rem;
}

.paraulaclau4 {
	font-size:2rem;
}

}


/*Fadeintard*/


.fadetard1 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:1s;
  -webkit-animation-delay:1s;
}

.fadetard2 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:2s;
  -webkit-animation-delay:2s;
}

.fadetard3 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:3s;
  -webkit-animation-delay:3s;
}

.fadetard4 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:4s;
  -webkit-animation-delay:4s;
}

.fadetard5 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:5s;
  -webkit-animation-delay:5s;
}


.fadetard6 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:6s;
  -webkit-animation-delay:6s;
}

.fadetard7 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:7s;
  -webkit-animation-delay:7s;
}

.fadetard8 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:8s;
  -webkit-animation-delay:8s;
}

.fadetard9 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:9s;
  -webkit-animation-delay:9s;
}

.fadetard10 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:10s;
  -webkit-animation-delay:10s;
}

.fadetard11 {
	-webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation:  fadein 0.5s ease-out forwards;
  -o-animation:  fadein 0.5s ease-out forwards;
  animation:  fadein 0.5s ease-out forwards;
  opacity:0;
  animation-delay:11s;
  -webkit-animation-delay:11s;
}



@-webkit-keyframes fadein{
  0%{
    opacity: 0;
  }
  100%{
    opacity:1;
  }
}

@keyframes fadein{
  0%{
    opacity: 0;
  }
  100%{
    opacity:1;
  }
}



/*Carrousel*/

.carousel-item .comportament {
	color:#0083A9;
	line-height:1.3;
}



.carousel-item .comportament1 {
	padding-left:30px;
	background-image:url('../img/curso/num1.png');
	background-position:left top;
	background-repeat: no-repeat;
	background-size:24px 24px;
	min-height:24px;
}

.carousel-item .comportament2 {
	padding-left:30px;
	background-image:url('../img/curso/num2.png');
	background-position:left top;
	background-repeat: no-repeat;
	background-size:24px 24px;
	min-height:24px;
}

.carousel-item .comportament3 {
	padding-left:30px;
	background-image:url('../img/curso/num3.png');
	background-position:left top;
	background-repeat: no-repeat;
	background-size:24px 24px;
	min-height:24px;
}

.carousel-item .comportament4 {
	padding-left:30px;
	background-image:url('../img/curso/num4.png');
	background-position:left top;
	background-repeat: no-repeat;
	background-size:24px 24px;
	min-height:24px;
}

.carousel-item img.imgcomportament {
	display:block;
	margin:20px auto;
	width: auto;
  height: auto;
	width:170px;
  max-height:160px;
  object-fit: contain;
}

.carousel-comportaments .col-sm-9 p:last-of-type {
	margin-bottom:0;
}

.cincotabs li {
        width: 49%;
}

@media only screen and (min-width: 768px) {
.cincotabs {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
    .cincotabs li {
        width: 19.8%;
    }
}


@media only screen and (min-width: 576px) {
.carousel-comportaments {
	display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
 -ms-flex-wrap:nowrap;
     flex-wrap:nowrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-line-pack: start;
    align-content: flex-start;
}

.carousel-item img.imgcomportament {
	margin:0 auto;
}
}