/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/ago/2017, 16:04:10
    Author     : Lara Miranda
*/

.registration_page_mega_middleline {
    background: #26cad3;
    height: 2px;
    margin: auto;
}
.registration_page_mega_title {
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 18px;
    color: #004b6c;
}
.page_text{
    text-align: justify;
    font-size:18px;
    line-height:20px;
    color: #004b6c;
    margin-top:20px;
}
.registration_page_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.top_img{
    height:250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:absolute;
    width: 100%;
    z-index: 0;

}
.top_title{

    height:20px;
    z-index: 1;

}
.margin_to_title{
    margin-top: 40px;
}

.block{
    height:240px;
    position:relative;
}
.back_light_blue{
    background-color: rgba(13, 203, 211, 0.2);
    position: absolute;
    height:240px;
    width: 100%; 
}

.img_left{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}
.img_right{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    margin: 10px 0;
}
.margin_top{
    margin-top: 60px;
}
.text-right{
    text-align: right;
}
.img_history{
    height:120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    margin-right: 10px;
}
.img_history2{
    height:120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    margin-left: 10px;
}
.text_bold{
    font-weight: 600;
}

.terms p{
    color:#004b6c;
    text-align: justify;
    font-size: 18px;
    line-height: 20px;
    
}

@media screen and (max-width: 600px) {

    .point {
        text-align: center;
    }
    .terms {
        padding: 0 20px;
    }

}

@media screen and (max-width: 960px) {
    .point {
        text-align: center;
    }
    .terms {
        padding: 0 20px;
    }
}

