/*
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 : 30/ago/2017, 15:16:13
    Author     : Lara Miranda
*/
.registration_page_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.registration_page_mega_title {
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 18px;
    color: #004b6c;
    text-align: center;
}
.registration_page_mega_middleline {
    background: #26cad3;
    height: 2px;
    margin: auto;
    width:100%;
}
.registration_page_mega_middleline_lb {
    background: #26cad3;
    height: 2px;
    margin: auto;
    width:100%;
}
.registration_page_mega_middleline_db {
    background: #004b6c;
    height: 2px;
    margin: auto;
    width:100%
}

.up_text{
    text-transform: uppercase;
}
.space_to_title{
    margin-top:40px;
}
.img_price{
    height:50px;
    width:100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
}
.page_text_big {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #004b6c;
    margin-top: 40px;
}
.page_text_big_lbb {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #26cad3;
    font-weight:300;
}
.page_text_big_lb {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #26cad3;
}
.page_text_big_lb2 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #004b6c;
}
.page_text_big_db {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #004b6c;
}
.l_col{
    margin-right: 10px;
}
.r_col{
    margin-left: 10px;
}
.table_line{
    min-height: 30px;
    line-height:30px;
    text-align: center;
    font-size: 18px;
    padding:10px 0px;
    color: #004b6c;
}
.table_line2{
    min-height: 30px;
    line-height:30px;
    text-align: center;
    font-size: 18px;
    padding-top:10px;
    color: #004b6c;
}
.lb_table_line{
    background-color: rgba(38, 202, 211, 0.2);
}
.db_table_line{
    background-color: rgba(0, 75, 108, 0.2);
}

/*.l_col button {
    border-radius: 12px;
    background-color: #26cad3;
}*/
.r_col button{
    border-radius: 12px;
    background-color: #004b6c;
}
.button_db button{
    border-radius: 12px;
    background-color: #004b6c;
    width:100%;
    color:#fff;
}
/*
.l_col button:hover:not([disabled]) {
    background-color: rgba(38, 202, 211, 0.8);
}*/

.note_img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;

}
.note_txt{
    margin:40px 20px 40px 20px;
    color: #004b6c;
    text-align: center;
    padding-left:40px;
}
.note_txt2{
    margin:0 20px 40px 20px;
    color: #004b6c;
    text-align: center;
    padding-left:40px;
}
.note_txt3{
    margin:40px 20px 40px 20px;
    color: #26cad3;
    text-align: center;
    padding-left:40px;
}

@media screen and (max-width: 960px) {
    .note_txt {
        margin: 40px 0;
        text-align: center;
        /* padding-left: 40px; */
        width: 100%;
    }
    .r_col {
        margin-left: 0;
    }
    /*    .button_db button {
            white-space: pre-wrap;
            line-height: 15px;
        }*/
    .note_img {
        padding: 10px 60px;
        background-size: 25px;
        background-position-x: 30px;
        background-position-y: top;
    }
    .prices {
        margin-top: 15%;
    }
    .l_col {
        margin-top: 15px;
    }
    .follow_note {
        padding-left: 0;
    }
    button.request_sm {
        /*        padding: 0 155px;*/
        margin: 10px 0;
    }
    .tabela_mob{
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    .page_text_big_lb2 {
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #004b6c;
        height:60px;
    }
    .note_txt {
        margin: 40px 0;
        text-align: center;
        padding-left:0;
        width: 100%;
        height: 115px;
    }
    .note_txt2{
        height:39px;
    }
    .r_col {
        margin-left: 0;
    }
    .button_db button {
        white-space: pre-wrap;
        line-height: 15px;
        padding: 5px 35px;
        width:auto;
        height:30px;
    }
    .note_img {
        padding: 10px 60px;
        background-size: 25px;
        background-position-x: 30px;
        background-position-y: 6px;
    }
    .prices {
        margin-top: 15%;
    }
    .l_col {
        margin-top: 15px;
    }
    .r_col {
        margin: 0 10px 0 0;
    }

    .default_prices {
        margin: 0;
        padding: 0 20px;
    }
    .tabela_mob{
        width: 90%;
    }
    .page_text_big {
        text-align: center;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        color: #004b6c;
        margin-top: 20px;
    }
    .page_text_big_lb {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        color: #26cad3;
    }
    .table_line2 {
        min-height: 30px;
        line-height: 30px;
        height: 30px;
        text-align: center;
        font-size: 18px;
        padding-top: 10px;
        color: #004b6c;
    }
    .follow_note {
        padding-left: 0;
        height:115px;
    }
    .pm1{
        height:70px;
    }
    .pm2{
        height:25px;
    }
    .pm3{
        height: 800px;
    }
    .pm3_1{
        height: 297px;
    }
    .pm3_2{
        height: 488px;
    }
    .pm4{
        height: 660px;
    }
    .pm4_1{
        height: 382px;
    }
    .pm4_2{
        height: 278px;
    }
    .pm4_23{
        height: 222px;
    }
    .pm5{
        height: 222px;
    }
    .pm6{
        height: 195px;
    }
    .pm7{
        height: 79px;
    }
    .registration_page_mega_title{
        height:25px;
    }
    .tg1{
        height:1540px;
    }
    .tg1_1{
        height:70px;
    }
    .tg1_2{
        height:25px;
    }
    .tg2{
        height:1070px;
    }
    .tg2_1{
        height: 498px;
    }
    .tg2_2{
        height: 572px;
    }
    .tlp{
        height:60px;
    }
    .tlp2{
        height:30px;
    }
    .tg3{
        height:214px;
    }
    .tg3_1{
        height:134px;
    }
}

