@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?90po6i');
    src:  url('../fonts/icomoon.eot?90po6i#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?90po6i') format('truetype'),
      url('../fonts/icomoon.woff?90po6i') format('woff'),
      url('../fonts/icomoon.svg?90po6i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-about:before {
    content: "\e900";
  }
  .icon-menu:before {
    content: "\e901";
  }
  
  
  
  html{
    font-size: 62.5%;
  }
  body{
    max-width: 1366px;
    margin: auto;
    font-family: 'Open Sans';
  
  }
  .navegacionHamburgesa{
    display: none;
  }
  header{
    height: 7.5rem;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1235px;
    margin: auto;
  }
  header .contenedorLogoHeader{
  display: flex;
  color: black;
  }
  header .contenedorLogoHeader h1{
    margin-bottom: 1rem;
    align-self: flex-end;
  }
  header .contenedorLogoHeader img:nth-child(2){
    height: 60px;
    margin-top: 14px;
  }
  header figure{
  height: 5.5rem;
  width: 11rem;
  margin: 1rem 0 0 1rem;
  }
  header figure img{
    width: 100%;
  }
  
  header nav{
    margin: 0 1rem;
  }
  header nav ul{
    display: flex;
  }
  header nav ul li{
    margin-right: 2rem;
  }
  header nav ul li,a{
    text-decoration: none;
    list-style: none;
    margin: 0 1.3rem;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
  }
  .burger-button{
    display: none;
    width: 4rem;
    height: 4rem;
    border-radius: 0;
    background :  rgba(253,184,19, .8);
    line-height: 4rem;
    text-align: center;
    position: fixed;
    color: white;
    border-radius: 50%;
    font-size: 1.6rem;
    margin: 0.3rem 0 0 0.3rem;
    z-index: 3;
  }
  .navegacion2{
    display: block;
  }
  .navegacion2 nav{
    display: flex;
    justify-content: center;
    text-align: center;
    position: fixed;
    background: rgba(253,184,19, .8);
    z-index: 2;
    width: 100%;
    height: 100%;
    align-items: center;
    left: -100vw;
    transition: .3s;
  }
  .navegacion2 nav ul{
    list-style: none;
  }
  .navegacion2 nav ul li{
    margin-top: 5rem;
  }
  .navegacion2 nav.is-active{
    left: 0vw;
  }
  .main h1{
    text-align: center;
    font-size: 3.6rem;
    font-family: 'Open Sans';
    }
  .formulario{
  display: grid;
  grid-template-columns: 30% 30%;
  justify-content: center;
  margin: 5rem 0 ;
}
.formulario figure{
  grid-column-start: 2;
  width: 100%;
  margin: 0;
}
.formulario figure img{
  width: 100%;
  height: 100%;
}
.formulario form{
  grid-column-start: 1;
  grid-row-start: 1;
  display: flex;
  flex-direction: column;
  width: 66%;
}
.formulario form label{
  
  font-family: 'Open Sans';
  margin: 1rem 0 0 0;
}
.formulario form input,
textarea{
  background: whitesmoke;
  height: 2.5rem;
  width: 100%;
  border: 0.5px solid gray;
  margin-top: .3rem;
}
#message{
  height: 8.9rem;
}
.formulario form button{
  font-size: 1.2rem;
  height: 5rem;
  width: 15rem;
  border-radius: 2rem;
  border: unset;
  background: #71bf45;
  color: white;
  font-family: 'Open Sans';
  padding: 0;
  cursor: pointer;
  margin-top: 1rem;
}
.col-md-8{
  justify-content: center;
    display: flex;
}
footer{
  height: 7.5rem;
  background-color: white;
  display: block;
  align-items: center;
  justify-content: center;
}
footer .contenedorLogoHeader{
display: flex;
color: black;
}
footer .contenedorLogoHeader h1{
  margin-bottom: 1rem;
  align-self: flex-end;
}
footer figure{
width: 11rem;

margin: 1rem auto;
}
footer img{
  width: 100%;
}
footer .final{
  text-align: center;
}
footer .final h4{
  font-size: 1.4rem;
  margin: 4px;
}
@media screen and (min-height:800px){
.formulario{
display: block;

margin: 0 17% ;
 }
 .formulario form{
    margin: auto;
 }
}
@media screen and (max-width:652px){
.burger-button{
  display: block;
  z-index: 3;
}
header nav{
display: none;
}
.navegacion2{
display: flex;
}
.navegacionHamburgesa ul{
list-style: none;
text-align: center;
}
.navegacionHamburgesa li{
margin-top: 5rem;
}
header .contenedorLogoHeader {
  display: none;
}
}

@media screen and (max-width:652px){
.formulario{
display: block;
margin: 0 17% ;
}
.formulario form{
margin: auto;
}
.formulario figure{
display: none;
}
}
