#welcome-button{
	font-size: 24px;
	width: 65%;
}

#welcome-span-titulo{
	margin-top: 1.5rem;
} 

.parrafo_home{
	font-size: 20px;
	color: white;
}

.base-button-welcome{
    background-color: var(--Primary);
    border: none;
    /*border-radius:20px;*/
    color: white;
    font-family: Ubuntu Medium;
    font-size:20px;
    padding: 8px;
    min-width: 240px;
    margin-top: 8vh;
	margin-bottom: 8vh;
}

.logo_mon{
	margin-top: 5rem;
	/*width: 60%;*/
}
.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; 
}
/*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(--GreenPrimary);
	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(--GreenPrimary);
	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
  {
    position: absolute;
    top: 0rem;
    right:0rem;
    z-index: 1;
    height: 24rem;
}
#titulo-home{
	height: 15rem;
	margin-top: 3.5rem;
	margin-bottom: 5.5rem !important;
}
.logo-pfizer{
	max-width: 45%;
}
.cont{
	text-align: right;
}
.persona{
	position: absolute;
    z-index: 1;
    width: 30rem;
    /* top: 0; */
    left: 2rem;
    bottom: 0rem;
    /* margin-top: 18vh;
    margin-left: 0vh; */
}
.margin-topder{
	margin-top: 10vh;
}
#welcome-esc-titulo{
	margin-top: 5vh;
	margin-bottom: 6vh;
	color: var(--Primary);
	font-family: Montserrat Regular;
	font-size: 3.56rem;
	font-weight: 700;
	line-height: 68px;
	letter-spacing: 0em;
	text-align: right;

}
#welcome-span-titulo{
	color: white;
	font-family: Ubuntu Bold;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;

}
.parrafo_home{
	color: white;
	font-family: Montserrat Regular;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;

}
.margint{
	margin-top: 30rem;
}
.margint2{
	margin-top: 22rem;
}
.txt-white{
	color: white;
}

.mt-footer-start {
	margin-top: 5rem;
}
@media (max-width: 1080px) {
	#persona1-image {
	  height: 23rem;
	}
	#titulo-home {
	  height: 15rem;
	  margin-top: 4.5rem;
	  margin-bottom: 3.5rem !important;
	}
	#welcome-span-titulo{
		margin-top: -4.5rem;
	}
	.base-button-welcome {
		margin-top: 0rem;
	}
	.logo_mon {
	  height: 2rem;
	  margin-top: 6rem;
	}
	.logo_thea {
	  height: 2.8rem;
	  margin-top: 4.8rem;
	}
}
@media (max-width: 992px) {
	#titulo-home {
	  height: 12rem;
	  margin-bottom: 6.5rem !important;
	}
	.base-button-welcome {
	  margin-top: 0rem;
	}
	.m-bottom-welcome{
		margin-bottom: -10rem;
	}
}
@media (min-width: 1441px) {
	.escape-name-container{
		left: 20%;
		top: 32%;
	}
}

/*mobile*/

@media (max-width: 992px) {
	/*#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%;
	}
}



@media only screen and (min-width: 820px) and (max-width: 1200px)  {
	.persona {
        position: absolute;
        z-index: 1;
        width: 27rem;
        /* top: 0; */
        left: 1.7rem;
        bottom: 0.5rem;
    }
	.mt-footer-start {
		margin-top: 0.5rem;
	}
	.base-button-welcome{
		margin-top: 0vh;
	}
}

@media only screen and (max-width: 1194px) {
    .persona {
        position: absolute;
        z-index: 1;
        width: 27rem;
        /* top: 0; */
        left: 1.5rem;
        bottom: -0.3rem;
    }
}

@media only screen and (max-width: 1180px) {
    .persona {
        position: absolute;
        z-index: 1;
        width: 27rem;
        /* top: 0; */
        left: 1.5rem;
        bottom: 0rem;
    }
}

/*landscape*/
/*@media only screen and  (min-width: 1024px) and  (max-width: 1080px) and (min-height: 610px) and (max-height: 992px) {*/
@media only screen and  (max-width: 1024px){
	.mt-footer-start{
		margin-top:0.4rem;
	}
	.persona {
        position: absolute;
        z-index: 1;
        width: 25rem;
        /* top: 0; */
        left: 1.2rem;
        bottom: 1.2rem;
    }
	#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%;
	}
}
/* @media screen and (max-width: 1185){
	.mt-footer-start{
		margin-top:0rem;
	}
  } */

/*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;
	}
}

