﻿.asteriskField {
    color: red;
}

.jumbotron-billboard .img {
    margin-bottom: 0px;
    opacity: 0.3;
    color: #fff;
    background: #000 url("../Images/background.png") top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.jumbotron h2 {
    margin-top: 0;
}

.jumbotron {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.jumbotron .container {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .jumbotron {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*Negrita en los titulos small*/
.Bold {
    font-weight: bold;
}

textarea {
    resize: none;
    overflow: hidden;
}

select {
    resize: none;
    overflow: hidden;
}


