.loader-bg{
	position: fixed;
	z-index: 999999;
	background :#fff;
	width: 100%;
	height: 100%;

}
.loader{
	border : 0 solid transparent;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: absolute;
	top: calc(50vh - 75px);
	left: calc(50vw - 75px);
}

.loader:before, .loader:after{
	content: '';
	border :1em solid #28a745;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	animation: loader 2s linear infinite;
	opacity :0;
}
.loader:before{
	animation-delay: .5s;

}

@keyframes loader{
	0%{
		transform: scale(0);
	}
	50%{
		opacity: 1;
	}
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

*{
	margin: 0;
	padding:0;
}

body {
	font-family: 'Open Sans', sans-serif;
}

a{
	color: #000;
}

a:hover{
	color: #000;
  	text-decoration: none;
}

#menu-mobile {
	display: none;
}

.mainMenu {
	position: fixed;
	width: 40ch;
	height: 100%;
	top: 0;
	right: -500px;
	background-color: #232323;
	z-index: 99999;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 50px 15px;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.mainMenu .closeIcon {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 9;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition-duration: 750ms;
	transition-duration: 750ms;
}

.closeIcon:before {
    content: "\00d7";
}

.mainMenu .closeIcon:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mainMenu .logo-area a {
	color: #fff;
	font-size: 30px;
	display: block;
	font-weight: 100;
}

.mainMenu .copywrite-text p {
	margin-bottom: 0;
	color: #fff;
}

.mainMenu .copywrite-text a {
	font-weight: 100;
	color: #fff;
}

.mainMenu .copywrite-text a:hover,
.mainMenu .copywrite-text a:focus {
	font-size: 14px;
}

.mainMenu .nav-link {
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 1;
	font-weight: 300;
	padding: 12px 15px;
}

.mainMenu .nav-link::after {
	content: '';
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 5;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.mainMenu .nav-link:hover::after,
.mainMenu .nav-link:focus::after {
	width: 70px;
	background-color: white;
}

.menu-open .mainMenu {
	right: 0;
}

.header-area {
    position: fixed;
    z-index: 995;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: transparent;
    padding: 5px 30px;
    background: #ffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.header-area .logo-area a {
	color: #fff;
	font-size: 36px;
	font-weight: 100;
}

.header-area .menu-content-area .header-social-area {
	margin-right: 30px;
	margin-top: 0;
	margin-bottom: -21px;
}

.header-area .menu-content-area .header-social-area a {
	font-size: 1em;
	padding: 0 10px;
	color: #6e7274;
}

.header-area .menu-content-area .header-social-area .active {
	padding-bottom: 5px;
    border-bottom: 3px solid  #179648;
}

a.nav-link.active.dark{
	border-bottom: 3px solid #179648 !important;	
}

.header-area.sticky {
	background-color: #fff;
}

.navbar-toggler-icon {
	background-image: url(../images/icon/menu-button.png);
	cursor: pointer;
}

.mobile {
	-webkit-box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, .75);
	-moz-box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, .75);
	box-shadow: -2px 3px 5px -5px rgba(0, 0, 0, .75);
}

.shadow {
	-webkit-box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, 0.75);
	box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, 0.75);
}



.hero-area {
	background-image: url(../images/home/background.jpg);
	background-position: center;
	background-size: cover;
	height: 100vh;
	position: relative;
	z-index: 1;
	padding: 0 40px 100px;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	overflow: visible;
}
 .hero-slides-content {
	position: relative;
	height: 900px;
	z-index: 1;
	margin-top: 15%;
	margin-left: 140px;
}

 .hero-slides-content h2 {
	color: #27a844;
	font-weight: 700;
	font-size: 40px;
}
.hero-slides-content p {
	color: #fff;
	font-size: 1em;
	margin-bottom: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-top: 20px;
	font-weight: lighter;
}

.hero-slides .owl-dots {
	position: relative;
	margin-top: -46px;
	align-items: center;
	text-align: center;
}

.hero-slides .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background-color: rgba(100, 155, 100, 0.4);
	display: inline-block;
	margin-right: 20px;
	border-radius: 50%;
}

.hero-slides .owl-dots .owl-dot:active {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: 0;
}

.hero-slides .owl-dots .owl-dot.active {
	border: 1px solid rgba(0, 155, 57, 1);
	background-color: rgba(0, 155, 57, 1);
}

.owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	display: block!important;
	border: 0 solid white;
}

.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	display: block!important;
	border: 0 solid white;
}

.owl-prev i,
.owl-next i {
	font-size: 3rem;
	color: white;
	outline-style: none;
	border: 0;
}

.title-line {
	width: 15%;
	border-top: 5px solid rgba(0, 155, 57, 1);
	border-radius: 10px;
}

.description-text #description .black {
	font-weight: 700;
	color: black;
	letter-spacing: 1px;
}

#description .green {
	font-weight: 700;
	color: #009b39;
	letter-spacing: 2px;
}

#description-2 h3 {
	font-weight: 700;
}

.dokter-pribadi {
	min-height: 250px;
	width: 100%;
	font-size: .9em;
	margin: auto;
	border: 2px solid rgba(120, 120, 120, 0.2);
	border-radius: 10px;
}

.dokter-pribadi p {
	color: rgba(120, 120, 120, 0.9);
}

.dokter-pribadi h4 {
	font-weight: 500;
}

#about-us {
	padding-bottom: 90px;
	background: -webkit-linear-gradient(left, white, white 30%, #009b39 30%, #009b39);
}

#about-us p {
	color: #fff;
	word-spacing: 5px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-word;
}

#about-us h2 {
	font-weight: 700;
	font-size: 2em;
}

#about-us img {
	border-radius: 10px;
	box-shadow: 0 5px rgba(0, 0, 0, 0.1);
}

#about-us .title-aboutus{
	margin-left: 80px;
}

#about-us .title-line {
	width: 5%;
	border-top: 5px solid rgba(0, 155, 57, 1);
	border-radius: 10px;
}

#keberhasilan {
	background-color: rgba(105, 105, 150, 0.1);
}

#keberhasilan h3 {
	font-weight: 900;
}

#keberhasilan .keberhasilan-arrow {
	height: 150px;
	padding-top: 35px;
}

#keberhasilan .keberhasilan-arrow img {
	width: 50px;
}

#keberhasilan .keberhasilan-box {
	width: 115px;
	font-size: .8em;
}

#keberhasilan .keberhasilan-box .keberhasilan-circle {
	height: 115px;
	background-color: white;
	border-radius: 60px;
	border: 3px solid rgba(120, 120, 120, 0.8);
}

#keberhasilan .keberhasilan-box .keberhasilan-circle .keberhasilan-img {
	width: 85px;
	margin-top: 12.5px;
}

#keberhasilan .keberhasilan-box .keberhasilan-text {
	font-size: .9em;
}

#mobile-step {
	display: none;
}

#product .overlay-text {
	width: 100%;
	background-color: rgba(0, 155, 57, 0.5);
	bottom: 0;
	left: 0;
	height: 50px;
	padding-top: 5px;
	color: white;
	font-size: .8em;
}

#sustainability {
	background-color: rgba(0, 155, 57, 1);
	color: white;
}

#sustainability p {
	letter-spacing: 0.5px;
    text-align: justify;
    font-weight: 300;
    line-height: 24px;
}

#sustainability h3 {
	letter-spacing: 1px;
	font-weight: 700;
}

#sustainability .title-line {
	width: 15%;
	border-top: 5px solid #fff;
	border-radius: 3px;
}

#sustainability .btn {
	width: 200px;
	height: 50px;
	color: #fff;
	background-color: unset;
	padding-top: 10px;
	border: 1px solid white;
	border-radius: 30px;
}

#sustainability .btn:hover {
	background-color: #fff;
	color: #27ae60;
}

#contact-us .section-title {
	margin: auto;
}

#contact-us .green {
	color: #009b39;
}

#contact-us .field {
	border-radius: unset;
	border: unset;
	border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

#contact-us .field:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#contact-us a.btn.btn-success {
    padding: 12px 22.5px 12px 22.5px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 25px;
    width: fit-content;
}
.background-product {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    background-color: #009b39;
    display: inline-grid;
    align-items: center;
}
.background-contact{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95px;
    background-color: #009b39;
    display: inline-grid;
    align-items: center;	
}
#sawit-produktivitas .content {
	color: white;
}

#sawit-produktivitas .content h1 {
	font-weight: 700;
}
#sawit-produktivitas .content h2 {
	font-weight: 700;
}

#sawit-produktivitas .content .btn {
	font-weight: 700;
	height: 70px;
	text-align: center;
	color: white;
	border: 1px solid white;
	border-radius: unset;
	letter-spacing: normal;
    word-spacing: normal;
    display: inline-grid;
    align-items: center;
}

#sawit-produktivitas .content .btn.active {
	color: #009b39;
	background-color: white;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-grid;
    align-items: center;
}

#sawit-hama .nav-tabs {
	-webkit-box-shadow: 0 4px 8px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 4px 8px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 0 4px 8px -6px rgba(0, 0, 0, 0.75);
}

#sawit-hama .nav-tabs .nav-link {
	padding: 20px 35px;
	font-size: 1em;
	border: unset;
	color: black;
}

#sawit-hama .nav-tabs .nav-link.active {
	color: #009b39;
	border-bottom: 3px solid #009b39;
}

.definisi-hara-content h3 {
	font-weight: 700;
}

.definisi-hara-content .buah-text {
	font-weight: bold;
	font-size: 16px;
}

.definisi-hara-content i {
	font-style: italic;
	font-size: 1.2em;
	line-height: 2;
	color: #5a5a5a;
	font-weight: 600;
}

.definisi-hara-content .quote {
	background-color: #f0f7f0;
	height: 115px;
}

.definisi-hara-content .quote h5 {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top: 34px;
}

.definisi-hara-content h4 {
	font-weight: 700;
}

.definisi-hara-content .green-bg-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 155, 57, 0.5);
	color: white;
	font-size: .8em;
	padding: 8px 0;
	width: 100%;
	font-weight: 600;
}

.definisi-hara-content .img-shadow {
	-webkit-box-shadow: 9px 11px 3px -4px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 9px 11px 3px -4px rgba(0, 0, 0, 0.22);
	box-shadow: 9px 11px 3px -4px rgba(0, 0, 0, 0.22);
	width: 85%;
}

.definisi-hara-content .ganoderma-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.definisi-hara-content .pohon-tumbang-text h5 {
	font-weight: 600;
}

.definisi-hara-content .pohon-tumbang-text a {
	color: #009b39;
	text-decoration: underline;
}

.definisi-hara-content .chips-text {
	font-size: .8em;
}

.definisi-hara-content .chips h4 {
	font-weight: 700;
}

.definisi-hara-content .chips-text a {
	color: #009b39;
	text-decoration: unset;
}

.definisi-hara-content .keberhasilan h3 {
	font-weight: 700;
}

.definisi-hara-content .keberhasilan .keberhasilan-arrow {
	height: 150px;
	padding-top: 35px;
}

.definisi-hara-content .keberhasilan .keberhasilan-arrow img {
	width: 50px;
}

.definisi-hara-content .keberhasilan .keberhasilan-box {
	width: 115px;
	font-size: .8em;
}

.definisi-hara-content .keberhasilan .keberhasilan-box .keberhasilan-circle {
	height: 115px;
	background-color: white;
	border-radius: 60px;
	border: 3px solid rgba(120, 120, 120, 0.1);
}

.definisi-hara-content .keberhasilan .keberhasilan-box .keberhasilan-circle .keberhasilan-img {
	width: 85px;
	margin-top: 12.5px;
}

.definisi-hara-content .keberhasilan .keberhasilan-box .keberhasilan-text {
	font-size: .9em;
}

.definisi-hara-content .solusi h3 {
	font-weight: bold;
	font-size: 1.4em;
}

.definisi-hara-content .solusi .solusi-text1 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 155, 57, 0.5);
	color: white;
	font-size: .8em;
	padding: 8px 0;
	width: 100%;
}

.studi-kasus {
	background-color: #ecf0f1;
}
.studi-kasus h5{
	font-weight: bold;
}
.studi-kasus .studi-kasus-box {
	-webkit-box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.75);
	border-radius: 10px;
	background-color: white;
}

.studi-kasus .studi-kasus-box img {
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}

p.studi-kasus-text{
	cursor: pointer;
}

.studi-kasus .studi-kasus-detail {
	min-height: 70px;
	font-size: .55em;
}

.dark {
	color: #6e7274!important;
}

.green {
	color: #009b39;
}

.light-gray {
	color: lightgray;
}

.site-image {
	width: 35%;
	transition: width .3s;
}

.small {
	width: 25%;
	transition: width .3s;
}

#serangga .title-line{
	border-top: 3px solid #fff;
	margin-top: 15px !important;
	width: 8%;
}

.serangga-slides .single-hero-slide {
	height: fit-content;
	position: relative;
	z-index: 1;
	padding: 0 20px 0;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	overflow: visible;
	cursor: pointer;
	font-size: 1em;
	margin-bottom: 30px;
}

.serangga-slides .single-hero-slide.pad {
	margin-top: 100px;
}

.serangga-slides .single-hero-slide hr {
	height: 15px;
	margin-top: 2rem;
	margin-bottom: 0;
	width: 0;
	border-left: 0 solid rgba(10, 10, 10, .5);
	border-right: 1px solid rgba(10, 10, 10, .5);
	margin: auto;

}

.step-1-img {
	background-image: url('/assets/images/home/langkah-7.png');
	width: 143px;
	height: 152px;
	background-position: 938px;
	background-size: cover;
}
.chips3-content {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    background-color: #009b39;
}
#banner-area {
	min-height: 100vh;
}

#banner-area .banner-text {
	color: white;
	z-index: 950;
	top: 50vh;
	text-align: center;
}

#banner-area .banner-text h1 {
	font-weight: 700;
}

.sawit-jamur-content h3 {
	font-weight: 700;
}

.sawit-jamur-content .pohon-tumbang-text h5 {
	font-weight: 600;
}

.sawit-jamur-content .pohon-tumbang-text a {
	color: #009b39;
}

.sawit-jamur-content .chips-text {
	font-size: 1em;
}

.sawit-jamur-content .chips h4 {
	font-weight: 700;
}

.sawit-jamur-content .chips-text a {
	color: #009b39;
	text-decoration: unset;
}

.sawit-jamur-content .keberhasilan h3 {
	font-weight: 700;
}

.sawit-jamur-content .keberhasilan .keberhasilan-arrow {
	height: 150px;
	padding-top: 35px;
}

.sawit-jamur-content .keberhasilan .keberhasilan-arrow img {
	width: 50px;
}

.sawit-jamur-content .keberhasilan .keberhasilan-box {
	width: 115px;
	font-size: .8em;
}

.sawit-jamur-content .keberhasilan .keberhasilan-box .keberhasilan-circle {
	height: 115px;
	background-color: white;
	border-radius: 60px;
	border: 3px solid rgba(120, 120, 120, 0.1);
}

.sawit-jamur-content .keberhasilan .keberhasilan-box .keberhasilan-circle .keberhasilan-img {
	width: 85px;
	margin-top: 12.5px;
}

.sawit-jamur-content .keberhasilan .keberhasilan-box .keberhasilan-text {
	font-size: .9em;
}

.solusi .solusi-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 155, 57, 0.5);
	color: white;
	font-size: .8em;
	padding: 8px 0;
	width: 100%;
}

.sawit-jamur-content .studi-kasus {
	background-color: #ecf0f1;
}

.sawit-jamur-content .studi-kasus .studi-kasus-box {
	-webkit-box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.75);
	border-radius: 10px;
	background-color: white;
}

.muri-images{
	text-align: left;
}

img.studi-image {
	border-radius: 10px 10px 0 0;
}

.kutipan-text {
	color: white;
	font-size: 1em;
	font-weight: 700;
	width: 40%;
    text-align: center;
    margin: auto;
}

.quote-product {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: inline-grid;
    background-color: #009b39;
    align-items: center;
}

.support-government {
	text-align: justify;
}

.animal-pests {
	width: 35%;
}

#deforestation .deforestasi .deforestasi-image img {
	border: 1px solid rgba(100, 100, 100, 0);
}

#introduction {
	font-size: 1.2em;
}

#introduction .introduction-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

#introduction .vertical-line {
	margin: auto;
	border-top: unset;
	border-bottom: unset;
	border-left: 1px solid #009b39;
	border-right: 2px solid #009b39;
	width: 0;
	height: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#sawit-serangga-content #introduction p {
	font-size: .8em;
	color: rgba(10, 10, 10, 0.7);
}

#sawit-serangga-content #chips3 .chips3-content {
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #009b39;
}

#sawit-serangga-content #chips3 .chips3-content hr {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	width: 10%;
}

#sawit-serangga-content #formulasi {
	padding-top: 70px;
	padding-bottom: 70px;
}

.formulasi-text {
	font-size: 1rem;
}

#sawit-serangga-content #formulasi .formulasi-text strong {
	font-size: 1.4em;
}

#sawit-serangga-content #formulasi .formulasi-text ul {
	margin-top: 10px;
	padding-left: 15px;
	list-style: none;
}

#sawit-serangga-content #formulasi .formulasi-text ul li {
	line-height: 2em;
}

#sawit-serangga-content #formulasi .formulasi-text ul li::before {
	content: "\25A0";
	color: #009b39;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.jenis-serangga {
	margin-bottom: 30px;
}

.jenis-serangga .jenis-title {
	margin-bottom: 30px;
}

.jenis-serangga .jenis-title hr {
	border: 3px solid #009b39;
	width: 4%;
	margin-left: 0;
	text-align: left;
}

.jenis-serangga .jenis-studi-kasus {
	background-color: rgba(200, 200, 200, 0.2);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: .9em;
}

.studi-kasus .pdf-icon {
	width: 70%;
	margin: auto;
}

.studi-kasus-text {
	min-height: 70px;
	font-size: .55em;
	text-align: left;
}

.kumbang-crop {
	width: 100%;
	overflow: hidden;
}

.rayap-crop {
	width: 100%;
	overflow: hidden;
}

.ulat-api-crop {
	width: 100%;
	overflow: hidden;
}

.ulat-kantung-crop {
	width: 100%;
	overflow: hidden;
}

.apogonia-crop {
	width: 100%;
	overflow: hidden;
}

.shadow-container {
	-webkit-box-shadow: 0 17px 19px -12px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 17px 19px -12px rgba(0, 0, 0, 0.50);
	box-shadow: 0 17px 19px -12px rgba(0, 0, 0, 0.50);
}

.not-border-blue {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#contact-us .taField {
	border-radius: unset;
	border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

#contact-us button {
	width: 200px;
	font-weight: 900;
}

footer {
	background-color: rgba(10, 10, 10, 0.8);
	color: white;
	line-height: 40px;
}

.footer-logo{
	text-align: right;
}

footer .copyright {
	line-height: 25px;
}

footer .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

img.sawitnotif-logo {
	width: 20%;
}
.show-br{
display: none;
}
.hide-br{
display: block;
}


.float {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	z-index: 999;
}

.float a:hover {
	text-decoration: none;
	color: inherit;
}

.float i {
	font-size: 27px;
}

.my-float {
	margin-top: 10px;
}

.position-absolute-text {
	position: absolute;
}

.title-product {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 2rem;
}

.title-section-product {
	font-size: 1.4rem;
	font-weight: bold;
}

.question-analytic {
	font-weight: 600;
	line-height: 35px;
	font-size: 20px;
}

#description-contact {
	margin-top: 9rem;
}

.inline-grid {
	display: inline-grid;
	align-items: center;
}

.subtitle-moaf{
	font-size: 22px;
	line-height: 34px;
}

img.chips-3{
	width: 15%;
}

.modal-dialog{
    margin: 20rem auto;
}
.text-whatsapp{
	text-align: right;
}

a.dropdown-item{
	margin-top: 6px;
}

h1.company-h1{
	font-size: 1rem;
}

img.icon-flag{
	width: 32px;height: 32px;
}