.wrapper-cabecera-med{
	display: none;
}

header,
.wrapper-cabecera-sup{
	border-bottom: 0;
}

#contenido-wrapper .field__item > .paragraph.fullsize.hero {
    padding-top: 230px;
    padding-bottom: 230px;
}

.hero h1{
	  font-size: calc(clamp(3rem, 2.5vw + 1.5rem, 6rem));
    letter-spacing: -1px;
    line-height: 1;
}

.hero p{
	font-size: calc(clamp(1.8rem, 1vw + 1.5rem, 2rem))!important;
	/*font-size: 20px!important*/
	line-height: 1.3!important;
	max-width: 92rem;
	display: block!important;
	margin: 0 auto!important;
}

.text-formatted.field .text-big {
    font-weight: 300;
}

#contenido-wrapper .field__item > .paragraph.bgcolor.quees{
padding: 80px 75px;
}

.field--name-field-solo-texto h2{
	  font-size: calc(clamp(3rem, 2vw + 1.5rem, 5rem));
    letter-spacing: -1px;
    line-height: calc(clamp(3rem, 2vw + 1.5rem, 5rem));
    font-weight: 200!important;
}

.masinfo .botonwhite{
	margin: 0;
	background: white;
	border: 0;
	text-transform: uppercase;
	color: var(--color-ppal)!important;
}

.masinfo .botonwhite:hover{
	color: white!important;
	text-decoration: none!important;
}

.masinfo .botonwhite:before{
	background: #d17900;
}

.masinfo p{
	margin: 0!important;
}

.quieroentrar h2{
		max-width: 92rem;
	display: block!important;
	margin: 0 auto!important;
}

.quieroentrar .botonr3p{
	background: #d17900;
	margin-top: 3rem;
}

@media (max-width: 720px) {
	#contenido-wrapper .field__item > .paragraph.bgcolor.quees{
	padding: 80px 30px!important;
	}
	.masinfo .botonwhite{
	margin-top: 2rem;
}
.hero h1{
	margin-bottom: 3rem!important;
}
}