.margin-t5{
	margin-top: 1rem;
}

.welcome-span-titulo{
	font-weight: 700;
	font-size: 4rem;
	line-height: 3rem;
	color: #EE1100;
	text-align: center;
	font-family: Barlow-BI;
}
.welcome-span-subtitulo{
	font-weight: 600;
	font-size: 32px;
	line-height: 2.375rem;
	color: #EE1100;
	text-align: center;
	font-family: Barlow-BI;
}
.parrafo_home{
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: var( --darkNeutral);
	text-align: center;
	font-family: rubik-M;
}

.logo-asofarma-top-rigth{
    right: 32px;
    max-width: 100%;
    position: absolute;
    top: 20px;
    /*width: 10%;*/
    width: 12%;
}

.base-button-welcome{

	background: #EE1100;
    border: 1px solid #EE1100;
    width: 17.5rem;
    height: 2.813rem;
    border-radius:2.25rem;
    padding: 0.125rem;
    color: var(--whiteNeutral);
    font-weight: 600;
    font-size:1.125rem;
    line-height: 1.563rem;
	font-family: Barlow-MI;
}
.legales-home{
	margin: 0px;
	font-weight: 400;
	font-size: 0.8rem;
  line-height: 1.3rem;
	color: var(--almostDarkNeutral);
	white-space: nowrap;
	text-align: center;
}
.logo_mon{
	margin-top: 5rem;
}
.logo_thea{
	margin-top: 3.8rem;
}

.footer{
	/*display: none!important;*/
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.margin-text-footer{
	margin-top: 4rem;
	color: var(--almostDarkNeutral);
}
/*first content*/
#first-content{
	opacity: 1;
	-webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

#last-content{
	opacity: 0;
	-webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}


#astra-logo{
	left: 2%;
	max-height: 101px;
	max-width: 415px;
	position: absolute;
	top: 3%;
	z-index: 3;
	/*opacity: 0;*/
	-webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    -ms-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
}

#escape-image{
	/*left: 19%;*/
	bottom: 8px;
	/*width: 20%;
	min-width: 165px;*/
	/*max-height: 90px;*/
	max-width: 150px;
	position: absolute;
	right: 8px;
	/*top: 19%;*/
	z-index: 3;
}

#forxiga-logo{

	/*bottom: 8px;*/
	/*max-height: 93px;
	max-width: 153px;*/
	max-height: 152px;
	max-width: 251px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 3;
}

#people-image{
	bottom: 0;
	/*height: 23.4%;*/
	/*max-height: 179px;*/
	/*max-width: 728px;*/
	max-width: 1222px;
	position: absolute;
	right: 16%;
	width: 55%;
	z-index: 2;
	/*animation-duration: 0.5s;
	animation-name: slideIn;*/
}

#splash{
	min-height: 100vh;
	/*min-width: 100vw;*/

  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  	grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  	gap: 0px 0px;
  	grid-auto-flow: row;
}

.escape-name-container{
	background-image: url('/images/Titulos.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 10%;
	max-height: 617px;
	max-width: 804px;
	min-height: 65vh;
	position: absolute;
	top: 19%;
	width: 65vw;
	z-index: 4;
}

.escape-name-span{
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.gray {
	background-color: var(--GrayPrimary);
	grid-area: 2 / 1 / 6 / 2;
	position: relative;
	z-index: 1;
	/*opacity: 0;*/

    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    -ms-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
}

.white {
	background-color: white;
	grid-area: 1 / 1 / 4 / 6;
	position: relative;
}

.blue {
	background-color: var(--BluePrimary);
	grid-area: 4 / 2 / 6 / 6;
	position: relative;
	/*opacity: 0;*/
	-webkit-transition: opacity 800ms linear;
    -moz-transition: opacity 800ms linear;
    -o-transition: opacity 800ms linear;
    -ms-transition: opacity 800ms linear;
    transition: opacity 800ms linear;
}

.red {
	background-color: var(--RedPrimary);
	grid-area: 4 / 6 / 6 / 9;
	position: relative;
	z-index: 1;
	/*opacity: 0;*/
	-webkit-transition: opacity 1100ms linear;
    -moz-transition: opacity 1100ms linear;
    -o-transition: opacity 1100ms linear;
    -ms-transition: opacity 1100ms linear;
    transition: opacity 1100ms linear;
}

.green {
	background-color: var(--GreenCorrect);
	grid-area: 1 / 6 / 6 / 10;
	position: relative;
	/*opacity: 0;*/
	-webkit-transition: opacity 1500ms linear;
    -moz-transition: opacity 1500ms linear;
    -o-transition: opacity 1500ms linear;
    -ms-transition: opacity 1500ms linear;
    transition: opacity 1500ms linear;
}

.bgd-gray{
	background-color: var(--GrayPrimary);
 	opacity: 1;
}

.bgd-red{
	background-color: var(--RedPrimary);
	opacity: 1;
}

.bgd-green{
	background-color: var(--GreenCorrect);
	opacity: 1;
}

.bgd-blue{
	background-color: var(--BluePrimary);
	opacity: 1;
}

.pill-container{
	background-image: url('/images/backgroundTitle.png');
	bottom: 28%;
	left: 19%;
	max-width: 98%;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: absolute;
	z-index: 5;

	background-repeat: no-repeat;
background-size: contain;
padding-left: 5rem;
}

.pill{
	background: rgb(233,0,0);
	background: linear-gradient(90deg, rgba(233,0,0,1) 0%, rgba(115,13,12,1) 61%);
	border-radius: 100px;
	padding-bottom: 1rem;
	padding-left: 7rem;
	padding-right: 7rem;
	padding-top: 1rem;
}

/*first content*/


@keyframes slideIn {
  from {
    bottom: -1000px;

  }

  to {
    bottom: 0px;
  }
}

#persona1-image
  {
    z-index: 1;
    height: 25rem;
}
#titulo-home{
	height: 10.25rem;
}
.titulo-logo{
	height: 5.25rem;
}


@media (max-width: 1080px) {

	.logo_mon {
	  height: 2rem;
	  margin-top: 6rem;
	}
	.logo_thea {
	  height: 2.8rem;
	  margin-top: 4.8rem;
	}
}
@media (min-width: 1441px) {
	.escape-name-container{
		left: 20%;
		top: 32%;
	}
}
@media (max-width: 992px) {
	.m-bottom-welcome{
		margin-bottom: -10rem;
	}
	/*#welcome-container{
		bottom: 27%;
		position: absolute;
	}*/
	#astra-logo{
		width: 50%;
	}
	#escape-image{
		/*max-height: 93px;*/
		max-width: 150px;
		left: 50%;
		top: 19%;
		width: 30%;
		margin-left: -10%;
	}

	#forxiga-logo {
		top: 2%;
		width: 30%;
	}

	#people-image{
		height: auto;
		right: 0;
		width: 100%;
	}

	#welcome-span{
		font-size: 45px;
	}

	.background-image {

	    height: 100vh;
	    object-fit: cover;
	    position: absolute;
	    width: 100vw;
	    z-index: -1;
	}

	.escape-name-container{
		left: 10%;
		min-height: 40vh;
		top: 33%;
		width: 80vw;
	}

	.escape-name-span{
		font-size: 28px;
		margin-bottom: 10%;
	}
	/* .parrafo_home{
		margin-top: -16px;
	} */
}

/*landscape*/
/*@media only screen and  (min-width: 1024px) and  (max-width: 1080px) and (min-height: 610px) and (max-height: 992px) {*/
@media only screen and  (min-width: 1024px) and  (max-width: 1400px) and (min-height: 610px) and (max-height: 992px){
	#astra-logo {
	    left: 3%;
	    top: 2%;
	    width: 30%;
	}

	#escape-image{
		max-height: 85px;
		max-width: 145px;
		/*width: 29%;*/
	}

	#forxiga-logo {
	    bottom: 2%;
	    right: 0.5%;
	    /*width: 11%;*/
	    width: 18%;
	}

	#people-image {
	    height: auto;
	    right: 16%;
	    width: 55%;
	}

	#welcome-container{
		/*bottom: 27%;*/
		position: relative;
	}

	#welcome-span {
	    font-size: 70px;
	}

	.escape-name-container{
		left: 9%;
		min-height: 68vh;
		width: 56vw;
	}

	.escape-name-span{
		font-size: 33px;
		margin-bottom: 10%;
	}

	.pill-container{
		bottom: 20%;
	}
}
/*sm*/
@media(max-width: 576px){

	.escape-name-container {
	    left: 4%;
	    width: 96vw;
	}

	.escape-name-span {
	    font-size: 19px;
	}

	.pill{
		padding-bottom: 1rem;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 1rem;
	}

	.pill-container {
	    bottom: 29%;
	    left: 2%;
	    max-width: 98%;
	    padding-bottom: 5rem;
	    padding-top: 3rem;
	    position: absolute;
	    z-index: 5;
	    background-repeat: no-repeat;
	    background-size: contain;
	    padding-left: 4rem;
	}
}

@media(max-width: 391px){
    .legales-home{
        white-space: normal;
    }
}
