body
{
    font-family: "Gabarito", sans-serif;
    background-color: #000000;
    overflow-x: hidden;
}

.logo
{
  width: 80px; 
}

nav
{
  text-align: center;
  background-color: #000000;
  height: 120px;
  position: fixed !important;
  z-index: 999;
  width: 100%;
}

.nav-link
{
  font-weight: 800;
  color: #ffffff;
  font-family: "Averia Libre", system-ui;
}

.nav-link:hover
{
    color: #97D5FF;
}

.nav-item 
{
  list-style: none; 
}

.navbar-toggler
{
    background-color: #97D5FF;
}

a.nav-link.dropdown-toggle.show
{
    color: #92E9E1;
}

a.dropdown-item
{
    color: #ffffff;
}

a.dropdown-item:hover
{
    color: #92E9E1;
    background-color: #000000;
}

ul.dropdown-menu.show
{
    background-color: #000000;
    font-family: "Averia Libre", system-ui;
    text-align: center;
}

/*Inicio*/

#inicio
{
    width: 100%;
    height: 100vh;
}


#inicio h1 
{
    font-family: "Averia Libre", system-ui;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0px 0px 50px 0px;
    font-size: 150px;
    font-weight: 600;
}


#inicio h2
{
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
}

/*SobreMi*/

#SobreMi
{
    margin-top: 100px;
    margin-bottom: 100px;
    scroll-margin-top: 180px;
}

#SobreMi h1
{
    color: #97D5FF;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 700;
    font-family: "Averia Libre", system-ui;
}

#SobreMi h2
{
    color: white;
    font-size: 30px;
    padding-bottom: 20px;
}

#SobreMi p
{
    color: white;
    text-align: justify;
    font-size: 20px;
}

#SobreMi h3
{
    color:#97D5FF;
    padding-top: 10px;
    margin: 0px;
}

#SobreMi h4
{
    color:#97D5FF;
    font-size: 30px;
    text-align: center;
    padding: 0px 0px 80px 0;
}

#SobreMi h5
{
    color: #ffffff;
    padding: 10px 0;
}

#SobreMi img
{
    width: 150px;
}

.certificados
{
    width: 50% !important;
}

.skills
{
    text-align: center !important;
}

.hb
{
    text-align: start !important;
}

/*Trabajos*/

#trabajos
{
    padding-bottom: 100px;
    scroll-margin-top: 180px
}

.siguiente,
.previo
{
  filter: invert(1) !important; 
}




/*tabs*/

.nav-link.active
{
    color: #92E9E1 !important;
}

.nav-link:hover 
{
    color: #92E9E1; 
}

.wd
{
   height: 15vh;
   margin: 20px;
}

.tabs
{
    margin-top: 100px;
}

.adobe
{
    margin: 20px;
}

.posters
{
    height: 100%;
}

.figma
{
    height: 15vh;
    margin-bottom: 20px;
}

.mimichi
{
    margin-top: 10px;
}

.videom video
{
    width: 100%;
    height: 70vh
}


#trabajos video
{
    padding-top: 20px;
}
/*contacto*/

#contacto
{
    scroll-margin-top: 180px
}

#contacto h1
{
    color: #E4BBFF;
    font-family: "Averia Libre", system-ui;
    padding-bottom: 50px;
}

.mn 
{
    color: white;
    font-size: 15px;
}

.mn svg 
{
  stroke: #97D5FF;
  width: 35px;
  margin-right: 10px;
  font-size: 15px;
}

#contacto h5
{
    color: #ffffff;
    
}

.btn
{
    background-color: #000000;
    color: #E4BBFF;
    padding: 10px 50px;
    border: 1px solid white;
    transition: 0.3s;
}

.btn:hover
{
    background-color: #E4BBFF;
    color: #ffffff ;
}

.form-control:focus 
{
    box-shadow: 0 0 0 0.25rem #a672c9;
    border-color: #E4BBFF;
}

/*footer*/

footer
{
    background-color: #000000;
    margin-top: 100px;
    height: 200px;
    border-top: 2px solid #97D5FF
}

footer h1
{
    color: #97D5FF;
    font-family: "Averia Libre", system-ui;
    padding-bottom: 10px;
}

.flogo
{
    width: 80px;
}


/*Media*/
@media (max-width: 575.98px)
{
    #inicio h1
    {
        font-size: 60px;
    }

    #inicio h2
    {
        font-size: 20px;
    }

    #SobreMi h1
    {
        font-size: 30px;
        padding-bottom: 10px;
        text-align: center;
    }

    #SobreMi h2
    {
        font-size: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    #SobreMi p
    {
        font-size: 16px;
    }

    #SobreMi h3
    {
        font-size: 18px;
    }

    #SobreMi h4
    {
        font-size: 18px;
        text-align: center;
        padding: 20px 0px 10px 0;
        margin: 0px;
    }

    .popups
    {
        max-width: 60%;
    }

    .adobe, .wd
    {
     margin: 10px;
     height: 60px;
    }
}



@media (min-width: 576px) and (max-width: 767.98px)
{
    #inicio h1
    {
        font-size: 80px;
    }

    #inicio h2
    {
        font-size: 30px;
    }

    #SobreMi h4
    {
        text-align: center;
        padding: 20px 0px 10px 0;
        margin: 0px;
    }

    .popups
    {
        max-width: 80%;
    }

    .adobe, .wd
    {
     margin: 10px;
     height: 60px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px)
{
    #inicio h1
    {
        font-size: 80px;
    }

    #inicio h2
    {
        font-size: 35px;
    }

    #SobreMi h4
    {
        text-align: center;
        padding: 20px 0px 10px 0;
        margin: 0px;
    }

    .adobe, .wd
    {
     margin: 15px;
     height: 70px;
    }

}


@media (min-width: 992px) and (max-width: 1199.98px)
{
    #inicio h1
    {
        font-size: 100px;
    }

    #inicio h2
    {
        font-size: 40px;
    }

    .adobe, .wd
    {
     margin: 10px;
     height: 80px;
    }


}


@media (min-width: 1200px) and (max-width: 1399.98px)
{
    #inicio h1
{
    padding: 250px 0px 50px 0px;
    
}
}



@media (max-width: 991.98px) 
{
    .navbar-collapse 
    {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 999;
      background-color: #000000; 
      text-align: center;
      font-family: "Averia Libre", system-ui;
    }
  
    .navbar 
    {
      position: relative;
    }

    footer h1
    {
        text-align: center;
    }


  }