@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ewl1r6');
  src:  url('../fonts/icomoon.eot?ewl1r6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ewl1r6') format('truetype'),
    url('../fonts/icomoon.woff?ewl1r6') format('woff'),
    url('../fonts/icomoon.svg?ewl1r6#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-whatsapp:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e947";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-facebook2:before {
  content: "\ea90";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}


html{
  font-size: 62.5%;
  font-family: 'Lato', sans-serif;
}
body{
  margin: 0;
}

.burger-button{
  display: none;
}
.navegacion2{
  display: none;
}
.containerHeader1{
  background-color: #bd0505;
  width: 100%;
  margin: auto;
}
.contactosHeader{
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: space-between;
}
.contactosHeader ul{
  display: flex;
  padding: 0;
}
.contactosHeader li,a{
  list-style: none;
  text-decoration: none;
  color: white;
  display: flex;

}
.contactosHeader p{
  font-family: 'Lato', sans-serif!important;
  font-size: 14px;
}
.contactosHeader i{
  font-size: 15px;
  margin-right: 5px;
  color: white;
  display: flex;
  align-items: center;
  
}
.contactosHeader li:nth-child(2) i{
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.contactosHeader__ubicacion, .contactosHeader__telefono{
  display: flex;
  align-items: center;
}


.containerHeader2{
  width: 84%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.containerHeader2 figure{
width: 10rem;
margin:1rem 0 0 0;
}
.containerHeader2 figure img{
  width: 100%;
}
.containerHeader2 .navegacion .menu ul{
  display: flex;
}
.containerHeader2 .navegacion .menu ul li{
  margin-right: 2rem;
  list-style: none;
}
.containerHeader2 .navegacion .menu ul a{
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  color: black;
}
footer .footer__icons{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 1rem;
}
footer .footer__icons i{
  margin: 0px .5rem;
  color: white;
}
footer{
  background-color: rgba(8, 17, 34, 0.996);

}
footer .footer__text{
  color: white;
  height:100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  letter-spacing: 2px;
}
.burger-button{
  display: none;
  width: 4rem;
   height: 4rem;
   border-radius: 0;
   background :  rgb(189, 5, 5);
   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: 222222222;
 }
@media screen and (max-width:500px){

.burger-button{
  display: block;
 }
.navegacion{
  display: none;
}
.navegacion2{
  display: block;
}
.navegacion .menu ul li a:hover{
  color:white; ;
  }
.navegacion2 nav{
  display: flex;
  justify-content: center;
  text-align: center;
  position: fixed;
  background: rgba(189, 5, 5, .8);
  z-index: 11111111;
  width: 100%;
  height: 100%;
  align-items: center;
  left: -100vw;
  transition: .3s;
}
.navegacion2 nav ul{
list-style: none;
flex-direction: column;

}
.navegacion nav ul li{
margin-top: 5rem!important;
}
.navegacion nav ul a{
text-decoration: none;
color: white;
}
.navegacion2 nav.is-active{
left: 0vw;
}
.navegacion2 nav ul{
  padding: 0;  
}
.navegacion nav ul li{
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}


header .containerHeader2{
  flex-direction: column;
  align-items: center;
}
.contactosHeader__ubicacion{
  display: none!important;
}
.footer__text > h3:nth-child(2){
  text-align: center;
}

}

