.page-background {
    background-size: cover;
    background-position: 0 100px;
    background-repeat: no-repeat;
}
.img-background{
    width:100%;
    bottom: -30px;
}
.fake-background{
    height:100%;
    background-color: rgba(255, 186, 0, 1);
    height:4000px;
    width:120%;
    top: 800px;
}

.page-content{
    position: relative;
    top:0;
    left:0;
    z-index:1;
    width: 100%;
    padding-bottom:50px;
    z-index: 2;
    overflow: hidden;
}
.trama {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.page-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 37.5px;
    text-transform: uppercase;
}

.page-description {
    font-size: 24px;
    font-weight: 700;
    line-height: 23.44px;
    text-align: center;
    margin-bottom: 3rem;
}

.image img {
    object-fit: cover;
    height: 300px;
    width: 100%;
    object-position: center;
}

.sub-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 18.75px;
}

.description {

    font-size: 1rem;
    font-weight: 400;
    line-height: 18.75px;
}

h2.text-uppercase {
    display: none;
}

/*Form*/
.form-turno .mt-5 {
    margin-top: 0 !important;
}
.float-buttons {
   
/* left: 1vw!important; */
}
.boton-oscuro{
   background-color:rgba(255, 186, 0, 1);
	border-color: rgba(255, 186, 0, 1);
	color: white!important;
	display: inline-block;
	padding: 0.5rem 1rem;
	font-weight: bold;
} 

.boton-oscuro:hover{
	background-color: #000000;
	color: #FFFFFF !important;
}
.badge-primary{
	   background-color:rgba(255, 186, 0, 1);
}
@media(max-width:768px) {
    .sub-title {
        text-align: center;
        margin-top: 30px;
    }

    .description {
        text-align: center;
        padding-left: 20px;
    }
    .page-background{
        background-image:none!important;
    }
	.page-description{
		margin-top:0;
	}
}