/* ==========================================================================
	 /// BASE ///
   ========================================================================== */

:root {
	--color1: #032579;
	--color2: #F4A23F;
    --color3: #F74E3D;
    --color4: #262626;
    --color5: #fff;
    --color6: #EDEAE3;
    --color7: #711B58;
}
body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
    background-color: var(--color5);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1 {
    color: var(--color5);
    font-size: 2.8rem;
    text-transform: uppercase;
}
h1 span {
    display: block;
    color: var(--color2);
}
h2 {
    font-size: 1.8rem;
    color: var(--color1);
    position: relative;
    padding-left: 30px; 
}
h2:before {
    content: "";
    position: absolute;
    border: 3px solid var(--color2);
    width: 20px;
    left: 0;
    top: 15px;
}
h2 small {
    font-size: 65%;
    font-weight: 700;
    display: block;
    line-height: 145%;
}
h3 {
    font-size: 1.5rem;
    color: var(--color1);
}
h4 {  
    font-size: 1.3rem;
    color: var(--color3);
}
h6 {
    font-size: 1rem;
    color: var(--color3);
}
p {
    color: var(--color4);
    line-height: 28px;
}
p small {
    line-height: 98%;
    font-size: .8rem;
}
blockquote {
    text-align: center;
    max-width: 95%;
    margin: 0 auto 40px;
}
blockquote footer {
    font-size: .8rem;
    text-transform: uppercase;
    margin-top: 30px;
    color: var(--color1);
}
blockquote footer span {
    display: block;
}
*::selection {
    background: var(--color1);
    color: #fff;
}
/* ==========================================================================
	 /// LAYOUT ///
   ========================================================================== */
.content {
    padding: 50px 15px;
}
h2.mb {
    margin-bottom: 30px;
}
h2.ms {
    margin-bottom: 10px;
}
/* ====== /// BUTTONS ///===========
================================= */
.btn-main {
    background-color: var(--color3);
    color: var(--color5);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    width: max-content;
    margin: 20px auto;
    display: inline-block;
    position:relative;
    outline:none;
    transition:800ms ease all;
}
.btn-main:hover{
  background: transparent;
  color: var(--color4);
  text-decoration: none;
}
.btn-main:before,.btn-main:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:  var(--color4);
  transition:400ms ease all;
}
.btn-main:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-main:hover:before,.btn-main:hover:after{
  width:100%;
  transition: 700ms ease all;
}
.offset-title {
    padding-left: 30px;
    font-weight: 700;
}


/* ==========================================================================
 /// MODULE ///
========================================================================== */
.wrapper {
    overflow: hidden;
}
.s-relative {
    position: relative;
    z-index: 100000;
}
.bg-body-color {
    background-color: var(--color6);
}
.background-grab {
    position: fixed;
    z-index: -1;
    top: 0;
    height: 100vh;
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
}
.background-grab img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0s;
    z-index: 0;
}
.cover-wrapper {
    position: relative;
}
.story-wrapper {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    width: 100%;
    opacity: 1;
    transition: opacity 0.35s ease-out;
}
.cover-title {
    height: calc(100vh - 40px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 14vh;
}
.cover-paragraph {
    max-width: calc(100% - 30px);
    width: 420px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    z-index: -1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
}
.hero .cover-paragraph p {
    color: var(--color5);
    font-size: 1.2rem;
    line-height: 170%;
}

.flex-bx {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    text-align: center;
}
.flex-bx > div {
    margin: 20px 15px;
    flex-basis: calc(50% - 38px);
}
.flex-bx img {
    max-width: 120px;
    margin-bottom: 5px;
}

/*--Countries--*/
/*-------------------------*/
.font-data span {
    font-size: .7rem;
    font-style: italic;
    display: block;
    line-height: 160%;
    color: var(--color1);
    margin-bottom: 5px;
}

/*-- airplane path --*/
/*-------------------------*/
.airplane-path {
    background-image: url(../img/landscape.jpg);
    background-attachment: fixed;
    position: relative;
    padding: 50px 0;
}
.intro-airplane {
    padding: 0 20px;
    font-weight: 700;
    display: inline-block;
}
.italy-map {
    background-image: url(../img/italia-mapa.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 720px;
    width: 100%;
    display: inline-block;
    position: absolute;
}
.mexico-map {
    background-image: url(../img/mexico-mapa.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -45px;
    background-size: 1200px;
    height: 735px;
    width: 100%;
    display: inline-block;
    margin: -816px 0 0;
    position: relative;
}
.mexico-info {
    position: absolute;
    top: 270px;
    padding: 50px 25px;
    background-color: #0a1a43;
    display: inline-block;
    max-width: 410px;
    right: 0;
    display: none;
}
.mexico-info-mobile {
    top: 0;
    padding: 50px 25px;
    background-color: #262626;
    max-width: 480px;
    margin: 30px auto;
}
.mexico-info h2, .mexico-info p,
.mexico-info-mobile h2, .mexico-info-mobile p {
    color: #fff;
}
.mexico-info p {
    padding-left: 30px;
    padding-right: 30px;
        margin-bottom: 0;
}
.mexico-map .i-ani {
    position: absolute;
    top: 340px;
    right: 130px;
}
.gray-box {
    background-color: var(--color4);
    padding: 10px 15px;
    width: 60%;
    margin: 20px 0 20px auto;
    right: 15px;
    top: 25%;
    position: absolute;
    z-index: 10;
}
.gray-box p {
    color: var(--color5);
}

.bounce {
    animation-iteration-count: infinite;
    animation-duration: 4s;
}
.whitePlane{
    transform: rotate(75deg);
}
.container-airplane {
    position: relative;
    height: 1400px;
    overflow: hidden;
    left: 0;
    top: 65px;
    z-index: 1;
    max-width: 290px;
}
.container-airplane:before {
    content: "";
    background-color: var(--color3);
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 70px;
    border-radius: 50%;
}
.plane {
    position: absolute;
    z-index: 10;
    left: -30px;
    top: 0;
}
.dot{
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--color3);  
    border-radius: 50%;
    visibility:hidden;

}
#dot0 {
    display: none;
}
#Layer_1 {
    // stroke: black;
    fill: none;
    max-width: 740px;
    top: 0;
    left:0;
}


/*--symptoms horizontal smooth scroll--*/
/*-------------------------*/
 .single-item {
    height: 400px;
}
 .pagination {
    padding: 0 20px;
    justify-content: flex-end;
}
 .pagination a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
 .pagination a.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}
 .pagination a.current {
    background: var(--color4);
    color: var(--color5);
    border-radius: 50%;
    padding: 0 10px;
}
.synthomps .btn-main {
    margin: 0 10px 20px 0;
    padding: 8px 15px;
}
.synthom-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--color4);
    right: 0px;
}

/*PARTICLES ANIMATED CSS*/
/*-------------------------*/
#particles-js, #parallax, .layer, .some-space, .some-more-space{
    height: 100%;
    position: absolute;
    width: 100%;
}
#particles-js{
    opacity: .6;
}

.some-space{
    animation: rotate 18s .5s infinite linear reverse;
}

.some-more-space{
    animation: rotate 15s .1s infinite linear;
}

@keyframes rotate{
    0%{
        transform: rotateZ(0deg) translate3d(0,1.5%,0) rotateZ(0deg)
}
    100% {
        transform: rotateZ(360deg) translate3d(0,1.5%,0) rotateZ(-360deg)
        }
}

/*--VIRUS ANIMATED CSS--*/
/*-------------------------*/
.i-ani {
    position: relative;
    margin-bottom: 30px;
    height: 40px;
}
.covid19-animation {
    position: absolute;
    right: 0;
    width: 280px;
    height: 26px;
    transform: translateY(-50%);
    pointer-events: none;
}

.covid19-animation .forg--2 {
    position: absolute;
    top: 20px;
    left: 150px;
    width: 35px;
    -webkit-animation: leftRight 3.5s ease-in-out infinite;
    -moz-animation: leftRight 3.5s ease-in-out infinite;
    animation: leftRight 3.5s ease-in-out infinite;
}
.covid19-animation .forg--2 img {
    width: inherit;
    -webkit-animation: floating 5.5s ease-in-out infinite;
    -moz-animation: floating 5.5s ease-in-out infinite;
    animation: floating 5.5s ease-in-out infinite;
}

.covid19-animation .forg--3 {
    position: absolute;
    bottom: -40px;
    left: 200px;
    width: 25px;
    -webkit-animation: leftRight 3s ease-in-out infinite;
    -moz-animation: leftRight 3s ease-in-out infinite;
    animation: leftRight 3s ease-in-out infinite;
}
.covid19-animation .forg--3 img {
    width: inherit;
    -webkit-animation: floating 5s ease-in-out infinite;
    -moz-animation: floating 5s ease-in-out infinite;
    animation: floating 5s ease-in-out infinite;
}

.covid19-animation .back--1 {
    position: absolute;
    top: 0px;
    left: 235px;
    width: 45px;
    -webkit-animation: leftRight 2s ease-in-out infinite;
    -moz-animation: leftRight 2s ease-in-out infinite;
    animation: leftRight 2s ease-in-out infinite;
}
.covid19-animation .back--1 img {
    width: inherit;
    -webkit-animation: floating 4s ease-in-out infinite;
    -moz-animation: floating 4s ease-in-out infinite;
    animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}




/*IMAGE INNER*/
/*-------------------------*/  
#pin-container {
    width: 100%;
    height: 100vh;
    bottom: 0 !important;
    top: 0 !important;
    margin: 0 auto !important;
    overflow: hidden;
    background-color: var(--color6);
}
.panel {
    height: 100%;
    width: 100%;
    position: absolute;
}
.panel:before {
    content: "";
    background: url(../img/arrow-scroll.png) bottom center no-repeat;
    width: 50px;
    height: 80px;
    top: 80%;
    left: calc(50% - 20px);
    position: absolute;
}
.panel-bx {
    padding: 30px 25px;
    margin: 20px;
    background-color: rgba( 255, 255, 255 , .7);
    display: inline-block;
}
.iner-1 .panel-bx {
    margin-top: 40vh;
}
.iner-2 .panel-bx {
    max-width: 70%;
    margin: 15vh auto 0;
    text-align: center;
}
.panel-bx p {
    font-size: .9rem;
    margin-bottom: 0;
}
.iner-1 {
    background: url(../img/iner.jpg) -100px center no-repeat;
    background-size: cover;
}
.iner-2 {
    background: url(../img/cuartoscuro_760386_digital.jpeg) center left;
    background-size: cover;
    text-align: center;
}
.iner-3 {
    background: url(../img/Foto-Pandemia-1.jpeg) 20% center;
    background-size: cover;
}


/*--5 STICKY CASES--*/
/*-------------------------*/
.sticky-container h2 {
    max-width: 400px;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    z-index: 1;
}
.section {
    display: flex;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}
.section__img {
    position: relative;
    display: flex;
}
.section__img__inner {
    height: 100vh;
    position: fixed;
    left: 0%;
    width: 100%;
    top: 0;
    mix-blend-mode: multiply;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.section__body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    width: 100%;
}
.section__text {
    padding: 15px 15px 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.78);
    max-width: 280px;
    margin: 0 auto;
    font-size: .95rem;
    line-height: 160%;
    text-align: center;
}
.section__text span {
    font-weight: 700;
    color: var(--color3);
    font-size: 1.13rem;
    margin-right: 5px;
}
.section__img__inner {
    opacity: 0;
    background-position: 50% 50%;
}
.section.active .section__img__inner {
    opacity: 1;
    background-position: 50% 50%;
}



/*CLOUDS*/
.clouds {
    position: absolute;
    width: 100%;
}
.clouds > div {
    position: relative;
    width: 100%
}
.cloud1{
    margin-top:100px;
}
.cloud2{
    margin-top:140px;
}
.cloud3{
    margin-top:155px;
}
.cloud3{
    margin-top:170px;
}
.cloud1{
    animation:slide 25s linear infinite;
}
.cloud2{
    animation:slide 15s linear infinite;
}
.cloud3{
    animation:slide 24s linear infinite;
}
.cloud4{
    animation:slide 18s linear infinite;
}
@keyframes slide{
    from{
        transform: translateX(-120px);
        -moz-transform: translateX(-120px);
        -webkit-transform: translateX(-120px);
        -o-transform: translateX(-120px);
        -ms-transform: translateX(-120px);
    }
    to{
        transform:translateX(160%);
        -moz-transform: translateX(160%);
        -webkit-transform: translateX(160%);
        -o-transform: translateX(160%);
        -ms-transform: translateX(160%);
    }
}



/* ==========================================================================
 /// TIMELINE ///
========================================================================== */

.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 750px;
    position: relative;
    z-index: 100000;
}
.timeline__content-title {
    margin: -10px 0 0 0;
    transition: 0.4s;
    display: inline-block;
}
.timeline__content-desc {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
}
.timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(247, 78, 61, 0.30);
}
 @media only screen and (max-width: 767px) {
    .timeline:before {
         left: 40px;
    }
}
.timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
}
.timeline__img.mw {
    max-width: 180px;
}
.timeline-item:before {
    content: "";
    width: 15px;
    height: 5px;
    display: inline-block;
    position: absolute;
    background-color: #f74e3d;
    top: -70%;
    margin-top: -5px;
    padding-left: 8px;
    opacity: 0;
    left: calc(100% + 32px);
    z-index: 100000;
}
.timeline-item:nth-child(even) {
    align-self: flex-end;
}
.timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-25% + 36px);
    padding-left: 0;
    border-left: none;
    border-right: 2px solid var(--color2);
    padding-right: 15px;
}
.timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}
.timeline-item--active:before {
    top: 30%;
    transition: 0.3s all 0.2s;
    opacity: 1;
}
.timeline-item--active .timeline__content-title {
     margin: -50px 0 10px 0;
}
 @media only screen and (max-width: 767px) {
     .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px;
    }
     .timeline-item:before {
        left: 32px !important;
        padding: 0 !important;
        top: 50px;
        text-align: center !important;
        width: 15px;
        border: none !important;
    }
     .timeline-item:last-child {
         padding-bottom: 40px;
    }
}
.timeline__img {
    max-width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.timeline__img.v-none {
    display: none;
}
.timeline-container {
     width: 100%;
     position: relative;
     padding: 50px 0;
     transition: 0.3s ease 0s;
     background-attachment: fixed;
     background-size: cover;
}
.timeline-container:before {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(237, 224, 199, .9);;
     content: "";
}
.timeline-header {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}
.timeline-header__title:before {
    content: none;
}
.timeline-header__title {
    padding-left: 0;
}

 .timeline-header__subtitle {
    font-size: 16px;
    margin: 10px 15px;
    font-weight: normal;
}


@media only screen and (min-width: 960px) {
    .timeline-container {
        padding: 80px 50px;
    }
    .timeline-header {
        max-width: 480px;
        margin: 0 auto;
    }
    .timeline-container .font-data {
        margin-bottom: 250px;
    }
}
@media only screen and (min-width: 1260px) {
    .timeline-container {
        padding: 100px 30px;
    }
}


/* ==========================================================================
 /// MEDIA QUERIES ///
========================================================================== */


@media only screen and (min-width: 320px)  and (max-width: 374px){
    .btn-main {
        text-align: center;
        font-size: .7rem;
    }
}

@media only screen and (min-width: 420px) {
    .container-airplane {
        left: calc(100% - 470px);
    }
}
@media only screen and (min-width: 740px) {
    .mexico-info > div {
        max-width: 400px;
    }
    .italy-map {
        background-size: contain;
        max-height: 480px;
       left: 100px;
    }
    .gray-box {
        padding: 50px 30px;
        max-width: 280px;
        right: 10vh;
        top: 20%;
    }
    .container-airplane {
        top: 60px;
        width: 280px;
        margin-right: auto;
        margin-left: auto;
        height: 1210px;
        left: inherit;
    }
    .intro-airplane {
        margin-left: 150px;
    }
    .mexico-map {
        background-size: contain;
        background-position-y: 0;
        margin-right: 0;
        margin-left: auto;
        display: block;
        height: 570px;
        max-width: 800px;
        margin: -390px 0 0 auto;
    }
    .mexico-info {
        top: 130px;
        padding: 80px 20px;
    }
    .section__img__inner {
        background-size: calc(100% - 100px);
        max-width: 800px;
        left: calc(50% - 400px);
    }
}
@media only screen and (min-width: 960px) {
    h1 {
        font-size: 4.2rem;
    }
    blockquote {
        max-width: 650px;
    }
    .story-wrapper {
        max-width: 80vw;
    }
    .content {
        padding: 80px 50px;
    }
    .airplane-path {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .container-airplane {
        margin-right: 440px;
        left: auto;
    }
    .mexico-map {
        max-width: 1150px;
    }
    .mexico-info {
        display: block;
        right: 40px;
    }
    .mexico-info-mobile {
        display: none;
    }
    .mexico-map .i-ani {
        top: 240px;
        right: 460px;
    }
    .intro-airplane {
        margin-left: 30%;
    }
    .division-blue {
        border-right: 2px solid var(--color1);
        padding-right: 50px;
        margin-bottom: 30px;
    }
    .font-data {
        text-align: right;
    }
    .iner-1 .panel-bx {
        margin-left: 20vw;
    }
    .iner-2 .panel-bx {
        max-width: 400px;
    }
    .locatel {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 1260px) {
    .content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 100px 30px;
    }
    .mexico-map {
        background-position-x: 60%;
        margin-top: -380px;
    }
    .mexico-info {
        padding-right: 35px;
        padding-left: 35px;
        max-width: 480px;
        right: 0;
    }
    .airplane-path {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .airplane-path .box-side {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .hero .cover-paragraph p {
        font-size: 1.4rem;
    }
    .story-wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }


}







