
.mydivcorto{
    height: 10px;
    width: 100%;
}

.mydiv{
    display:block;
}

.btnoculto{
    display: none;
}

.color1{
  color:#cc2b2b !important;
}

.color2{
  color: #0b2845 !important;
}
.Misvideos{

  
}

.video1{
float: left;
}

.video2{
  float: right;
}
.read-more-btn {
    background-color: #4caf50;
    border: none;
    border-radius: 40px;
    color: white;
    padding: 15px 32px;
    font-size: 1.2em;
    box-shadow: 0px 0px 10px 0px #4caf50;
    cursor: pointer;
  }
  
  .read-more-btn:hover {
    box-shadow: none;
    background-color: black;
    color: #fff;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 3.05s;
  }
  
   
  .hideText {
    display: none;
  }
  
  .showText {
    display: block;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  nav li {
    display: inline-block;
    position: relative;
  }
  
  nav a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
  }
  
  nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #eee;
    border:
    
    .footer-rediseñado {
  background-color: #002244;
  color: white;
  padding: 30px 15px 15px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.footer-info,
.footer-social {
  flex: 1 1 45%;
  margin-bottom: 20px;
}

.footer-info i,
.footer-social i {
  margin-right: 8px;
}

.footer-social a {
  color: white;
  font-size: 20px;
  margin-right: 15px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #fca575;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

.footer-bottom a {
  color: #fca575;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}
