@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;
}
.hero{
display: grid;
grid-template-columns: 1fr 1fr;
width: 90%;
margin:auto;
}
.hero .contenedorHero{
grid-column-start: 1;
grid-row-start: 1;
align-self: center;
}
.hero .contenedorHero h1{
font-size: 6.5rem;
font-family: inherit;
color: #2e2f33;
margin-bottom: 0;
}

.hero .contenedorHero h2{
font-size: 3.8rem;
font-weight: 300;
color: #333333;
}

.hero figure{
grid-column-start: 2;
grid-row-start: 1;
width: 100%;
margin: 1rem 0 0 0;

}
.hero figure img{
display: flex;

}

main .caracteristicasAvca{
display: grid;
grid-template-columns: repeat(3,1fr);
height: 40rem;
color: white;

align-items: center
}
main .caracteristicasAvca h2{
font-size: 3.4rem;
}
main .caracteristicasAvca p{
  font-size: 1.8rem;
  font-style: italic;
}
main .caracteristicasAvca .caracteristica{
height: 100%;
text-align: center;
display: flex;
}
main .caracteristicasAvca .caracteristica .contenedorTexto{
height: fit-content;
align-self: center;
width: 80%;
margin: auto;
}
main .caracteristicasAvca .caracteristica1{
  background-color: #fdb813;
}
main .caracteristica2{
  background-color: #2262a9;
}
main .caracteristica3{
  background-color: #71bf45;
}

main .aboutUs{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main .aboutUs .contenedorAboutUs{
  width: 60%;
  margin: 8rem auto;

}
main .aboutUs .contenedorAboutUs i{
 
  font-size: 5rem;
}
main .aboutUs .contenedorAboutUs h2{
  font-size: 3.4rem;
  color: #2e2f33;
}
main .aboutUs .contenedorAboutUs p{
  font-size: 1.8rem;
}
button{
  font-size: 1.8rem;
  height: 4.5rem;
  width: 15rem;
  border: 2px solid #d9d9d9;
  background: #fff;
  color: #000;
  padding: 0;
  cursor: pointer;
  margin-top: 1rem;
}
main .enganche{
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 63rem;
  overflow: hidden;
  text-align: justify;
}
main .enganche img{
  height: 674px;
}
main .enganche .contenedorTextoE{
  height: 674px;
  width: 100%;
  background-color: #fdb813;
  display: flex;
}
main .enganche .contenedorEspacio{
  width: 73%;
  color: white;
  margin: auto;
}
main .enganche .contenedorTextoE h2{
  font-size: 4rem;
  
}
main .enganche .contenedorTextoE p{
  font-size: 1.6rem;
  font-weight: 600;
}
main .enganche figure{
  position: relative;
  z-index: -1;
  margin: 0;
 
}
main .enganche figure img{
  width: 100%;
  position: relative;
  
}
main .servicios{
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .servicios .contenedorServicios{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(2,1fr);
  text-align: center;
  row-gap: 4rem;
  width: 90%;
  margin: auto;
}

main .servicio{
  width: 80%;
  height: 30.23rem;
  margin: auto;
}
main .servicios h2{
  font-size: 4rem;
  text-align: center;
}
main .servicios .contenedorServicios h3{
  font-size: 2rem;
  font-weight: 500;
}
main .servicios .contenedorServicios p{
  font-size: 1.8rem;
  color: #808080;
  font-style: italic;
}
main .servicios button{
  margin: 4rem;
  border: 1px solid #38d2d9; 
}
main .enganche2 figure{
  grid-column-start: 2;
}
main .enganche2 .contenedorTextoE2{
  grid-column-start: 1;
  grid-row-start:1 ;
}
main .enganche2 .contenedorTextoE2{
background-color:#f2f2f2;
color: #2e2f33;
}
main .enganche2 .contenedorEspacio2{
  color: #2e2f33;
}
main .parteFinal{
  background-color: #71bf45;
}
main .parteFinal .contenedorFinal{
  width: 70%;
  margin: auto;
  color: white;
  display: flex;
  flex-direction: column;
}
main .parteFinal .contenedorFinal h2{
  font-size: 3rem;
  margin-bottom: 0;
}
main .parteFinal .contenedorFinal p{
  font-size: 1.8rem;
}
main .parteFinal .contenedorFinal a{
  margin: 0;
}
main .parteFinal .contenedorFinal button{
  border-radius: 20px;
  border: 1px solid;
  margin: 0 0 4rem 0;
  border: unset;
    color: #71bf45;
}
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;
}
.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;
}
@media screen and (max-width :1347px){
  main .enganche .contenedorTextoE h2{
    text-align: left;
  }
}
@media screen and (max-width : 980px){
  .hero{
    display: block;
  }
  .hero figure{
    display: none;
  }
  .hero h1,h2{
    text-align: center;
  }
}
@media screen and (max-width: 930px){
  main .servicios .contenedorServicios{
    grid-template-columns: repeat(2,1fr);
  }

}
@media screen and (max-width: 930px){
main .enganche{
  display: block;
  height: unset;
}
main .enganche figure{
  display: none;
}
}
@media screen and (max-width:800px){
  main .caracteristicasAvca{
    grid-template-columns: 1fr;
    height: unset;
  }
  main .caracteristicasAvca .caracteristica{
    height: 255px;
  }
  header  {
    justify-content: center;
  }
}
@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;
  }
  .hero .contenedorHero h1{
    font-size: 4.5rem;
  }
  main .servicios .contenedorServicios{
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:428px){
  main .enganche .contenedorTextoE{
    height: unset;
  }
  main .enganche .contenedorTextoE h2{
    font-size: 3rem;
  }
}