*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header{
    width: 100%;
    height: 90px;
    background: #033b74;
}

header:hover{
    background: #033b74;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.content-menu{
    width: 100%;
    max-width: 1400px;
    margin:0;
}
.content-menu h2{
    display: none;
}
#check{
    display: none;
}
.menu{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:0.7rem;
    width: 100%;
}

/** submenu **/
.telecomydata-redes2-fono2 {
	flex:1 1 3%;
}
.telecomydata-redes2-fono2,
.telecomydata-redes2,
.telecomydata-fono2 {
	display:flex;
	display:none;
}
.telecomydata-redes2 img,
.telecomydata-fono2-imagen img {
	margin:0 0.25rem;
	width:15px;
}
.telecomydata-logo2 {
	flex:1 1 3%;
}
.telecomydata-logo2 img {
	display:none;
	width:70px;
}

.menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex:1 1 70%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu ul li{
    list-style: none;
}

.menu ul li a{
    padding: 12px;
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.menu ul li a:hover{
    background: #0360bf;
    -webkit-box-shadow: 0px 5px 0px 0px black;
    box-shadow: 0px 5px 0px 0px black;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.header2 {
	height:120px;
    position: fixed;
    top: -45px;
    background: #033b74;
}
.header2 .telecomydata-logo2 img {
	display:block;
}
.header2 .telecomydata-redes2-fono2,
.header2 .telecomydata-redes2,
.header2 .telecomydata-fono2 {
	display:block;
	display:flex;
	text-align:left;
}

.icon-menu{
    display: none;
}


@media screen and (max-width: 960px) {
	header{
        position: fixed;
        top: 0;
        height: 60px;
		width:100%;
		z-index:0;
    }    
    .header2{
        position: fixed;
        top: 0;
        height: 70px;
    }
	.content-menu h2 {
		font-size:2rem;
	}
	.telecomydata-redes-fono {
		display:none;
	}
	.telecomydata-redes2-fono2 {
		margin-top:-1rem;
	}
	.telecomydata-logo2 {
		margin-top:-0.8rem;
	}
	ul.menu-lista {
		align-items:center;
	}
}
@media screen and (max-width: 768px){    
    header{
        position: fixed;
        top: 0;
        height: 60px;
    }    
    .header2{
		margin-bottom:2rem;
        position: fixed;
        top: 0px;
        height: 60px;
    }
	.menu .telecomydata-logo2 img {
		display:none;
	}
    .icon-menu{
        display: block;
        position: fixed;
        right: 10px;
        top: 10px;
        padding: 5px;
        font-size: 26px;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }
    .icon-menu:hover{
        background: rgba(0,0,0,0.3);
        color: white;
        border-radius: 5px;
        -webkit-transition: all 300ms;
        transition: all 300ms;
        cursor: pointer;
    }
    .content-menu h2{
        display: block;
        position: absolute;
        top: 15px;
        font-family: 'Roboto', sans-serif;
        color: white;
		margin-left:0.7rem;
    }   
    .menu{
        width: 400px;
        position: absolute;
        background: white;
        height: 100vh;
        left: -140%;
        top: 40px;
        -webkit-transition: all 100ms;
        transition: all 100ms;
    }    
    .menu ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }    
    .menu ul li{
        padding: 5px;
		width:100%;
    }
    .menu ul li a{
        color: black;
        display: block;        
    }    
    input#check:checked ~ .menu{
       left: 0px; 
        -webkit-transition: all 300ms; 
        transition: all 300ms;
    }
	
@media screen and (max-width: 320px){    
	.header2 {
		width:320px;
	}   
 
}
