@import url(https://fonts.googleapis.com/css?family=Montserrat:400,100,300,500,700);
body{
  font-family: "Montserrat", system-ui;
}
.construccion {
  color:#ffffff;
  font-family:Montserrat;
  height: 100%;
  min-height: 96vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #1fc5f3;
  background-image: url(bg.jpg);
  background-position: center;
  background-size: cover;
}
.warning-content .logo{
  width: 50%;
  max-width: 220px;
}
.warning-content h1{
  font-weight:700;
  font-size:28px;
  color:#ffffff;
  text-transform: uppercase;
  margin: 0;
}
.warning-content p{
  font-weight:400;
}
.warning-content {
  text-align:center;
  margin:0;
}
footer{
  position: absolute;
  bottom: 0;
  background-color: #003b75;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
}
footer a{
  text-decoration: none;
  font-size: 18px; 
  margin: 0 10px;
  color: #fff;
}
.footer-aviso{
  position: relative;
  padding: 15px 0;
}
#carita{
  width: 280px;
  margin: auto;
  display: table;
}
@media (max-width: 575.98px) { 
  
.warning-content h1{

    font-size:22pt;

  }
  #carita{
    width: 200px;
  }
  .warning-content h1{
    font-size:26px;
  }
 }



 /*------------Aviso legal--------*/
 .top{
  background-color: #003b75;
  width: 100%;
  height: 20px;
 }
 .logo-top{
  width: 100px;
  margin-top: -40px;
  margin-bottom: -50px;
  margin-right: 30px;
 }
 .titulo{
  background-color: #003b75;
  padding: 10px 0;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
 }
 .titulo h1{
  font-size: 32px;
 }
 .card-pdf{
  background-color: #f3f6f8;
  margin-bottom: 15px;
  padding: 30px;
  border: solid 1px #eee;
  border-radius: 8px;
 }
 label{
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #b1b1b1;
  border-right: 8px #00e8ec solid;
  margin-bottom: 10px;
 }
 .nombre-pdf{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  height: 110px;
 }
 .btn-pdf{
  width: 100%;
  text-align: center;
  background-color: #7f99c8;
  display: table;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
 }
 .btn-pdf:hover{
  background-color: #546d9b;
  color: #fff;
  text-decoration: none;
 }
 @media (max-width: 1199.98px) { 
  .nombre-pdf{
    font-size: 16px;
   }
   .card-pdf{
    padding: 20px;

   }
  }

 @media (max-width: 575.98px) { 
  
  .card-pdf{
    padding: 15px;
   }
   .nombre-pdf{
    font-size: 16px;
   }
   .logo-top{
    width: 70px;
    margin-top: -30px;
    margin-bottom: -50px;
    margin-right: 30px;
   }
   .titulo h1 {
    font-size: 24px;
  }

   }
  