.section1{
    padding: 0 70px;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center;
    text-align: left;
}

.section1 .am_container{
    z-index: 101;
    top: 40%;
}
.section1 .column1 p:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}
.section1 .column1 p:nth-child(2){
    font-size: 92px;
    font-weight: 100;
    line-height: 92px;
}
.section1 .column1 p:nth-child(2) span{
    font-weight: bold;
}
.section1 .column1 p:nth-child(3){
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    max-width: 475px;
}
.section1 p#explore{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    margin-top: 100px;
}

.paragraph{
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    height: auto;
    opacity: 0;
}

/* SECTION 2 */
.section2{
    background-color: #FFFFFF;     
    color: #0B2343;    
    padding: 70px 20px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}

.section2 #container2{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section2 .paragraph p:nth-child(1){
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.section2 .paragraph p:nth-child(2){
    font-weight: 100;
    font-size: 52px;
    line-height: 92px;
}

.section2 .paragraph p:nth-child(2) span{
    font-weight: 500;
}

.section2 .paragraph p:nth-child(3){
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    max-width: 483px;
    margin: 0 auto;
}

.section2 .airplane{
    margin: 0 auto;
}

.max737{
    background: url(../images/airplane.jpg) center center no-repeat;
    background-size: 1000px 703px;
    width: 1000px;
    height: 703px;
    margin: 0 auto;
    position: relative;
}
.max737 button.holder_info{
    position: absolute;
    font-size: 25px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    padding: 0px;
}

.max737 button.activate{
    width: 60px;
    height: 60px;
    background-color: #0B2343;
    color: #FFFFFF;
    margin-left: -7px;
    margin-top: -7px;
}

#info1{ top: 150px; left: 230px; }
#info2{ top: 295px; left: 350px; }
#info3{ top: 235px; left: 550px; }
#info4{ top: 435px; left: 690px; }
#info5{ top: 170px; right: 50px; }
#info6{ top: 305px; right: 70px; }

button.close_modal_info{
    position: absolute;
    font-size: 18px;
    border-radius: 30px;
    width: 27px;
    height: 27px;
    padding: 0px;
    top: 10px;
    right: 10px;
    color: #FFFFFF;
    opacity: 1;
}

.modal_info{
    display: none;
    position: absolute;
    width: 330px;
    height: 330px;
    left: -30px;
    bottom: 5px;
    border: 1px #000 solid;
    border-radius: 3px;
    padding: 20px;
    background-color: #102243;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-shadow: 9px 9px 24px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 9px 24px -8px rgba(0,0,0,0.75);
    box-shadow: 9px 9px 24px -8px rgba(0,0,0,0.75);
}

.modal_info .max737_title{
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}
.modal_info .max737_description{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

/* ./ SECTION 2 */

.section3{
    padding: 130px 70px 250px 70px;
    background-image: url('../images/airplane_interior.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center;
}

.section3 .column1 p:nth-child(1){
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}

.section3 .column1 p:nth-child(2){
    font-weight: 100;
    font-size: 52px;
    line-height: 92px;
    text-align: left;
}

.section3 .column1 p:nth-child(2) span{
    font-weight: 500;
}

.section3 .column1 p:nth-child(3){
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    max-width: 740px;
    text-align: left;
}

.section4{
    background-color: #F7FBFD;
    padding: 70px 50px;
}

.section4 .text4{
    opacity: 0;
}

.section4 .text4 p:nth-child(1){
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    max-width: 566px;
    text-align: center;
    margin: 0 auto;
    color: #0B2343;
}

.section4 .text4 p:nth-child(1) span{
    font-weight: 500;
}

.section5{
    color: #0B2343;
    padding: 70px 50px;
}
.section5 p:nth-child(1){
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.section5 p:nth-child(2){
    font-weight: 100;
    font-size: 52px;
    line-height: 92px;
}

.section5 p:nth-child(2) span{
    font-weight: 500;
}

.section5 p:nth-child(3){
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    max-width: 740px;
    margin: 0 auto;
}

.section6{
    padding: 130px 70px 250px 70px;
    background-image: url('../images/peru.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center;
    text-align: left;
}

.section6 .column1 p:nth-child(1){
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

.section6 .column1 p:nth-child(2){
    font-weight: 100;
    font-size: 52px;
    line-height: 92px;
}

.section6 .column1 p:nth-child(2) span{
    font-weight: 500;
}

.section6 .column1 p:nth-child(3){
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    max-width: 740px;
} 
.section6 .column1 button{
    background-color: #FFFFFF;
    border: 1px #dadada solid;
    padding: 15px;
    font-weight: bold;
    color: #0B2343;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 191px;
    font-size: 20px;
    float: left;
    margin-top: 30px;
}



@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .section1{
        padding: 180px 30px 40px 30px;
    }
    .section1 .column1 p:nth-child(1){
        font-size: 12px;
    }
    .section1 .column1 p:nth-child(2){
        font-size: 52px;
        line-height: 50px;
    }
    .section1 .column1 p:nth-child(3){
        font-size: 16px;
        line-height: 18px;
    }

    /* SECTION 2 */
    .section2{
        padding: 70px 30px;
    }

    .section2 .paragraph p{
        text-align: center;
    }

    .section2 .paragraph p:nth-child(1){
        font-size: 12px;
        line-height: 10px;
    }

    .section2 .paragraph p:nth-child(2){
        font-size: 42px;
        line-height: 44px;
        margin: 8px 0px;
    }

    .section2 .paragraph p:nth-child(3){
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        margin: 0 auto;
        width: 100%;
    }

    .section2 .airplane{
        position: relative;
        padding: 10px;
        margin: 0 auto;
    }

    .max737{                            
        background-size: 720px 506px;
        width: 720px;
        height: 506px;
    }
    .max737 button.holder_info{
        position: absolute;
        font-size: 22px;
        border-radius: 30px;
        width: 35px;
        height: 35px;
        padding: 0px;
    }

    .max737 button.activate{
        width: 47px;
        height: 47px;
        background-color: #0B2343;
        color: #FFFFFF;
        margin-left: -5px;
        margin-top: -5px;
    }

    #info1{ top: 105px; left: 145px; }
    #info2{ top: 225px; left: 205px; }
    #info3{ top: 175px; left: 405px; }
    #info4{ top: 315px; left: 500px; }
    #info5{ top: 120px; right: 32px; }
    #info6{ top: 220px; right: 55px; }

    .modal_info{
        width: 250px;
        height: 250px;
        left: -27px;
        bottom: -75px;
    }
    .modal_info .max737_title{
        font-size: 22px;
    }
    .modal_info .max737_description{
        font-size: 12px;
    }

    /* ./ SECTION 2 */
    .section3{        
        padding: 140px 30px 130px 30px;
    }

    .section3 .column1 p{
        text-align: left;
    }

    .section3 .column1 p:nth-child(1){
        font-size: 12px;
        line-height: 20px;
    }

    .section3 .column1 p:nth-child(2){
        font-size: 42px;
        line-height: 44px;
        margin: 8px 0px;
    }

    .section3 .column1 p:nth-child(3){
        font-size: 16px;
        line-height: 20px;
    }

    .section4 .text4 p:nth-child(1){
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin: 0 auto;
    }

    .section5{
        padding: 70px 30px;
    }

    .section5 .paragraph{
        text-align: center;
    }
    .section5 .paragraph p:nth-child(1){
        font-size: 12px;
        line-height: 30px;
    }

    .section5 .paragraph p:nth-child(2){
        font-size: 42px;
        line-height: 44px;
        margin: 8px 0px;
    }

    .section5 .paragraph p:nth-child(3){
        font-size: 16px;
        line-height: 20px;
        margin: 0 auto;
    }

    .section6{
        padding: 180px 15px;
    }

    .section6 .column1 p:nth-child(1){
        font-size: 12px;
        line-height: 20px
    }

    .section6 .column1 p:nth-child(2){
        font-size: 42px;
        line-height: 44px;
        margin: 8px 0px;
    }

    .section6 .column1 p:nth-child(3){
        font-size: 16px;
        line-height: 20px;
    } 
    .section6 .column1 button{
        width: 134px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .section1{
        padding: 180px 15px 40px 15px;
    }
    .section1 .column1 p:nth-child(1){
        font-size: 12px;
    }
    .section1 .column1 p:nth-child(2){
        font-size: 52px;
        line-height: 50px;
    }
    

    .section1 .column1 p:nth-child(3){
        font-size: 16px;
        line-height: 18px;
    }

    /* SECTION 2 */
    .section2{
        padding: 60px 5px;
    }    

    .section2 .paragraph p{
        text-align: left;
    }

    .section2 .paragraph p:nth-child(1){
        font-size: 14px;
        line-height: 10px;
        text-align: center;
    }

    .section2 .paragraph p:nth-child(2){
        font-size: 42px;
        line-height: 44px;
        margin: 8px 0px;
        display: none
    }

    .section2 .paragraph p:nth-child(3){
        font-weight: 300;
        font-size: 20px;
        line-height: 26px;
        margin: 0px auto;
        width: 100%;
        text-align: center;
        padding: 60px 0;
    }

    .section2 .airplane{
        position: relative;
        float: left;
        padding: 10px;
        margin: 0 auto;
    }

    .max737{                            
        background-size: 450px 316px;
        width: 450px;
        height: 316px;
    }
    .max737 button.holder_info{
        position: absolute;
        font-size: 20px;
        border-radius: 30px;
        width: 32px;
        height: 32px;
        padding: 0px;
    }

    .max737 button.activate{
        width: 42px;
        height: 42px;
        background-color: #0B2343;
        color: #FFFFFF;
        margin-left: -5px;
        margin-top: -5px;
    }

    #info1{ top: 50px; left: 45px; }
    #info2{ top: 127px; left: 105px; }
    #info3{ top: 100px; left: 245px; }
    #info4{ top: 195px; left: 310px; }
    #info5{ top: 60px; right: 32px; }
    #info6{ top: 150px; right: 32px; }

    .modal_info{
        width: 150px;
        height: 150px;
        left: -17px;
        bottom: -85px;
    }
    .modal_info .max737_title{
        font-size: 17px;
    }
    .modal_info .max737_description{
        font-size: 10px;
    }
    /* ./ SECTION 2 */


    .section3{        
        padding: 140px 15px 130px 15px;
    }

    .section3 p{
        text-align: left;
    }

    .section3 .column1 p:nth-child(1){
        font-size: 12px;
        line-height: 20px;
    }

    .section3 .column1 p:nth-child(2){
        font-size: 42px;
        line-height: 44px;
        margin: 8px 0px;
    }

    .section3 .column1 p:nth-child(3){
        font-size: 16px;
        line-height: 20px;
    }

    .section4 .text4 p:nth-child(1){
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        margin: 0px;
    }

    .section4 .text4 p:nth-child(1) span{
        font-weight: 500;
    }

    .section5{
        padding: 60px 15px;
    }

    .section5 .paragraph{
        text-align: left;
    }
    .section5 .paragraph p:nth-child(1){
        font-size: 12px;
        line-height: 30px;
    }

    .section5 .paragraph p:nth-child(2){
        font-size: 42px;
        line-height: 44px;
        margin: 8px 0px;
    }

    .section5 .paragraph p:nth-child(3){
        font-size: 16px;
        line-height: 20px;
        margin: 0px;
    }

    .section6{
        padding: 180px 15px;
    }

    .section6 .column1 p:nth-child(1){
        font-size: 12px;
        line-height: 20px
    }

    .section6 .column1 p:nth-child(2){
        font-size: 42px;
        line-height: 44px;
        margin: 8px 0px;
    }

    .section6 .column1 p:nth-child(3){
        font-size: 16px;
        line-height: 20px;
    } 
    .section6 .column1 button{
        width: 134px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    /* SECTION 2 */
    .max737{                            
        background-size: 300px 211px;
        width: 300px;
        height: 211px;
    }
    .max737 button.holder_info{
        position: absolute;
        font-size: 18px;
        border-radius: 30px;
        width: 27px;
        height: 27px;
        padding: 0px;
    }

    .max737 button.activate{
        width: 37px;
        height: 37px;
        background-color: #0B2343;
        color: #FFFFFF;
        margin-left: -7px;
        margin-top: -7px;
    }

    #info1{ top: 35px; left: 45px; }
    #info2{ top: 80px; left: 75px; }
    #info3{ top: 60px; left: 150px; }
    #info4{ top: 135px; left: 205px; }
    #info5{ top: 23px; right: 18px; }
    #info6{ top: 98px; right: 32px; }

    .modal_info{
        width: 120px;
        height: 120px;
        left: -17px;
        bottom: -85px;
    }
    .modal_info .max737_title{
        font-size: 14px;
    }
    .modal_info .max737_description{
        font-size: 10px;
    }
    
}


/* ANIMACIONES */
.animated {
    animation-duration:1s;
    animation-fill-mode:both
}

@keyframes fadeInLeft {
    0% {
        opacity:0;
        transform:translate3d(-100%, 0, 0)
    }
    to {
        opacity:1;
        transform:none
    }
}
.fadeInLeft {
    animation-name:fadeInLeft
}

@keyframes fadeOutLeft {
    0% {
        opacity:1
    }
    to {
        opacity:0;
        transform:translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    animation-name:fadeOutLeft
}

/*

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

.slideInLeft {
    animation-duration:2s;
    animation-fill-mode:both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}*/