*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
	font-family: Trebuchet MS, tahoma, verdana;
	font-size: 30px;
}

nav{
    background: #0047ba;
    height: 80px;
    width: 100%;
	z-index:1;
}
.enlace{
    position: absolute;
    padding: 20px 50px;
}
.logo{
   width="100px"
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: #fff;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 5px;
    text-transform: uppercase;
}
li a.active, li a:hover{
    background: #9bb8e6;
    transition: .5s;
}


.estilo-x {
font-size: calc(1em + 1vw);
line-height: 1em;
padding: 1.2em;
margin: 0;
 height: 15vh;
 width:100%;
  background-color: #e58701; 
  color:#FFF; 
  
   text-align:center;}

   .directorio2 {
font-size: 20px;

  background-color: #fff; 
  color:#0047ba; 
  }
   
   
      .container_old {
    width: 40%; /* Can be in percentage also. */
	float:left;
	   border: 1px solid #000;
	   text-align:center;
	     height: 400px;
		  display: flex;
     justify-content: center;
}
   .container {
    width: 50%; /* Can be in percentage also. */
	float:left;
	border: 1px solid #000;
	text-align:center;
	 height: 400px;
	 min-width:320px;
	margin: auto;
	padding:10px;
		  display: flex;
     justify-content: center;

}

   
   
   .menucito {
    margin: auto;
 
  padding: 10px;
   
      width: 80%; /* Can be in percentage also. */
	padding:10px;
	   border: 2px solid navy;
	   text-align:center;
	     height: auto;
	 min-width: 250px;
	 color: #0047ba;
	 line-height: 30px;
}
  
   
   
   
   
   
   
   
   
   
   
 
   .sucu{
 
font-family: Garamond,Times new roman,Georgia;
    font-size: 20px;
	    color: gray;
   text-align: left;
    line-height: 30px;
    padding: 0px;
    cursor: pointer;
	  position: relative;
     top: 30%;
	 width:50%;
	 height:30px;
}
  .conta2{
 
font-family: Garamond,Times new roman,Georgia;
    font-size: 25px;
	    color: #0047ba;;
   text-align: left;
    line-height: 30px;
    padding: 0px;
    cursor: pointer;
		 width:90%;
	  position: relative;
     top: 10%;
	 width:350px;
	 height:30px;
	 padding-left:10px;
}

  .conta{
 
font-family: Garamond,Times new roman,Georgia;
    font-size: 18px;
	    color: #0047ba;;
   text-align: left;
    line-height: 30px;
    padding: 0px;
    cursor: pointer;
	  position: relative;
     top: 20%;
	 width:80%;
	 height:30px;
}

.texto_m{
font-family: Garamond,Times new roman,Georgia;
    font-size: 30px;
	    background: #e58701;
    color: white;
    float: right;
    line-height: 50px;
    padding: 0px;
    cursor: pointer;
	width:50%;
}
.img_r{
width:50%;

    color: white;
    float: right;
  
    cursor: pointer;
	
}

.img_l{
float:left;
min-width:250px;
width:50%;
    cursor: pointer;
	
}









Thanks for the help, but I'm doing it with a different solution now, whicha friend suggested:

#outer {
  position: relative;
  width: 50%;
  height: 0;
  margin: 30px auto 0 auto;
  padding-top: 25%;
  background-color: #999;
}
    
.itemwrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
    
.item2 {
  left: 50%;
}

#outer img {
  height: 100%;
  max-width: 100%;
}










.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
section{
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 80px);
}

@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
		
    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: red;
    }
    #check:checked ~ ul{
        left:0;
    }
}


   .noso {
     margin: auto;
     padding-left:30px;
	 text-align:center;
	 height: auto;
	 min-width: 250px;
	 color:navy;font-size:30px; 
	 width:90%;
	 font-family:garamont;
}



table.tblmenu {
  width: 100%;
  font-size:18px;
}

table.tblmenu th.subt{
  text-align: left;
    font-size:18px;
 vertical-align: top;
	 color: #fff;
	 padding: 3px;
        background: #0047ba;
		font-weight: bold;
		}

table.tblmenu th{
  text-align: left;
    font-size:18px;
 vertical-align: top;
 font-weight: bold;
 }

table.tblmenu td{
  text-align: left;
    font-size:14px;
	font-weight: normal;
}

