/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root{
	--blanco: #fff;
	--negro: #000;
	--verde: #729443;
	--gris: #888b8e;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body, h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
}
.pt--80{
	padding-top: 80px;
}
.ptb--40{
	padding: 40px 0;
}
.ptb--80{
	padding: 80px 0;
}
#logo{
	padding: 10px 0;
}
#logo img{
	height: 80px!important;
}
#header .header-row{
	justify-content: center;
}
#slider .contentBx .title-slide{
	font-size: 50px;
	color: var(--negro);
	font-weight: 400;
	white-space: pre-line;
	line-height: 60px;
	margin-bottom: 0;
	margin-top: 35%;
	/*text-shadow: 0 0 5px var(--negro);*/
}
#stnH1{
	background-color: var(--verde);
}
#stnH1 .flex-row{
	display: flex;
	align-items: center;
}
#stnH1 .title{
	font-size: 30px;
	color: var(--blanco);
	margin-bottom: 25px;
	line-height: 40px;
}
#stnH1 .description{
	font-size: 25px;
	color: var(--negro);
	margin-bottom: 0;
	line-height: 35px;
}
#contact{
	padding-top: 80px;
}
#contact .contentBx .title{
	font-size: 30px;
	color: var(--negro);
	line-height: 40px;
	margin-bottom: 30px;
}
#contact .flex-row{
	display: flex;
}
.contentBxForm{
	background-color: #f9f9f9;
	padding: 40px 15px;
}
.sm-form-control{
	border: none;
	outline: none;
	border-bottom: 1px solid var(--verde);
	background: transparent;
}
.btn-enviar{
	padding: 8px 20px;
	background: var(--verde);
	color: var(--blanco);
	width: fit-content;
	margin: 0 auto;
	transition: all .5s ease;
	cursor: pointer;
	border: 1px solid var(--verde);
}
.btn-enviar:hover{
	background: var(--blanco);
	color: var(--verde);
}
#branch-office{
	background: var(--negro);
}
#branch-office .contentBx .title{
	font-size: 30px;
	color: var(--blanco);
	line-height: 40px;
	margin-bottom: 30px;
}
#branch-office .contentBxOffice{
	padding: 15px;
	background: rgb(255 255 255 /.9);
	text-align: center;
	margin-bottom: 30px;
	min-height: 290px;
}
#branch-office .contentBxOffice .title{
	color: var(--verde);
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	white-space: pre-line;
	line-height: 23px;
}
#branch-office .contentBxOffice .address, 
#branch-office .contentBxOffice .tel, 
#branch-office .contentBxOffice .time,
#branch-office .contentBxOffice .description{
	color: var(--gris);
	font-size: 15px;
	width: fit-content;
	line-height: 20px;
}
#branch-office .contentBxOffice a{
	position: relative;
}
#branch-office .contentBxOffice a:hover{
	color: var(--verde);
	transition: .5s ease;
}
#branch-office .contentBxOffice a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	background: var(--verde);
	height: 1px;
	transition: .5s ease;
}
#branch-office .contentBxOffice a:hover:before{
	width: 100%;
}
#branch-office .contentBxOffice .address{
	margin-bottom: 10px;
	display: block;
}
#branch-office .contentBxOffice .tel{
	display: block;
	margin: 0 auto;
}
#branch-office .contentBxOffice .time{
	margin: 0 auto;
	white-space: pre-line;
}
#branch-office .contentBxOffice .description{
	margin-top: 10px;
	margin-bottom: 0;
}
#branch-office .contentBxPhone{
	margin-bottom: 10px;
}
#footer{
	border: none;
}
#footer .flex-footer{
	display: flex;
	align-items: center;
}
#footer .flex-footer .footer-left{
	text-align: left;
}
#footer .flex-footer .footer-center{
	text-align: center;
}
#footer .flex-footer .footer-right{
	text-align: right;
}
#footer .flex-footer p, 
#footer .flex-footer a{
	color: var(--negro);
	margin-bottom: 0;
	font-size: 14px;
	line-height: 17px;
}
#footer .flex-footer a.aviso{
	margin-bottom: 10px;
	display: block;
}
#footer .flex-footer .footer-right img{
	width: 150px;
	height: auto;
}
#desktopSocialBar.contentBx{
	position: fixed;
	top: 85%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 1;
}
#desktopSocialBar.contentBx a{
	display: flex;
	align-items: center;
	padding: 5px 15px;
	color: var(--blanco);
	background: #20b038;
}
#desktopSocialBar.contentBx a i{
	margin-right: 10px;
	color: var(--blanco);
}
#mobileSocialBar{
	display: none;
}
#mobileSocialBar{
	padding: 8px 15px; 
	background: #20b038; 
	position: fixed; 
	bottom: 15%; 
	right: 5px; 
	width: auto;
}
#mobileSocialBar a{
	font-size: 17px;
	color: var(--blanco);
	line-height: normal;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
}
#mobileSocialBar a i{
	margin-right: 15px;
	font-size: 17px;
}


/*****************************/
/*****************************/
@media (max-width: 760px){
	#logo{margin: 0;}
	#slider{min-height: calc(100vh - 100px)!important;}
	#slider .contentBx .title-slide{font-size: 28px; line-height: normal; white-space: normal; margin-top: 0;}
	#stnH1 .flex-row{flex-direction: column-reverse!important;}
	#stnH1 .title, #contact .contentBx .title, #branch-office .contentBx .title{font-size: 26px; line-height: normal; margin-bottom: 20px;}
	#stnH1 .description{font-size: 22px; line-height: normal; margin-bottom: 25px;}
	#contact{padding: 80px 0;}
	.message-form{line-height: normal; margin-top: 20px;}
	#footer .flex-footer .footer-left, #footer .flex-footer .footer-right{text-align: center;}
	#footer .flex-footer .footer-left{margin-bottom: 15px;}
	#footer .flex-footer .footer-center{margin-bottom: 25px;}
	/*#footer.ptb--40{padding-bottom: 70px;}*/
	#desktopSocialBar{display: none;}
	#mobileSocialBar{display: flex;}

}