.b-adv-red {
	 position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 z-index: 5;
	 background-color: #e96653;
	 padding: 60px;
	 padding-top: 115px;
	 padding-bottom: 184px;
	 transform: translateX(100%);
	 transition: all 1s cubic-bezier(.645,.045,.355,1);
}
 @media (max-width: 768px) {
	 .b-adv-red {
		 padding-top: 47px;
		 padding-left: 25px;
	}
}
 .b-adv-red.open-adv {
	 transform: translateX(0);
}
 .b-adv-red.open-adv ul li span {
	 opacity: 1;
	 transition-delay: .5s;
}
 .b-adv-red .close {
	 width: 27px;
	 height: auto;
}
 .b-adv-red .title {
	 font-size: 28px;
	 line-height: 35px;
	 text-transform: uppercase;
	 color: white;
	 margin-top: 93px;
	 margin-bottom: 56px;
}

 .b-adv-red ul {
	 margin-left: 45px !important;
}
 @media (max-width: 768px) {
	 .b-adv-red ul {
		 margin-left: 0 !important;
	}
}
 .b-adv-red ul li {
	 font-family: 'GT-America-Mono-Regular';
	 font-weight: 400;
	 font-size: 18px;
	 line-height: 23px;
	 color: white;
	 margin-bottom: 24px;
	 max-width: 335px;
	 overflow: hidden;
}

 .b-adv-red ul li:last-child {
	 margin-bottom: 0;
}
 .b-adv-red ul li span {
	 position: relative;
	 opacity: 0;
	 transition: all 1s cubic-bezier(.645,.045,.355,1);
}

body.altoventana2 .b-adv-red {
      padding-top: 95px;
}


body.altoventana2 .b-adv-red .title {
	font-size: 25px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
 }

body.altoventana2 .b-adv-red ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 9px;
}
 
 @media (max-width: 768px) {
	 .b-adv-red ul li {
		 font-size: 16px;
		 line-height: 21px;
	}
}



 @media (max-width: 768px) {
	 .b-adv-red .title {
		 font-size: 20px;
		 line-height: 26px;
		 margin-top: 40px;
		 margin-bottom: 40px;
	}
}