@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css");
*{font-family: 'Century Gothic';}

header{
   
    width: 100%;
    height: 90px;
    background-color: dodgerblue;
    margin-top: -2px;
    font-size: 15px;
    background-image: linear-gradient(to bottom right,rgb(76, 163, 250), rgb(255, 255, 255));
}

header #logotipo img{
    width: 100%;
    height: 100%;
    z-index: 111;
}

header #logotipo{
    cursor: pointer;
    width: 240px;
    height: 95px;
    position: relative;
}

header .menuX ul{
  position: absolute;
    top: 50px;
    right: 20px;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s;
    text-decoration: none;
}

.menuX a{text-decoration: none; color: black; }

header .menuX ul li{
    margin-left: 15px;
    padding: 3px;
    background-color: none;
    display: inline-block;
    text-decoration: none;
    color: white;
    transition: all 0.4s;
}

header ul li:hover{
    color: white;
    border-bottom: 2px solid rgb(106, 106, 106);
    border-radius: 3px;
    background-color: rgb(105, 180, 255);
}

.menu, .menu-bar {
    position: relative;
    top: 2px;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    z-index:10;  
    overflow:hidden;
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
}
.menu li a{
  display: block;
  text-indent: -500em;
  height: 5em;
  width: 5em;
  line-height: 5em;
  text-align:center;
  color: #72739f;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.1s ease-in-out;
}
.menu li a:before {
  font-family: FontAwesome;
  text-indent: 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
}
.menu li a.search:before {
  content: "\f002";
}
.menu li a.archive:before {
  content: "\f15b";
}
.menu li a.pencil:before {
  content: "\f040";
}
.menu li a.contact:before {
  content: "\f003";
}
.menu li a.about:before {
  content: "\f187";
}
.menu li a.home:before {
  content: "\f039";
}
.menu-bar li a:hover,
.menu li a:hover,
.menu li:first-child a {
  background: dodgerblue;
  color: #fff;
}
.menu-bar{
    overflow:hidden;
    left:5em;
    z-index:5;
    width:0;
    height:0;
    transition: all 0.2s ease-in-out;
    opacity: 0.9;
}
.menu-bar li a{
  display: block;
  height: 4em;
  line-height: 4em;
  text-align:center;
  color: #72739f;
  text-decoration:none;  
  position: relative;
  font-family:verdana;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease-in-out;
}
.menu-bar li:first-child a{
    height:5em;
    background: dodgerblue;
    color: #fff;    
    line-height:5
}


.para{
    color:#033f72;
    padding-left:100px;
    font-size:3em;
    margin-bottom:20px;
}

.open{
    width:10em;
    height:100%;
}

#tel{
    position: absolute; 
    right: 20px; 
    top: 20px; 
    color: rgb(0, 0, 0);
}

@media all and (max-width: 620px) {
    .container{
        margin-top:100px;
    }
    .menu{
        height:5em;
        width:100%;
    }
    .menu li{
        display:inline;
        float: right;
    }
    .menu-bar li a{
        width:100%;
    }
    .menu-bar{
        width:100%;
        left:0;
        height:0;
    }
    .open{
        width:100%;
        height:auto;
    }
    .para{
    padding-left:5px;
}  

.menuX{
    display: none;
}

header{

  height: 96px !important;

}

}
@media(min-width:620px){
    .menu, .menu-bar{
        display: none;
    }
    #tel{
        display: none;
    }
}
@media screen and (max-height: 34em){
  .menu li,
  .menu-bar {
    font-size:70%;
  }
}
@media screen and (max-height: 34em) and (max-width: 620px){
  .menu{
        height:3.5em;
    }
}

@media(max-width:400px){
 #tel{
     display: none;
 }

}

#mtel{
  margin-left: 10px;
  display: none;
}

@media(max-width: 400px){

  #mtel{
    display: inline;
  }
}


