

body {
  background: #fff;
  color: #444;
  font-family: "Roboto", sans-serif;
}

a {
 
  color: #5B5754;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #FF7948;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #5b5754;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.instructor{
  color: #e98e06; 
  height: 42px;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.foto-body {
  padding: 5%;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #FF7948;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
.social-links{
  font-size: 45px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}
.text-light {
  font-size: 28px;
  font-weight: bold;
}
#header .logo h1 {
  font-size: 29px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #5B5754;
  text-decoration: none;
  font-weight: 700;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

.back-button{
  float: right;
  margin-right: 20px;
  padding: 9px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.back-button:hover{
  color: #ff7948;
  cursor: pointer;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 65vh;
  position: relative;
  background: #f5f8fd url("../img/weblimalama.png") center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#logo {
  width: 80%;
  text-align: center;
  position: relative;
  top: 70%;
  background-color: #333333;
  margin-left: 10%;
}

  #logo h1 {
    color: #fff;
    font-size: 2em;
  }

  #logo p {
    text-transform: uppercase;
    margin: 0.25em 0 0 0;
    font-weight: 700;
    font-size: 1.9em;
  }
  .title-color{
    color:#FF7948;
  }
  .subtitle{
    color: #ffff;
    display: inline-block;
    line-height: 0;
  }
  


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */


.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #5B5754; 
 
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #FF7948;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #FF7948;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
.img-shadow{
  -webkit-box-shadow: 12px 10px 14px 0px rgba(0,0,0,0.70) !important;
  -moz-box-shadow: 12px 10px 14px 0px rgba(0,0,0,0.70) !important ;
  box-shadow: 12px 10px 14px 0px rgba(0,0,0,0.70) !important;
}
/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgb(14 14 14);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #FF7948;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #5B5754;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(91 87 84);
  background: #fac15400;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*------------# SECTIONS # -------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #5B5754;
  text-align: center;
  font-weight: 700;
  position: relative;
 font-family: 'Roboto', sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}
.header-clases {
  margin-top: 70px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #5b57540f;
}
.master-section{
  padding: 20px;
  text-align: justify;
  font-size: 16px;
}
.master-img{
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 15px 10px 5px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 15px 10px 5px 0px rgba(0,0,0,0.50);
  box-shadow: 15px 10px 5px 0px rgba(0,0,0,0.50);
}
.master-name{
  color: #FF7948;
  font-size: 22px !important;
  font-style: italic !important;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}

/* limalama Us Section
--------------------------------*/

#limalama {
  padding: 20px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 5%;
  font-size: 16px;
  /* background-image: url('../img/clases-almansa.png'); */
}

#limalama .limalama-content {
  text-align: justify;
  font-size: 16px;
  /* background-image: url('../img/patada.png'); */
}
.important{
  text-decoration: underline;
}

#limalama .limalama-content h2 {
  color: #5B5754;
 font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
}

#limalama .limalama-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#limalama .limalama-content ul {
  list-style: none;
  padding: 0;
}

#limalama .limalama-content ul li {
  padding-bottom: 10px;
}

#limalama .limalama-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #FF7948;
}

#limalama .limalama-img {
  position: relative;
  margin: 30px 30px 30px 30px; 
  margin-bottom: 0;
}
.logo-responsive{
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.responsive-limalama {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.limalama-text {
  padding: 5%;
}
#limalama .limalama-img img {
  width: 250px;
  transition: .5s;
}
.limalama-title{
  color: #495057;
  font-size: 22px !important;
  font-style: italic !important;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}


/* Maestro Section
--------------------------------*/

#maestro {
  padding: 20px 0 40px 0;
  text-align: justify;
  padding: 20px;
  font-size: 16px;
}

#maestro .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#maestro .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#maestro .icon i {
  font-size: 36px;
  line-height: 1;
}

#maestro .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#maestro .title a {
  color: #111;
}

#maestro .box:hover .title a {
  color: #FF7948;
}

#maestro .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}
.img-master {
  text-align: center;
}
.master-photo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.master-text {
  display: flex;
  justify-content: center;
  align-items: center;
}


#servicios {
  margin-bottom: 50px;
  background: #5b57540f;
}
.service-class{
  margin-top: 20px;
}
.card-options {
  border-radius: 10px;
  /* max-width: 320px; */
}

/* Clases Section
--------------------------------*/

#clases {
  padding: 0px 0 40px 0;;
  background: #5b57540f;
}

.clases-text{
  margin: 0 0 15px 0
}
.clases-first{
  margin: 0 0 20px 0;
}
.clases-content{
  text-align: justify;
    padding: 20px;
    font-size: 16px;
}
.class-photo{
  margin-top: 25px;
  margin-bottom: 10px;
}
.clases-img {
  width: 70%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  max-width: 300px;
}
#clases .clases-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#clases .clases-content .features i {
  font-size: 36px;
  float: left;
}

#clases .clases-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #5B5754;
  margin-bottom: 5px;
}

#clases .clases-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#clases .clases-margin{
  margin-top: 15px;
}

.clases-text {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 15px;
}

.more-info{
  background: #FF7948;
  color: #ffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin-top: 15px;
}
.more-info:hover{
  background:#FF79488a;
}
.info-button{
  border: 1px solid #FF7948 !important;
  color: #FF7948 !important;
  background: transparent;
}
.info-button:hover{
  background:#FF7948;
  border: 1px solid #FF7948 !important;
  color: #fff !important;
  cursor: pointer;
}

.title-card{
  padding-top: 20px;
}
/* Testimonios*/

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  /* background: #5b57540f; */
  margin-bottom: 60px;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  outline: none;
}

#testimonials .owl-dot.active {
  background-color: #ff7948;
}
.horarios-img{
  max-width: 100%;
  border-radius: 10px;
}
.horario-title{
  text-align: center;
  margin-bottom: 15px;
}
.clases-index{
  text-align: center;
  padding: 20px;
  font-size: 16px;
}
.underline{
  border-bottom: 7px solid #ff7948;
  display: inline-block;
  line-height: 0.3;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #5B5754;
  background-size: cover;
  padding: 15px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

#call-to-action .cta-title-training {
  font-size: 14px;
  color: #fff;
  background: #5B5754;
  outline: none;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn, .cta-btn-more-info{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  margin: 10px;
  color: #fff;
  border-radius: 5px;
  outline: none;
}

.call-online{
  background: transparent !important;
    padding:0 !important;
}

/* Talleres
--------------------------------*/

#talleres {
  padding: 20px 0 40px 0;
  text-align: justify;
}

#talleres h4 {
  font-weight: 600;
  font-size: 24px;
}
#talleres .shadow-talleres{
  margin-bottom: 30px;
}
.taller-section{
  padding: 20px !important;
  text-align: justify;
  font-size: 16px;
}
.taller-img{
 width: 49%;
margin-bottom: 25px;
}
.kumu-img{
  width: 100%;
  margin-bottom: 20px;
}
.kumu-text {
  text-align: justify;
  margin-bottom: 15px;
}
.links-contacto{
  font-size: 13px;
}
.text-taller{
  text-align: justify;
}
.taller-p{
  margin-bottom: 20px;
}


.limalama-button{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
/* Contacto
-------------------------*/
#contacto {
  padding-top: 25px;
}
#contacto .contacto-links p{
  font-size: 14px;
}
.contactForm{
  font-size: 12px;
}

.cta-btn{ 
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  margin: 10px;
  border: none;
  color: #fff;
  border-radius: 5px;
  background: #FF7948;;
  outline: none;
}
.cta-btn:hover{
  background: #FF79488a;
  outline: none;
  color: #212529 !important;
  text-decoration: none;
}


/*----------------------------------------------
# Main
----------------------------------------------*/
/* Article Section */

#article-section {
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  max-width: 72rem;
  z-index: 2;
}

  #article-section > * {
    padding: 4rem 4rem 2rem 4rem ;
    border-top: solid 2px #eeeeee;
    margin: 0;
  }

    #article-section > *:first-child {
      border-top: 0;
    }

  #article-section > footer {
    text-align: center;
  }

  #article-section > .post {
    padding: 8rem 8rem 6rem 8rem ;
  }

    #article-section > .post header.major > h1, #article-section > .post header.major h2 {
      font-size: 30px;
      line-height: 1.1;
    }

    #article-section > .post.featured {
      text-align: center;
      font-size: 16px;
    }

    @media screen and (max-width: 1280px) {

      #article-section > .post {
        padding: 6rem 4rem 4rem 4rem ;
      }

    }

    @media screen and (max-width: 736px) {

      #article-section > .post {
        padding: 6rem 2rem 2rem 2rem ;
      }

        #article-section > .post header.major > .date {
          margin-top: -1rem;
          margin-bottom: 2rem;
        }

        #article-section > .post header.major > h1, #article-section > .post header.major h2 {
          font-size: 32px;
          line-height: 1.2;
          margin: 0 0 1.5rem 0;
        }
        .taller-img{
          width: 100%;
        }

    }

  #article-section > .posts {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: -moz-stretch;
    -webkit-align-items: -webkit-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
    text-align: center;
    width: 100%;
    padding: 0;
  }

    #article-section > .posts > * {
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      -moz-flex-grow: 0;
      -webkit-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
    }

    #article-section > .posts > * {
      width: 50%;
    }

    #article-section > .posts > * {
      padding: 4rem;
      width: 50%;
    }

    #article-section > .posts > article {
      border-color: #eeeeee;
      border-left-width: 2px;
      border-style: solid;
      border-top-width: 2px;
      text-align: center;
    }

      #article-section > .posts > article > :last-child {
        margin-bottom: 0;
      }

      #article-section > .posts > article:nth-child(2n - 1) {
        border-left-width: 0;
      }

      #article-section > .posts > article:nth-child(-n + 2) {
        border-top-width: 0;
      }

    @media screen and (max-width: 980px) {

      #article-section > .posts > * {
        width: 50%;
      }

      #article-section > .posts > * {
        padding: 2.5rem;
        width: 50%;
      }

    }

    @media screen and (max-width: 736px) {

      #article-section > .posts > * {
        width: 100%;
      }

      #article-section > .posts > * {
        padding: 2rem;
        width: 100%;
      }

      #article-section > .posts > article:nth-child(2n - 1) {
        border-left-width: 2px;
      }

      #article-section > .posts > article:nth-child(-n + 2) {
        border-top-width: 2px;
      }

      #article-section > .posts > article:nth-child(n) {
        border-left-width: 0;
      }

      #article-section > .posts > article:nth-child(-n + 1) {
        border-top-width: 0;
      }

      #article-section > .posts > article .image {
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto;
      }

    }

  @media screen and (max-width: 736px) {

    #article-section > * {
      padding: 2rem 2rem 0.1rem 2rem ;
    }

  }

  @media screen and (max-width: 480px) {

    #article-section {
      width: 100%;
    }

  }




  section.special, article.special {
		text-align: center;
	}

	header {
		cursor: default;
	}

		header > .date {
			display: block;
			font-size: 0.8rem;
			height: 1;
			margin: 0 0 1rem 0;
			position: relative;
		}

		header > p {
			font-style: italic;
		}

		header > h1 + p {
			font-size: 1.1rem;
			margin-top: -0.5rem;
			line-height: 2;
		}

		header > h2 + p {
			font-size: 1rem;
			margin-top: -0.75rem;
		}

		header > h3 + p {
			font-size: 0.9rem;
			margin-top: -0.75rem;
		}

		header > h4 + p {
			font-size: 0.8rem;
			margin-top: -0.75rem;
		}

		header.major {
			margin: 0 0 4rem 0;
			text-align: center;
		}

			header.major > :last-child {
				margin-bottom: 0;
			}

			header.major > p {
				margin-top: 0;
				text-align: center;
			}

			header.major > .date {
				font-size: 18px;
				margin: 0 0 4rem 0;
			}

				header.major > .date:before, header.major > .date:after {
					content: '';
					display: block;
					position: absolute;
					top: 50%;
					width: calc(50% - 6rem);
					border-top: solid 2px;
				}

				header.major > .date:before {
					left: 0;
				}

				header.major > .date:after {
					right: 0;
				}

		@media screen and (max-width: 980px) {

			header br {
				display: none;
			}

		}

		@media screen and (max-width: 736px) {

			header.major {
				margin: 0 0 2rem 0;
			}

		}

	header.major .date:before, header.major .date:after {
		border-top-color: #eeeeee;
	}
  .img-dpf{
    display: flex;
    justify-content: center;
  }
  .dpf-system{
    text-align: justify;
    margin-bottom: 15px;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  font-size: 16px;
  background: #fff;
}

.textarea{
  resize: none !important;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  color: #FF7948;
}

#footer .credits a:hover {
  color: #0a98c0;
}
.cookies-accept{
  background: wheat;
  color: black !important;
  padding: 5px;
}
.cookie-png{
  float: right;
  width: 37px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flow-root;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 75%;
  }
  /* .order-last{
    height: 35%;
  } */
}

@media (max-width: 991px) {
  .master-img{
    max-width: 100%;
  }
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #clases .clases-content {
    padding-top: 30px;
  }
  #online .online-us-content {
    padding-top: 30px;
  }

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro {
    margin-top: 20px;
    padding-top: 45%;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 12px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  #logo {
    width: 100%;
    top: 50%;
    margin-left: 0px;
    font-size: 12px;
  }
  .section-header p {
    width: 100%;
  }
 
  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
  /* .order-last{
    padding:0px;
  } */
}
.container-clases {
  padding: 20px;
  padding-top: 0;
}
@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}
@media (max-width: 321px) {
  #intro .intro-info .btn-get-started, 
  #intro .intro-info .btn-services {
    font-size: 16px;
  }
  #header .logo h1{
    font-size: 25px;
  }
}


.bold-underline {
  color: #FF7948;
  font-weight: 700;
  line-height: 0;
}


