* {
  box-sizing: border-box;
}
body {
	font-family: 'Sora', sans-serif !important;
	font-weight: 200;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #000;
}
a {
	color: #ff6600 !important;
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover {
	color: #333;
	font-weight: bold;
}
section, article {
		min-height: 100%;
		margin:0px;
		padding:0px;
		background:#fff;
}
h1 {
	font-family: 'Sora', san-serif !important;
	font-size: 6rem !important;
	line-height: 0.95 !important;
	letter-spacing: -0.08rem;
	padding: 5% !important;
	height: 100vh;
	text-align: left;
	color: #fff !important;
	font-weight: 700 !important;
	position: absolute;
	z-index: 9;
	width: 45%;
	top: 5%;
}
h3 {
	font-weight: bold !important;
	padding-bottom: 10px;
}
p {
    margin: 0 0 20px !important;
}
figure {
	margin-bottom: 20px !important;
}
figure img {
	width: 100%;
}
figurecaption {
    font-size: 1.3rem;
    line-height: 1.2;
    display: inline-block;
    margin: 8px 0 0 0;
}
.bag-detail {
	background-image: url('img/detalle-bolsa-bottom.png');
	width: 365px;
	height: 89px;
	display: inline-block;
	position: absolute;
	left: 81px;
	bottom: 0;
}
	
#overlay1 {
	height: 100%;
	width: 50%;
	position:fixed;
	background:#000000 url('img/bag.jpg') no-repeat center right;
	left:0px;
	top:0px;
	border-right: 8px dashed #ccc;
	z-index: 9;
}
	
#overlay2 {
	height: 100%;
	width: 50%;
	position: fixed;
	background:#000000 url('img/bag.jpg') no-repeat center left;
	border-left: 8px dashed #ccc;
	left: 50%;
	top: 0px;
	z-index: 9;
}
#zipper-left {
	background-image: url('img/cierre-d.png');
	background-repeat: repeat-y;
	background-position: right;
	display: block;
	height: 100%;
	position: relative;
	right: -8px;
	z-index: 9;
	top: 23px;
}
#zipper-right {
	background-image: url('img/cierre-i.png');
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	height: 100%;
	position: relative;
	left: -8px;
	z-index: 9;
}

#zipper {
	background-image: url('img/cierre-puller.png');
	width: 60px;
	height: 129px;
	position: relative;
	left: 47.8%;
	z-index: 99;
}
footer {
	background:#111;
	padding:60px 100px 0;
	color: #fff;
}
.left-line {
	border-left: 1px solid #fff;
}
h5 {
    padding: 0 0 10px 20px;
    font-size: 1rem !important;
    font-weight: 200 !important;
    text-transform: uppercase;
}
footer p {
	padding: 0 20px 30px;
	font-size: 1.35rem;
	line-height: 1.2;
	margin-bottom: 0 !important;
}
footer img {
	height: 48px;
}
footer img:first-child {
	padding-left:20px;
}
.space-bottom {
	padding-bottom: 53px;
}
/* content*/
#content h5 {
    text-align: center;
    color: #E45B00;
    font-weight: 600!important;
    font-size: 1.3rem !important;
}
p.summary {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ff6600;
}
.capitular::first-letter {
display: block; 
float: left; 
font-size: 8rem;    
margin: 5px; 
line-height: 60px;
}
.tag {
    background: url(img/etiquetas.png) no-repeat 0 0;
    width: 500px;
    height: 591px;
    margin: 0 auto;
    padding: 100px 80px 80px;
    display: flex;
    flex-direction: column;
    font-family: 'Rock Salt', cursive;
    transform: rotate(-4deg)
}
h4.title-tag {
    font-size: 2.5rem;
}
/*infografias*/
.infographic, .infographic-2 {
  position: relative;
}

.indicators, .indicators-2 {
  left: 2rem;
  top: 0;
  margin: 10vh 0;
  height: 80vh;
  width: 3px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
}

.indicator, .indicator-2 {
  width: 100%;
  background-color: #adadad;
  flex-grow: 1;
  margin: 2px 0;
}

.infographic .point, .infographic-2 .point-2 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4rem;
  flex-direction: column;
}

.infographic .wrapper, .infographic-2 .wrapper-2 {
  height: 100vh;
  width: 100%;
}
.point article, .point-2 article {
	width: 60%;
	margin: 0 auto;
	min-height: auto !important;
	position: absolute;
	bottom: 40px;
	z-index: 9;
	padding: 20px;
}
.sm-title {
	display: none;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    align-content: space-between;
}
#title::before {
	content: "COVID-19";
	font-size: 1.5rem;
	color: #ff6600;
	font-weight: bold;
	padding-left: 10px;
}
#title {
	height: 100vh;
	position: absolute;
	z-index: 9;
	top:30%;
	
}
#txt-zipper {
	color: #fff;
	position: absolute;
	z-index: 9;
	right: 42%;
	top: 50px;
	font-weight: 400;
	color: #ffc05a;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.box {
	max-height: 1px;
}
.box-content {
	background-color: #fff;
	margin-top: 350px;
	padding-top: 20px;
	opacity: 0.9;
	border: 20px solid #ffff;
}
.title-image{
	background: url('img/titulo-especial.png') no-repeat 0 30px; 
	width:40%;
	background-size: contain;
}
.background-tag {
	background: url('img/fondo-etiquetas-min.png') repeat-x top center;
	background-size: contain;
}
@media screen and (max-width: 2880px){
	#overlay1 {
		background:#000000 url('img/bag.jpg') no-repeat top right;
		background-size: cover;
	}	
	#overlay2 {
		background:#000000 url('img/bag.jpg') no-repeat top left;
		background-size: cover;
	}
	#txt-zipper {
		right: 45%;
	}
	#zipper {
	    left: 48.95%;
	}

#title {
    left: 2%;
}
.background-tag {
	background: url('img/fondo-etiquetas-min.png') repeat-x top left;
	background-size: unset;
}
.point article, .point-2 article {

    bottom: 876px;
}
}


@media screen and (max-width: 2560px){
.point article, .point-2 article {

    bottom: 554px;
}
}
@media screen and (max-width: 1920px){
	#txt-zipper {
		right: 43%;
	}
	#zipper {
	    left: 48.5%;
	}
	}
@media screen and (max-width: 1440px){
	#txt-zipper {
		right: 42%;
	}
	#zipper {
	    left: 48%;
	}
	}
@media screen and (max-width: 1366px){
	.background-tag {
	background: url('img/fondo-etiquetas-min.png') no-repeat top center;
	background-size: contain;
}
}
@media screen and (max-width: 1024px){
	#zipper {
    left: 47%;
	}
	#txt-zipper {
		right: 39%;
	}
}
@media (max-width: 768px) {
	
	.background-tag {
	background: url('img/fondo-etiquetas-min.png') no-repeat top center;
	background-size: unset;
	}
	h1#title {
	display: none;
	}
	#overlay1,  #overlay2 {
    height: auto;
    width: auto;
    position: inherit;
    background: transparent;
    left: 0px;
    top: 0px;
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
    z-index: 0;
    display: none;
	}
	#zipper {
	display: none;
	}
	.title-image {
		display: none;
	}
	#txt-zipper {
	    display: none;
	}
	.point article {
	top: 400px;
	}
.sm-title {
	display: block;
	font-size: 4rem !important;
	line-height: 1 !important;
	letter-spacing: -0.08rem;
	padding: 5% !important;
	text-align: center;
	color: #FF6600 !important;
	font-weight: 700 !important;
	display: table;
	position: inherit;
	height: auto;
	width: 100%;
}
	p.summary {
		font-size: 2.5rem;
		color:#333;
		padding: 10px 25px;
	}
	footer {
		padding: 60px 20px 0;
	}
	.left-line {
	border-left: 0px solid transparent;
	}
	.box-content {
	border: 0 solid transparent;
}
}
@media (max-width: 414px) {

	.background-tag {
	background-size: 200%;
	}
	h1 {
	font-size: 3rem !important;
	height: auto;
	}
	p.summary {
	font-size: 2.0rem;
	padding: 0;
	}
	.tag {
		background-size: contain;
		width: 356px;
		height: 383px;
		padding: 60px 50px;
		
	}
	h4.title-tag {
	margin-bottom: 0;
	}
	img {
	margin:0;
	width: 155%;
	height: auto;
	}
	.point article, .point-2 article {
		width: 100%;
		top: 342px;
	}
	.box-content {
	    margin-top: 150px;
	}
	.d-flex {
	flex-direction: column;
	}
	footer img:first-child {
	padding-left: 0;
	}
	footer img {
	margin: 10px auto;
	width: auto;
	height: 68px !important;
}
.addthis_inline_share_toolbox {
	text-align: center;
}

	h5 {
		text-align: center;
	}
	.justify-content-between {
		text-align: center;
	}

}
.addthis_inline_share_toolbox {
    text-align: center;
}