@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');

body{
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 100% !important;
  font-weight: 600 !important;
  line-height: 1.1rem !important;
}

h2{
  font-size: 350% !important;
  font-weight: 900 !important;
  line-height: 3.2rem !important;
}

.url_legal{
  margin-right: -0.8em;
}

.txt_footer{
  font-size: 0.9em !important;
}

#logo_header{
  width: 26em;
}

#header_title{
  font-family: 'Caveat', cursive;
  font-size: 350%;
}

#container1{
  background-image: url("img/image_home.png");
  background-size: cover;
  background-position: center;
  height: 40em;            
}

#container2{
  background-image: url("img/image_hora_vuelo.png"); 
  background-size: cover;
  background-position: center;         
}

#container3{
  background-image: url("img/image_profesionales.png");
  background-size: cover;
  background-position: center;
}

#container4{
  background-image: url("img/image_operacionales.png"); 
  background-size: cover;
  background-position: center;
}

#container5{
  background-image: url("img/image_vigilancia.png"); 
  background-size: cover;
  background-position: center;
}

#container6{
  background-image: url("img/image_horas_certificadas.png");
  background-size: cover;
  background-position: center;
}

#img_empresas{
  margin-left: -1em;
  width: 60em;
}

#logo_footer{
  width: 16em;
}

a:link, a:visited, a:active{
  text-decoration:none;
}

.txt_enlace{
  font-size: 130%;
}

.txt_verde{
  color: #2e7184;
}



.txt_legal{
  font-size: xx-small;
}

#url_legal{
  margin-left: auto; 
  margin-right: 0;
}

.txt_padding{
  padding-top: 16em;
  padding-left: 2em;
  padding-bottom: 2em;
}

/*Estilos de la pagina*/
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
  #logo_footer{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a.txt_footer{
    width: 100%;
    text-align: center;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
  #logo_footer{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a.txt_footer{
    width: 100%;
    text-align: center;
  }  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #url_legal{
    margin-left: auto; 
    margin-right: 0;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}