@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?dresks');
  src:  url('../fonts/icomoon.eot?dresks#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dresks') format('truetype'),
    url('../fonts/icomoon.woff?dresks') format('woff'),
    url('../fonts/icomoon.svg?dresks#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[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-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-close:before {
  content: "\ea0d";
}
*{
    /* border: 1px solid blue; */
}
body {
  font-family: 'Allerta', sans-serif;
  margin: 0;
}
input:focus, textarea:focus {
  background: lightgray;
}
.contenedor {
  max-width: 80%;
  margin: auto;
  position: relative;
}
.header {
  background-color: rgba(0,0,0,0.3);
  position: relative;
  padding: 10px;
  max-width: 80%;
}
.background {
  background-image: url('../images/header.jpg');
  background-size: cover;
}
.button {
  border-radius: 10px;
  border: 2px solid;
  color: white;
  padding: 7px 12px;
  cursor: pointer;
  font-size: 18px;
  background: #89021b;
  text-decoration: none;
  width: max-content;
}
.portada {
  padding: 20px;
  height: 600px;
}
.logotipo {
  display: inline-block;
}
.menu {
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 8%;
  color: white;
}
.menu a {
  color: white;
  text-decoration: none;
}
.menu li {
  display: inline-block;
  margin-left: 30px;
}
.menu li:before {  /*seudo elemento */
  content: '∘';
}
.presentacion {
  opacity: 0;
  color: white;
  margin-top: 60px;
  text-align: center;
  height: auto;
  padding:2% 0;
  background-color: rgba(0,0,0,0.3);
  transition: .2s;
  display: none;
}
.presentacion2{
    display: block;
}
.presentacion3{
    opacity: 1;
}

.texto {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.titulo {
  margin: 0;
  font-size:50px;
  font-family: 'Montserrat', sans-serif;
}
.subtitulo {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}
.proyectos {
  padding: 20px 0;
  color: white;
  background: #202020;
}

.subCont{
  padding-top: 15px;
  display: block;
  text-decoration: none;
  color: white;
}
.proyecto {
  padding: 1%;
  margin: 5px;
  border-bottom: 1px solid gray;
  width: 33%;
  transition:  .2s;
  z-index: 1;
}
.proyecto:hover{
  transform: scale(1.2);
  background: #202020;
  border: 1px solid white;
  border-radius: 15px;
  z-index: 2;
}
.proyecto img {
  width: 100%;
  transition: .7s;
  opacity: 0;
  position: relative;
  left: -100px;
}
.fadeIn {
  animation: 1000ms fadeIn;
  opacity: 1 !important;
  left: 0 !important;
}
img.b-loaded {
  opacity: 1;
  left: 0;
}
.proyecto h3 {
  margin-top: 0;
}
.description  {
  font-size: 12px;
}
.description  a{
  display: inline-block;
  font-size: 10px;
  margin: 5px 0;
}
.contenidos {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.5s;
}
.articl {
  text-decoration: none;
  color: white;
}
.footer {
  background: linear-gradient(to right, #89021b 0%,#510008 100%);
  padding: 50px 10px;
}
.contacto img {
  display: block;
}
.contacto {
  display: flex;
  width: 300px;
  align-items: center;
  flex-wrap: wrap;
}
.contacto strong
{
  display: block;
}
.contacto a {
  color: white;
  text-decoration: none;
  margin: 10px 10px 10px 0;
}
.footer .contenedor {
  display: flex;
  justify-content: space-around;
}
.formulario {
  display: flex;
  color: white;
}
.col1,.col2 {
  display: flex;
  flex-direction: column;
}
.col1 {
  margin-right: 15px;
}
.col2 .button {
  margin-top: 15px;
}
.intereses label {
  font-size: 12px;
}
.formulario label, .sexo, .intereses {
  margin-bottom: 10px;
}
.sexo {
  margin-top: 10px;
}
.menu li:before {  /*seudo elemento */
  content: '∘';
}
.tabla {
  margin: 50px 0 50px 0;
}
.contacto img {
   margin-right: 100px;
}
.burguer-button {
  width: 40px;
  color: white;
  line-height: 40px;
  border-radius: 50%;
  background: #000000;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 3;
  border: 2px solid white;
  display: none;
}
@media screen and ( max-width: 1000px) {
  .contenidos {
    flex-wrap: wrap;
    justify-content: space-around;
    transition: all 0.5s;
  }
}
@media screen and ( max-width: 890px) {
  /*portada*/
    .header {
      text-align: center;
    }
    .titulo {
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 30px;
    }
    .subtitulo {
      font-size: 16px;
      margin-bottom: 50px;
    }
    .title-a {
      font-size: 18px;
    }
    .portada {
      height: 570px;
    }
    .portada .button {
      margin-bottom: 30px;
    }
    .menu {
      position: static;
      display: block;
    }
    .menu ul {
      padding: 0;
    }
    .menu li:first-child {
      margin-left: 0;
    }
  /*portada*/
}
@media screen and (max-width:767px) {
  .footer .contenedor {
    display: block;
  }
  .contacto {
    margin: auto;
    align-items: center;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .contacto img {
    margin-right: 0;
    margin: auto;
  }
  .formulario{
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  .intereses label {
    display: block;
  }
  input[type="text"],
  input[type="email"]{
    font-size: 16px;
    padding: 5px;
  }
  input[type="checkbox"],
  input[type="radio"]{
    zoom : 1.5;
  }
  .intereses label {
    font-size: 16px;
  }
  .col2 .button{
    display: block;
    width: auto;
  }
}
@media screen and (max-width:650px) {
  .header {
    text-align: center;
  }

  .menu {
    position: static;
    display: block;
  }
  .menu {
    position: static;
  }
  .menu  ul {
    padding: 0;
  }
  .contenidos {
    display: block;
  }
  .proyecto {
    margin: 5px 15%;
    width: inherit;
  }
  .contProject {
    position: static;
    text-align: center;
  }
}
@media screen and (max-width:590px) {

  .burguer-button {
    display: block;
  }
  .portada .button{
      display: block;
      text-align: center;
      font-size: 20px;
  }

  .presentacion {
    padding: 10% 0;
    margin: 10% 15%;
    bottom: auto;
  }
  .menu li{
    display: block;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid;
  }
  .menu li:before {
    display: none;
  }
  .titulo {
    font-size: 30px;
  }
  .title-a {
    font-size: 16px;
  }
  .guitarra img {
    width: 200px;
    height: auto;
  }
  .button {
    padding: 2% 5%;
    font-size: 15px;
  }
  .menu {
    background: linear-gradient(to top, #89021bee 0%,#020000 100%);
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    transition: 300ms;
  }
  .menu ul {
    flex: 1;
  }
  .contenedor {
    position: static;
  }
  .portada {
    display: static;
    padding: 0;
  }
  .header {
    max-width: 100%;
    height: 140px;
  }
  .menu.active {
    left: 0;
  }
}
