
.container{
  width: 100% !important;
}
.container-fluid{
  padding: 0px;
}
.logo{
    padding: 5px;
    margin-left: 10px;
    width: 150px;
}
h2{
  align-items: center;
  align-content: center;
  text-align: center;
}
h3{
  align-items: center;
  align-content: center;
  text-align: center;
}

.subtitulos{
  text-align: center;
  font-size: 20px;
}
.divisor{
    background:url(images/stripe_bottom.png) fixed;
    width:100%;
    height:10px;
}
.slider img{
  align-items: center;
  margin: auto;
}
.icon{
  width: 84px;
  height: 94px;
}
#carouselExampleSlidesOnly{
  width:100%;
  margin-top: 5rem;

}
.header-text {
  position: absolute;
  top: 20%;
  left: 15%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
  line-height : 45px;
}

.header-text h2 {
  font-size: 7rem;
  color:#03c0f1;
}

.header-text h2 span {
  
padding: 10px;
line-height : 65px;
}

.header-text h3 span {

padding: 15px;
line-height : 45px;
}

.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}

.btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px;
}

.btn-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.logo-fun{
    width:650px;
}

.slider{
  /* background-color: #004e72; */
  width: 65%;
  padding: 0;
  position: absolute;
  left: 10%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  /* border-radius: 35px;
  box-shadow: 3px 3px 15px #000; */
}
.text-slider{
    font-size:7rem;
    color:#03c0f1;
}

/* .slider h2{
  color:#004e72;
}
.slider h3{
  color:#004e72;
} */
.planes{
  margin-bottom: 3rem;
}
/* .card.planes{
  min-height: 15rem;
} */
.plecas{
    width:550px;
}
.video{
  width:100%;
  height:100%;
  background-color:#613c96;
  padding-top: 2rem;
  color: aliceblue;
  padding-bottom: 2rem;
}
.frase{
  width:100%;
  height:100%;
  background-color:#00c0f2;
  padding-top: 2rem;
  color: aliceblue;
  padding-bottom: 2rem;
}
.card-header{
  text-align: center;
}
/* .card-body img{
  margin-left: 4.7rem;
} */
.pink{
  background-color: #F31F8A;
  color: white;
  min-height: 19rem;

}
.purple{
  background-color: #613c96;
  color: white;
  min-height: 19rem;
}
.orange{
  background-color: #f3971f;
  color: white;
  min-height: 22rem;
 
}
.green{
  background-color: #06b315;
  color: white;
  min-height: 22rem; 
}
.light-blue{
  background-color: #00c0f2;
  color: white;
  min-height: 19rem;
}
.blue{
  background-color: #004e72;
  color: white;
  min-height: 22rem;
  
}
.light-blue-title{
  background-color: #00c0f2;
  color: white;
  min-height: 4rem;
}
.purple-title{
  background-color: #613c96;
  color: white;
  min-height: 4rem;
}
.pink-title{
  background-color: #F31F8A;
  color: white;
  min-height:4rem;

}
.orange-title{
  background-color: #f3971f;
  color: white;
  min-height: 4rem;
 
}
.green-title{
  background-color: #06b315;
  color: white;
  min-height: 4rem; 
}
.cursos{
  background-color: #D8D8D8;
}
.footer{
  display: flexbox;
  background-color: #00c0f2;
  align-items: center;
}
.nav-link{
  color: #808184;
}
.nav-link:hover{
  color:#D8D8D8;
}
.card-body{
  min-height: 5rem;
}
.cursos-card{
  flex:1 1 auto;
  padding: .8rem;
  max-height: 7rem;
  background:none;
}
.st-color{
  color: rgb(255, 255, 9);
}
.pnle-on{
    width:550px;
}




@media only screen and (max-width: 1080px) {
  .navbar{
      width:100%;
  }
  .planes{
  	width:100%;
  }
  .plecas{
    width:100%;
}
.header-text h2 {
  font-size: 4rem;
  color:#03c0f1;
}
.logo-fun{
    width:300px;
}
.pnle-on{
    width:100%;
}

}
@media only screen and (max-width: 1440px) {
  .navbar{
      width:100%;
  }
  .planes{
  	width:100%;
  }
  .plecas{
    width:100%;
}
.header-text h2 {
  font-size: 5rem;
  color:#03c0f1;
}
.logo-fun{
    width:450px;
}.pnle-on{
    width:550px;
}


}
@media only screen and (max-width: 600px) {
  .navbar{
      width:100%;
  }
  .planes{
  	width:100%;
  }
  .plecas{
    width:100%;
}
.header-text h2 {
  font-size: 2rem;
  color:#03c0f1;
}
.logo-fun{
    width:250px;
}
.pnle-on{
    width:100%;
}

}
@media only screen and (max-width: 450px) {
  .navbar{
      width:100%;
  }
  .planes{
  	width:100%;
  }
  .plecas{
    width:100% !important;
}
.header-text h2 {
  font-size: 1rem;
  color:#03c0f1;
}

.logo-fun{
    width:100%;
}
.pnle-on{
    width:100%;
}


}

