/* General CSS */

body {
	font-family: 'Poppins', sans-serif;
}
.wrapper {
	overflow: hidden;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
img {
	max-width: 100%;
}
iframe {
	max-width: 100%;
	border: none;
}
.dropdown {
	display: inline-block;
}
.dropdown .btn-secondary {
	background: #fff;
	border: 1px solid #dbdbdb;
	color: #575757;
	line-height: 1.9;
	box-shadow: none;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
}
.show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle:active, .btn-secondary:not(:disabled):not(.disabled):active {
	background: #fff;
    box-shadow: none !important;
	border: 1px solid #dbdbdb;
	color: #575757;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;

}
.show > .btn-secondary.dropdown-toggle {
	background: #fff;
	border: 1px solid #dbdbdb;
	color: #575757;
	box-shadow: none;
}
/*Header CSS*/

header {
	background: #fff;
	padding: 18px 0 18px 0;
}
.header-contact a {
	display: inline-block;
	vertical-align: middle;
}

.header-contact a.tel {
	color: #ed1f24;
	font-size: 17px;
	margin-right: 17px;
	font-weight: 600;
}
a.social {
	border: 1px solid #dbdbdb;
	color: #575757;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	text-align: center;
	padding: 8px 5px;
	display: inline-block;
	font-size: 18px;
	border-radius: 3px;
	margin-right: 5px;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a.social:hover {
	background: #dbdbdb;
}
.header-contact select {
	border: 1px solid #dbdbdb;
	height: 44px;
	border-radius: 3px;
	vertical-align: middle
}
.stiky-logo, .header-contact .stiky-colab, .header-contact .stiky-see {
	display: none;
}
header.stiky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 4px 3px -2px rgba(0,0,0,0.15);
	padding: 10px 0;
	z-index: 101;
}

header.stiky .logo {
	display: none;
}
header.stiky .stiky-logo {
	display: inline-block;
	width: 49px;
}
header.stiky .social {
	display: none;
}

header.stiky .header-contact .stiky-colab, header.stiky .header-contact .stiky-see {
	color: #fff;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 6px 5px;
	display: inline-block;
	font-size: 18px;
	border-radius: 3px;
	margin-right: 5px;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.stiky-colab {
	background: #2f9e48;
}
.stiky-colab:hover {
	background: #1c802e;
}
.stiky-see {
	background: #ed1f24;
}
.stiky-see:hover {
	background: #dc0405;
}
header.stiky .header-contact .dropdown .btn-secondary {
	line-height: 1.7;
}
/*Main Banner CSS*/

.main-banner {
	height: 865px;
	background-size: cover !important;
	background-attachment: fixed !important;
	text-align: center;
	padding-top: 180px;
	color: #fff;
}
.main-banner h1 {
	font-size: 72px;
	font-weight: 300;
	margin-bottom: 60px;

}
.main-banner h1 b {
	font-family:Arial Black;
	color:#cc0000;
}
.main-banner h2 {
color:#000000;
	background-color:#cccccc;
   opacity:0.6; /* Opacidad 60% */
}
.main-banner h2 .align b {
	font-size: 30px;
	font-weight: 500;
	color:#000000;
	text-transform:uppercase;
	
}


.main-banner h2 span.align {
	display: inline-block;
	margin: 0 5px;
}

.main-banner p {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 45px;
}
.banner-content {
	max-width: 1700px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}
.banner-btns {
	padding-top: 55px;
	padding-bottom: 59px;
}
.banner-btns a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 15px 13px 0;
	text-transform: uppercase;
	width: 356px;
	max-width: 100%;
	margin: 0 13px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.banner-btns a i {
	font-size: 30px;
	margin-right: 21px;
	vertical-align: middle;
	line-height: 18px;
}
.banner-btns a.colab {
	background: #2f9e48;
	border:1px solid #ffffff;
}
.banner-btns a.colab:hover {
	background: #1c802e;
	border:1px solid #ffffff;
}
.banner-btns a.see {
	background: #ed1f24;
	border:1px solid #ffffff;
}
.banner-btns a.see:hover {
	background: #000000;
	border:1px solid #ffffff;
}
a.scroll {
	display: inline-block;
	background:url(../images/mouse.png);
	width: 28px;
	height: 54px;
}

/*Avantaje CSS*/

.box-content {
	background: #fff;
	border: 1px solid #dbdbdb;
	margin-bottom: 29px;
	height: 255px;
	padding: 30px 17px;
}
.box-content .box-icon {
	height: 110px;
	vertical-align: middle;
	line-height: 108px;
	margin-bottom: 24px;
}
.box-icon img {
	vertical-align: middle;
}
.box-text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	color: #585858;
}
.green-box {
	background: #2f9e48;
	border: none;
	color: #fff;
	padding-top: 66px;
}
.green-box p {
	color: #fff;
}
h2.custom-title {
	font-size: 24px;
	width: 100%; 
	text-align: center; 
	border-bottom: 2px solid #2f9e48; 
	line-height: 0.1em;
	color: #282828;
	margin: 10px 0 20px;
	margin-bottom: 56px;
	text-transform: uppercase;
} 

h2.custom-title span { 
    background:#fff; 
    padding:0 55px; 
}
section.avantaje {
	padding: 100px 0 17px;
	position: relative;
}
.avantaje .bg {
	width: 100%;
	left: 0;
	top: 0;
	height: 78%;
	background: #f8f8f8;
	position: absolute;
}
.avantaje h2.custom-title span {
	background: #f8f8f8;
	color: #585858
}
.green-box span {
	font-size: 28px;
	line-height: 32px;
	display: inline-block;
	text-align: left;
	font-weight: 600;
	margin-left: 17px;
	color: #fff;
	vertical-align: bottom;
}

.green-box .box-icon {
	line-height: 32px;
	height: 88px;
	margin-bottom: 12px;
}
.green-box p {
	font-size: 20px;
	font-weight: 400;
}

/*Valori CSS*/

.valori {
	position: relative;
}
.left-bg {
	position: absolute;
	width: 43%;
	background: #f8f8f8;
	height: 500px;
	left: 0;
	bottom: 0;
}
.valori h2.custom-title {
	margin-bottom: 30px;
}
.valori p.subtitle {
	color: #727272;
	font-size: 18px;
}
.valori p.subtitle span {
	font-weight: 600;
	text-transform: uppercase;
	color: #282828;
}
.valori h3 {
	color: #282828;
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
}

.valori h3 span.txt {
	color: #727272;
	font-size: 18px;
	text-transform: none;
}
.testimonials-box {
	padding-right: 100px;
	text-align: center;
}
.testimonials-box ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.testimonials-box .text-box {
	padding-top: 26px;
	padding-bottom: 4px;
	min-height: 192px;
	background:url(../images/quotes.png) center bottom no-repeat;
}
.testimonials-box ul li {
	list-style: none;
	text-align: center;
}
.testimonials-box .img-box {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.testimonials-box .img-box img {
	max-height: 100%;
	width: auto;
	height: auto;
	border-radius: 160px;
}
.testimonials-box span {
	display: block;
}
.testimonials-box span.name {
	color: #2f9e48;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.testimonials-box span.job-title {
	color: #404040;
	line-height: 20px;
	font-size: 18px;
}
.testimonials-box p {
	color: #404040;
	font-size: 14px;
	line-height:18px;
	margin-bottom: 0;
	margin-top:32px;
	font-weight: 300;
}
.testimonials-box .carousel-indicators, .testimonials-box .slick-dots {
	margin: 0;
	bottom: -55px;
	text-align: center;
	width: 100%;
	display: block;
}
.testimonials-box .carousel-indicators  li,
.testimonials-box .slick-dots  li {
	list-style: none;
	display: inline-block;
	background: url(../images/carousel-item.png) no-repeat;
	width: 14px;
	height: 14px;
	margin:0 2px;
	cursor: pointer;
}
.slick-dots button {
	display:none;
}
.testimonials-box .carousel-indicators  li.active,
.testimonials-box .slick-dots  li.slick-active {
	background: url(../images/carousel-item-active.png) no-repeat;
}
.custom-row {
	position: relative;
	height: 500px;
	margin-top: 40px;
	padding-top: 40px;
}
.custom-row .custom-col {
	position: absolute;
	width: 126px;
	left: 50%;
	top: 0;
	margin-left: -63px;
}

.actions-box .box h2 {
	font-size: 20px;
	text-transform: uppercase
}
.actions-box .box p {
	color: #727272;
	line-height: 19px;
	font-size: 16px;
	font-weight: 300;
}
.actions-box .box {
	position: relative;
	padding-left: 88px;
	padding-top: 18px;
	margin-bottom: 30px;
	min-height: 119px;
}

.actions-box .box .icon {
	position: absolute;
	top: 50%;
	margin-top: -63px;
	left: -80px;
}
section.text-section {
	margin-top: 30px;
	padding: 50px 0 59px;
	background: #f8f8f8;
}
.onestity h3 {
	color: #36a14e;
}
.transparency h3 {
	color: #ed1f24;
}
.integrity h3 {
	color: #e27513;
}
.text-section h3 {
	font-size: 20px;
	width: 100%; 
	text-align: center;
	color: #282828;
	background: url(../images/divider.png) center repeat-x;
	margin: 0;
} 

.text-section h3 span { 
    background:#f8f8f8; 
    padding:20px 55px;
	line-height: 24px;
	display: block;
	width: 90%;
	margin: 0 auto;
}

/*Numbers CSS*/

.numbers {
	text-align: center;
	padding: 39px 0;
}
.numbers-icon {
	height: 90px;
	line-height: 88px;
	vertical-align: middle;
	margin-bottom: 19px;
}
.numbers-icon img {
	vertical-align: middle;
}
.numbers h5 {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	font-weight: 400;
}
.numbers .number {
	color: #343434;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
}

/*Calendar CSS*/

.calendar {
	padding: 33px 0 0;
	background: #f8f8f8;
}
.calendar h2 {
	font-size: 72px;
	font-weight: 600;
	color: #727272;
	margin-bottom: 27px;
}
.calendar p {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 23px;
	font-weight: 300;
	color: #727272
}
.video-holder {
	padding-top: 31px;
	padding-bottom: 0px;
}
.logos-holder {
	padding-top: 24px;
	padding-bottom: 27px;
}
.logos-holder img {
	margin-right: 19px;
}
.logos-holder img:last-child {
	margin-right: 0;
}
.calendar .image-holder {
	padding-top: 17px;
}
.calendar .row {
	padding-bottom: 33px;
}
.custom-align {
	float: right;
}
.calendar .col-10 {
	padding-top: 13px;
}
.large-image-holder {
	padding-top: 23px;
	padding-bottom: 42px;
}
/*Footer CSS*/

footer {
	background: #404040;
	padding: 40px 0 0;
	color: #a1a1a1;
	position: relative;
}

.footer-top {
	padding-bottom: 21px;
}
.footer-contacts {
	margin-top: -3px;
}
footer a.tel, footer a.mail {
	color: #a1a1a1;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}
footer p {
	font-size: 12px;
	margin-top: 9px;
	line-height: 16px;
	margin-bottom: 40px;
}
footer a.social {
	color: #a1a1a1;
	margin-right: 9px;
	border-color: #a1a1a1;
	padding: 12px 5px;
}
footer a.social:hover {
	background: #a1a1a1;
	color: #fff;
}
.footer-bottom {
	padding: 33px 0;
	background: #3b3b3b
}
.footer-menu {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.footer-menu li {
	display:inline-block;
	border-right: 1px solid #a1a1a1;
	list-style: none;
	line-height: 12px;
	padding: 0 15px;
}
.footer-menu li:last-child {
	border: none;
}
.footer-menu li a, .footer-menu li span {
	color: #a1a1a1;
	font-size: 12px;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer-menu li a:hover {
	color: #fff
}
a.go-top {
	background:url(../images/scroll-top.png) 0 0 no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	text-indent: -9999px;
	top: -83px;
	right: 24px;
}
a.go-top:hover {
	background:url(../images/scroll-top.png) 0 -61px  no-repeat;
}
/* Poupup Css */

.modal-icon {
	display: block;
	text-align: center;
	font-size: 72px;
	width: 100%;
	line-height: 72px;
	margin-bottom: 4px;
	color: #2f9e48
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
	text-align: center;
	font-weight: 300;
	font-size: 28px;
	color: #404040;
	text-transform: uppercase;
	border-bottom: 1px solid #cecece;
	padding-bottom: 18px;
	margin-bottom: 21px;
}
.modal-content p {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #565656;
	margin-bottom: 9px;
}
.modal-content-holder {
	padding: 47px 20px 15px;
	width: 570px;
	position: relative;
	max-width: 100%;
}
.modal-content-holder button.close {
	position: absolute;
	text-indent: -9999px;
	background:url(../images/close-modal.png) no-repeat;
	width: 34px;
	height: 34px;
	top: 20px;
	right: 23px;
}

.modal-content-holder .form-control {
	height: calc(2.25rem + 4px);
	border-radius: 2px;
	border-color: #dbdbdb;
	margin-bottom: 9px;
}
.modal-content-holder label {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 22px;
}
.modal-content-holder textarea.form-control {
	height: 130px;
	margin-bottom: 20px;
	resize: none;
}
.modal-content-holder button[type="submit"] {
	background: url(../images/send.png) 20% center no-repeat #2f9e48;
	border: none;
	min-width: 160px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	height: 40px;
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.modal-content-holder button[type="submit"]:hover {
	background-color: #1c802e
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #afafaf;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #afafaf;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #afafaf;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #afafaf;
  font-style: italic;
}


@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1600px) {
	.main-banner h1 {
		font-size: 56px;
	}
}
@media (max-width: 1030px) {
	.main-banner {
		padding-top: 83px;
		height: 720px;
	}
	.main-banner h2 {
		font-size: 29px;
	}
	a.go-top {
		display: none;
	}
}
@media (max-width: 992px) {
	.main-banner h1 {
		font-size: 30px;
	}
	.main-banner h2 {
		font-size: 20px;
	}
	.banner-btns a {
		width: 240px;
		font-size: 14px;
	}
	section.valori {
		padding-top: 48px;
	}
	.banner-btns a i {
		margin-right: 11px;
	}
	.main-banner h2 span.holder {
		display: block;
	}
	.hide-on-tablet {
		display: none;
	}
	.banner-btns {
		padding-top: 53px;
		padding-bottom: 35px;
	}
	.avantaje .bg {
		height: 100%;
	}
	a.scroll {
		display: none;
	}
	.main-banner {
		padding-top: 80px;
		height: 499px;
	}
	.valori h3 span.txt {
		display: block;
		margin-top: 15px;
	}
	.left-bg {
		display: none;
	}
	.testimonials-box {
		padding-right: 0px;
	}
	.t-bg {
		display: block;
		height: 100%;
		left: -24px;
		position: absolute;
		right: -24px;
		top: 0;
		background: #f8f8f8;
	}
	.custom-row .col-lg-5 {
		position: relative;
		padding-top: 43px;
		padding-bottom: 80px;
		margin-bottom: 30px;
	}
	.custom-row {
		height: auto;
		margin-top: 0;
	}
	.video-holder iframe {
		height: 390px;
	}
	.actions-box .box .icon {
		left: 0;
	}
	.actions-box .box {
		padding-left: 140px;
		min-height: 100px;
	}
	.text-section h3 span br {
		display: none;
	}
	.numbers h5 {
		font-size: 12px;
	}
	.calendar .col-12 {
		text-align: center !important;
	}
	iframe {
		width: 100% !important;
	}
	section.avantaje {
		background: #f8f8f8
	}
	
}
@media (max-width: 767px) {
	header a.social {
		display: none;
	}
	
	header.stiky .col-sm-4 {
		max-width: 25%
	}
	header.stiky .col-sm-8 {
		max-width: 75%;
		min-width: 75%;
	}
	.main-banner p {
		display: none;
	}
	.main-banner {
		padding-top: 50px;
		height: 288px;
		position: relative;
		margin-bottom: 67px;
	}
	.banner-btns {
		padding: 0;
		position: absolute;
		bottom: -57px;
		width: 100%;
	}
	.main-banner h1 {
		margin-bottom: 24px;
	}
	.valori p.subtitle {
		font-size: 16px;
	}
	.valori h3 {
		font-size: 21px;
	}
	.footer-contacts {
		margin-top: 39px;
		text-align: center;
	}
	.footer-menu li:first-child {
		border: none;
		display: block;
	}
	section.avantaje {
		padding-top: 49px;
	}
	.modal-content-holder {
		padding-left: 5px;
		padding-right: 5px;
	}
	.t-bg {
		left: 0;
		right: 0;
	}

}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 570px;
	}
}
@media (max-width: 576px) {
	
	header.stiky .header-contact .tel {
		display: none;
	}
	header.stiky .col-sm-4 {
		max-width: 30%;
		min-width: 30%;
	}
	header.stiky .col-sm-8 {
		max-width: 70%;
		min-width: 70%;
	}
	.modal-content-holder button[type="submit"] {
		width: 100%;
		background-position: 28%;
	}
	.modal-content-holder label br {
		display: none;
	}
	.video-holder iframe {
		height: 200px;
	}
	header .logo {
		display: none;
	}
	header .stiky-logo {
		display: block;
		width: 49px;
	}
	.header-contact a.tel {
		font-size: 16px;
		margin-right:8px;
	}
	.header-contact select {
		width: 53px;
		height: 32px !important;
	}
	header {
		padding: 8px 0 !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 101;
	}
	.wrapper {
		padding-top: 63px
	}
	.main-banner {
		height: 311px;
		padding-top: 41px;
		margin-bottom: 140px;
	}
	.main-banner h1 {
		font-size: 28px;
	}
	.main-banner h2 {
		font-size: 16px;
	}
	.banner-btns a {
		width: 100%;
		margin: 0 0 10px;
	}
	.banner-btns {
		bottom: -130px;
		left: 0;
		padding: 0 15px;
	}
	h2.custom-title {
		border: none;
		line-height: 26px;
		margin-bottom: 29px;
	}
	h2.custom-title span {
		padding: 0;
		background: none;
	}
	h2.custom-title2 {
		border: none;
		line-height: 26px;
		margin-bottom: 29px;
		text-align:left;
	}
	h2.custom-title2 span {
		padding: 0;
		background: none;
	}
	
	section.avantaje {
		background: #fff;
		padding-top: 21px;
	}
	.box-content {
		height: auto;
	}
	.green-box {
		padding-top: 36px;
	}
	.box-text {
		max-width: 235px;
		margin: 0 auto;
	}
	.green-box span {
		display: block;
		margin: 26px 0 0;
		text-align: center;
		font-size: 26px;
	}
	.green-box .box-icon {
		height: auto;
		margin-bottom: 5px;
	}
	.green-box .box-text {
		max-width: 100%;
	}
	.green-box p {
		font-size: 17px;
		margin-bottom: 0;
	}
	.valori h3.val-title {
		font-size: 22px;
		max-width: 220px;
		margin-left: auto;
		margin-right: auto
	}
	.valori h3 span.dot {
		display: none;
	}
	.valori h2.custom-title {
		margin-top: 0px;
		margin-bottom: 45px;
	}
	.actions-box .box .icon {
		display: none;
	}
	.actions-box .box {
		padding-left: 0;
		padding-top: 7px;
	}
	.text-section h3 span {
		padding: 20px 0;
	}
	.text-section h3 {
		background: none;
	}
	section.text-section {
		padding: 10px 0;
	}
	.numbers h5 {
		max-width: 86px;
		margin: 0 auto 5px;
	}
	.logos-holder {
		text-align: center;
	}
	.logos-holder img {
		max-width: 45%;
	}
	.footer-menu li {
		padding: 0 5px 0 2px;
	}
	.footer-menu li a, .footer-menu li span {
		font-size: 11px;
	}
}



.menusup{background:#376405;margin:10px 0px -10px 0px;}

.menusup .link A{color:#fff;padding:2px 10px;border-right:1px solid #fff;}
.menusup .link A:hover{background:#619b21;}
.menusup .link .selected {background:#000;padding:2px 10px;}
.modal-body2{border:1px solid #000;align:center;}