
/*-----------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Rational TW Display';
    src: url('../fonts/37EAFC_1C_0.eot');
    src: url('../fonts/37EAFC_1C_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/37EAFC_1C_0.woff') format('woff'),
         url('../fonts/37EAFC_1C_0.ttf') format('truetype'),
         url('../fonts/37EAFC_1C_0.svg#fs_sinclairbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*-----------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Rational TW Bold';
    src: url('../fonts/37EAFC_1_0.eot');
    src: url('../fonts/37EAFC_1_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/37EAFC_1_0.woff') format('woff'),
         url('../fonts/37EAFC_1_0.ttf') format('truetype'),
         url('../fonts/37EAFC_1_0.svg#fs_sinclairbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*-----------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Rational TW Thin';
    src: url('../fonts/37EAFC_11_0.eot');
    src: url('../fonts/37EAFC_11_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/37EAFC_11_0.woff') format('woff'),
         url('../fonts/37EAFC_11_0.ttf') format('truetype'),
         url('../fonts/37EAFC_11_0.svg#fs_sinclairbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.modal-content
{
    background: #fddc2e;
    border-radius: 0;
    color: #6f297f;
    border: none;
}
.modal-header
{
    background: #e52686;
    color: white;
    border-bottom: none;
}
.modal-footer
{
    border-top: none;
}
/*-----------------------------------------------------------------------------------------------*/
html,body
{
    overflow: hidden;
}
/*-----------------------------------------------------------------------------------------------*/
body
{
    min-width: 100%;
    min-height: 100vh;
    font-size: 14px;
    font-family: "Rational TW Display";
    background-color: #b5b2b2;
    color: white;
    background: #7b007f;
    background: -moz-linear-gradient(-45deg, #7b007f 17%, #fe0080 59%, #f7e800 80%);
    background: -webkit-linear-gradient(-45deg, #7b007f 17%,#fe0080 59%,#f7e800 80%);
    background: linear-gradient(135deg, #7b007f 17%,#fe0080 59%,#f7e800 80%);
    background-size: 100% 100%;
    
}
/*-----------------------------------------------------------------------------------------------*/
.purple
{
    background-color: #7b007f;
}
/*-----------------------------------------------------------------------------------------------*/
.pink
{
    background-color: #fe0080;
}
/*-----------------------------------------------------------------------------------------------*/
.panel, 
.panel-default
{
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    border: none;
}
/*-----------------------------------------------------------------------------------------------*/
.panel .embed-responsive
{
    margin: -15px -15px 15px -15px;
}
/*-----------------------------------------------------------------------------------------------*/
.panel *
{
    color: #333;
}
/*-----------------------------------------------------------------------------------------------*/
.parallax 
{
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 82px;
}
/*-----------------------------------------------------------------------------------------------*/
.parallax_layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/*-----------------------------------------------------------------------------------------------*/
.parallax_layer.base 
{
    transform: translateZ(0);
    padding-top: 80px;
    opacity: 1;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
}
/*-----------------------------------------------------------------------------------------------*/
#nav-icon4 
{
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    float: right;
}
/*-----------------------------------------------------------------------------------------------*/
#nav-icon4 span 
{
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/*-----------------------------------------------------------------------------------------------*/
#nav-icon4 span:nth-child(1) 
{
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/*-----------------------------------------------------------------------------------------------*/
#nav-icon4 span:nth-child(2) 
{
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/*-----------------------------------------------------------------------------------------------*/
#nav-icon4 span:nth-child(3) 
{
  top: 33px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/*-----------------------------------------------------------------------------------------------*/
body.menu #nav-icon4 span:nth-child(1) 
{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
/*-----------------------------------------------------------------------------------------------*/
body.menu #nav-icon4 span:nth-child(2) 
{
  width: 0%;
  opacity: 0;
}
/*-----------------------------------------------------------------------------------------------*/
body.menu #nav-icon4 span:nth-child(3) 
{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
/*-----------------------------------------------------------------------------------------------*/
body.menu .parallax_layer.base
{
    opacity: 0;
}
/*-----------------------------------------------------------------------------------------------*/
.parallax_layer.back 
{
    transform: translateZ(-1px);
    z-index: -1;
}
/*-----------------------------------------------------------------------------------------------*/
.parallax_layer.back img{
    position: absolute;
    left: 50%;
}
@media screen and (min-width: 769px)
{
    .parallax_layer.back img{
        right: -45%;
        max-width: 100%;
    }
}
/*-----------------------------------------------------------------------------------------------*/
h1
{
    font-size: 7rem;
}
/*-----------------------------------------------------------------------------------------------*/
h2
{
    font-size: 4rem;
}
/*-----------------------------------------------------------------------------------------------*/
h3
{
    font-size: 2.7rem;
}
/*-----------------------------------------------------------------------------------------------*/
h2 .underline
{
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------*/
h2 .underline:after
{
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-image: url(../images/text_underline.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-statement
{
    margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-statement h4
{
    font-weight: bold;
    text-shadow: 2px 2px #6f297f;
    text-align: left;
    font-size: 3.5vw;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-statement .hashtag
{
    padding: 0 15px 0 2px;
    line-height: 2;
    font-weight: bold;
    color: $color-yellow;
    text-shadow: 1px 1px 0px #6f297f;
    font-style: italic;
    z-index: 2;
    position: relative;
    background-image: linear-gradient(top, transparent, transparent 50%, #e52686 50%, #e52686 100%);
    background-image: -webkit-linear-gradient(top, transparent, transparent 50%, #e52686 50%, #e52686 100%);
    border-bottom: 2px solid #6f297f;
}
/*-----------------------------------------------------------------------------------------------*/
.shadowed
{
    text-shadow: 3px 3px 0px #333;
}
/*-----------------------------------------------------------------------------------------------*/
.background
{
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
/*-----------------------------------------------------------------------------------------------*/
.background img
{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*-----------------------------------------------------------------------------------------------*/
.background img.mobile
{
    display: none;
}
/*-----------------------------------------------------------------------------------------------*/
b
{
    font-family: "Rational TW Bold";  
}
/*-----------------------------------------------------------------------------------------------*/
a
{
    font-family: "Rational TW Bold";  
    text-decoration: underline;
    color: #333;
}
/*-----------------------------------------------------------------------------------------------*/
a:hover, a:active, a:visited
{
    color: #333;
}
/*-----------------------------------------------------------------------------------------------*/
a.white,a.white:hover, a.white:active, a.white:visited
{
    color: white;
}
/*-----------------------------------------------------------------------------------------------*/
h1, h2, h3
{
    font-family: "Rational TW Bold"; 
}
/*-----------------------------------------------------------------------------------------------*/
h3.padded
{
     padding-left: 25px;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-card.white{
    background: white;
    color: #333;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-card.yellow
{
    background: #fddc2e;
    color: #6f297f;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-card .card-title
{
    margin: -42px -42px 42px -42px;
    text-align: center;
    padding: 10px 0;
    color: white;
    background: #e52686;
}
/*-----------------------------------------------------------------------------------------------*/
label
{
    font-family: "Rational TW Bold"; 
    font-size: 1.7em;
}
/*-----------------------------------------------------------------------------------------------*/
.tag
{
    font-size: 3rem;
    font-family: 'Rational TW Thin';
    color: #fedd2e;
    margin-right: 0;
    position: relative;
}
/*-----------------------------------------------------------------------------------------------*/
.tag:before
{
    content: "#sabesquepodes";
    position: absolute;
    top: 2px;
    left: 2px;
    color: #6f2a7f;
    z-index: -1;
}
/*-----------------------------------------------------------------------------------------------*/
.tag:after
{
    width: 100%;
    height: 17px;
    background: #e52686;
    position: absolute;
    top: 50%;
    z-index: -1;
    box-shadow: 0 2px 0 #6f2a7f;
}
/*-----------------------------------------------------------------------------------------------*/
.tag.left
{
    text-align: right;
    margin-left: 0;
}
/*-----------------------------------------------------------------------------------------------*/
.tag.left:before
{
    left: initial;
    right: -2px;
}
/*-----------------------------------------------------------------------------------------------*/
navbar
{
    display: block;
    width: 100%;
    height: 82px; 
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .logo
{
    max-height: 42px;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .wtf-btn
{
    float: right;
    margin: 0 50px;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .menu
{
    float: right;
    min-height: 42px;
    max-height: 42px;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .options
{
    width: 100%; 
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: height 1s, opacity 1s;
    transition: height 1s, opacity 1s;
    padding-left: 0;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .options li.social
{
    position: fixed;
    bottom: 0;
    left: 0;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .navbar-social-icons
{
    padding-left: 0;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .options .social-icons__ico
{
    max-width: 40px;
    max-height: 40px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .options svg
{
    max-width: 40px;
    max-height: 40px;
}
/*-----------------------------------------------------------------------------------------------*/
body.menu navbar .options
{
    height: calc(100vh - 82px);
    opacity: 1;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .options li
{
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding-bottom: 60px;
    box-sizing: border-box;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------*/
navbar .options li a
{
    text-decoration: none;
    color: white;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-btn
{
    border: 2px solid;
    padding: 7px 15px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
}
.wtf-btn.btn-big {
	font-size: 28px;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-btn:hover
{
    background: white !important;
    color: purple !important;
}
/*-----------------------------------------------------------------------------------------------*/
.panel .wtf-btn
{
    color: #7B007F;
    border-color: #7B007F;
}
/*-----------------------------------------------------------------------------------------------*/
.panel .wtf-btn:hover
{
    color: white !important;
    background: #7B007F !important;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-btn.white
{
    color: white;
    border: 2px solid white;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-card
{
    padding: 42px;
    background: white;
    margin: 15px 0;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-card.purple
{
    background: #6f297f;
    color: white;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-form-group
{    
    margin: 15px 0;
    position: relative;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-form-group .fa-arrow-right
{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate( 120%, -50%);
    font-size: 25px;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input
{
    width: 100%; 
    padding: 11px 25px;
    border: none;
    outline: 0;
    color: #333;
    background: white;
    border: 4px solid white;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input.error
{
    border-color: red;
}
/*-----------------------------------------------------------------------------------------------*/
.dot-container.error::before{
    border: 4px solid red;
}
/*-----------------------------------------------------------------------------------------------*/
#captcha-container
{
    width: 100%; 
    padding: 8px 25px;
    border: none;
    outline: 0;
    color: #333;
    background: white;
}
/*-----------------------------------------------------------------------------------------------*/
#captcha-text
{
    font-size: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-family: 'Rational TW bold';
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input.cc
{
    background-image: url(../images/cc_desktop.jpg);
    background-size: 100% auto;
    background-position: center;
    padding: 15px 25px;
    border: none;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input-radio
{
    display: inline-block;
    position: relative;
    line-height: 40px; 
    margin-right: 5px;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input-radio input[type="radio"]
{
    width: 20px;
    height: 20px;
    background: white;
    outline: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    opacity: 0;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input-radio input[type="radio"]:checked ~ .dot{
    display: block;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input-radio .text
{
    line-height: 20px;
    float: left;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input-radio .dot-container
{
    float: left;
    position: relative;
    height: 20px;
    width: 20px;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input-radio .dot-container::before
{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-input-radio .dot
{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #6f297f;
    pointer-events: none;
    display: none;
    border-radius: 100%;
    margin: auto;
}
/*-----------------------------------------------------------------------------------------------*/
.footer
{
    text-align: center;
    padding: 60px 0;
}
/*-----------------------------------------------------------------------------------------------*/
.wtf-radio-button{
    position: relative;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    padding: 7px 7px 7px 0;

}

.wtf-radio-button b
{
    font-weight: lighter;
}

@media screen and ( max-width: 769px)
{
    .wtf-radio-button
    {
        display: block;
    }
}

.wtf-radio-button .display{
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    display: block;
    float: left;
    margin: 0px 9px 4px 0;
    border: 1px solid #6f2a7f;
    position: relative;
    pointer-events: none;

}

.wtf-radio-button input[type="radio"]{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;

}

.wtf-radio-button input:checked ~ .display:after{
    content: '';
    width: 10px;
    height: 10px;
    background: #6f2a7f;
    display: block;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*-----------------------------------------------------------------------------------------------*/
.footer a
{
    color: white;
}

/*-----------------------------------------------------------------------------------------------*/
@media screen and ( max-width: 768px)
{
    body
    {
        font-size: 3vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    h1
    {
        font-size: 9.5vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    h2
    {
        font-size: 8vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    h3
    {
        font-size: 4.5vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    .tag
    {
        font-size: 5vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    .tag:after
    {
        height: 3vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    navbar .logo,
    navbar .menu
    {
        min-height: 5.5vw;
        max-height: 5.5vw; 
    }
    /*-------------------------------------------------------------------------------------------*/
    navbar .wtf-btn
    {
        padding: 1vw 15px;
        margin: 0vw 4vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    .wtf-card
    {
        padding: 2vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    label
    {
        font-size: 2.5vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    .wtf-form-group
    {
        margin: 2vw 0;
    }
    /*-------------------------------------------------------------------------------------------*/
    .wtf-input
    {
        padding: 2vw 3vw;
        border: 0.5vw solid white;
    }
    /*-------------------------------------------------------------------------------------------*/
    .wtf-input.cc
    {
        padding-top: 10%;
        background-image: url(../images/cc_mobile.jpg);
    }
    /*-------------------------------------------------------------------------------------------*/
    .special
    {
        padding-left: 0;
    }
    /*-------------------------------------------------------------------------------------------*/
    .wtf-input-radio input[type="radio"],
    .wtf-input-radio .dot-container,
    .wtf-input-radio .dot-container::before
    {
        width: 5.3vw;
        height: 5.3vw;
        max-height: 5.3vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    .wtf-input-radio .dot 
    {
        width: 3vw;
        height: 3vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    .wtf-input-radio .text
    {
        line-height: 5.3vw;
        margin-left: 0;
    }
    /*-------------------------------------------------------------------------------------------*/
    #captcha-text
    {
        font-size: 0.8vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    .background img.desktop
    {
        display: none;
    }
    /*-------------------------------------------------------------------------------------------*/
    .background img.mobile
    {
        display: block;
    }
    /*-------------------------------------------------------------------------------------------*/
    .wtf-card .card-title
    {
        margin: -2vw -2vw 2vw -2vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    #nav-icon4
    {
        width: 11vw;
        height: 7vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    #nav-icon4 span{
        height: 1vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    #nav-icon4 span:nth-child(2) 
    {
        top: 2.7vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    #nav-icon4 span:nth-child(3) 
    {
        top: 6vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    body.menu #nav-icon4 span:nth-child(1) {
        left: 0;
        top: -0.5vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    body.menu #nav-icon4 span:nth-child(3) {
        top: 7.25vw;
        left: 0;
    }
    /*-------------------------------------------------------------------------------------------*/
    navbar .options li 
    {
        padding-bottom: 5vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    navbar .options li.social{
        max-height: 10vw;
        bottom: 5vw;
    }
    /*-------------------------------------------------------------------------------------------*/
    navbar .options .social-icons__ico
    {
        max-width: 10vw;
        max-height: 10vw;
        display: inline-block;
    }
    /*-------------------------------------------------------------------------------------------*/
    navbar .options svg
    {
        max-width: 10vw;
        max-height: 10vw;
    }
    
	.wtf-btn.btn-big {
		font-size: 7vw;
	}
}

