@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@400;600;700;900&display=swap');
body{
	font-family: 'Roboto', sans-serif;
}
header{
	background: #008C44;
	padding: 0.5rem;
}
a{
	color: #343A40 !important;
}
h1{
	font-size: 46px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 0em;
	text-align: left;
}
h2{
	font-size: 28px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
}
h3{
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: center;
}
label.form-label{
	font-size: 16px;
	font-weight: 900;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
}
form .form-control, form .form-select{
	border: 0;
	border-bottom: 1px solid #FFC107 !important;
	border-radius: 0;
	padding: 0.5rem 0;
	font-size: 0.9rem;
	box-shadow: none !important;
	background: transparent !important;
}
form #btnSubmitLeads{
	background: #008C44;
	border: 0;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 900;
	line-height: 2.4rem;
	letter-spacing: 0em;
	text-align: center;
	width: 188px;
	height: 48px;
	color: #fff !important;
}
section{
    overflow: hidden;
}
.textColorGreen{
	color: #008C44;
}
.separator-div-5{
	padding: 5px;
}
.separator-div-10{
	padding: 10px;
}
.separator-div-15{
	padding: 15px;
}
.separator-div-20{
	padding: 20px;
}
.separator-div-25{
	padding: 25px;
}
.separator-div-30{
	padding: 30px;
}
.separator-div-35{
	padding: 35px;
}
.separator-div-40{
	padding: 40px;
}

.visibleMobil{
	display: none;
}

/* SECCIÓN CALENDARIO */
.sectionCalendarioDinamic .itemCalendario{
	background: #EFECEC;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 1rem;
}
.sectionCalendarioDinamic .itemCalendario p{
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 0;
}
.sectionCalendarioDinamic .itemCalendario strong{
	font-weight: 900;
}

.sectionRowColumns{
    
}
.sectionRowColumns h3{
    text-align: left;
    font-size: 46px;
    line-height: 48px;
    width: 70%;
}
.sectionRowColumns p{
    text-align: left;
}

.sectionRowColumns .posiImgLogo{
    width: 80px;
    height: 100px;
    position: absolute;
    left: 42px;
    top: 0;
}

.iti--allow-dropdown{
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

/* FOOTER */
footer{
	font-size: 14px;
	background-position: 10%;
	position: relative;
	overflow: hidden;
	background: #fff;
	border-top: 2px solid #037f43;
}
footer .wrapperImgLogo .wrapperLinkLogo{
	display: block;
	position: relative;
}
footer .wrapperFooterItem{
	z-index: 1;
	position: relative;
}
footer .wrapperFooterItem h2{
	color: #037f43;
	font-weight: normal !important;
	font-size: 20px;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #ece5de;
	line-height: 1.2;
}
footer .wrapperFooterItem ul{
	list-style: none;
	padding: 0;
	margin-bottom: 1rem;
}
footer .wrapperFooterItem ul li{
	font-size: 14px;
	padding: 10px 0;
}
footer .wrapperFooterItem ul li span{
  font-weight: 600;
  color: #037f43 !important;
}
footer .wrapperFooterItem ul li a{
	color: #037f43 !important;
	font-size: 14px;
	text-decoration: none;
}
footer .wrapperFooterItem ul li a:hover{
	text-decoration: underline;
}
footer .oval-home {
	position: absolute;
	width: 43%;
	left: -10%;
	top: 20%;
}

footer .accordion-item .accordion-header button{
	background: #f9f5f3;
	padding: 15px 35px;
	margin: 0;
	cursor: pointer;
	position: relative;
	color: #037f43;
	font-size: 20px;
	font-weight: 500;
	box-shadow: none !important;
}

footer .accordion-collapse{
	background: #f9f5f3;
}

footer .wrapperLogoContentMobil{
	background: #ece5de;
	text-align: center;
	padding: 2rem;
}
footer .subFooterCopy{
	color: #037f43;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
}


/* Listado de proyectos */
.wrapperListProjects{
    padding: 0 6rem;
}
.wrapperListProjects .item-project{
    
}
.wrapperListProjects .item-project .btn-group{
    text-align: center;
    width: 100%;
    justify-content: center;
}
.wrapperListProjects .item-project .btn-group a{
    border: 1px solid #28A745;
    text-align: center;
    text-decoration: none !important;
    color: #28A745 !important;
    font-weight: 600;
    background: #fff !important;
    border-radius: 30px;
    padding: 0.4rem 1rem;
}

.wrapperListItems .wrapper-item img{
    width: 800px !important;
    height: 370px !important;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 12px;
}


.owl-carousel-projects .owl-nav{
    position: absolute;
    top: 41%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
}
.owl-carousel-projects .owl-nav button{
    width: 48px;
    height: 48px;
    background: #fff !important;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px #126E3E33;
    position: relative;
}
.owl-carousel-projects .owl-nav button span{
    color: #28A745;
    font-size: 2.5rem;
    font-weight: 500;
    display: block;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: -8px;
}
.owl-carousel-projects .owl-nav .owl-prev{
    float: left;
    left: -22px;
}
.owl-carousel-projects .owl-nav .owl-next{
    float: right;
    right: -22px;

}


.owl-carousel-conocecali .owl-nav{
    position: absolute;
    top: 41%;
    width: 56%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
}
.owl-carousel-conocecali .owl-nav button{
    width: 48px;
    height: 48px;
    background: #fff !important;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px #126E3E33;
    position: relative;
}
.owl-carousel-conocecali .owl-nav button span{
    color: #28A745;
    font-size: 2.5rem;
    font-weight: 500;
    display: block;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: -8px;
}
.owl-carousel-conocecali .owl-nav .owl-prev{
    float: left;
}
.owl-carousel-conocecali .owl-nav .owl-next{
    float: right;
}

.owl-carousel-conocecali .owl-dots{
    margin: 2rem 0 0;
    text-align: center;
}
.owl-carousel-conocecali .owl-dots button.active span{
    width: 12px;
    height: 12px;
    background: #28A745;
}
.owl-carousel-conocecali .owl-dots button span{
    width: 6px;
    height: 6px;
    display: block;
    background: #f1f1f1;
    border-radius: 20px;
}
.owl-carousel-conocecali .owl-dots button{
    margin: 0 0.5rem;
    vertical-align: middle;
}


@media screen and (max-width: 1000px) {
 .wrapperListItems .wrapper-item img{
    width: 90% !important;
    height: 270px !important;
 }
}

@media screen and (max-width: 768px) {
  .visibleDesktop{
		display: none;
	}
	.visibleMobil{
		display: block;
	}
	footer{
		border-top: 3px solid #037f43;
	}
}