@import url('https://fonts.googleapis.com/css2?family=Anton&family=Play:wght@400;700&family=Prompt:wght@200;500&family=Spartan:wght@300&family=Catamaran:wght@100&family=Raleway:ital,wght@0,400;0,700;1,500;1,600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #337ab7;
    border-bottom: 3px solid #337ab7;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0 0 0;
    animation: spin 1.2s linear infinite;
}
body{
    background-image: url(images/fondo1.jpg);
    font-family: Spartan;
}
.container{
/*background-image: url(images/fondo1.jpg);*/
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.container{
    elevation:above;
}
.card-header {
    /*background-color: rgb(94, 94, 94);*/
    background-color: #002b4e;
    color: white;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}
.card-body{
    font-size: 0.8rem;
}
.card .sinborde{
    border: 0rem;
}
.carousel-inner .carousel-item{
    background-color: rgb(0, 0, 0, .5);
    
}
.carousel-inner .carousel-caption{
    color:#f3f3f3;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    text-align: left;
}
.title{
    font-size: x-large;
    font-weight: 800;
    color:  #002b4e;
    align-items: center;
    vertical-align: middle;
    padding-top: 0.5em;
}
.requisito{
    width: 3rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #002741; /*#4a5562*/
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 14px;
  }
  
  #footer .footer-top {
    background: #002b4e;
    padding: 60px 0 15px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 15px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #001f3b;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffea00;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: white;
  }
  
  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }
  
  #footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  
  #footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #d9232d;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #df3740;
  }
  
  #footer .copyright {
    text-align: center;
    padding-top: 15px;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
  }
  
  #footer .credits a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    font-weight: 600;
  }
  
  #footer .credits a:hover {
    color: white;
  }
  