@font-face {
    font-family: 'Acumin-Variable-Concept';
    src: url('Acumin-Variable-Concept.ttf') format('truetype');
  }
  
  
html, body{
    margin: 0;
    padding: 0;
}

*{
    font-family: 'Acumin-Variable-Concept', sans-serif;
}

body{
    background: rgb(95,122,255);
background: radial-gradient(circle, rgba(95,122,255,1) 0%, rgba(63,94,251,1) 22%, rgb(14, 81, 215) 100%);

/*background: url("img/11.png");
background-size: contain;*/

}

header{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    height: 75px;
    position: fixed;
    top: 0px;
    
    padding-bottom: 10px;
    z-index: 10000;

}

#logowrap{
    height: 100%;
    width: 30%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    position: relative;
}


#logo{
    width: 100%;
    object-fit: contain;
}

#menu{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items:center;
    background-color: white;
    box-shadow: 10px 10px 20px #00000073;
    border-radius: 0px 0px 20px 20px;
    z-index: 999;
}

#menubar{
    width: 10%;
    display: none;
    justify-content: center;
    align-items:center;
    background-color: white;
    box-shadow: 10px 10px 20px #00000073;
    border-radius: 0px 0px 20px 20px;
}

.menuitem{
    margin-left: 20px;
    text-decoration: none;
    color: #161a38;
    font-weight: bolder;
    font-size: 20px;
}

.menuactive{
    color: #ff7800;
    /*color: white;*/
}

.section{
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.section>img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
/*footer*/
  footer{
    background: url("img/11.png");
    background-size: cover;
    width: 100%;
    display: flex;
    color: white;
    
  }

  .logofooter{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logofooters{
    width:50%;
  }

  .centrofooter{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .topcentro{
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .topcentro>a{
    color: white;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
  }

  .sociales{
    width: 25%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 100px;
    padding-left: 100px;
    align-items: center;
  }

  .sociales>a{
    color: white;
    font-weight: bolder;
    font-size: 25px;
  }


  .botonmecanica{
    width: 30%;
    height: 20%;
    z-index: 999999999;
    position: absolute;
    left: 35%;
    bottom: 0;
  }
  .botonrecuerda{
    width: 30%;
    height: 20%;
    z-index: 999999999;
    position: absolute;
    left: 35%;
    bottom: 17%;
  }

  .movil{
    display: none;
  }
  .computadora{
    display: block;
  }

  .botcentro{
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .botcentro>p{
    width: 50%;
    text-align: center;
  }
  .botcentro>p>a{
    color: white;
    font-weight: bolder;
  }

@media only screen and (max-width: 1000px) {

  .computadora{
    display: none;
  }
  .movil{
    display: block;
  }


  .botonmecanica{
    width: 40%;
    height: 5%;
    z-index: 999999999;
    position: absolute;
    left: 30%;
    bottom: 2%;
  }
  .botonrecuerda{
    width: 40%;
    height:30%;
    z-index: 999999999;
    position: absolute;
    left: 30%;
    bottom: 15%;
  }
  header{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    height: 50px;
    position: fixed;
    top: 0px;
    
    padding-bottom: 10px;
    z-index: 10000;

  }
    #logowrap>img{
        object-position: 0% 0%;
    }

    #logowrap{
        width: 50%;
    }
    #menu{
        position: fixed;
        top: -100vh;
        right: 0;
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.851);
        transition: top 0.5s ease;
        box-shadow: none;
    }

    .menumobileactivo{
        top: 0vh !important;
    }

    .menuitem{
        margin-top: 10px;
    }
    #menubar{
        display: flex;
    }


    /*footer*/
  footer{
    background: url("img/11.png");
    background-size: cover;
    width: 100%;
    display: flex;
    color: white;
    
  }

  .logofooter{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logofooters{
    width:50%;
  }

  .centrofooter{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .topcentro{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .topcentro>a{
    color: white;
    font-weight: bolder;
    font-size: 10px;
    width: 50%;
    margin-bottom: 10px;
  }

  .botcentro{
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
  .botcentro>p{
    width: 100%;
  }

  .sociales{
    width: 20%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 0px;
    align-items: center;
    
  }

  .sociales>a{
    color: white;
    font-size: 15px;
  }

  }



