@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400&display=swap');

*{
	outline: none;
}
figure{
	margin-bottom: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	min-width: 320px;
	overflow-x: hidden;
}
#wrap{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#header{
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
#header .container{
	font-family: "Arial", serif;
	font-size: 14px;
	color: #818181;
	text-align: right;
}
#header .container:before,
#header .container:after{
	display: block;
	content: "";
	clear: both;
}

#logoTop figure{
	max-width: 219px;
	margin: 20px 0;
}
#logoTop figure img{
	display: block;
	width: 100%;
	height: auto;
}

#menuTop {
	position: absolute;
	right: 15px;
	top: 25px;
}
#menuTop ul {
  	text-align: center;
  	letter-spacing: .025em;
  	-webkit-transition: linear all .3s;
  	-o-transition: linear all .3s;
  	transition: linear all .3s;
}
#menuTop .sf-menu> li {
  	list-style: none;
  	text-align: center;
  	display: inline-block;
  	float: none;
  	position: relative;
  	padding: 0 17px;
}
#menuTop .sf-menu > li a {
  	font-family: 'Roboto', serif;
  	text-transform: uppercase;
  	color: #fff;
  	display: block;
  	width: 100%;
  	line-height: 32px;
  	font-size: 16px;
  	font-weight: 600;
  	position: relative;
  	text-decoration: none;
}
#menuTop .sf-menu > li > a:after,
#menuTop .sf-menu > li > a:before {
	display: block;
	content: "";
	background: #8cc63f;
	position: absolute;
	-webkit-transition: ease all .7s;
  	-o-transition: ease all .7s;
  	transition: ease all .7s;
  	width: 0;	
}
#menuTop .sf-menu > li > a:after{
	left: 0;
	bottom: 0;
	height: 1px;
}
#menuTop .sf-menu > li > a:before{
	right: 0;
	bottom: -1px;
	height: 3px;	
}
#menuTop .sf-menu > li.active > a:after,
#menuTop .sf-menu > li > a:hover:after{
	width: 100%;	
}
#menuTop .sf-menu > li.active > a:before,
#menuTop .sf-menu > li > a:hover:before{
	width: 14px;
	right: 50%;
	margin-right: -7px;
}


#topSlider{
	max-width: 1920px;
	margin: 0 auto 0;	
}
#topSlider.mb40{
	margin-bottom: 40px
}
#topSlider .bx-viewport{
	background: #FFF;
}
#sliderTop{
	position: initial !important;
}
#topSlider .bx-wrapper .bx-pager{
	right: 22px;
	bottom: 0;
	padding-bottom: 26px;
	text-align: center;
}
#topSlider .bx-wrapper .bx-pager.bx-default-pager a{
	width: 16px;
	height: 16px;
	border: solid 3px #FFF;
	background: #FFF;
	border-radius: 50%;
}
#topSlider .bx-wrapper .bx-pager.bx-default-pager a.active, 
#topSlider .bx-wrapper .bx-pager.bx-default-pager a:focus, 
#topSlider .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background: #0A790D;

}

.bxslider li figcaption {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	transform: translateY(-50%);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	text-align: center;
	font-family: "Tenor Sans", Sans-serif;
	font-size: 61px;
	font-weight: 700;
	line-height: 64px;
	padding-top: 50px;
}
.bxslider li h1{
	font-size: inherit;
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
	max-width: 678px;
	margin: 0 auto;
	padding: 0 25px;
	font-weight: 600;
}
.bxslider.data-slider-1 li h1{
	max-width: 850px;
}

.bxslider li h1 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.bxslider li figcaption .tit2{
	font-size: 22px;
}

.container{
	max-width: 1140px !important;
}


/*Footer*/
#footer .contentFooter{
	background-color: #0E2804;
  	color: white;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 30px 0;
	line-height: normal;
}
#footer .container{

}
#footer .cnt{
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

#footer .tfooter {
  	line-height: 16px;
  	text-align: center;
  	min-height: 22px;
	
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
  	line-height: 16px;
  	margin: 0 auto 0;
  	width: auto;
  	text-align: center;
}
#footer #powered a {
  	color: inherit;
}
#footer #powered a:hover{
	text-decoration: none;
}


#datFooter{
	background: url('../images/gfooter.jpg') center top no-repeat;
	background-size: 100% auto;
}
#datFooter .row{
	margin: 0;
}
#datFooter .row-1{
	padding: 50px 0;
	position: relative;
}
#datFooter .col{
	color: #FFF;
	font-size: 19px;
	font-family: 'Roboto Condensed',sans-serif;
}
#datFooter .col a{
	color: inherit;
	text-decoration: none;
}
#datFooter .col2{
	text-align: right;
}
#datFooter .col2 .text{
	width: auto;
	text-align: left;
	display: inline-block;
}
#datFooter .text > div{
	position: relative;
	padding-left:40px;
	margin: 20px 0;
}
#datFooter .col1 .text > div .fa{
	position: absolute;
	left: 0;
	top: 5px;
	width: 30px;
	text-align: center;
}
#socialBottom{
	
}
#socialBottom li{
	list-style: none;
	display: inline-block;
	padding-left: 20px;
}
#socialBottom ul li:first-child{
	padding-left: 0;
}
#socialBottom a{	
	text-decoration: none;
	color: #a4a4a4;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500
}
#socialBottom a .fa{
	color: #FFF;
	font-size: 46px;
	position: relative;
	top: 4px;
}

#datFooter .row-2{
	padding: 50px 0 70px;
}
#datFooter .row-2 .col3{
	float: right;
	width: auto;
	flex-basis: auto;
	flex-grow: inherit;
}
#datFooter .row-2 .title{
	font-size: 20px;
	color: #c7af7a;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 22px;
}
#datFooter .row-2 .title span{
	position: relative;
	padding-right: 16px;
}
#datFooter .row-2 .title span:before{
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: #7f704e;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#datFooter .row-2 .text{
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #a4a4a4;
	font-weight: 600
}
#datFooter .row-2 .col1 .text{
	max-width: 280px;
}
#datFooter .row-2 .text span{
	font-weight: 300;
	color: #FFF;
}


#main{
	background: url('../images/background.png') center 103px no-repeat;
}



/*Home*/
#home-1{
	background: url('../images/home/fondorojo.jpg') center top no-repeat;
	color: #FFF;
	font-size: 30px;
	font-family: "Lato", serif;
	line-height: normal;
	text-align: center;
	padding: 50px 0 100px;
	font-weight: 300
}
#home-1 .row{
	display: flex;
	flex-direction: row-reverse;
	justify-content: right;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#home-1 .img{
	position: absolute;
	left: 0;
	top: -140px;
	max-width: 370px;
}
#home-1 .img img{
	display: block;
	width: 100%;
	height: auto;
}
#home-1 .text{
	display: inline-block;
	max-width: 510px;
	text-align: left;
	color: #FFFFFF;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	width: 100%;
}
#home-1 .text .title{
	font-family: "Tenor Sans", Sans-serif;
	font-size: 70px;
	font-weight: 400;
}
#home-1 .text ul{
	margin-left: 0;
	padding-left: 10px;
}
#home-1 .text li{
	list-style: none;
	padding-left: 0;
}

#home-2{
	background: url('../images/home/Background-inicio-2.jpg') center top no-repeat;
	min-height: 200px;
	padding: 35px 0;
}
#home-2 .izq{
	background-color: #21473C;
	padding: 50px;
	border-radius: 70px;
	text-align: justify;
	color: #FFFFFF;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 21px;
	font-weight: 200;
	max-width: 500px;
	line-height: 40px;
	margin-bottom: 60px;
	margin-left: 15px;
}
#home-2 .izq ul{
	margin: 30px 0;;
}
#home-2 .img{
	position: absolute;
	right: 15px;
	top: 0;
	max-width: 560px;
}
#home-2 .img img{
	display: block;
	width: 100%;
	height: auto;
}
#home-2 .row2{
	background: url('../images/home/fondo-mango-mano.png') right bottom no-repeat;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}
#home-2 .img2{
	max-width: 450px;
}
#home-2 .der{
	position: absolute;
	right: 65px;
	top: 35px;
	color: #000000;
	font-family: "Tenor Sans", Sans-serif;
	font-size: 31px;
	line-height: normal;
}
#home-2 .der .text{
	max-width: 450px;;
}
#home-2 .der .t2{
	font-size: 45px;
	padding: 15px 0 10px;
}
#home-2 .der .t3{
	color: #000000;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 31px;
}

#titleAbout{
	background: #21473C;
	padding: 35px 0;
}
#titleAbout .text{
	text-align: center;
	color: #FFF;
	font-family: "Tenor Sans", Sans-serif;
	font-size: 32px;
	font-weight: 100;
	line-height: 42px;
	max-width: 490px;
	margin: 0 auto;
}
#about{
	background: url('../images/about/backnosotrosclaro.jpg') center top no-repeat;
	padding: 50px 0;
	background-size: cover;
}
#about .row{
	position: relative;
}
#about .separator{
	position: absolute;
	right: 540px;
	top: 50%;
	transform: translateY(-50%);
}
#about .row1 .separator{
	padding-top: 80px;
}
#about .textRight{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 508px;
	color: #000000;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}
#about .textRight .title{
	font-family: "Tenor Sans", Sans-serif;
	font-size: 30px;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 35px;
}
#about .textRight a{
	color: red;
	font-weight: 600;
}
#about .text-2{
	text-align: center;
	color: #000000;
	font-family: "Tenor Sans", Sans-serif;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	line-height: 31px;
	letter-spacing: 0px;
	margin-top: 30px;
}

#about .row2 .separator{
	padding-top: 20px;
}
#about .row3{
	padding-left: 50px;
}
#about .row3 .textRight{
	position: static;
	transform: none;
}
#about .row3 .title{
	font-family: "Tenor Sans", Sans-serif;
	font-size: 30px;
	line-height: 41px;
	margin-bottom: 40px;
}
#about .row3 .separator{
	position: absolute;
	right: auto;
	left: 0;
	top: 167px;
	transform: none;
}
#about .row3 .img{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 508px;
	color: #000000;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	max-width: 450px;
}
#about .row3 .text{
	margin-bottom: 40px;
}

#about-2{
	background: url('../images/about/fondorojo.jpg') center top no-repeat;
	padding: 50px 0;
}
#about-2 .row{
	display: flex;
	align-items: center;
	justify-content: center;
}
#about-2 .col{
	width: 50%;
	flex-basis: 50%;
	padding: 50px;
}
#about-2 .col .text{
	color: #ECECEC;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}
#about-2 .col .title{
	color: #FFFFFF;
	font-family: "Tenor Sans", Sans-serif;
	font-size: 31px;
	line-height: 30px;
	margin-bottom: 35px;
}
#about-2 .col .boton{
	text-align: right;
	padding-top: 20px;
}
#about-2 .col .boton a{
	display: inline-block;
	background: white;
	color: #A81010;
	font-size: 15px;
	padding: 8px 12px;
	border-radius: 8px;
	font-weight: 600;
}

#titleProducts{padding: 40px 0 10px;}
#titleProducts .container{
	font-family: "Tenor Sans", Sans-serif;
	font-size: 40px;
	fill: #B80C0C;
	color: #B80C0C;
	text-align: center;
	font-weight: 600;
}


#products{
	padding: 40px 0;
}
#products .row{
	margin: 0 -25px;
}
#products .col{
	padding: 0 25px;
}
#products figcaption{
	color: #242424;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
}

#products-2{
	background: url('../images/about/fondorojo.jpg') center top no-repeat;
	padding: 50px 0;
	color: #ffffff;
	
}
#products-2 .cnt{
	max-width: 900px;
	margin: 0 auto;
}
#products-2 .title{
	color: #ffffff;
	font-family: "Tenor Sans", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 4.8px;
	word-spacing: 0px;
	text-align: center;
}
#products-2 .subtitle{
	font-family: "Lexend Deca", Sans-serif;
	font-size: 28px;
	line-height: 72px;
	text-align: center;
}
#products-2 .text{
	text-align: justify;
	color: #F4F4F4;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#products-2 .img{
	padding: 30px 0 0;
}
#products-2 .img img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

#products-3{
	background: url('../images/products/bakproceso02-1.jpg') center top no-repeat;
	background-size: cover;
	padding: 50px 0;
	color: #ffffff;
	
}
#products-3 .title{
	color: #ffffff;
	font-family: "Tenor Sans", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 4.8px;
	word-spacing: 0px;
	text-align: center;
	padding-bottom: 40px;
}
#products-3 .row{
	margin: 0 -20px;
}
#products-3 .col{
	padding: 0 20px 25px;
}
#products-3 .text{
	text-align: center;
	color: #FFFFFF;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding-top: 10px;
}
.divProducto{
	text-align: center;
}
.divProducto a{
	display: inline-block;
	transition: all .3s ease;
	background-color: #f5a124;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	vertical-align: top;
	padding: 15px 60px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.divProducto a:hover{
	background-color: #af000e;

}

#main.contact{
	padding-top: 140px;
	position: relative;
}
#main.contact:before{
	display: block;
	content: "";
	background: black;
	width: 100%;
	height: 140px;
	position: absolute;
	top:0;
	left: 0;
}
#contact{
	background: #f8f7f3;
}
#contact .cnt{
	max-width: 970px;
	margin: 0 auto;
}
#contact .row{position: relative; margin: 0 -20px;}
#contact .row:before{
	display: block;
	content: "";
	height: 100%;
	width: 1px;
	background: #E9EBEF;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#contact .col{
	padding: 104px 20px 80px;
}
#contact .title{
	font-family: "Lexend Deca", Sans-serif;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
}
#contact .info{
	font-family: 'Roboto',sans-serif;
	color: #62615C;
	font-size: 16px;
}
#contact .item{
	padding-left: 65px;
	position: relative;
	margin-bottom: 30px;
	line-height: 24px;
}
#contact .ico{
	position: absolute;
	left: 0;
	top: 3px;
	background-color: rgba(26, 92, 224, 0.1);
	color: #BE1616;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
#contact .info b{
	display: block;
	margin-bottom: 05px;
	font-size: 19px;
	color: #000;
}
#contact .col2{
	text-align: right;
}
#contact .formRight{
	display: inline-block;
	text-align: left;
	max-width: 400px;
	width: 100%;
}
#contact .formRight .title{
	margin-bottom: 15px;
}
#contact .formRight div{
	padding-bottom: 20px;
}
#contact .formRight .form-control{
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
}
#contact .formRight textarea{
	height: 120px;
	padding-top: 10px;
	border-radius: 3px;
}
#contact .formRight .submit{
	display: inline-block;
	color: #fff;
	background-color: #b70303;
	border: none;
	cursor: pointer;
	padding: 10px 15px 11px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
}
#contact .formRight .submit:hover{
	background: #fcb900;
}


#titleBlog{padding: 40px 0 10px;}
#titleBlog .container{
	font-family: "Tenor Sans", Sans-serif;
	font-size: 40px;
	fill: #B80C0C;
	color: #B80C0C;
	text-align: center;
	font-weight: 600;
}

#blog{
	padding: 35px 0;
}
#blog .row{
	display: block;
	padding: 0;
	margin: 0;
}
#blog .row .col{
	display: block;
	float: none;
	width: 100%;
	padding-bottom: 45px;
}
#blog .row .item{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 35px;
}
#blog .row .col:last-child .item{
	border-bottom: none;
	padding-bottom: 0;
}
#blog .row .item a{
	color: inherit;
	text-decoration: none;
}
#blog .row .title{
	position: relative;
}
#blog .row .title .cnt{
	position: absolute;
	padding: 0 15px;
	background: #FFF;
	text-align: center;
	width: 80%;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	min-height: 50px;
	font-size: 13px;
	color: #777777;
}
#blog .row .title .cnt>div{
	font-size: 24px;
	color: #006837;
	font-weight: 600;
}
ul.meta-info li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #444444;
}
ul.meta-info li:first-child{padding-left: 0;}
ul.meta-info li:last-child{border-right: none; padding-right: 0;}
#blog .row .text{
	color: #777777;
	font-size: 15px;
	line-height: normal;
	padding-top: 15px;
}
#blog .row .text img{
	height: auto;
}
#blog .row .readMore{
	padding: 10px 0 0;
	font-size: 14px;
	color: #b11c16;
}


#product{
	padding: 50px 0;
}
#product .row{
	display: flex;
	margin: 0;
}
#product .col{
	width: 50%;
	flex-basis: 50%;
}
#product .img{
	padding-right: 50px;
}
#product .der h1{
	color: #000;
	font-size: 50px;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 35px;
}
#product .der h2{
	transition: all .3s ease;
	color: #304149;
	font-size: 30px;
	line-height: 1.2;
	text-align: left;
	padding-bottom: 30px;
}
.mainAcordeon{
}
.titAcordeon{
	transition: all .3s ease;
	color: #000;
	font-size: 28px;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	cursor: pointer;

	margin-top: 25px;
	padding-bottom: 10px;
	border-color: #293940;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.titAcordeon svg{
	transition: all .3s ease;
	position: absolute;
	right: 0;
	top: 8px;
}
.contentAcordeon{
	color: #304149;
	font-size: 28px;
	line-height: normal;
	text-align: left;
	padding-top: 20px;
	display: none;
}
.contentAcordeon ul{
	padding: 0;
	margin: 0;
}
.contentAcordeon li{
	font-size: 21px;
	line-height: 1.2;
	list-style: none;
	margin: 0;
	padding: 10px 0
}
.mainAcordeon.active .titAcordeon{
	color: #AF0000;
}
.mainAcordeon.active .titAcordeon svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mainAcordeon.active .contentAcordeon{
	opacity: 1;
    height: auto;
}

.t1f1,
.t2f1{
	font-size: 150%;
	text-align: center;
	font-weight: 900;
	border-bottom: solid 3px #000;
}
.t2f1{
	border-bottom: none;
	padding-bottom: 20px;
}
.t1f3,
.t2f2{
	font-weight: 700;
	position: relative;
	border-bottom: solid 20px #000;
	padding-bottom: 5px;
}
.t1f3 div{
	position: absolute;
	right: 0;
	top: 0;
}
.t1f4{
	font-weight: 700;
	font-size: 85%;
}
.t1f5{
	position: relative;
	font-size: 150%;
	font-weight: 900;
	border-bottom: solid 8px #000;
}
.t1f5 div{
	position: absolute;
	right: 0;
	top: 0;
}
.t1f6{
	font-size: 85%;
	font-weight: 800;
	text-align: right;
	border-bottom: solid 2px #000;
	line-height: normal;
	margin-bottom: 20px;
}
.t1f7,
.t1f10,
.t1f11,
.t1f12,
.t1f17,
.t1f18,
.t1f19{
	position: relative;
	border-bottom: solid 2px #000;
}

.strong{
	font-weight: 800;
}
.t1f8,
.t1f9,
.t1f13,
.t1f15{
	padding-left: 30px;
	position: relative;
	border-bottom: solid 2px #000;
}
.t1f7 div,
.t1f8 div,
.t1f10 div,
.t1f11 div,
.t1f12 div,
.t1f13 div,
.t1f14 div,
.t1f15 div,
.t1f16 div,
.t1f17 div,
.t1f18 div,
.t1f19 div,
.t1f20 div,
.t2f2 div,
.t2f3 div,
.t2f4 div,
.t2f6 div,
.t2f7 div,
.t2f8 div,
.t2f9 div,
.t2f10 div,
.t2f11 div,
.t2f12 div,
.t2f13 div,
.t2f14 div{
	position: absolute;
	right: 0;
	top: 0;
}
.t1f14{
	margin-left: 30px;
	position: relative;
	border-bottom: solid 2px #000;
}
.t1f15{
	padding-left: 50px;
}
.t1f16{
	position: relative;
	border-bottom: solid 15px #000;
}
.t1f20{
	position: relative;
	border-bottom: solid 5px #000;
}
.t1f21{
	position: relative;
	padding-left: 20px;
	font-size: 18px;
}
.t1f21 span{
	position: absolute;
	left: 0;
	top: 0
}
.t2f3,
.t2f4,
.t2f6,
.t2f10,
.t2f11,
.t2f12,
.t2f13,
.t2f14{
	position: relative;
}
.t2f5{
	text-align: right;
	border-bottom: solid 8px #000;
}
.t2f7,
.t2f8,
.t2f11,
.t2f12{
	position: relative;
	padding-left: 35px;
}
.t2f8,
.t2f9,
.t2f12{
	position: relative;
	border-bottom: solid 2px #000;
}
.t2f10{padding-right: 70px;}
.t2f13{
	border-bottom: solid 8px #000;
}