@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');

html,body{
    font-family: 'Roboto', sans-serif;
    height: 100%;
    width: 100%;
}
.wrapper{
    position: relative;
}
.background-top{
    background: url(../img/background-top.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 350px;
    position: absolute;
    width: 100%;
    z-index: -100;
}
.book > img{
    max-width: 408px;
    padding: 60px 0 20px;
    width: 100%;
}
.top-text{
    position: relative;
}
.top-text > h1{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 90px;
    padding-top: 80px;
    padding-bottom: 110px;
    text-align: left;
}
.top-text > h1 > span{
    font-size: 101px;
}
.top-text > p{
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
    background: url(../img/banner-top-text.png) no-repeat;
    -webkit-background-size: 100% 52px;
    -moz-background-size: 100% 52px;
    background-size: 100% 52px;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    z-index: -1;
    
    position: absolute;
    left: -210px;
    top: 280px;
    width: 560px;
    padding: 4px 30px 10px 210px;
}
.middle-text{
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
}
.middle-text > p{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
    text-align: center;
}
.middle-text > p:last-child{
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.form-group{
    text-align: center;
}
.form-group > input{
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    height: 50px;
    max-width: 500px;
    margin: 10px auto 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.form-group > button{
    background: #ff6600;
    border: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    max-width: 500px;
    margin: 15px auto 0;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.form-group > button:hover{
    background: #d86111;
}
.form-group:last-child{
    text-align: center
}
.pp{
    padding: 10px 0;
    text-align: center;
}
.pp > a,.pp > a:visited{
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.disclaimer{
    padding: 60px 0;
}
.disclaimer > p{
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
@media screen and (max-width:1200px){
    .background-top{
        height: 320px;
    }
    .top-text > h1{
        font-size: 86px;
        line-height: 70px;
    }
    .top-text > h1 > span{
        font-size: 86px;
    }
    .top-text > p{
        font-size: 12px;
        line-height: 26px;
        top: 250px;
        width: 490px;
    }
    .book > img{
        padding: 60px 0 10px;
    }
    .logos{
        display: block;
        padding-bottom: 20px;
    }
    .middle-text{
        margin: 0 auto;
    }
    .form-group{
        text-align: center;
    }
    .pp{
        max-width: 100%;
    }
}
@media screen and (max-width:991px) {
    .top-text > h1{
        color: #333;
        font-size: 134px;
        line-height: 122px;
        padding: 10px 0;
    }
    .top-text > h1 > span{
        font-size: 134px;
    }
    .top-text > p{
        background: url(../img/banner-top-text.png) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        text-align: center;
        z-index: -1;

        position: relative;
        left: auto;
        margin-bottom: 20px;
        top: auto;
        width: 95%;
        padding: 15px;
        font-size: 16px;
    }
    .form-group > button{
        font-size: 18px;
        margin: 15px auto 30px;
    }
}
@media screen and (max-width:800px) {
    .top-text > h1{
        font-size: 112px;
        line-height: 100px;
        padding: 10px 0;
        text-align: center;
    }
    .top-text > h1 > span{
        font-size: 121px;
    }
    .wrapper > .container{
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}
@media screen and (max-width:767px) {
    .top-text > h1{
        font-size: 53px;
        line-height: 46px;
    }
    .top-text > h1 > span{
        font-size: 53px;
    }
    .top-text > p{
        width: 90%;
    }
    .form-group > button{
        margin: 15px auto 0px;
    }
    .row{
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
}

/***********************************************/
/*               STYLES MODAL                  */
/***********************************************/
.wrapper-modal{
    box-sizing: border-box;
    padding: 35px;
    width: 100%;
}
.title-pop h1{
    color: #084eba;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding: 15px;
    text-align: center;
}
.close{
    float: none !important;
    position: absolute;
    right: -15px;
    top: -15px;
}
.input-modal{
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #676767;
    font-size: 19px;
    height: 45px;
    max-width: 350px;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.button-modal {
    background: #27ae60;
    border: none;
    -webkit-box-shadow: inset 0 -2px #27ae60;
    -moz-box-shadow: inset 0 -2px #27ae60;
    box-shadow: inset 0 -2px #27ae60;
    color: #fff;
    cursor: pointer;
    font-family: 'Inconsolata', monospace;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    max-width: 350px;
    padding: 10px;
    text-align: center;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    width: 100%;
}
.button-modal:hover{
    background: #208e4f;
}
.policy-modal p{
    font-size: 13px;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}
.policy-modal p a{
    color:#4d4d4d;
    font-weight:bold;
    margin-top:5px;
    text-decoration:underline;
}
@media screen and (max-width:650px){
    .modal{
        padding: 0 !important;
    }
    .close{
        right: 5px;
        top: 5px;
    }
    .wrapper-modal{
        padding: 50px 15px;
    }
    .title-modal h2{
        font-size: 18px;
        line-height: 24px;
    }
    .policy-modal p{
        font-size: 11px;
        padding-top: 5px;
    }
}