@charset "utf-8";
/* CSS Document */

/* COLORS */
.white{color: white;}
.black{color: #111;}
.red{color: red;}
.blue{color: blue;}

.orange{color: #F2AF2B;}/* Cor do texto */
.orange_01{color: black;}

.gray_04{color: #333;} /* Cor do texto */
.gray_03{color: #666;}
.gray_02{color: #CCC;}
.gray_01{color: #F8F8F8;}

.brown_04{color: black;}/* Cor do texto */
.brown_03{color: #AD9888;}
.brown_02{color: black;}
.brown_01{color: black;}

/**/

/* Bg COLORS */
.bg-white{background-color: white;}
.bg-black{background-color: #111;}
.bg-red{background-color: red;}
.bg-blue{background-color: blue;}
.bg-yellow{background-color: yellow;}
.bg-orange{background-color: #F2AF2B;}
.bg-gray{background-color: #FDFCFB;}

/* Bg IMAGES */
.bg-img_01{background-image: url(imagens/bg/mainbg.png);}
.bg-img_02{background-image: url(imagens/bg/bg_beje.jpg);}
.bg-img_03{background-image: url(imagens/bg/bg_beje2.png);}
.bg-img_04{background-image: url(imagens/bg/creampaper.gif);}

/* MARGINS */
.m_auto{margin: auto;}

.m_0{margin: 0px;}

.m_10{margin: 10px;}
.m_15{margin: 15px;}
.m_20{margin: 20px;}
.m_25{margin: 25px;}
.m_30{margin: 30px;}
.m_40{margin: 40px;}

.m-t_10{margin-top: 10px;}
.m-t_15{margin-top: 15px;}
.m-t_20{margin-top: 20px;}
.m-t_25{margin-top: 25px;}
.m-t_30{margin-top: 30px;}
.m-t_35{margin-top: 40px;}
.m-t_40{margin-top: 40px;}
.m-t_45{margin-top: 40px;}

.m-b_0{margin-bottom: 0px;}
.m-b_5{margin-bottom: 5px;}
.m-b_10{margin-bottom: 10px;}
.m-b_15{margin-bottom: 15px;}
.m-b_20{margin-bottom: 20px;}
.m-b_25{margin-bottom: 25px;}
.m-b_30{margin-bottom: 30px;}
.m-b_35{margin-bottom: 35px;}
.m-b_40{margin-bottom: 40px;}

.m-l_0{margin-left: 0px;}
.m-l_2{margin-left: 2px;}
.m-l_5{margin-left: 5px;}
.m-l_10{margin-left: 10px;}
.m-l_15{margin-left: 15px;}
.m-l_20{margin-left: 20px;}
.m-l_25{margin-left: 25px;}
.m-l_30{margin-left: 30px;}
.m-l_40{margin-left: 40px;}
.m-l_78{margin-left: 172px;}

.m-r_0{margin-right: 0px;}
.m-r_10{margin-right: 10px;}
.m-r_15{margin-right: 15px;}
.m-r_20{margin-right: 20px;}
.m-r_25{margin-right: 25px;}
.m-r_30{margin-right: 30px;}
.m-r_40{margin-right: 40px;}

.m-lr_0, .m-rl_0{margin-right: 10px; margin-left: 0px;}
.m-lr_2, .m-rl_2{margin-right: 10px; margin-left: 2px;}
.m-lr_5, .m-rl_5{margin-right: 10px; margin-left: 5px;}
.m-lr_10, .m-rl_10{margin-right: 10px; margin-left: 10px;}
.m-lr_15, .m-rl_15{margin-right: 15px; margin-left: 15px;}
.m-lr_20, .m-rl_20{margin-right: 20px; margin-left: 20px;}
.m-lr_25, .m-rl_25{margin-right: 25px; margin-left: 25px;}
.m-lr_30, .m-rl_30{margin-right: 30px; margin-left: 30px;}
.m-lr_40, .m-rl_40{margin-right: 40px; margin-left: 40px;}
.m-lr_50, .m-rl_40{margin-right: 50px; margin-left: 50px;}
/**/

/* PADDINGS */
.pd_10{padding: 10px;}
.pd_15{padding: 15px;}
.pd_20{padding: 20px;}
.pd_25{padding: 25px;}
.pd_30{padding: 30px;}
.pd_40{padding: 40px;}

.pd-t_5{padding-top: 5px;}
.pd-t_10{padding-top: 10px;}
.pd-t_15{padding-top: 15px;}
.pd-t_20{padding-top: 20px;}
.pd-t_25{padding-top: 25px;}
.pd-t_30{padding-top: 30px;}
.pd-t_40{padding-top: 40px;}

.pd-b_5{padding-bottom: 5px;}
.pd-b_10{padding-bottom: 10px;}
.pd-b_15{padding-bottom: 15px;}
.pd-b_20{padding-bottom: 20px;}
.pd-b_25{padding-bottom: 25px;}
.pd-b_30{padding-bottom: 30px;}
.pd-b_40{padding-bottom: 40px;}

.pd-l_10{padding-left: 10px;}
.pd-l_15{padding-left: 15px;}
.pd-l_20{padding-left: 20px;}
.pd-l_25{padding-left: 25px;}
.pd-l_30{padding-left: 30px;}
.pd-l_40{padding-left: 40px;}

.pd-r_10{padding-right: 10px;}
.pd-r_15{padding-right: 15px;}
.pd-r_20{padding-right: 20px;}
.pd-r_25{padding-right: 25px;}
.pd-r_30{padding-right: 30px;}
.pd-r_40{padding-right: 40px;}
/**/

/* Alturas */
.h_10{height: 10px; overflow: hidden;}
.h_20{height: 20px; overflow: hidden;}
.h_30{height: 30px; overflow: hidden;}
.h_40{height: 40px; overflow: hidden;}
.h_50{height: 50px; overflow: hidden;}
.h_60{height: 60px; overflow: hidden;}
.h_70{height: 70px; overflow: hidden;}
.h_80{height: 80px; overflow: hidden;}
.h_90{height: 90px; overflow: hidden;}




.h_100{height: 100px; overflow: hidden;}
.h_105{height: 105px; overflow: hidden;}
.h_110{height: 110px; overflow: hidden;}
.h_115{height: 115px; overflow: hidden;}
.h_120{height: 120px; overflow: hidden;}
.h_125{height: 125px; overflow: hidden;}
.h_130{height: 130px; overflow: hidden;}
.h_135{height: 135px; overflow: hidden;}
.h_140{height: 140px; overflow: hidden;}
.h_145{height: 145px; overflow: hidden;}
.h_150{height: 150px; overflow: hidden;}
.h_155{height: 155px; overflow: hidden;}
.h_160{height: 160px; overflow: hidden;}
.h_165{height: 165px; overflow: hidden;}
.h_170{height: 170px; overflow: hidden;}
.h_175{height: 175px; overflow: hidden;}
.h_180{height: 180px; overflow: hidden;}
.h_185{height: 185px; overflow: hidden;}
.h_190{height: 190px; overflow: hidden;}
.h_195{height: 195px; overflow: hidden;}

.h_200{height: 200px; overflow: hidden;}
.h_205{height: 205px; overflow: hidden;}
.h_210{height: 210px; overflow: hidden;}
.h_215{height: 215px; overflow: hidden;}
.h_220{height: 220px; overflow: hidden;}
.h_225{height: 225px; overflow: hidden;}
.h_230{height: 230px; overflow: hidden;}
.h_235{height: 235px; overflow: hidden;}
.h_240{height: 240px; overflow: hidden;}
.h_245{height: 245px; overflow: hidden;}
.h_250{height: 250px; overflow: hidden;}
.h_255{height: 255px; overflow: hidden;}
.h_260{height: 260px; overflow: hidden;}

.h_400{height: 1000px; overflow: hidden;}