#banner{
    border-top: midnightblue solid 3px; 
    background: white;
    height: 65px;
  }

#content{
    padding: 20px;
    border-bottom: midnightblue solid 3px;
  }

#navegador a {
    font-size: 0.8em;
  }

#footer {
    font-size: 0.8em;
  }

.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
#social-media{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 #social-media .fa-brands{
   margin: 0.55em;
   height: 2.3em;
   padding: 0.6em;
   width: 2.3em;
   text-align: center;
   text-decoration: none;
   border-radius: 50%;
 }
 #social-media .fa-facebook-f {
   color: #4E76BB;
   -webkit-box-shadow: 0 0 0 0.1em #4e76bb inset;
   box-shadow: 0 0 0 0.1em #4e76bb inset;
 }
 #social-media .fa-facebook-f:hover {
   background: #4E76BB;
   color:#fff;
}

 #social-media .fa-instagram {
   color: #C52C7C;
   -webkit-box-shadow: 0 0 0 0.1em #c52c7c inset;
   box-shadow: 0 0 0 0.1em #c52c7c inset;
 }
 #social-media .fa-instagram:hover {
   background: #C52C7C;
   color:#fff;
}

 #social-media .fa-x-twitter {
   color: #000;
   -webkit-box-shadow: 0 0 0 0.1em #000 inset;
   box-shadow: 0 0 0 0.1em #000 inset;
 }
 #social-media .fa-x-twitter:hover {
   background: #000;
   color:#fff;
}

 #social-media .fa-youtube {
   color: #EE3C38;
   -webkit-box-shadow: 0 0 0 0.1em #ee3c38 inset;
   box-shadow: 0 0 0 0.1em #ee3c38 inset;
 }
 #social-media .fa-youtube:hover {
   background: #EE3C38;
   color:#fff;
}

 @media (min-width:240px) and (max-width:800px){
  #banner{
    height: auto;
    margin: 0;
    padding: 0;
  }
   #banner img {
    width: 100%;
  }
  #social-media{
    width: 100%;
    font-size: 0.8em !important;
    margin:0 auto;
  }

}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}
