@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?6s6d3k');
    src:    url('../fonts/icomoon.eot?6s6d3k#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?6s6d3k') format('truetype'),
        url('../fonts/icomoon.woff?6s6d3k') format('woff'),
        url('../fonts/icomoon.svg?6s6d3k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


  /* @import url(//db.onlinewebfonts.com/c/c9c60c88cb732119e5a9457f2d9cdc53?family=DINPro-Regular); */

  /* @font-face {font-family: "DINPro-Regular";
    src: url("//db.onlinewebfonts.com/t/c9c60c88cb732119e5a9457f2d9cdc53.eot");
    src: url("//db.onlinewebfonts.com/t/c9c60c88cb732119e5a9457f2d9cdc53.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/c9c60c88cb732119e5a9457f2d9cdc53.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/c9c60c88cb732119e5a9457f2d9cdc53.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/c9c60c88cb732119e5a9457f2d9cdc53.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/c9c60c88cb732119e5a9457f2d9cdc53.svg#DINPro-Regular") format("svg"); */
}


[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-envelope:before {
    content: "\e900";
}
.icon-phone:before {
    content: "\e901";
}
.icon-menu:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e903";
}

body {
  font-family: 'DINPro-Regular';
  margin: 0;
}


td {
  padding: 10px;
}

input, textarea {
  outline: 0;
}

input:focus, textarea:focus {
  background: #d5e900;
}

.contenedor {
  max-width: 900px;
  margin: auto;
  position: relative;
}
.bxFrm{
  display: flex;
  padding: 15px;
}
.fcolorA {
  color: #10a331;
}
.fcolorW {
  color: #FFF;
}
.fcolorC {
  color: #26e8d2;
}
.inputForm {
  border: 1px solid;
  height: 35px;
  background-color: #e8ff00;
  border-radius: 5px;
  width: 100%;
}
.divBgImgEnt {
  background-image: url('../images/FIT-2.png'); 
  background-repeat: no-repeat; 
  background-size: 20%;  
  background-position:  left 0px top 0px;
  position: relative;
}
.ubicacion {
  background-color: #40494c;
  display: flex;
}
.ubicDiv {
  width: 45%; 
  background-color: #40494c;
  height: auto;
}
.ubicTxt {
  padding: 5%; padding-left:15%;
}
.background {
  background-image: url('../images/home.jpg');
  background-size: cover;
  background-position: center;
}



.button {
  border-radius: 12px;
  border: none;
  color: white;
  padding: 7px 12px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  background: #fd324e;
  background: linear-gradient(to left, #fe344e, #ff7250);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
  /*background: rgb(243,197,189); /* Old browsers */
  /* background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); */

}

.titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  margin-bottom: 0;
  margin-top: 70px;
}

.titulo span {
  text-decoration: underline;
}

.title-a {
  font-size: 24px;
  margin-top: 0;
}
.contenedor  h1 {
  font-size: 50px;
}
.ubicDiv h1 {
  font-size: 50px;
}
.title-b {
  font-size: 50px;
  margin-bottom: 20px;
}
.entrenamiento {
  background-image: url('../images/entrenamiento.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 padding-top: 0.1px; 
 height: auto;
}
.entrenamiento h2{
  margin: 0;
}
.horario {  
  background-color: #e8ff00;
  background-image: url('../images/FIT3.png'); background-repeat: no-repeat; background-size: 15%;  background-position:  right 0px bottom 0px;
  position: relative;
}

.guitarras {
  color: #1F313C;
  margin-bottom: 60px;
}

.guitarras h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
}
.sect{
  /* height: 100vh; */
  width: 40%;
   padding-bottom: 5%;
  /* padding-left: 10%;
  padding-right: 10%; */
}
.sect p{
  color: white;
  /* text-align: justify; */
}
.portada {

  color: white;
  padding: 20px;
  /* height: 100vh; */
}

.portada button {
  margin-bottom: 70px;
}


.divEntre h1 {
  font-size: 50px;
}
.menu {
  font-size: 13px;
  display: inline-block;
  position: absolute;
  right: 0;
  /* padding-top: 20%; */
}

.menu li {
  display: inline-block;
  margin-left: 30px;
}

.menu li:before{
  content: '';
  font-size: 13px;
  line-height: 20px;
  color: #e8ff00;
}

.menu a {
  color: #e8ff00;
  text-decoration: none;
}

.logotipo {
  display: inline-block;
  margin-left: 0;
}


.guitarra {
  margin: 10px 10px 40px 10px;
  padding: 10px;
  /*overflow: hidden;*/
  border: 1px solid #1F313C;
  border-radius: 8px;
}
.guitarra ol {
  padding: 0;
}
.guitarra.b {
  height: 190px;
}


.derecha {
  float: right;
  position: relative;
  top: -127px;
}

.izquierda {
  float: left;
  position: relative;
}

.contenedor-guitarra-a {
  padding-left: 20px;
}
.contenedor-guitarra-b {
  margin-left: 370px;
  position: relative;
  bottom: 90px;

}

.header {
  position: relative;
}


.contactanos {
  background: #e8ff00;
  padding: 50px 10px;
  background-color: #e8ff00;
  background-image: url('../images/FIT3.png'); background-repeat: no-repeat; background-size: 15%;  background-position:  right 0px bottom 0px;
  position: relative;
}
.mapImg{
  width: 55%;
}
.contacto {
  display: flex;
  width: 300px;
  flex-wrap: wrap;
  align-items: center;
}

.contacto img {
  display: block;
}

.contacto strong {
  display: block;
}

.contacto a {
  color: white;
  text-decoration: none;
  margin: 10px 10px 10px 0;
}

.contacto h1 {
  font-size: 50px;
}

.footer .contenedor {
  display: flex;
  justify-content: space-between;
}

/* 
.formulario {
  display: flex;
  width: 400px;
  color: white;
} */


.col1, .col2 {
  display: flex;
  flex-direction: column;
}

.col1 {
  margin-right: 15px;
}
.col2 {
  align-items: flex-start;
}

.col2 .button {
  margin-top: 15px;
}

.intereses label {
  font-size: 12px;
}

/* .formulario label, .sexo, .intereses {
  margin-bottom: 10px;
} */

.divEntre {
  width: 35%;
}
.sexo {
  margin-top: 10px;
}


.tabla {
  margin: 50px 0;
}


.burguer-button {
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  height: 40px;
  background: #395667;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 1400px) {
  .burguer-button {
    display: none;
  }
}
  @media screen and (max-width: 800px) {
  /*body {
    border: 10px solid red;
  }*/
  /*.contenedor {
    width: auto;
    max-width: 800px;
  }*/
  /* portada */
  .burguer-button {
    display: none;
  }
  .titulo {
    font-size: 45px;
    margin-top: 30px;
  }
  .title-a {
    font-size: 18px;
  }
  .portada {
    height: auto;
  }
  .portada .button {
    margin-bottom: 30px;
    display: inline-block;
  }
  /* portada */


  /* guitarras */

  .izquierda, .derecha {
    float: none;
    position: static;
  }
  .title-b {
    margin: 0;
  }
  .guitarra li {
    list-style: none;
  }
  .guitarra.b {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  /* footer */
  .footer .contenedor {
    display: block;
  }

  .contacto {
    margin: 0 auto;
  }
  /* .formulario {
    display: block;
    margin: 0 auto;
    width: 300px;
  } */


  .burguer-button{
    display: none;
  }
  .intereses label {
    display: block;
    font-size: 16px;
  }
  .col1 {
    margin: 0;
  }
  input[type="text"],
  input[type="email"] {
    font-size: 20px;
    padding: 5px;
  }
  .contactanos textarea{
    font-size: 20px;
    padding: 5px;
  }

  .mapImg{
    width: 100% !important;
  }

  /* footer */
}

@media screen and (max-width: 650px) {

  .header {
    text-align: center;
  }

  .logotipo {
    margin: 0;
  }

  .bxFrm{
    display: contents;
  }
  .halfInFrm {
    width: 90% !important;
  }
  .menu {
    position: static;
    display: block;
  }

  .burguer-button{
    display: none;
  }
  .menu li:first-child {
    margin: 0;
  }

  .menu ul {
    padding: 0;
  }

  .sect{
    /* height: 100vh; */
    width: 100%;
     padding-bottom: 5%;
    /* padding-left: 10%;
    padding-right: 10%; */
  }
  .sect h1 {
    font-size: 40px;
  }
  .ubicDiv h1 {
    font-size: 40px;
  }
  .contacto h1 {
    font-size: 40px;
  }
  .divEntre h1 {
    font-size: 40px;
  }
  .mapImg{
    width: 100%  !important;
  }
  .ubicacion {
    display: contents;
  }
  .ubicDiv, .divEntre {
    width: 100%;
    padding: 5%;
  }
  .imgFit{
    display: none;
  }
  .ubicTxt {
    padding: 5%;
  }
  .divBgImgEnt {
    background-size: 50%; 
  }
}


@media screen and (max-width: 500px) {
  /* portada */
  .portada .contenedor {
    position: static;
  }
  .imgFit{
    display: none;
  }
  .sect h1 {
    font-size: 40px;
  }
  .divEntre h1 {
    font-size: 40px;
  }

  .ubicDiv h1 {
    font-size: 40px;
  }
  .sect{
    /* height: 100vh; */
    width: 100%;
     padding-bottom: 5%;
    /* padding-left: 10%;
    padding-right: 10%; */
  }
  .bxFrm{
    display: contents;
  }
  .mapImg{
    width: 100% !important ;
  }
  
  .halfInFrm {
    width: 90% !important;
  }
  .burguer-button{
    display: inline-block;
  }
  .menu {
    background: rgba(71, 55, 57, 0.8);
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    /* display: flex; */
    width: 100%;
    align-items: center;
    padding-top: 20%;
    transition: .3s;
  }
  .menu.active {
    left: 0;
  }

  .menu ul {
    flex: 1;
  }
  .menu li {
    display: block;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid white;
  }
  .ubicacion {
    display: contents;
  }
  .ubicDiv, .divEntre {
    width: 100%;
    padding: 5%;
  }
  .menu li:before {
    display: none;
  }

  .menu li:first-child {
    border-top: 1px solid white;
  }
  .portada {
    text-align: center;
  }
  .titulo {
    font-size: 30px;
  }

  .title {
    font-size: 16px
  }

  .contacto h1 {
    font-size: 40px;
  }
  
  .title-b {
    font-size: 30px;
  }
  .ubicTxt {
    padding: 5%;
  }
  .divBgImgEnt {
    background-size: 50%; 
  }
}


video {
  width: 100%;
}


.video-responsive-contenedor {
  position: relative;
  padding-top: 56.25%;
}

.video-responsive-src {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

