.bg-principal {
    background-color: #0B4D90;
}
.text-principal {
    color: #0B4D90;
}
.border-principal {
  border-color: #0B4D90 !important;
}

/*suscripcion*/

.suscription{
    width: 100%;
    height: 25vh;
    background-color: white;
    display: flex;
    flex-direction: row; 
    justify-content: space-around;
  }
  
  .textos_sucription{
    width: 683px;
    height: 25vh;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: left;
    gap: 50px;
  }
  
  .titulo_sucription{
    color: #0B4D90;;
    font-family: helvetica;
    font-size: 30px;
    font-weight: bold;
  }
  
  .parrafo_suscription{
    color:#0B4D90;;
    font-family: helvetica;
    font-size: 16px;
    font-weight: lighter;
  }
  
  
  .box_suscription{
    width: 683px;
    height: 25vh;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }
  
  .boxcontenido_susciption{
    width: 250px;
    height: 40px;
    border-style: solid;
    border-color: #A67744;
    background: none;
  }
  
  .boton_suscription{
    width: 100px;
    height: 44px;
    background-color: #A67744;
    border-style: solid;
    border-color: #A67744;
    color: white;
    font-family: helvetica;
    font-weight: lighter;
    font-size: 14px;
  }
  
  /*footer*/
  
  
  .contenedor_footer{
    margin-block-start: 100px;
    padding: 5px;
      width: 100%;
      height: 100px;
      background-color: #0B4D90;;
      display: flex;
  justify-content: space-around;
  
  }
  
  .primeraparte{
  width: 700px;
  height: 280px;
  color: white;
  
  
  }
  
  .titulo_footer{
      font-size: 40px;  
      color: white;
      text-align: left;
      margin-left: 50px; 
     }
  
  .parrafo_titulo{
    font-size: 20px;  
    color: white;
    text-align: left;
    margin-left: 50px; 
  }
  
  .listas{
      width: 700px;
      height: 280px;
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
   
  }
  
  
  
  
  .sublistas{
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;
      color: white;
  text-align: start;
  margin-top: 40px;
  
  
  }
  
  .sublistas ul:first-child{
    font-weight: bold;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  
  .boton_suscribir{
    width: 100px;
    height: 44px;
    background: none;
    border-style: solid;
    border-color: white;
    color: white;
    font-family: helvetica;
    font-weight: lighter;
    font-size: 14px;
  
  }
  
  
  
  .tuemail{
    width: 250px;
    height: 40px;
    border-style: solid;
    border-color: white;
    background: none;
    color: white;
    margin-left: 50px; 
  }
  
  .ultimasesion{
    width: 700px;
  height: 280px;
  color: white;
  display: flex;
      align-items:center;
      justify-content: center;
  
  }
  
  .politicas{
    font-size: 16px;  
    color: white;
    text-align: left;
    margin-left: 50px; 
   
  }
  
  .iconosfooter{
    width: 700px;
    height: 280px;
    color: white;
      display: flex;
      align-items:center;
      justify-content: center;
     gap: 20px ;
    
  }
  
  .final{
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#0B4D90;;
  
  
  }