body {
	background-image: none;
	overflow-x: hidden;
}

/* home vide0 */

video {
	object-fit: cover;
	width: 75%;
	transition: opacity 0.5s;
}

.video-wrapper {
	position: absolute;
	top: -45%;
	left: -67%;
	overflow: hidden;
	text-align: center;
}

a.navbar-brand .isologo {
    display: none;
}

#page-wrapper {
	padding: 0;
}

.navbar-expand-lg {
	margin-bottom: 0 !important;
}

footer {
	margin-top: 0 !important;
}
.general-content {
	background-color: white;
}

.home-title{
    font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	text-align: right;
	color: #43454B;
}
.home-subtitle{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	text-align: right;
	color: #43454B;

}

.container-searcher-logo{
	margin-top: 70px
	;
}

.img-timeline {
	width: 60px;
}

.container-pd {
	height: 800px;
}

.image-pd {
	position: absolute;
	top: 21%;
    left: 8%;
	width: 55%;
	height: 70%;
	border-radius: 1.25rem;
}

.card-pd {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px 40px 30px 40px;;
	/* gap: 10px; */

	position: absolute;
	width: 50%;
	top: 26%;
	left: 40%;

	background: #EDEEF0;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	z-index: 1;
}

.bg-img-40{
	position: absolute;
    top: 21%;
    left: 8%;
    width: 55%;
    height: 70%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
    border-radius: 20px;
}

.title-pd {
	top: 10%;
	left: 8%;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}

.text-pd {
	position: absolute;
	top: 15%;
	left: 8%;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}

.pd-title {
	height: max-content;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	/* line-height: 15px; */
	color: #737277;
	font-family: 'Oswald', sans-serif;
}

.title-pr {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #43454B;
	padding-left: 6px;
}

.classes-pd {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #7B1C61;
	width: max-content;
}

.titles-container{
	position: relative;
	top: -10em;
	margin-bottom: -11em;
}
.twitter-typeahead {
	width: 100%;
}
.w-70{
	width: 70%;
}
.featured-teachingSequences-container {
	background-image: url(../../img/textures/1x/secuencia-textura6.png);
	background-color: #ececec;
	background-size: 52vw;
	background-position: 55vw -3vw;
	background-repeat: no-repeat;
}

.featured-teachingSequences-container .sequence-container {
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.5);
}

.featured-teachingSequences-container .sequence-container .icons-container {
	position: absolute;
	top: 5px;
	right: 25px;
}

.featured-teachingSequences-container .sequence-container .icons-container img{
	border: 5px solid #fff;
	border-radius: 100%;
	margin: 0 -4px;
	display: inline;
}

.steps-timeline {
	background-image: url(../../img/textures/1x/img_fondo-prop-destacada.png);
	background-position: -1vw -24vw;
	background-repeat: no-repeat;
}

.steps-timeline .steps {
	padding: 8px;
	background-color: #ececec;
	color: #7b1c61;
	border-radius: 100%;
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 2rem;
	font-weight: 600;
}

.step-box:hover {
	animation: pulse;
	animation-duration: 2s;
}

.step-title{
	font-size: 1.4em;
}
.featured-lessons-container {
	overflow: hidden;
	background-color: #F9C139;
	background-position: -17vw -23vw;
    background-repeat: no-repeat;
    background-size: 48rem;
	position: relative;
}
.featured-lessons-container-imgbg{
	position: absolute;
	top: -10%;
	left: -10%;
	filter: brightness(0)  saturate(100%)  invert(90%) sepia(2%) saturate(5471%) hue-rotate(348deg) brightness(98%) contrast(108%) brightness(200%)
}

.featured-lessons-container .sequence-container {
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.5);
}
.featured-lessons-container .sequence-container .icons-container {
	position: absolute;
	top: 5px;
	right: 25px;
}
.featured-lessons-container .sequence-container .icons-container img{
	border: 5px solid #fff;
	border-radius: 100%;
	margin: 0 -4px;
	display: inline;
}

img.home-features-logo{
    max-width: 300px;
    margin-left: 1em;
}

.features-title{
	font-size: 1.7em;
}

#textura-timeline-video {
	background-image: url(../../img/textures/1x/clase-textura1.png);
	background-repeat: no-repeat;
	background-position: 42vw 10vw;
}

.find-title{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #43454B;
	white-space: nowrap;
}

.p-timeline {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #212121;
}

.about-title {
	font-size: 3.2rem;
	color: #3b3b3a;
	position: relative;
	bottom: 0.03em;
	width: 100%;
}
.features-title{
	color: #3b3b3a;
}
.about-title strong{
	font-size: 3.2rem;
	font-weight: normal;
}


.about-container .btn-add-lesson {
	width: 240px;
}
.btn-add-lesson{
	font-size: 1.1em;
}
.btn-search{
	font-weight: 600;
	font-size: 0.9rem!important;
}

.feno-project-of {
	font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #43454B;
	padding: 10px;
	display: flex;
    justify-content: end;
}

img.logo-opcion-3{
    max-width: 20rem;
}
img.logo-expedicion{
	max-width: 230px!important;
}
img.logo-fundacion{
	max-width: 160px!important;
}
.titles-container{
    position: relative;
    top: -3em;
    margin-bottom: -2em;
}

.img-pd{
	display: none;
}

.conteinerTitle{
	display: none;
}

.yt-b{
	border-radius: 10px;
}

.containerPropuestas{
	position: relative;
}

.titlePropuestasHome{
	position: absolute;
}


/****************
****TIME LINE****
*****************/


.timeLineSection{
    position: relative;
	width: 100%;
	margin: 0;
  }


.timeline {
  position: absolute;
  top: 30%;
  left: 25%;
  height: 1px;
  width: 13%;
  background-color: #737277;
}

.timeline1 {
    position: absolute;
    top: 30%;
    left: 43%;
    height: 1px;
    width: 13%;
    background-color: #737277;
}

.timeline2 {
    position: absolute;
    top: 30%;
    left: 62%;
    height: 1px;
    width: 13%;
    background-color: #737277;
}

.timeline-progress, .timeline-progress1, .timeline-progress2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #737277;
  transition: width 1s ease;
}

.timeline-ball, .timeline-ball1, .timeline-ball2 {
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #737277;
  transition: left 1s ease, opacity 0.5s ease-out;
  opacity: 0;
}

.show, .show1, .show2{
	opacity: 1;
  }

.cont img {
  opacity: 0.3;
  transition: opacity 1s ease-in-out;

  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.cont1 img {
  opacity: 0.3;
  transition: opacity 1s ease-in-out;

  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

.cont2 img {
  opacity: 0.3;
  transition: opacity 1s ease-in-out;

  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 5.5s;
}

.cont3 img {
  opacity: 0.3;
  transition: opacity 1s ease-in-out;

  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 8s;
}

.cont img.active, .cont1 img.active, .cont2 img.active, .cont3 img.active  {
	opacity: 1;
  }



@keyframes fadein {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

#video-home iframe {
    width: 70%;
	max-height: 500px;
}

@media (max-width:768px){
	.row-searcher-logo {
		flex-wrap: wrap-reverse;
	}
	img.logo-expedicion {
		max-width: 130px!important;
		margin:0 1rem 0 0!important;
	}
	img.logo-fundacion {
		max-width: 90px!important;
	}

	.image-pd {
		display: none;
	}

	.card-pd {
		width: 91% !important;
		top: 18% !important;
		left: 5% !important;
		padding: 12px 20px 22px;
	}

	.texttag-pd {
		font-size: 12px !important;
	}

	/* .title-pd{
		top: 6%;
		left: 6%;
		font-size: 26px;
	} */

	.title-pr{
		font-size: 26px;
	}

	.text-pd{
		font-size: 14px;
	}

	.img-pd {
		width: 100% !important;
		display: block;
		border-radius: 1.25rem;
	}

	.card-author-pd a, .classes-pd, .card-text-pd {
		font-size: 14px;
		line-height: 22px;
	  }
	
	  .card-author-pd{
		text-align: start;
	  }
	
	.slider-pd{
		padding-right: 0;
	}

	.bg-img-40{
		display: none;
	}

	.containerPropuestas{
		text-align: -webkit-center;
	}

	.cardPropuestasHome,  .titlePropuestasHome{
		position: static;
	}
	.titlePropuestasHome{
		text-align: start;
		padding-top: 40px;
		margin-left: 30px;
		margin-top: 43px;
	}
	.text-pd{
		position: static;
		text-align: start;
		margin-left: 30px;
		margin-bottom: 34px;
	}

	#video-home iframe {
		width: 85%;
	}
}

@media (min-width:480px) and (max-width:768px){
	.slider-sequence-container {
		margin-right: 1.5rem;
	}
}


@media (max-width:991px){
	/* .general-content {
        background-image: url(../../img/home-opciones/sol02.png), url(../../img/textures/1x/home-textura2.png);
        background-size: 80vw, 45vw;
        background-position: -20vw 3vw, 55vw -3vw;
        background-repeat: no-repeat;
	} */
	/* home vide0 */

	video {
		width: 90%;
	}

	.video-wrapper {
		top: -16%;
	}

	.home-title{
		font-size: 2.4em!important;
		margin: 0.3em 0;
	}
	img.img-fluid.logo-home {
		max-width: 300px;
	}
	.pd-title {
		font-size: 26px;
	}

	.feno-project-of {
		justify-content: center;
	}


}

@media (min-width:991px){
	.navbar {
		height: 80px;
	}
	.about-container img{
		max-width: 300px;
    }
    .contenedor-home2{
        position: relative;
        top: -12em;
        z-index: -1;
        margin-bottom: -3em;
    }
    .contenedor-home2 .titles-container{
        margin-left: 12em;
        margin-top: -1em;
	}
	.about-title{
		width: auto;
	}

}
@media (min-width: 1200px) { 
	.logo-home{
		max-width: 300px;
	}
}

@media screen and (max-width:759px){
	/* home vide0 */

	video {
		width: 100%;
	}

	.video-wrapper {
		top: 9%;
		left: -63%;
	}

	.timeline, .timeline1, .timeline2{
		display: none;
	}
	
}

@media screen and (max-width:991px){
	.timeline, .timeline1, .timeline2 {
		display: none;
	}

	.cont, .cont1, .cont2, .cont3{
		margin-bottom: 25px;
	}

	
}

@media (min-width:992px) and (max-width:1200px){

	/* home vide0 */

	.video-wrapper {
		top: -35%;
		left: -63%;
	}

	.timeline{
		top: 28%;
		left: 25%;
		width: 12%;
	}

	.timeline1{
		top: 28%;
		left: 44%;
		width: 12%;
	}

	.timeline2{
		top: 28%;
		left: 63%;
		width: 12%;
	}

}

