@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: 307px;
    padding: 60px 0 20px;
    width: 100%;
}
.tbe > p{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 20px;
    text-align: center;
}
.logos{
    display: inline-block;
}
.logos:nth-child(4) > img{
    padding: 0 5px;
}
.top-text{
    position: relative;
}
.top-text > h1{
    color: #fff;
    font-family: "Times New Roman", "Times", serif;
    font-size: 56px;
    line-height: 60px;
    padding-top: 80px;
    padding-bottom: 110px;
    /*padding-bottom: 30px;*/
    text-align: left;
}
.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: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
    z-index: -1;
    
    position: absolute;
    left: -100px;
    top: 280px;
    width: 550px;
    padding: 10px 10px 10px 100px;
}
/*.top-text > p > span.yellow{
    color: #edf002;
}*/
.middle-text{
    /*margin: 0 auto;*/
    max-width: 500px;
    width: 100%;
}
.middle-text > p{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
    text-align: justify;
}
.middle-text > p:last-child{
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.form-group{
    text-align: left;
}
.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: bold;
    max-width: 500px;
    margin: 25px 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;
    max-width: 500px;
}
.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: 48px;
        line-height: 50px;
    }
    .top-text > p{
        font-size: 18px;
        line-height: 26px;
        left: -100px;
        top: 250px;
        width: 550px;
        padding: 10px 10px 10px 100px;
    }
    .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: 26px;
        line-height: 32px;
        padding: 10px 0;
    }
    .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: 90%;
        padding: 15px;
    }
    .form-group > button{
        font-size: 18px;
        margin: 15px auto 30px;
    }
}

/***********************************************/
/*               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;
    }
}