/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}



/* BODY */

html{
    font-size: 10px;
}
body{
    font-size: 100%;
}
body, input, textarea, select, button{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 400;
    color: #213349;
}
p{
    text-rendering: optimizeLegibility;
}
strong{
    font-weight: 700;
}
em{
    font-style: italic;
}
input, textarea, select, button{
    border: none;
    outline: none;
    resize: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
input:not([type="checkbox"]):not([type="radio"]), textarea, select, button{
    -webkit-appearance: none;
}

button{
    overflow: visible;
}

a, button, [tabindex="0"]{
    color: #3D7DFF;
    -webkit-tap-highlight-color: rgba(61, 125, 255, 0);
    cursor: pointer;
    outline: none;
}

img{
    display:inline-block;
    max-width: 100%;
}

*, *:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* HIDDENS */

@media (max-width: 767px) {
    .u-hidden\@xs{
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .u-hidden\@sm{
        display: none !important;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .u-hidden\@md{
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .u-hidden\@lg{
        display: none !important;
    }
}



/* ******* MOBILE ******* */

/* GENERAL */

.u-hidden-for-seo{
    position: absolute;
    left: -9999px;
}
.o-scrollable{
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.o-scrollable--x{
    overflow:hidden;
    overflow-x:auto;
}



/* STRUCTURE */

.o-wrapper{
    width: 100%;
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}

.o-section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.o-section-t{
    padding-top: 40px;
}
.o-section-b{
    padding-top: 40px;
}



/* ALIGNS */

.o-align-middle:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.o-align-middle__aligner{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}



/* PHOTO */

.u-photo{
    background: #F3F6F9 no-repeat center/cover;
}
.u-photo--contain{
    background: no-repeat center/contain;
}



/* TEXT */

.u-sans{
    font-family: 'Source Sans Pro', sans-serif;
}



/* BORDER BTN */

.c-border-btn{
    display: inline-block;
    padding: 5px 18px 8px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #3d7dff;
    border: 1px solid currentColor;
    border-radius: 12px;
}
.c-border-btn--dark{
    color: #213349;
}
.c-border-btn--fill{
    color: #fff;
    background-color: #2b80ff;
    border: none;
}



/* PICTURE */

.c-picture,
.c-picture__img{
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.c-picture--cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.c-picture--cover .c-picture__img{
    height: 100%;
}



/* HEADER */

.c-header,
.c-header__holder{
    height: 60px;
}
.c-header__holder{
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    background-color: #213349;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.c-header__logo{
    width: 130px;
    position: absolute;
    left: 54px;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-header__logo-img{
    display: block;
}
.c-header__logo-img--tuplan{
    display: none;
}
.c-header__cta{
    position: absolute;
    padding-right: 12px;
    padding-left: 12px;
    right: 15px;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
:root .c-header__cta{
    font-size: 1.6rem;
}

@media (max-width: 979px){

    .c-header__nav-btn{
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        left: 6px;
        top: 50%;
        margin-top: -22px;
        text-align: center;
    }
    .c-header__nav-btn span{
        display: block;
        width: 24px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -12px;
        background-color: #fff;
    }
    .c-header__nav-btn span:before,
    .c-header__nav-btn span:after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: -5px;
        background-color: #fff;
    }
    /*.c-header__nav-btn span,
    .c-header__nav-btn span:before,
    .c-header__nav-btn span:after{
        background-color: #3d7dff;
    }*/
    .c-header__nav-btn span:after{
        top: 5px;
    }

    .c-header__nav{
        display: none;
    }

}

@media (max-width: 360px){
    .c-header,
    .c-header__holder{
        height: 50px;
    }
    .c-header__nav-btn{
        left: 2px;
    }
    .c-header__logo{
        width: 110px;
        left: 48px;
    }
    .c-header__cta{
        padding-right: 10px;
        padding-left: 10px;
        right: 9px;
        font-size: 1.5rem;
    }
}




/* ********************** de Mobile a TABLET ********************** */

@media (min-width: 768px) {

    /* STRUCTURE */

    .o-wrapper{
        padding-left: 32px;
        padding-right: 32px;
    }

    .o-section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .o-section-t{
        padding-top: 60px;
    }
    .o-section-b{
        padding-top: 60px;
    }



    /* BORDER BTN */

    .c-border-btn{
        padding: 6px 24px 10px;
        font-size: 2.1rem;
        border-width: 2px;
        border-color: rgba(61, 125, 255, 0.8);
    }
    .c-border-btn--dark{
        border-color: rgba(33, 51, 73, 0.6);
    }
    .c-border-btn--white{
        border-color: rgba(255, 255, 255, 0.5);
    }



    /* HEADER */

    .c-header,
    .c-header__holder{
        height: 64px;
    }

    .c-header__logo{
        width: 160px;
        left: 80px;
        top: 50%;
    }
    .c-header__cta{
        right: 30px;
    }
    :root .c-header__cta{
        padding: 5px 18px 8px;
    }

}
@media (min-width: 768px) and (max-width: 979px) {

    .c-header__nav-btn{
        left: 22px;
    }
    .c-header__nav-btn span{
        width: 28px;
        margin-left: -14px;
    }
    .c-header__nav-btn span:before{
        top: -6px;
    }
    .c-header__nav-btn span:after{
        top: 6px;
    }

}




/* ********************** de Tablet a DESKTOP ********************** */

@media (min-width: 980px) {

    /* STRUCTURE */

    .o-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .o-section-t{
        padding-top: 50px;
    }
    .o-section-b{
        padding-top: 50px;
    }



    /* HEADER */

    .c-header__wrapper{
        height: 100%;
        position: relative;
        text-align: right;
    }
    :root .c-header__wrapper{
        padding-right: 200px;
    }
    .c-header__nav-btn{
        display: none !important;
    }
    .c-header__logo{
        width: 160px;
        left: 32px;
    }
    .c-header__nav{
        display: block !important;
    }
    :root .c-header__cta{
        padding: 5px 12px 8px;
    }

    /* Nav */

    .c-nav__holder:before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 64px;
    }
    .c-nav__list{
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .c-nav__item{
        display: inline-block;
        vertical-align: middle;
        margin-left: 24px;
    }
    .c-nav__item:first-child{
        margin-left: 0;
    }
    .c-nav__link{
        display: inline-block;
        vertical-align: middle;
        font-size: 1.6rem;
        padding: 10px 0;
        color: #fff;
    }
    .c-nav__item--social{
        margin-left: 30px;
    }
    .c-nav__social{
        display: inline-block;
        vertical-align: middle;
        width: 26px;
        height: 26px;
        position: relative;
        background: no-repeat center/contain;
    }
    .c-nav__whatsapp{
        background-image: url(../../images/whatsapp-color.svg);
    }
    .c-nav__instagram{
        background-image: url(../../images/instagram-color.svg);
    }

    .c-header--white .c-nav__link{
        color: #213349;
    }

}




/* ********************** de Desktop a DESKTOP 2 ********************** */

@media (min-width: 1200px) {

    /* STRUCUTRE */

    .o-wrapper{
        padding-left: 50px;
        padding-right: 50px;
    }



    /* HEADER */

    :root .c-header__wrapper{
        padding-right: 212px;
    }
    .c-header__logo{
        width: 180px;
    }
    :root .c-header__cta{
        padding: 5px 18px 8px;
    }

}
@media (min-width: 1200px) and (min-height: 790px){

    /* STRUCTURE */
    
    .o-section{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .o-section-t{
        padding-top: 70px;
    }
    .o-section-b{
        padding-top: 70px;
    }



    /* HEADER */

    .c-header,
    .c-header__holder,
    .c-nav__holder:before{
        height: 70px;
    }
    .c-nav__item{
        margin-left: 24px;
    }

}



/* ********************** de Desktop 2 a HD ********************** */

@media (min-width: 1400px) {

    /* HEADER */

    :root .c-header__wrapper{
        padding-right: 228px;
    }
    .c-header__logo{
        width: 180px;
        left: 50px;
        margin-top: -1px;
    }
    :root .c-header__cta{
        right: 48px;
    }

    /* Nav */

    .c-nav__item{
        margin-left: 24px;
    }
    .c-nav__link{
        font-size: 1.6rem;
    }

}

















