@font-face {
    font-family: "Nasa";
    src: url("/static/fonts/Nasa.ttf");
}

#content-container{
    margin-top: 4%;   
}

.history-text{
    font-family: "Nasa", "Times new Roman";
    font-size: 26px;
    color: white;
}

.response-text{
    font-family: "Nasa", "Times new Roman";
    font-size: 24px;
    color: rgb(52, 98, 248);
}

.aviso{
    color: orange;
}

.success-text{
    font-family: "Nasa", "Times new Roman";
    color: rgb(78, 126, 7);
}

.info-text{
    color: rgb(122, 185, 5);
}

.error-text{
    font-family: "Nasa", "Times new Roman";
    font-size: 32px;
    color: red;
}

.warning-text{
    font-family: "Nasa", "Times new Roman";
    font-size: 28px;
    color: rgb(255, 81, 0);
}

label{
    font-family: "Nasa", "Times new Roman";
    font-size: 22px;
    color: greenyellow;
}

#carouselExampleControls{
    /* width: 100%; */
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-item img{
    margin-left: 18%;
}

.own-centered{
    margin: 0 auto !important;
    float: none !important;
}

@media only screen and (max-width: 600px) {
  input{
      width: 25% !important;
  }
  .carousel-item img{
        max-width: 100%;
        height: auto;
        margin-left: 0%;
    }
}