/* column gap */

body {
	--mfn-column-gap-bottom: 25px;
}

/* logo mobile */

@media only screen and (max-width: 767px) {
  .mobile-header-mini #Top_bar #logo {
    height: 30px !important;
    line-height: 30px !important;
    margin: 15px 0;
  }

  .mobile-header-mini #Top_bar .logo {
    padding-left: 20px !important;
  }

  .mobile-sticky #Top_bar.is-sticky #logo {
    height: 30px !important;
    line-height: 30px !important;
    margin: 15px 0px;
  }

  .logo-mobile-sticky.scale-with-grid,
  .logo-mobile.scale-with-grid {
    max-height: 30px !important;
  }
}

/* menu footer */

.menu-footer .mfn-footer-menu-style-horizontal li:first-child a {
  padding-left: 0;
}

/* hero icon box */

.hero-icon-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
	padding-bottom: 20px;
}

.hero-icon-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 25px);
    height: 10px;
    border-bottom: 1px solid #ebf000;
    border-left: 1px solid #ebf000;
    border-radius: 0 0 0 8px;
    visibility: visible;
}

.hero-icon-box .icon-wrapper {
  width: 50px;
  height: 50px;
}

.hero-icon-box .icon-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-icon-box h5 {
	margin-bottom: 0;
  color: #ebf000;
  text-transform: uppercase;
	line-height: 1.2;
}

/* circulo */

.circulo {
	position: relative;
}

.circulo::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	margin-left: 50%;
	padding-bottom: 100%;
	border-radius: 50%;
	background-color: #008CA8;
}

/* blog */

.post-meta .category {
    float: none;
}

.post-meta .category .cat-wrapper {
    display: block;
    position: relative;
    right: unset;
}

.post-meta .category .cat-wrapper ul {
    padding: 0;
    min-width: 0;
    background: transparent;
}

.post-meta .category .cat-wrapper ul li {
    display: inline;
    border-bottom: none;
}

.post-meta .category .cat-wrapper ul li a {
    display: inline;
    padding: 1px 5px;
		border-radius: 4px;
		color: #084F71;
		background-color: #EBF0F2;
}

.post-meta .category .cat-wrapper ul li a:hover {
	  color: #084F71;
    background-color: #DFE4E6;
}

.blog-dark-mode .post-meta .category .cat-wrapper ul li a {
	color: #ffffff;
	background-color: #07547A;
}

.blog-dark-mode .post-meta .category .cat-wrapper ul li a:hover {
	color: #ffffff;
	background-color: #074F74;
}

.image_links.double {
	display: none !important;
}

/* sup */

sup {
  vertical-align: top;
  font-size: 0.6em;
}

/* topbar */

#Top_bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background-color: #085D88 !important;
}

#Top_bar.is-sticky {
	background-color: #042F44 !important;
}

.custom__row > .mcb-wrap-inner{
	gap: 20px;
	display: flex;
	flex-wrap: nowrap;
}

.custom__row > .mcb-wrap-inner > .mcb-wrap img{
	width: auto;
	max-height: 40px
}

.footer-form{
	margin-bottom: 40px;
}
.mcb-item-noec2ms7{
	margin: 0;
}
.wpcf7-form{
	display: grid;
  color: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
  grid-template-columns: repeat(5,1fr);
  grid-template-rows: 1fr 1fr;
  gap: 8px;
	align-items: center;
	border-radius: 20px;
	gap: 0 40px;
}	
.wpcf7 a{
	color: #3994C3;
}
.wpcf7-form > p{
	grid-column: span 4 ;
	margin: 0;
}
.mcb-section .mcb-wrap .mcb-item-noec2ms7 form input:not(.wpcf7-submit){
	border-radius: 20px
}
.wpcf7-form p:last-child{
	grid-column: span 1 / span 1;
    grid-column-start: span 1;
  grid-row-start: 1;
  grid-column-start: 5;
}
.wpcf7-form p:nth-child(3) br{
	display: none
}
.wpcf7-form > p:nth-child(2){
		display: flex;
  	gap: 20px;
}
.wpcf7-form > p:nth-child(3){
	grid-column: span 4;

}
.wpcf7-form > p:nth-child(4){
	grid-column: span 1 / span 1;
	grid-column-start: span 1;
  grid-row-start: 1;
  grid-column-start: 5;
	
}
span.wpcf7-form-control-wrap{
	display: inline !important;
}
.mcb-section .mcb-wrap .mcb-item-noec2ms7 form label{
	color: #fff !important;
}
.wpcf7-list-item{
	margin: 0
}
.mcb-section .mcb-wrap .mcb-item-noec2ms7 form label{
	text-align: left !important;
}
.wpcf7-response-output{
	position: absolute;
	top: -13px;
  left: 5px;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip {
  position: absolute !important;
  left: 10px !important;
  top: -50% !important;
  transform: translateY(-48%);
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  background-color: #ed3b2e;
  text-indent: 40px !important;
  padding: 0;
  border: none !important;
  white-space: nowrap;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 5px;
  background-color: #ed3b2e;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}
body:not(.cf7p-message) .wpcf7-not-valid-tip::after {
  content: "\e82a";
  font-family: mfn-icons;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  text-indent: 0;
}
.wpcf7-form .wpcf7-spinner{
	top: 40px;
	position: absolute;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
	border-radius: 20px;
}
.wpcf7 .wpcf7-submit:disabled{
	opacity: 1
}
.mcb-section-y5umxd2qe{
	z-index: 99999
}
.wpcf7 input[type="submit"]{
	padding: 12px 20px;
}
#Top_bar .action_button {
	width: 40px;
  height: 40px;
  padding: 0;
  background: #00304b;
}
#Top_bar .action_button i{
	color: #b3bb13;
	scale: 1.2
}
@media(max-width:978px){
	.wpcf7-form, .wpcf7-form > p:nth-child(2){
		display: flex !important;
		flex-direction: column !important;
	}
	.wpcf7-form > p:nth-child(2){
		margin-bottom: 20px;
	}
	.popup__item img{
		width: 100px
	}
}