/**********************************************************************************************************************************************/
/************************************************************ DESK ****************************************************************************/
/**********************************************************************************************************************************************/

@media (min-width: 768px){
	/*BLOQUE DIV CON TEXTO*/

    .bloque-texto-royal {
    	padding-top: 1%;
    	padding-bottom: 1%;
    }

    .royal-title {
    	text-align: center;
   	 	font-size: 85px;
    	font-family: "Anton", sans-serif;
  		font-weight: 400;
 		font-style: normal;
 		color: black;
 		text-transform: uppercase;
 		margin-bottom: 2%;
    }

    .titulo-royal-cafe {
    	font-family: "montserrat-regular", sans-serif;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 0.5px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: black;
    }

    .royal-cafe-p {
        font-family: "montserrat-regular", sans-serif;
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0.5px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        color: black;
    }

    #texto-uno .royal-cafe-p span {
    	font-family: "montserrat-regular", sans-serif;
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0.5px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        color: black;
    }

    /*CTA*/

    .cta-descubrir {
		text-align: center;
    	display: flex;
    	justify-content: center;
    	font-family: 'montserrat-regular';
    	font-size: 20px;
    	margin-bottom: 0.5%;
    	margin-top: 1.5%;
	}

	.cta-descubrir-2 {
		font-family: 'montserrat-regular';
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0.5px;
        text-align: center;
        border-style: solid;
        border-width: 1.9px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 13px;
        padding-bottom: 13px;
	}

}
/**********************************************************************************************************************************************/
/************************************************************ MOBILE **************************************************************************/
/**********************************************************************************************************************************************/

@media (max-width: 767px){
	/*BLOQUE DIV CON TEXTO*/
	.bloque-texto-royal {
		padding-top: 1%;
    	padding-bottom: 4%;
    	margin-left: 10%;
        margin-right: 10%;
        width: 80%;
	}

	.royal-title {
    	text-align: center;
   	 	font-size: 42px;
    	font-family: "Anton", sans-serif;
  		font-weight: 400;
 		font-style: normal;
 		color: black;
 		text-transform: uppercase;
 		margin-bottom: 4%;
    }

	.titulo-royal-cafe {
		font-family: "montserrat-regular", sans-serif;
        font-size: 11px;
        line-height: 34px;
        letter-spacing: 0.5px;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: black;
	}

	.royal-cafe-p {
		font-family: "montserrat-regular", sans-serif;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 0.5px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        color: black;
	}

	#texto-uno {
		font-size: 10px;
        margin-bottom: 1%;
        margin-top: 1%;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 2%;
	}

	#texto-uno .royal-cafe-p {
		font-size: 8.4px;
	}

	#texto-uno .royal-cafe-p span {
		font-family: "montserrat-regular", sans-serif;
		font-size: 8.4px;
		line-height: 20px;
        letter-spacing: 0.5px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        color: black;
	}

	.royal-cafe-p-span {
		margin-top: 0;
	}

	#texto-dos {
		font-size: 10px;
        margin-bottom: 0;
        margin-top: 3%;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
	}

	#texto-dos .royal-cafe-p {
		font-size: 8.4px;
	}

	#texto-tres {
		font-size: 10px;
        margin-bottom: 0;
        margin-top: 0;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
	}

	#texto-tres .royal-cafe-p {
		font-size: 8.4px;
		margin-top: 6%;
	}


	.cta-descubrir {
        text-align: center;
        display: flex;
        justify-content: center;
        font-family: 'montserrat-regular';
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 6%;
    }

    .cta-descubrir-2 {
        font-family: 'montserrat-regular';
        font-weight: 400;
        font-size: 11px;
        line-height: 17px;
        letter-spacing: 0.5px;
        text-align: center;
        border-style: solid;
        border-width: 1.9px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 7.5px;
        padding-bottom: 6px;
    }	

}

