/* estilos pré definidos */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
  font-family: Bitter-Bold;
  src: url('../fonts/Bitter-Bold_1.otf');
 }

@font-face {
  font-family: Amaranth-Bold;
  src: url('../fonts/Amaranth-Bold.otf');
 } 
 
 @font-face {
  font-family: Amaranth-Regular;
  src: url('../fonts/Amaranth-Regular.otf');
 } 

 
@font-face {
  font-family: Bitter-Italic;
  src: url('../fonts/Bitter-Italic_1.otf');
 }
 
 @font-face {
  font-family: Bitter-Bold-Italic;
  src: url('../fonts/Bitter-BoldItalic_1.otf');
 }
 
 @font-face {
  font-family: Bitter-Regular;
  src: url('../fonts/Bitter-Regular_1.otf');
 }
 
.bg_colorfirst{background-color: #a7674c !important;}
.color_colorfirst{color: #a7674c !important;}
.bg_colorsecond{background-color: #0f6996 !important;}
.color_colorsecond{color: #0f6996 !important;}

.bg_black{background-color: #000 !important;}
.color_black{color: #000 !important;}

.bg_verydarkgrey{background-color: #191919 !important;}
.color_verydarkgrey{color: #191919 !important;}

.bg_darkgrey{background-color: #323232 !important;}
.color_darkgrey{color: #323232 !important;}

.bg_grey{background-color: #646464 !important;}
.color_grey{color: #646464 !important;}

.bg_lightgrey{background-color: #969696 !important;}
.color_lightgrey{color: #969696 !important;}

.bg_verylightgrey{background-color: #dcdcdc !important;}
.color_verylightgrey{color: #dcdcdc !important;}

.bg_white{background-color: #fff !important;}
.color_white{color: #fff !important;}



p,
.p{
    font-family: Open Sans;
    font-size: 14px;
    line-height: 24px;
    color: #646464
}
h1,
.h1{
    font-family: Amaranth-Regular;
    font-size: 60px;
    line-height: 70px;
    color: #a7674c;
    font-weight: normal;
    margin-bottom: 10px;
}
h2,
.h2{
    font-family: Open Sans;
    font-size: 18px;
    line-height: 26px;
    color: #969696;
    font-weight: normal;
}
h3,
.h3{
    font-family: Open Sans;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
h4,
.h4{
    font-family: Amaranth-Regular;
    font-size: 40px;
    line-height: 48px;
    color: #a7674c;
    font-weight: normal;
}
h5,
.h5{
    font-family: Amaranth-Regular;
    font-size: 26px;
    line-height: 34px;
    color: #a7674c;
    font-weight: normal;
}
h6,
.h6{
    font-family: Bitter-Regular;
    font-size: 24px;
    line-height: 32px;
    color: #969696;
}
h7,
.h7{
    font-family: Open Sans;
    font-size: 14px;
    line-height: 22px;
    color: #969696;
}
h8,
.h8{
    font-family: Amaranth-Regular;
    font-size: 24px;
    color: #fff;
}
h9,
.h9{
    font-family: Amaranth-Regular;
    font-size: 18px;
    color: #646464;
}
h10,
.h10{
    font-family: Open Sans;
    font-weight: bold;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
}
h11,
.h11{
    font-family: Amaranth-Regular;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
h12,
.h12{
    font-family: Amaranth-Regular;
    font-size: 16px;
    color: #fff;
}
h13,
.h13{
    font-family: Amaranth-Regular;
    font-size: 16px;
    color: #323232;
}
/* fim de estilos pré definidos */
