*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

body {
background: #FFFFFF;
font-family: "oswald", sans-serif;
color: black;}

#escudo {display: block;
}

.menu_bar {
    display: none;}

header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
background-color: black;
}

header nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #000000;
    z-index: 1000;
    max-width: 1000px;
    width: 95%;
    margin: 20px auto;
    
}

header nav ul {
    list-style: none;
}

header nav ul li {
    display: inline-block;
    position: relative;
}

header nav ul li:hover {
    background: #2A8BA4;
}



header nav ul li a {
    color:#FFFFFF;
    display: block;
    text-decoration: none;
    padding:  20px;
}



header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#2A8BA4;
	position: absolute;
	width: 150%;
	z-index:1000;
    text-decoration: none;
}


header nav ul li .children li {
    display: block;
    width: auto;
}

header nav ul li .children li a {color: white;}



 header h1{margin: .5em;
    margin-top: 1em;
    margin-left: 1em;}
    
 header h2{font-weight: 200;
    margin-left: .5rem;
    border-bottom: }
    

@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
        z-index: 9990;
		top:0;
		background: #000000;
        display: flex;
        justify-content: space-around;
	}
    
    
    #escudo {display: none;}
    
    #escudo2 {background: #000000;
              width: 80%;}    
    
   
 
	
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
    
    .menu_bar i {
        float: right;
        font-size: 40px;
        color: white;
    }
    
    
    header nav {
		width: 100%;
        height: calc(100%-90px);
		position: fixed;
		right: -100%;
		margin-top: -10px;
        top: 90px;
        background-color: rgba(0,0,0,.8);
	}
 
    header nav ul li {
		display: block;
		
	}
    
    header nav ul li a {
        display: block;
    }
    
    header nav ul li .children {
        width: 100%;
        position: relative;
    }
    
    header nav ul li:hover .children {display: none;}
    
  section {
        max-width: 1000px;
      width: 95%;
    }
    
     section p {
      max-width: 1000px;
      width: 95%;
     margin: 20px;
        font-size: 20px;
        padding: 10px;
    }
    
    
 section h1 {
    max-width: 1000px;
        width: 105%;
        margin-top: -6px;
        text-align: center;
         background:radial-gradient(#2A8BA4,#000000);
      color:white;
         padding: 1em;
        
        
    }

    
    section h2{
      max-width: 1000px;
      width: 95%;
      margin: 20px;
      font-size: 22px;
      text-align: center;
    }


 section img {
          width: 340px;
      
    }
    

    
    .telefono{
        
        margin-bottom:55px;
        text-align: center;
   
        
    }
    
    .numero{
        font-weight: bold;
        font-size: 20px;
    }
    
    .horarios{
             
        margin-bottom:55px;
        text-align: center;
        
    }
 
    
    .tel{
        
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    
      .tel1{
        
        font-weight: bold;
        margin-bottom: 20px;
          font-size: 20px;
    }
    
    
    
      .tel2{
        
        font-weight: bold;
        margin-bottom: 20px;
          font-size: 20px;
    }
    
    
    
    
    .mail{
        
        margin-bottom:55px;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        
    }
   
 
    footer {
      max-width: 1000px;
      width: 100%;
      color: white;
      padding: 2em;
      text-align: center;
      background: radial-gradient(#2A8BA4,#000000)
      
   
    }
    
    input{text-align: center;}