/*
 *   (c) 2018
 *   Designed by Kernel Soluciones www.kernelsoluciones.com
 */

body {
	overflow-x: hidden;
}


.navbar{
	background-color:white !important;
}

#navbarNav ul{
}

.navbar .nav-item,
.navbar .menu-item {
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	color: black;
	  -webkit-transition: background-color .7s ease-out;
	  -moz-transition: background-color .7s ease-out;
	  -o-transition: background-color .7s ease-out;
	  transition: background-color .7s ease-out;
}
.navbar .navbar-brand img {
	width: 200px;
}
@media (min-width: 450px) {
	.navbar .navbar-brand img {
		width: 280px;
	}
}
.navbar .nav-item .nav-link,
.navbar .menu-item a {
	color: black;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	display: block;
	padding: .5rem 1rem;
}

.navbar .nav-item:hover,
.navbar .menu-item:hover {
	background-color: #5db4bb;
	color: white;
}
.navbar .menu-item a:hover {
	text-decoration: none;
}

.navbar .nav-item:hover .nav-link,
.navbar .menu-item:hover a {
	color: white !important;
}


.section-slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
  border-radius: 4px;
  width: 100vw;
}

.section-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 98.8vw;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-slider ul li h2{
	float: right;
	color: white;
	background-color: rgba(6, 98, 25, 0.5);
	height: auto;
	width: auto;
	padding: 25px;
	padding-right: 10%;
	margin-top: 20%;
	position: relative;
}

a.control_prev, a.control_next {
	position: absolute;
	top: 60%;
	z-index: 999;
	display: block;
	padding: 10px 20px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #5a5a5a;
	background-color: rgba(255, 255, 255, 0.37);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 50px;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
}

a.control_next {
  right: 0;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


.f-sec h1{
	color: white;
	float: right;
}

.slogan-section{
	color: white;
	background-color: #2e97a1;
	padding: 40px 0;
	-webkit-clip-path: polygon(100% 0px, 100% 80%, 50% 100%, 0px 80%, 0px 0px);
	clip-path: polygon(100% 0px, 100% 80%, 50% 100%, 0px 80%, 0px 0px);
}
@media(min-width: 550px) {
	.slogan-section{
		-webkit-clip-path: polygon(100% 0px, 100% 55%, 50% 100%, 0px 55%, 0px 0px);
		clip-path: polygon(100% 0px, 100% 55%, 50% 100%, 0px 55%, 0px 0px);
	}
}

.t-sec {
	padding-top: 40px;
}

.t-sec .card{
	margin-left: auto;
	margin-right: auto;
	border: hidden;
}

.section-back-angle{
	padding: 200px 0;
	background-color: #f2f2f2;
	-webkit-clip-path: polygon(50% 5%, 100% 0, 100% 95%, 50% 100%, 0% 95%, 0 0);
	clip-path: polygon(50% 5%, 100% 0, 100% 95%, 50% 100%, 0% 95%, 0 0);
}
@media (min-width: 768px) {
	.section-back-angle{
		-webkit-clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
		clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
	}
}

.section-back-angle .mb-5 {
	margin-top: 100px;
	margin-left: 35%;
	margin-right: 35%;
}

.section-back-angle .card{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.section-back-angle .card img{
}

.card {
	padding: 0;
}
.card .card-body{
	background-color: rgb(144, 52, 56);
	color: white;
}
.card .card-body h5 {
	font-size: 18px;
	margin: 0;
}
a.card:hover,
a.card:hover .card-title  {
	text-decoration: none;
}
/* gutenberg */
.card .editor-url-input__button {
	position: absolute;
	background-color: #fff;
	border: solid 1px #ccc;
	left: calc(50% - 15px);
	bottom: -30px;
}
.wp-core-ui .card .button.button-large {
	display: block;
	height: auto;
	width: 100%;
	padding: 0;
}

.text-center {
	text-align: center!important;
}

.section-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

.fi-sec .col-8{
	margin-left: auto;
	margin-right: auto;
}

.intro-item {
	text-align: center;
}
.intro-item img {
	width: 50%;
	height: auto;
}
.intro-item .title {
	font-weight: bold;
	font-size: 1rem;
	margin: 0;
}
/* gutenberg */
.edit-post-visual-editor .intro-item .components-button {
	display: inline-block;
}


.us-f-sec{
	margin-top: 100px;
	color: white;
	background-image: url(../imgs/dam-711442_1920.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}



.us-t-sec{
	height: auto;
	padding: 150px 0;
	margin: 100px 0px;
	background-color: #f2f2f2;
	-webkit-clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
	clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
}
@media (min-width: 700px) {
	.us-t-sec{
		-webkit-clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0% 80%, 0 0);
		clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0% 80%, 0 0);
	}
}

.va-center-container {
	display: table;
	width: 100%;
	height: 100%;
}
.va-center-inner {
	display: table-cell;
	vertical-align: middle;
}

.us-fo-sec button{
	margin-left: auto;
	margin-right: auto;
}


.ser-f-sec{
	margin-top: 100px;
	color: white;
	background-image: url(../imgs/dam-711442_1920.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.ser-s-sec,
.us-s-sec{
	margin-top: 50px;
}

.ser-s-sec p{
	font-weight: bold;
	text-align: center;
}

.ser-s-sec .card .card-body{
	background-color: rgb(144, 52, 56);
	color: white;
}
.ser-s-sec .card .card-body h5 {
	font-size: 18px;
	margin: 0;
}

ul.is-style-horizontal {
	list-style: none;
	padding: 0;
	border-top: solid 1px #c7c7c7;
	padding-top: 25px;
	margin-top: 40px;
}
ul.is-style-horizontal li {
	display: inline-block;
	padding: 0 10px;
	color: #3e7379;
}
ul.is-style-horizontal li a {
	color: inherit;
}
/* gutenberg */
.editor-block-list__block-edit ul.is-style-horizontal li {
	display: block;
}

.ser-t-sec{
	height: 700px;
	padding-top: 300px;
	margin-bottom: 100px;
	background-color: #f2f2f2;
	-webkit-clip-path: polygon(53% 39%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(53% 39%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.ser-t-sec .col-8{
	margin-left:auto;
	margin-right:auto;
}

.ser-t-sec p, ul{
	font-weight: bold;
	text-align: center;
}

.ser-fo-sec button{
	margin-left:30%;
	margin-right:30%;
}


.cont-f-sec{
	margin-top: 100px;
	color: white;
	background-image: url(../imgs/dam-711442_1920.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.cont-s-sec{
	margin-top: 50px;
}

.cont-s-sec p{
	font-weight: bold;
	text-align: center;
}


.cont-t-sec {
	padding: 40px 0;
}

.cont-t-sec ul{
	font-size: 1.5em;
	font-weight:normal; 
	text-align: left;
	list-style-type: none;
}

.cont-t-sec ul li{
	position: relative;
}

.cont-fo-sec{
	width: 100%;
}

.cont-fi-sec{
	margin-bottom: -70px;
	background-color: #238f99;
}

.cont-fi-sec p{
	margin:50px;
	font-weight:normal; 
	text-align: center;
	color: white;
	font-size: 1.2em; 
}

.green-btn,
a.green-btn:not([href]):not([tabindex]) {
	color: #1b542c;
}
a.green-btn:hover:not([href]):not([tabindex]) {
	color: #fff;
}

.section-header-bar {
	color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../imgs/dam-2492809_1920.jpg);
	background-position-y: 30%;
	text-align: center;
}
.section-header-bar .title {
	font-weight: 700;
	padding: 3rem;
	font-size: 2rem;
	margin: 0;
}

.contact-list li .fa,
.contact-list li .fab {
	color: #fff;
	background-color: #6699ff;
	border-radius: 35px;
	padding: 10px;
	font-size: 15px;
}
.contact-list li a,
.contact-list li {
	color: #464646;
}
.contact-list li a:hover {
	text-decoration: none;
}

.contact-item {
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 7px;
	position: relative;
}
.contact-item .icon {
	background-color: #6699ff;
	padding: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-item i.fa,
.contact-item i.fab {
	font-size: 20px;
	color: #fff;
}
.contact-item a {
	color: #426794;
}
/* gutenberg */
.contact-item .link-aux .editor-url-input__button {
	position: absolute;
	right: -38px;
	bottom: 0;
}
.contact-item .link-aux {
	display: inline-block;
	position: relative;
	color: #426794;
}

.slogan-footer-section {
	margin-bottom: -70px;
	background-color: #238f99;
}
.slogan-footer-section .description {
	padding: 50px;
	font-weight: normal;
	text-align: center;
	color: white;
	font-size: 1.2em;
}
/*  gutenberg */
.editor-block-list__layout .slogan-footer-section {
	margin-bottom: 0;
}
/* gutenberg */
.editor-styles-wrapper .slogan-section p.description {
	color: #fff;
}

.green-btn:hover{
	color: white;
	background-color: #1b542c;
}

.footer-section {
	background-color: #6eadb4;
	text-align: center;
	color: #fff;
	-webkit-clip-path: polygon(50% 21.75%, 100% 1px, 100% 100%, 0px 100%, 0px 0px);
	clip-path: polygon(50% 21.75%, 100% 1px, 100% 100%, 0px 100%, 0px 0px);
}
.footer-section .back-custom {
	padding: 50px 0;
}

.w-txt{
	color: white;
}

.back-1 {
	background-image: url(../imgs/dam-2492809_1920.jpg);
	background-position-y: 30%;
}

.back-2 {
	background-image: url(../imgs/back_2.jpg);
	background-position-y: 40%;
}
.back-2 h2 {
	color: #067125;
}

.is-style-align-left {
	text-align: left;
}
.is-style-align-center {
	text-align: center;
}
.is-style-align-right {
	text-align: right;
}