form.material select {
  height: 20px;
}
form.material textarea {
  height: 200px;
  border-radius: 25px;
  border: 1px solid #000;
}
.group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}
.group input,
.group select,
.group textarea {
  font-size: 15px;
  padding: 12px 10px 10px 130px;
  display: block;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #000;
}
.group input:focus,
.group select:focus,
.group textarea:focus {
  box-shadow: none;
  outline: none;
}
.group input.error,
.group select.error,
.group textarea.error {
  border: 1px solid #fd5050 !important;
}
.group label {
  color: #868686;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  padding-left: 20px;
}
.group label.fixed {
  top: -20px;
  font-size: 14px;
  color: #fff;
}
.homepage {
  background-color: #fff;
  margin-bottom: 0;
  margin-top: -2px;
}
.homepage .header-home {
  background-image: url("../images/fondo-home.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px;
  height: 830px;
}
.homepage .bloque-ofertas {
  color: #868686;
}
.homepage .bloque-ofertas .contenedor-box {
  margin-top: 20px;
}
.homepage .bloque-ofertas .promo-box {
  border: 1px solid #000;
  box-shadow: 2px 2px 2px #ddd;
  margin: 40px 0;
  border-radius: 25px;
  height: 340px;
  vertical-align: top;
  display: flex;
  width: 100%;
}
.homepage .bloque-ofertas .promo-box .bloque-black {
  background-color: #000;
  padding: 20px;
  border-radius: 25px 0 0 25px;
  width: 330px;
  display: inline-block;
}
.homepage .bloque-ofertas .promo-box .bloque-black .promo-box-title {
  margin: 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
}
.homepage .bloque-ofertas .promo-box .bloque-black .promo-box-footer .promo-box-footer-info {
  color: #fff;
  font-size: 9px;
  line-height: 2em;
}
.homepage .bloque-ofertas .promo-box .bloque-black .promo-box-price {
  font-weight: 900;
  font-size: 35px;
  color: #fc0;
  margin: 20px 0;
}
.homepage .bloque-ofertas .promo-box .promo-box-content {
  width: 100%;
  font-size: 14px;
}
.homepage .bloque-ofertas .promo-box .promo-box-content .promo-box-list {
  padding: 20px;
  margin: 0;
}
.homepage .bloque-ofertas .promo-box .promo-box-content .promo-box-list li {
  line-height: 1.99em;
  font-weight: 500;
  list-style: none;
}
.homepage .titulo-bloques {
  text-align: center;
  color: #000;
}
.homepage .titulo-bloques .color-dest {
  color: #fc0;
}
.homepage .titulo-bloques .parrafo {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.homepage .bloque-destacado .parrafo-dest {
  margin-top: 140px;
  padding-left: 65px;
  font-size: 32px;
  line-height: 1.5em;
}
.homepage .bloque-destacado .parrafo-dest span {
  font-size: 52px;
  color: #fc0;
  font-weight: 600;
}
.homepage .bloque-destacado .parrafo-dest.invertido {
  padding-left: 0;
  text-align: right;
  line-height: initial;
  margin-top: 100px;
}
.homepage .bloque-destacado .parrafo-dest.invertido p {
  font-size: 16px;
  margin-top: 20px;
}
.homepage .bloque-destacado .parrafo-dest.invertido span {
  color: #fc0;
  font-weight: 600;
  font-size: inherit;
}
.homepage .bloque-destacado .parrafo-dest.invertido.text-align-l {
  text-align: left;
  padding-left: 65px;
}
.homepage .bloque-destacado .translate-x {
  transform: translateX(-95px);
}
.homepage .app-alumnos .box-ico {
  height: 20vh;
}
.homepage .app-alumnos .box-ico .iconos-app {
  font-size: 65px;
}
.homepage .bloque-contacto .container {
  background: #fff;
  text-align: center;
}
.homepage .bloque-contacto .ico {
  font-size: 18px !important;
  margin-right: 10px;
  color: #5edd4b;
  font-weight: 600;
}
.homepage .bloque-contacto .cont-icos-contacto {
  display: flex;
  justify-content: center;
  height: 15vh;
}
.homepage .bloque-contacto .cont-icos-contacto .iconos-contacto {
  font-size: 120px;
}
.titulo-slide {
  margin-top: 100px;
  font-size: 35px;
  color: #fff;
  font-weight: initial;
}
.titulo-slide .color {
  color: #5edd4b;
  font-weight: 600;
}
.ico-contacto {
  font-size: 40px;
  background-color: #f5f6f5;
  padding: 30px;
  border-radius: 50px;
}
.m-top {
  margin-top: 40px;
  width: 200px;
}
.modal-content {
  border-radius: 25px;
}
.modal-content .modal-header {
  background-color: #5edd4b;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  border-radius: 25px 25px 0 0;
}
.img-cien {
  width: 100%;
}
.display-in {
  display: inline-block;
  margin: 0 auto;
}
#tm-mobile .uk-modal-dialog {
  background-color: #000;
}
#tm-mobile .uk-modal-close-full {
  right: 0;
  left: auto;
  background-color: #000;
}
#tm-mobile [class*=uk-modal-close-] {
  right: 0;
}
#tm-mobile .list-modal-m li {
  padding-top: 15px;
  padding-bottom: 15px;
}
#tm-mobile .list-modal-m li a {
  padding-bottom: 0px;
  color: #fff;
  font-weight: 400;
  min-height: 30px;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
}
#tm-mobile .list-modal-m li a:hover,
#tm-mobile .list-modal-m li a:focus {
  border-bottom: 1px solid #fc0;
  background-color: transparent;
}
#tm-mobile .list-modal-m li a.link-box-sm {
  border-radius: 15px;
  color: #000;
  background-color: #5edd4b;
  border: 1px solid #5edd4b;
  text-transform: uppercase;
  width: max-content;
  padding: 2px 10px;
}
#tm-mobile .list-modal-m li a.link-box-sm:hover {
  background-color: #fc0;
  border: 1px solid #fc0;
}
#tm-mobile .list-modal-m li a .color-sm {
  color: #fc0;
}
#tm-mobile .list-modal-m li.active>a {
  border-bottom: 4px solid #000;
}
#noty_bottom_layout_container li {
  border-color: #e6b800 !important;
  background: rgba(255,204,0,0.95) !important;
}
#noty_bottom_layout_container li .noty_text {
  color: #000;
  line-height: 20px;
}
#noty_bottom_layout_container li .noty_text a {
  color: #000;
  text-decoration: underline;
}
body {
  background: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #4d4d4d;
}
p {
  color: #4d4d4d;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #000;
}
h1 {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 1.3em;
}
.text-align-left {
  text-align: left;
}
h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 2em;
}
h2.titulo-xs {
  font-size: 16px;
}
h2.titulo-xsstrong {
  font-weight: 700;
}
hr {
  border-top: 1px solid #ddd;
}
.uk-navbar-toggle {
  color: #5edd4b;
}
.uk-close {
  color: #5edd4b;
}
.uk-close:hover {
  color: #fc0;
}
.titulo {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.titulo strong {
  font-weight: 900;
}
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
.link-box {
  background: #5edd4b;
  padding: 5px 15px;
  border-radius: 25px;
  border: 1px solid #5edd4b;
  color: #000;
  margin-bottom: 10px;
}
.link-box.float-r {
  float: right;
  margin-top: 10px;
}
.link-box.float-l {
  float: left;
  margin-top: 10px;
  font-size: initial;
}
.link-box.btn-contacto {
  float: right;
}
.link-box.slide {
  margin-top: 15px;
}
.link-box:hover {
  background-color: #fc0;
  border: 1px solid #fc0;
}
.link-box:focus {
  outline: none;
}
.close:focus {
  outline: none;
}
.margin-t-btn {
  margin-top: 30px;
}
.p-color-w {
  color: #fff;
}
.w-cien {
  max-width: initial;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #000;
}
.uk-navbar-container {
  border: none;
  height: 65px;
}
header {
  background-color: #000;
  height: 65px;
}
.uk-navbar-toggle {
  min-height: 65px;
}
.r-m-l li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.r-m-l li a {
  padding-bottom: 0px;
  color: #fff;
  font-weight: 400;
  border-right: 1px solid #5edd4b;
  min-height: 30px;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
}
.r-m-l li a:hover,
.r-m-l li a:focus {
  border-bottom: 1px solid #fc0;
  background-color: transparent;
}
.r-m-l li a.link-box-sm {
  padding-bottom: 1px;
  border-radius: 15px;
  color: #000;
  margin-left: 10px;
  background-color: #5edd4b;
  border: 1px solid #5edd4b;
  text-transform: uppercase;
}
.r-m-l li a.link-box-sm:hover {
  background-color: #fc0;
  border: 1px solid #fc0;
}
.r-m-l li a .color-sm {
  color: #fc0;
}
.r-m-l li.active>a {
  border-bottom: 4px solid #000;
}
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
  color: #fff;
}
.logo-nav-oh {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  text-indent: -10000px;
  background-image: url("../images/logo-web.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: 0 50%;
  width: 190px;
}
.bloque {
  padding-bottom: 25px;
}
#map {
  width: 100%;
  height: 330px;
}
.back-to-top {
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 100;
  display: none;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #5edd4b;
  border-radius: 25px;
}
.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
  background: #fc0;
  text-decoration: none;
}
.back-to-top .icon-arrow-up {
  line-height: 50px;
}
.carousel {
  text-align: center;
  margin-top: 50px;
}
.carousel-slide {
  position: relative;
}
.carousel-inner {
  min-height: 430px;
}
.carousel-inner .item img {
  width: auto;
  max-width: 100%;
  height: 365px;
  margin: 0 auto;
}
.carousel-indicators {
  bottom: -75px;
}
.carousel-indicators li {
  border: none;
  width: 10px;
  height: 10px;
  border: 1px solid #fc0;
  margin: 0;
  margin-right: 5px;
}
.carousel-indicators li:last-child {
  margin-right: 0 !important;
}
.carousel-indicators .active {
  background-color: #fc0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 0;
  margin-right: 5px;
}
footer {
  background-color: #000;
  padding-top: 30px;
  color: #d9d9d9;
  line-height: 180%;
}
footer .ancora {
  background: #222;
  text-align: center;
  padding-bottom: 9px;
  margin-top: 50px;
  height: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 7px;
  font-weight: lighter;
}
footer .ancora a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ancora a:hover {
  text-decoration: none;
}
footer .ancora .icon-logo-autopractik-footer {
  font-size: 35px;
}
footer .ancora .text {
  font-size: 17px;
  margin-left: 10px;
  color: #ccc;
}
footer .titulo-footer {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
footer ul .link-styl {
  color: #fff;
}
footer ul .link-styl:hover {
  text-decoration: none;
  outline: none;
  color: #fc0;
}
footer .container__legal {
  display: flex;
  flex-wrap: wrap;
}
footer .container__legal a:first-child {
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .homepage .header-home {
    height: 700px;
  }
  .homepage .app-alumnos .box-ico {
    height: 24vh;
  }
}
@media (max-width: 1366px) {
  .w-cien {
    width: 100%;
  }
  .homepage .bloque-destacado .translate-x {
    transform: none;
  }
}
@media (max-width: 1024px) {
  .homepage .header-home {
    height: 650px;
  }
  .homepage .app-alumnos .box-ico {
    height: 12vh;
  }
  .homepage .bloque-contacto .cont-icos-contacto {
    height: 12vh;
  }
  .homepage .bloque-ofertas .promo-box {
    height: 365px;
  }
  .carousel {
    margin-top: 0;
  }
  .bloque {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar .navbar-collapse.in .navbar-nav,
  .navbar .navbar-collapse.collapsing .navbar-nav {
    margin-left: inherit;
  }
  .nav>li>a {
    padding: 10px 10px;
  }
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    overflow-x: hidden;
  }
  .homepage .header-home {
    height: 490px;
  }
  .homepage .bloque-ofertas .promo-box {
    height: 295px;
  }
  .homepage .bloque-destacado .parrafo-dest {
    margin-top: 10px;
    padding-left: 40px;
  }
  .homepage .bloque-destacado .parrafo-dest span {
    font-size: 42px;
  }
  .homepage .bloque-destacado .parrafo-dest.invertido {
    margin-top: 0;
  }
  .col-sm-6 {
    margin-bottom: 50px;
  }
  .carousel {
    float: right;
    margin-right: 40px;
  }
  .carousel-inner {
    min-height: 280px;
    width: 53vw;
  }
  .carousel-inner .item {
    width: 54vw;
  }
  .carousel-inner .item .h-slide {
    width: auto;
    height: 230px;
    margin: 0 auto;
    display: block;
  }
  .titulo-slide {
    font-size: 25px;
  }
  .margin-t-btn {
    margin-top: 15px;
  }
  .img-cursos {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 425px) {
  .homepage .header-home {
    background-image: url("../images/fondo-home-xs-2.png");
    padding-top: 0;
    height: 90vh;
  }
  .homepage .carousel {
    float: none;
    margin-right: 0;
  }
  .homepage .carousel-indicators {
    padding-right: 0;
  }
  .homepage .carousel-inner {
    width: 100%;
  }
  .homepage .carousel-inner .item {
    width: 100%;
  }
  .homepage .bloque-ofertas .promo-box {
    height: auto;
    margin: 20px 0;
  }
  .homepage .bloque-ofertas .promo-box .bloque-black {
    width: 230px;
  }
  .homepage .bloque-destacado {
    text-align: center;
  }
  .homepage .bloque-destacado .parrafo-dest {
    margin-top: 0;
    padding-left: 0;
  }
  .homepage .bloque-destacado .parrafo-dest.invertido {
    text-align: center;
  }
  .homepage .bloque-destacado .parrafo-dest.invertido.text-align-l {
    text-align: center;
    padding-left: 0;
  }
  .homepage .bloque-destacado .m-t {
    margin-top: 35px;
  }
  .homepage .app-alumnos .box-ico {
    height: 20vh;
  }
  .homepage .cursos {
    text-align: center;
  }
  .link-box.float-r,
  .link-box.float-l {
    float: none;
  }
  h2 {
    line-height: 1.3em;
  }
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 25px;
  }
  .navbar li {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .navbar .navbar-collapse.in .navbar-nav a,
  .navbar .navbar-collapse.collapsing .navbar-nav a {
    padding: 10px 15px;
  }
  .navbar li a.link-box-sm {
    padding: 5px 10px !important;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: initial;
  }
}
