@font-face {
    font-family: 'HelveticaNeueLTStd-LtCn';
    src: url('fonts/HelveticaNeueLTStd-LtCn.eot');
    src: url('fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-LtCn.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-LtCn.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-LtCn.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{font-family: "HelveticaNeueLTStd-LtCn", Arial, Tahoma, Sans-serif !important;overflow-x: hidden;}
header, footer{
    background-color: black;
    padding: 20px;
}
header img{
    display: inline-block;
    float: none;
}
.section{
    padding: 40px 0;
    min-height:350px;
}
.section-banner{
   
}
#section-1, #section-3, #section-4, #section-5{
    background-color: #ececec;
}

#section-2{
	background-image: url(../img/bg_gota.jpg);
	background-repeat: no-repeat;

    background-size:100%;
	alignment-adjust: middle
}	

#section-6{
    border-top:10px solid #710802;
}

#section-7 img{
    width: 100%;
}
#section-7, #section-6{
    background-image: url(../img/bg-gradient.jpg);
    background-repeat: repeat-y;
    background-size:100%;
}
.btn-full{
    width: 100%;
}
.flex-div{
    display: flex;
}
.size-custom{
    font-size:15px;
}
.alert-white{
    background-color: white;
    padding:5px;
}
.big-size {
    font-size: 75px;
}
.yellow-text{
    color: #efb73a;
    font-size:20px;
}
p, li{
    font-size:16px;
}
.font22{
    font-size:22px;
}
.full-div{
    width: 100%;
}
h1, h2, h3{
    color: #8c241d;
    font-weight: bold;
}
.section-banner img{
    width: 100%;
}
.box-title{
    color:white;
    background-image:url(../img/bg-red.png);
    background-repeat:no-repeat;
    background-size:100%;
    padding:10px;
    font-size:20px;
    text-align:center;
}
.text-center img{
    display: inline-block;
    float: none;
}
.text-black{
    color:black !important;
}