@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
p {
    font-size: 1rem;
}
th {
    font-size: 0.8rem!important ;

}
.table-responsive {
    height: 350px;
    overflow-y: scroll;
}
.alert {
    padding: .25rem .15rem;
}
.modal-footer {

    padding: 10px !important;
}
.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 800;
}


.color-naranja {
    color: #BB4F38;
}
.color-gris {
    color: #909090;
}


.mt-10 {
  margin-top: 6%;
}


.display-4 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.titulos {
    font-size: 2rem;
}

.titulos span {
    font-size: 3rem;

}


#fondo-navegacion {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fondo-navegacion {
    background-color: #404343;
}
.logo {
    width: 220px !important;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;

}

.fondo-navegacion .logo {
    width: 80px !important;
}

.modal-lg {
    max-width: 85%;
    margin-top: 10%;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    color: #101010;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    z-index: 10000;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 0px solid #fff;
}
.boton-formulario {
    border: solid 2px #BB4F38;
    padding: 10px 25px;
    background-color: white;
    border-radius: 50px;
    margin-top: 30px !important;
}
.boton-formulario:hover {
    border: solid 2px #BB4F38;
    padding: 10px 25px;
    background-color: #BB4F38;
    border-radius: 50px;
    margin-top: 30px !important;
}






/* Larger than mobile */
@media (min-width: 319px) {
.display-4 {
    font-size: 2rem;
    margin-bottom: 30px;
}
.fondo-metal {
    background-size: cover;
}
p {
    font-size: 1rem;
}

}



@media (min-width: 768px) {
.display-4 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.fondo-metal {
    background-size: contain;
}
p {
    font-size: 1.2rem;
}

}

@media (min-width: 1020px) {

p {
    font-size: 1rem;
}


}

@media (min-width: 1350px) {


}
