header {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}
.main-header.fixed{
    background-color: #FFF;
}
header {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    background-color: #FFF;
    height: 90px;
}
.instagram-icon{
    color: #000;
    font-size: 24px;
    margin-top: 9px;
}
.imagen-header{
    width: 75.53px;
    height: 30px;
    margin-left: -7px;
    margin-right: 9px;
}
.Iconos{
    margin-top: 20px;
    padding: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.Iconos img {
    margin-right: 10px;
}
.texto-inicio{
    size: 24px;
    margin-top: 39px;
    width: 100px;
    height: 29px;
    Line-height: 28.8px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.nav-container {
    display: flex;
    align-items: center;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 8px;
}
.menu{
    display: flex;
}
.menu-li{
     margin-left: 10px;
     display: none;
}
.menu-ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.menu-li a {
    text-decoration: none;
    color: #000;
}

body{
    margin:0;
    padding:0;
}
.hamburger{
    padding: 20px 20px;
    background-color:transparent;
	height:0;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:1002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.hamburger.is-active{
  background-color:none;
}
.hamburger ._layer.-bottom {
    display: none;
}
.hamburger ._layer.-top {
    margin-top: 7px;
    height: 2.94px;
}
.hamburger ._layer.-mid {
    margin-top: 7px;
    height: 2.94px;
}

._layer{
	background:#000;
    margin-bottom: 7px;
	border-radius:1.5px;
	width:33px;
	height:2.4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}

.hamburger.is-active .-top {
    -webkit-transform: translateY(17px) rotate(5deg) !important;
    -ms-transform: translateY(17px) rotate(45deg) !important;
    transform: translateY(5.9px) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
    -webkit-transform: translateY(-7px) rotate(-45deg) !important;
    -ms-transform: translateY(-7px) rotate(-45deg) !important;
    transform: translateY(-4px) rotate(-45deg) !important;
}



.menuppal.is_active{
    transform: translate3d(0px, 0px, 0px);
  }
  .menuppal{
     background-color: rgba(255, 255, 255, 0.95);
      bottom: 0;
      height: 100%;
      left: 0;
      overflow-y: scroll;
      position: fixed;
      top: 0;
      transform: translate3d(0px, -100%, 0px);
      transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
      width: 100%;
      z-index: 1001;
  }
  .menuppal ul{
    margin:0;padding:0;
    margin-top: 59px;
  }
  .menuppal ul li { 
    list-style: none;
    text-align:center;
    font-family: Verdadna, Arial, Helvetica;
    font-size:1.5rem;
    line-height:3em;
    height:3em;
    color:#000000;
    text-transform:none;
    font-weight:bold;
  }
  .menuppal ul li a{
    text-decoration:none;
    color:#000000;
  }
  .menuppal ul li a:hover{
    text-decoration:none;
    color:#333;
  }

.header-line {
    height: 1.5px; 
    background-color: #000; 
    display: flex;
    margin-left: 1.5%;
    width: 94%;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

@media (min-width: 527px){
    .header-line{
        width: 95%;
    }
}

@media (min-width: 655px){
    .header-line{
        width: 95.8%;
    }
}

@media (min-width: 888px) {
    .menu {
      display: inline-block !important;
    }
    .menu-li{
        display: block;
    }
    .header-line{
        width: 96.7%;
    }
    .header-container{
        height: 50px;
    }
}
@media (min-width:1024px) {
    .imagen-header{
        margin-left: 3px;
    }
}
@media (min-width: 1300px){
    .header-line{
        width: 97%;
        height: 2.94px;
    }
    .menu-ul{
        margin-left: 20px;
    }
}
@media (min-width: 1600px){
    .header-line{
        width: 98.3%;
        margin: 0 10px 0 10px;
    }
}
@media (min-width: 1900px){
    .header-line{
        width: 98.5%;
    }
}
