html{
  height: 100%;
}
body{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contenedor{
  flex: 1 0 auto;
}
section{
  padding: 40px 0;
}
footer {
  flex-shrink: 0;
}
img{
  max-width: 100%;
}
a:hover, a:active, a:focus{
  text-decoration: none;
  color: #ACBB72;
}
.top-bar {
  padding: 10px 1rem;
}
.navbar-brand img{
  width: 200px;
  max-height: 80px;
}
nav.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar a.nav-link {
  font-weight: 500;
}
.cart-mobile{
  color: #333;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.5em;
}
.owl-next:focus, .owl-prev:focus{
  outline: 0;
}
.logo-footer{
  max-height: 20px;
}
footer.main-footer .copyrights a:hover {
  color: #C96C38;
}
footer.main-footer .copyrights {
  padding: 10px 0;
  background: #FFF;
  color: #222;
  font-size: 12px;
}
footer.main-footer .main-block {
  padding: 15px 0;
  background: #373c3d;
}
.padding-small {
  padding: 20px 0 !important;
}
.card-header{
  cursor: pointer;
}
footer .logo{
  max-width: 200px;
}
.hero h3{
  margin-bottom: 0;
}
.mapa iframe{
  width: 100%;
  height: 300px;
}
.btn-primary, .btn-template{
  padding: .5rem 1.8rem;
}
.social ul li{
  color: #ACBB72;
}
.oculto{
  display: none;
}
.marcas:hover{
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  transition: all .2s ease-in-out;
}
.product .image img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 230px;
}
.product .image {
  padding: 0;
  margin-bottom: 20px;
}
section.product-description .share-product {
  margin-top: 0;
}
section.product-details .owl-thumb-item {
  margin: 5px;
}
.precio{
  color: #C96C38;
}
.CTAs {
  margin-top: 20px;
}
.basket .item {
  padding: 10px 0;
}
section.shopping-cart .CTAs {
  margin-top: 20px;
}
.hero-page.gray-bg{
  border-top: 10px solid #ACBB72;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.hero-slider .container{
  /*height: 250px;*/
  display: flex;
  align-items: center;
  padding: 30px 20px;
}
.hero-slider .container > .row{
  width: inherit;
}
section.checkout .nav-link.active.disabled {
  cursor: not-allowed !important;
  background: #B3BE70;
  color: #FFF;
}
.tag-curso-online{
  color: #FFF;
  background: #e2b73a;
  padding: 10px 30px;
}
.landing-cursos h1{
  color: #C96C38;
}
.texto-naranja{
  color: #C96C38;
}
.landing-cursos .temas{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D8D8D8;
  font-size: 14px;
}
.landing-cursos .card-header{
  border-radius: 0;
  padding: 1.2rem 1.25rem;
  background-color: #FFF;
  border: 0;
}
.landing-cursos .card-header h5{
  font-size: 18px;
}
.landing-cursos .card{
  border: 0;
  border-bottom: 1px solid #CCC;
}
.card-header:before{
  content: '\f077';
  font-family: "Font Awesome 5 Free";
  font-size: 1.7rem;
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #ACBA76;
}
.card-header.collapsed:before{
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.porque:before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  position: absolute;
  left: 0px;
  top: -5px;
  color: #ACBB72;
  font-weight: 900;
  font-size: 26px;
}
.porque {
  position: relative;
  margin-bottom: 25px;
  padding-left: 36px;
  font-weight: bold;
}
.tarifas{
  padding: 40px 20px;
  border: 1px solid #CCC;
}
.precios-cursos{
  font-size: 3.5rem;
}
.btn-inscripcion{
  background: #C96C38;
  color: #FFF;
  border-radius: 0;
  width: 100%;
  padding: 1rem 1rem;
  font-weight: bold;
}
.btn-inscripcion:hover{
  background: #56230a;
  color: #FFF;
}
.btn-acceder{
  padding: .2rem 1rem;
  font-size: .9rem;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #ACBB72;
  background-color: #ACBB72;
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
.resenia{
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
}
.price{
  font-weight: bold;
  color: #000;
}
.slider-img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
}
#accordion2{
  font-size: 14px;
}
@media (min-width: 1400px){
}
@media (min-width: 1200px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px){
}
@media (max-width: 1322px) {
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 991px){
  footer.main-footer .main-block div[class*='col-'] {
    margin-bottom: 10px;
  }
  footer .logo{
    display: inline-block;
  }
  footer {
    text-align: center;
  }
  .top-bar ul li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px){
  .hero-slider .container{
    height: 150px;
  }
  section.hero.hero-home h1 {
    font-size: 2rem;
  }
  section.hero.hero-home .lead {
    font-size: 1.15rem;
  }
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
}