@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Palanquin:wght@100;200;300;400;500;600;700&display=swap');

body{
    margin: 0;
    padding: 0;
    height: 100vh;
}

.tl-title1{
    padding: 10px 20px 10px 20px;
    background-color: #002f87;
    display: inline;
    font-family: "league gothic", Sans-serif;
    font-weight: normal;
    font-size: 48px;
}

.titulo{
    font-family: "league gothic", Sans-serif;
    font-weight: normal;
    font-size: 3em;
    color: #666666;
}

.subtitulo{
  color: #84a2d7;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "roboto", Sans-serif;
}

.enfasis{
  background-color: #002f87;
  color: #ffffff;
  padding: 0px 5px;
}

.parrafo{
    font-size: 1.2em;
    font-weight: bold;
    font-family: "roboto", Sans-serif;
    margin-bottom: 0;
    padding-bottom: 15px;
}

#line-header{
  background-color: #84a2d7;
  height: 4vh;
}

#header{
    height: 10vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#section{
    background-image: url('../img/back_home2.webp');
    background-size: cover;
    background-position: center;
    background-color: #ededed !important;
    min-height: 86vh;
}

.information{
  min-height: 84vh;
  padding-bottom: 2vh;
}

.datos{
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.datos > div{
  flex: 1;
}

.botones{
  margin-right: 10px;
}

#footer{
    background-color: #ededed !important;
    width: 100%;
    min-height: 20vh;
}

#box-info{
    background-color: #ededed !important;
    float: left;
    width: 450px;
    margin: 0;
}

@media (max-width: 799px){
  
    #header{
        height: 20vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
  
    #footer{
        float: none;
        width: 100%;
        margin: 0;
        height: 25vh;
    }
    
    .datos{
      display: flex;
      flex-direction: column;
    }
    
    .botones{
      margin-right: 0px;
    }

}
@media (min-width: 800px) and (max-width: 1340px) {

}







