/*
* Wava Theme
* Created by : mixdesigns
* website : www.mixdesigns.net
*/

/* Table of Content
==================================================
        - General -
        - margin spaces -
        - Header and nav -
        - intro -
        - screenshots -
        - overview -
        - features -
        - share -
        - app-brief1 - app-brief2 -
        - subscription-form -
        - contact -
        - footer -
        -    THEME SWITCHER -
        - responsive -

*/

/* - General ------------------------------------------------------- */
 
/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 105px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -50px;
}

/* top line LOADER */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #F44C67;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height:5px;
}

/* Global Styles */
body,html {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: 'Latam_Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    background: transparent;
    color: #FFF;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

::-moz-selection{ color: #fff; background:#29282b; }
::-webkit-selection{ color: #fff;    background:#29282b; }
::selection{ color: #fff;    background:#29282b; }

a{
    color: #FFF;
    text-decoration: none;
}
a:hover{
    color: #29282b;
    cursor: pointer;
}
a:hover,a:focus{
    -moz-outline: none;
    outline: none;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Latam-sans', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #FFF;
    letter-spacing: 2px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}
.img-responsive{
    margin: 0 auto;
    width: auto;
}
.section{
    position: relative;
    z-index: 5;
}
.relative{
    position: relative;
}
.bold{
    font-weight: 400;
}
.hint{
    color: #999;
    font-size: 13px;
}
/* title Section */
.titleSection{
    clear: both;
    margin-bottom: 60px;
    text-align: center;
}
.titleSection h2{
    margin-top: 0px;
}
.titleSection p{
    max-width: 760px;
    margin: 0 auto;
	
}
/* line */
.coloredLine{
    margin:20px auto 0px;
    width: 40px;
    border-bottom: 1px solid #eee;
}
/* buttons */
.btn-new{
    max-width: 250px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;       
    background: #F44C67;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-family: 'Latam-sans', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    border: none;
}
.btn-new:hover,.btn-new:focus{
    background: #FC647B;
    color: #fff;
    text-decoration: none;
    outline: none;
}
/* margin spaces */
.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}
.space100 {
    margin-bottom: 100px;
}
.space160 {
    margin-bottom: 160px;
}
.space180 {
    margin-bottom: 180px;
}
.space190 {
    margin-bottom: 190px;
}
.space200 {
    margin-bottom: 200px;
}
.space210 {
    margin-bottom: 270px;
}
/* Header and nav --------------------------------------------------- */
/* .logo{
    display:inline-block;
}
.logo img{
    max-width: 100%;
} */

.nav-logo{
    padding: 0px 15px;
    height: 50px;
    overflow: hidden;
}
.nav-logo:focus{
    outline: none;
}
.nav-logo img{
    height: 100%;
}
.navbar{
    margin-bottom: 0px;
	background-color: #1B0088;
}
.navbar-nav {
    float: left;
    margin: 0px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-nav li a:focus{
    outline: none;
}
.navbar-nav li.active a,.navbar-nav li a:hover {
    color:#00B5AD;
}
.navbar-toggle{
    padding: 5px 10px;
    margin-right: 10px;
}

/* intro ---------------------------------------------------------------- */
#intro {
    background: url("/content/dam/LATAM/App/English/images/section/seccion1_pt.png");
    background-color: #ed1650;
	background-size:cover;
    padding: 80px 0px 0px;
    position: relative;
    z-index: 1;
}

#intro .logo{
    margin-bottom: 40px;
    margin-left: 77px;
}

#intro .content-text {
    margin-top: 60px;
}

#intro .section-image {
    position: absolute;
    left: 0px;
    max-width: 40%;
}

#intro .show-mobile {
    display: none;
}

/* Nos Movemos ---------------------------------------------------------------- */
#Nos-movemos{
    background: #ed1650;
    padding: 20px 0px;
    position: relative;
    z-index: 7;
}

#Nos-movemos img {
    position: absolute;
    right: 160px;
    top: -170px;
    max-width: 40%;
}

#Fidelidad{
    background: #00B5AD;
    padding: 150px 0px;
    position: relative;
    z-index: 1;
}
.intro-mobile {
    position: absolute;
    left: 0px;
    bottom:-250px; /* negtivae value of section bottom padding */
    max-width: 50%;
}
.downloads a{
    display: inline-block;
    margin-right: 10px;
}
.downloads a:last-child{
    margin-right: 0px;
}

/* Tu eliges -------------------------------------------------------------- */
#Tu-eliges{
    background: #99127F;
    padding: 160px 0 0 0;
    position: relative;
    z-index: 6;
}

#Tu-eliges .section-image {
    position: absolute;
    left: 0px;
    max-width: 45%;
}

#Tu-eliges2{
    background: #00B5AD;
    padding: 100px 0 0 0;
    position: relative;
    z-index: 6;
}

#Tu-eliges2 .section-image {
    position: absolute;
    left: 0px;
    max-width: 45%;
}

/* Preparate -------------------------------------------------------------- */
#Preparate{
    background: #1B0088;
    padding: 120px 0px;
    position: relative;
    z-index: 5;
}

#Preparate .section-image {
    position: absolute;
    right: 0;
    top: -90px;
    max-width: 50%;
    margin-right: 0px;
}

#Preparate .content-text {
    margin-top: 40px;
}

/* Sube-a-bordo -------------------------------------------------------------- */
#Sube-a-bordo{
    background: #00B5AD;
    padding: 180px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

#Sube-a-bordo .section-image {
    position: absolute;
    left: 0px;
    bottom: -65px;
    max-width: 40%;
    margin-left: 30px;
}
   
/* overview ---------------------------------------------------------------- */
#overview{
    background: #1b0088;
	background: url("/content/dam/LATAM/App/English/images/section/Latam_background@2x.png");
	background-size: cover;
    text-align: center;
    padding: 100px 0px;
}
.bigIcon{
    color: #F44C67;
    font-size: 50px;
    margin-bottom: 20px;
}

/* overview2 ---------------------------------------------------------------- */
#overview2{
    background: #1b0088;
    text-align: center;
    padding: 100px 0;
}
.bigIcon{
    color: #F44C67;
    font-size: 50px;
    margin-bottom: 20px;
}


/* features ---------------------------------------------------------------- */
#features{
    background:#f1f1f1;
    border-top: 1px solid #eee;
    text-align: center;
}
.leftFeatures,.rightFeatures{
    margin-top: 50px;
}
 

/* app-brief1 ---------------------------------------------------------------- */
.container{
	position: relative;
}

.phones{
    width: 100%;
    max-width: 500px;    
    height: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.phones.ph2{
    z-index:6;
    top: -100px;
    left: 40px;
}
.phones.ph3{
    z-index:5;
    top: -20px;
    right: 0;
}
.phones.ph4{
    z-index:6;
    top: -100px;
    left: 40px;
    
}
.left-mob-front{
    position: absolute;
    left: 12%;
    margin: 0px auto;
    z-index: 2;
}
.left-mob-back {
    z-index: 6;
}
.rightList li{
    padding-bottom: 10px;
    position: relative;
}
.rightList li i{
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 14px;
}
.rightList li span{
    padding-left: 30px;
}

.right-mob-front{
    position: absolute;
    right: 12%;
    margin: 0px auto;
    top:-40px;
    z-index: 2;
}
.right-mob-back {
    z-index: 4;
}

/* Footer ---------------------------------------------------------- */
footer {
    background:#1b0088;
    text-align: center;
    padding: 0px 0px;
}
footer hr{
    border-color: #181819;
}
footer p{
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}
footer p a,footer p a:hover,footer p a:focus {
    color: #fff;
}
footer img#footer-img {
    width: 100%;
}

footer .downloads {
    margin-top: 40px;
}

footer .downloads a {
    margin-right: 70px;
}

/*------------------------------------------------------------- 
                           THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
    position: fixed;
    top: 100px;
    z-index: 999999;
    height: 100%;
}

.corner {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    -webkit-border-radius:0px 6px 6px 0px;
    -moz-border-radius:0px 6px 6px 0px;
    border-radius:0px 6px 6px 0px;
    background: url(/content/dam/LATAM/App/English/android/images/switcher/corner-open.png);
    position: absolute;
    top: 50px;
    right: -40px;
}

.s-close {
    left: -205px !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.s-open {
    left: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.corner.expanded {
    background: url(/content/dam/LATAM/App/English/android/images/switcher/corner.png);
}

#options {
    width: 205px;
    height:180px;
    background: #fff;
    padding: 0;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.heading {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#options h6 {
    color: #5c5c5c;
    margin-bottom: 10px;
    font-size: 13px;
}

.options-segment {
    margin-bottom: 20px;
}
.color-scheme {
    padding: 0;
}
.color-scheme li {
    float: left;
    list-style: none;
}
.color-scheme a {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 4.25px 10px;
}
.colors-sel {
    padding: 20px 25px 15px;
    margin-bottom: 0;
}

.options-head {
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    line-height: 50px;
}

.version{
    position: fixed;
    left: 0px;
    top: 100px;
    font-size:30px;
    color: #6D6E71;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9999;
}
.version:hover,.version:focus{
    color: #7B7C7F;
}
/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {
    .downloadtxt{
        margin-top: 20px;
    }
}

@media only screen and (max-width : 1200px) {
    #intro .downloads a{
        margin-bottom: 12px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #intro {
        height: 100%;
        min-height: 850px;
    }

    #intro .downloads {
        margin-top: 30px;
    }
}


@media only screen and (max-width : 992px) {
    #intro{
        text-align: center;
    }

    #intro .logo{
        margin-left: 0;
    }

    section h1, section h2 {
        font-size: 24px;
    }

    #intro .content-text {
        margin-top: 0;
    }

    #intro .section-image {
        position: static;
        max-width: 300px;
    }

    #intro,.section{
        padding: 60px 0px;
    }

    #intro .show-mobile {
        display: block;
    }

    #intro .content-text h1, #intro .content-text p {
        display: none;
    }

    #intro .downloads {
        margin-bottom: 24px;
    }

    #Nos-movemos img {
        position: static;
        max-width: 400px;
    }

    #Nos-movemos .content-text {
        text-align: center;
    }

    #Tu-eliges .section-image {
        position: static;
        max-width: 400px;
    }

    #Tu-eliges .content-text {
        text-align: center;
          }

    #Tu-eliges2 .section-image {
        position: static;
        max-width: 400px;
    }

    #Tu-eliges2 .content-text {
        text-align: center;
    }
    #Preparate .section-image {
        position: static;
        max-width: 400px;
        margin: 0 auto;
    }

    #Preparate .content-text {
        text-align: center;
    }

    #Sube-a-bordo {
        padding: 120px 0 0 0;
    }

    #Sube-a-bordo .section-image{
        position: static;
        max-width: 400px;
        margin: 0 auto;
    }

    #Sube-a-bordo .content-text {
        text-align: center;
    }

    .overlay{
        padding-top: 100px;
        padding-bottom: 400px;
    }
    .slider-3d{
        margin-top: -380px;
        padding-bottom: 100px;
    }
    .intro-mobile {
        position: static;
        max-width: 300px;
    }
  
    .left-mob-front{
        right: 0px;
        left: auto;
        max-width: 100%;
        top: 0px;
    }
    .left-mob-back{
        left: -30px;
        max-width: 100%;
        top: 0px;   
    }
    .right-mob-front{
        left: 0px;
        right: auto;
        max-width: 100%;
        top: 0px;
    }
    .right-mob-back {
        right: -30px;
        max-width: 100%;
        top: 0px;  
    }

    .leftFeatures{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    #features .text-left,#features .text-right{
        text-align: center !important;
    }
    .mg-sm-100{
        margin-bottom: 40px;
    }

}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .navbar-collapse {
        max-height: 355px !important;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
    }
    .navbar-nav{
        width: 100%;
    }
    h1{
        font-size: 30px;
    }

    }
    .navbar{
    background: rgba(27,0,136,0.9);
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    section {
        padding: 80px 0px 80px 0px !important;
    }

    section#Sube-a-bordo {
        padding: 80px 0px 0px 0px !important;
    }

    section p {
        margin: 0px !important;
    }

    #Nos-movemos img {
        max-width: 300px;
    }

    #Tu-eliges .section-image {
        max-width: 300px;
    }

    #Tu-eliges2 .section-image {
        max-width: 300px;
    }
    #Preparate .section-image {
        max-width: 300px;
    }

    #Sube-a-bordo .section-image {
        max-width: 300px;
    }

    #intro .downloads a{
        margin: 5px;
    }

    footer .downloads a {
        margin: 5px;
        margin-bottom: 10px;
    }

    footer .downloads a:last-child{
        margin-right: 5px;
    }

    .left-mob-front,.left-mob-back,.right-mob-front,.right-mob-back{
        max-width: 50%;
    }

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}