@import url(https://fonts.googleapis.com/css?family=Raleway);

html, body {
  margin: 0;
  height: 100%;
}

* {
  font-family: "Raleway";
  box-sizing: border-box;
}

/* h2 {
  vertical-align: center;
  text-align: center;
} */

a{
  text-decoration: none;
  padding-left: 0.2rem;
}

.academia-fixed{
  position: fixed; 
  z-index:3;
  background-color: #FFF;
  width: 100%;
}

.main{
  padding-top: 18rem;
  z-index: 2;
}

.negrita{
  font-weight: bold;
}

.academia-logo{
  width: 15rem;
  position: relative;
  top: 0px;
  margin-top: -1rem;
}

.academia-header_block{
  display:inline-block;
  padding-top: 2rem;

}
/* .carrusel{
  background-image: '../img/tocadores.png';
} */
.peluqueria-whiteBold{
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 2rem;
}
.padding{
  padding: 2rem;
}

.in-line-block{display: inline-block;}

.datos_contacto{
  float: left;
  padding-left: 1rem;
  width:80%;
}
.middle_text{
  display: inline-block;
    vertical-align: 10px;
}

.centro{
  text-align: center;
}

.redes{
  float: inline-end;
  padding-top: 0.5rem;
  padding-right: 2rem;
  width: 20%;
  text-align: right;
}

.divCentral{
  float: left;
}

.footer{
  position:relative;
    width:100%;
    bottom:0px;
    align-items: stretch;
    justify-content: space-around !important;
    display: flex;
    flex-direction: row;
}

.hidden{
  display: none;
}

/* y Modelos  1985 */


.academia-top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #eea849;
  background: linear-gradient(to left, #be7b3b, #eea849);
  color: #FFF;
  height: 25px;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.smallText{
 font-size: 15px !important;
}
.menu{
    /* unvisited link */
a:link {
  color: #FFF;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #FFF;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #000;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #FFF;
  text-decoration: none;
}
  }

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 20px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 1200px) {
  .redes{
    /* padding-left: 0.75rem;
    padding-top: 3.75rem;
    width:100%;
    float: inline-end;
    text-align: left; */
    /* position: relative;
    top:100%; */
    display: flex;
    float: none;
    width: 100%;
    padding-left: 1rem;
  }

.datos_contacto{
    float: none;
    width: 100%;
}

.dato{
  display: inline-block;
}
.middle_text{display: inline-block;}

  .footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    /* align-items: stretch; */
    /* justify-content: space-around !important; */
    display: inline-block;
    /* flex-direction: row; */
}


  .cursos-inscripcion {
    font-size: 0.8em;
    font-weight: bold;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-inline: auto; 
    width: fit-content;

  }
}


@media (max-width: 1290px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    /* top: 0; */
    margin-top: 200px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #eea849;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #be7b3b;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

  .main{
    padding-top: 22rem;
  }

/* h1{
  font-size: 1.5rem;
} */



@media (min-width:1060px) {
  .dato{
    display: inline-block;
  }

  .cursos-inscripcion {
    font-size: 1.5em;
    font-weight: bold;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-inline: auto; 
    width: fit-content;
    text-shadow: 5px 2px #eea849, 2px 4px #be7b3b;
  }

  }

@media (max-width:500px) {
    .header_block{
      text-align: center;
      display:block; 
      /* padding-top: 1rem;   */
     }
     .carousel-images {
padding-top: 5rem;
    }
  }

  @media (min-width:600px) {
    .header_block{
      display:inline-block;
      padding-top: 2rem;
    }
  }



  /* @-moz-keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(20%);
    }
  }
  @-webkit-keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(20%);
    }
  } */
  @keyframes marquee {
    0%, 40%, 100% {
      /* -moz-transform: translateX(200%);
      -webkit-transform: translateX(200%); */
      transform: translateX(195%);
      /* opacity: 0.5; */
      /* left: 100%; */
    }
    20% {
      /* -moz-transform: translateX(-200%);
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%); */
      /* left: 90%; */
    transform: translateX(30%);
    /* opacity: 0.5; */
  }
  }
  /* .card-container {
    display: flex;
    gap: 20px;
} */

  .card {
    border: 2px solid #be7b3b; 
    background: linear-gradient(to left, #be7b3b, #eea849);
    border-radius: .75rem;
    text-align: center;
    /* width: 15rem; */
    overflow: hidden;
  }

  .card-body {
  color:#FFF;
}



.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding*/
.row {margin: 0 -5px; padding-bottom: 2rem;} 

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

#cursos{width: 100%;}



/* ZONA POPUP MODAL*/

.modal {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  animation: modal-open 0.3s;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@keyframes modal-open {
  from {opacity: 0;}
  to {opacity: 1;}
}


.divCarrusel{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20%;
  /* background-color: #f4f4f4; */
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 300px;
   overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.carousel-images {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  transition: transform 0.5s ease-in-out;
}

.carousel-images img {
  position: absolute;
  max-height: 300px;
  width: auto;
  opacity: 0.5;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.carousel-images img.active {
  position: relative;
  opacity: 1;
  transform: scale(1.2);
  z-index: 2;
}

.carousel-images img.left {
  transform: translateX(-45%);
  z-index: 1;
  opacity: 0.2;
}

.carousel-images img.right {
  transform: translateX(45%);
  z-index: 1;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .carousel {
      height: 200px;
  }
  .carousel-images img {
      max-height: 200px;
  }
}