:root{
	--spacePad:15px;
}
.full_boxBody{
    align-items: center;
}
.full_t1Portada{
    width: 100%;
    color: var(--color5);
    font-size: 5rem;
    line-height: 100%;
    text-align: left;
    margin-bottom: var(--spaceDespuesT1);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.full_t3Portada{
    width: 100%;
    font-size: var(--t3size);
    text-align: left;
}
.full_precio{
    width: 100%;
    color: var(--color2);
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: var(--spaceDespuesT1);
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.orderA1{
    order: 2;
}
.orderA2{
    order: 1;
}
.anteTitulo, .anteTitulo2{
    display: inline-flex;
    width: auto;
	padding: 9px 10px 8px 10px;
    font-weight: bold;
	color: var(--color2);
    background-color: white;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.anteTitulo2{
    background-color: var(--color3);
    color: white;
}
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {

} 
@media only screen and (min-width: 590px) {
    .orderA1{
        order: 1;
    }
    .orderA2{
        order: 2;
    }
    .anteTitulo{
        font-weight: 500;
    }
}
/* Ancho horizontal del celular Xiomi 11 Ancho:395px - 790px*/
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
    .full_t1Portada{
        font-size: 6rem;
    }
}
@media only screen and (min-width: 1140px) {

}