html, body {
  overflow-x:hidden;
  font-size: 17px;
}
/* Move reCAPTCHA v3 badge to the left */

 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
#page-content section, #home-content section, section#home-content, #conteudo-pagina section {
   overflow: visible !important;
}
.row>*{
   padding-right: 20px;
   padding-left: 20px;
}
li.simple-dropdown > a:after {
  font-family: var(--fa-style-family,"Font Awesome 5 Free");
  font-weight: var(--fa-style,900);
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 991px){
li.simple-dropdown > a:after {
  font-family: var(--fa-style-family,"Font Awesome 5 Free");
  font-weight: var(--fa-style,900);
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
}
#page-content a, #conteudo-pagina a{
  color: #011F4B;
  text-underline-offset: 5px;

}
h1, h2, h3, h4, h5, h6{
   font-family: 'Poppins', sans-serif;
   color: #023A6B;
   font-weight: bold;
   margin: 0 0 15px;
}
.italic{
  font-style: italic !important;
}
p, ul, ol{
  margin: 0 0 15px;
}
h2{
  font-size: 2.8rem;
  line-height: 3.2rem;
}
h3 {
font-size: 2.5rem;
line-height: 2.9rem;
}
h4 {
font-size: 1.7rem;
line-height: 2.4rem;
}
h5 {
font-size: 1.3rem;
line-height: 2rem;
}
h6 {
font-size: 1rem;
line-height: 1.7rem;
font-weight: normal !important;
}
.n2-section-smartslider h1, .n2-section-smartslider h2, .n2-section-smartslider h3, .n2-section-smartslider h4, .n2-section-smartslider h5, .n2-section-smartslider h6{
   font-family: 'Poppins', sans-serif !important;
}
.mt-15{
   margin-top: 15px;
}
.pt-20{
   padding-top: 20px;
}
.no-padding{
   padding: 0px !important;
   margin: 0px !important;
}
.bold{
   font-weight: bold;
}
a:hover, a:focus{
    color: #011F4B;
}
.navbar.navbar-light .navbar-nav .nav-link{
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: bold;
}
.gform_button{
  background-color: #011F4B !important;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.bg-blue2{
  background-color: #011F4B;
}
.bg-blue {
    background-color: #213F72;
}
.bg-blue-moving{
  background: #011F4B;
  background: -moz-linear-gradient(130deg, #011F4B 0%, #03396C 43%, #011F4B 100%);
  background: -webkit-linear-gradient(130deg,#011F4B 0%, #03396C 43%, #011F4B 100%);
  background: linear-gradient(130deg, #011F4B 0%, #03396C 43%, #011F4B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011F4B",endColorstr="#03396C",GradientType=1);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.btn.btn-red{
  background: #E31D38 !important;
  border-color: #f43d56 !important;
  color: #ffffff;
}
.btn.btn-red:hover{
  background: #c4142c !important;
  border-color: #f43d56 !important;
  color: #ffffff;
}
.btn.btn-neon-orange:hover, .btn.btn-neon-orange:focus{
  color: #61adf4 !important;
}
.bg-dark-footer {
    background-color: #011F4B;
}
.btn-blue{
    background-color: #011F4B;
    color: #FFFFFF;
}
.bg-dark-cinza {
    background-color: #011F4B;
}
.text-blue {
    color: #011F4B;
}
.text-blue2 {
    color: #011F4B;
}
.text-blue2-hover:hover{
   color: #011F4B;
}
.text-dark-cinza {
    color: #404041;
}
.btn-cinza{
    background-color: #404041;
    color: #FFFFFF;
    padding: 17px;
    font-weight: bold;
}
.btn-cinza2:hover {
    background-color: #404041;
    color: #FFF;
    padding: 17px;
}
.no-padding-r{
    padding-right: 0px !important;
}

.gform_button{
   background-color: #011F4B;
   color: #FFFFFF;
   padding: 12px 25px;
   font-weight: bold;
}
.gform_button:hover{
   background-color: #404041;
}
.top-bar-contact-list a{
   padding: 18px 18px !important;
   color: #FFF;
}
.top-bar-contact-list a:hover{
   background-color: #011F4B;
   color: #FFF;
}
.top-bar-contact .top-bar-contact-list:first-child{
   border-left: 1px solid rgba(0,0,0,.3);
}
.top-bar-contact .top-bar-contact-list{
   border-right: 1px solid rgba(0,0,0,.3);
}
#barrinha{
   background-color: #011F4B;
   height: 20px;
   width: 100%;
}
.border-color-gray{
   border-color: #dedede !important;
}
/*Header*/
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img{
    max-height: 66px;
    max-width: 400px !important;
}
header.sticky.header-appear .navbar-brand img, header.sticky .navbar-brand img{
  max-height: 57px;
}
.navbar.navbar-boxed{
  background-color: #FFF;
}

.logo-col{
  padding-right: 0px !important;
  padding-left: 15px !important;
}
@media (max-width: 1208px){
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img{
    max-width: 200px !important;
}
}
@media (max-width: 991px){
  .navbar .navbar-nav .nav-link{
    font-size: 15px;
    margin: 0 10px !important;
  }
}
.navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar.navbar-light .header-search-icon > a:hover, .navbar.navbar-light .header-social-icon > a:hover, .navbar.navbar-light .header-cart-icon > a:hover, .navbar.navbar-light .header-language > a:hover, .navbar.navbar-light .header-language > a:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link.active, .sticky .navbar-dark.header-light .navbar-nav .nav-link:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link:focus, .sticky .navbar-dark.header-light .header-search-icon > a:hover, .sticky .navbar-dark.header-light .header-social-icon > a:hover, .sticky .navbar-dark.header-light .header-cart-icon > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .top-bar.navbar-dark .header-search-icon > a:hover, .top-bar.navbar-dark .header-social-icon > a:hover, .top-bar.navbar-dark .header-cart-icon > a:hover, .top-bar.navbar-dark .header-language > a:hover, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover{
    color: #E31D38;
}
.navbar.navbar-dark .navbar-nav > .dropdown.active > a, .sticky .navbar.header-dark .navbar-nav > .dropdown.active > a, .navbar.navbar-dark .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-dark .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-light.header-dark .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-light.header-dark .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
    color: #011F4B !important;
}

.navbar.navbar-light .navbar-nav > .dropdown.active > a, .sticky .navbar.header-light .navbar-nav > .dropdown.active > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
    color: #011F4B !important;
}

.sticky.header-appear .header-light, .sticky .header-light.header-always-fixed-scroll{
   background-color: #FFF !important;
}
.sticky .navbar.header-light .navbar-nav .nav-link, .sticky .navbar.header-light .header-search-icon > a, .sticky .navbar.header-light .header-social-icon > a, .sticky .navbar.header-light .header-cart-icon > a, .sticky .navbar.header-light .header-language > a, .sticky .navbar.header-light .nav-bar-contact{
   color: #FFF !important;
}

@media (max-width: 991px){
   .navbar.navbar-dark .navbar-nav .nav-link, .navbar.navbar-light .navbar-nav .nav-link, .sticky .navbar.navbar-dark .navbar-nav .nav-link, .sticky .navbar.navbar-light .navbar-nav .nav-link, header.sticky .navbar.top-logo .navbar-nav .nav-link{
      color: #232323;
   }
   .navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar.navbar-light .header-search-icon > a:hover, .navbar.navbar-light .header-social-icon > a:hover, .navbar.navbar-light .header-cart-icon > a:hover, .navbar.navbar-light .header-language > a:hover, .navbar.navbar-light .header-language > a:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link.active, .sticky .navbar-dark.header-light .navbar-nav .nav-link:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link:focus, .sticky .navbar-dark.header-light .header-search-icon > a:hover, .sticky .navbar-dark.header-light .header-social-icon > a:hover, .sticky .navbar-dark.header-light .header-cart-icon > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .top-bar.navbar-dark .header-search-icon > a:hover, .top-bar.navbar-dark .header-social-icon > a:hover, .top-bar.navbar-dark .header-cart-icon > a:hover, .top-bar.navbar-dark .header-language > a:hover, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover{
      color: #011F4B !important;
   }
   .navbar.navbar-light .navbar-nav > .dropdown.active > a, .sticky .navbar.header-light .navbar-nav > .dropdown.active > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
       color: #011F4B !important;
   }
   .fa-angle-down:before{
      color: #232323;
   }
   .sticky .navbar.header-light .navbar-nav .nav-link, .sticky .navbar.header-light .header-search-icon > a, .sticky .navbar.header-light .header-social-icon > a, .sticky .navbar.header-light .header-cart-icon > a, .sticky .navbar.header-light .header-language > a, .sticky .navbar.header-light .nav-bar-contact{
      color: #232323 !important;
   }
}

.top-bar-contact .top-bar-contact-list{
    padding: 9px 10px;
}

.header-social-icon a > i{
   font-size: 16px;
}
header .top-bar{
   padding-top: 10px;
   padding-bottom: 10px;
}
.simple-dropdown .dropdown-menu li{
   padding: 6px 28px 6px 28px;
   line-height: 22px;
   font-weight: bold;
}
@media (min-width:992px){
.navbar-expand-lg .navbar-nav .dropdown-menu{
   border-top: 4px solid #084f92;
}
}
.navbar .navbar-nav a.nav-link{
  margin: 0 10px;
  color: #084f92;
}
.dropdown-menu li a{
  color: #084f92 !important;
}

/*Footer*/
.footer-logo img{
    height: auto;
    width: 300px;
}
footer .footer-logo img{
    max-height: 130px;
}
footer{
   padding: 0px 0px;
}

footer input::placeholder{
   color: #011F4B;
}
.footer-logo p{
   font-size: 13px;
}
.footer-social ul li a{
   font-size: 25px;
}
.footer-social ul li{
   margin-right: 10px;
}
.footer-social ul li:last-child{
   margin-right: 0px;
}
.footer-social ul li a:hover{
   color: #404041;
   opacity: 1;
}
footer .extra-large-icon li{
   margin: 0px !important;
}

/* Slider */
#slider{
    background-color: #dedede;
}

/*Page*/
section#home-content{
   padding: 0px;
}
section#page-title{
   padding: 38px 0px 38px 0px;
}
#page-title a:hover{
   color: #FFF;
}
section#lastpost{
   padding: 60px 0px 70px 0px;
}
section#page-title h1{
   margin-bottom: 0px !important;
   font-size: 2.5em;
   line-height: 3rem;
   color: #FFFFFF;
}
section#page-content{
   padding: 60px 0px 90px 0px;
}
#conteudo-pagina{
   padding: 60px 0px 0px 0px;
}
section#otherposts{
   padding: 60px 0px 60px 0px;
}
h1,h2, h3,  h4,  h5,  h6{
   color: #213F72;
}
section#page-content ul li, #conteudo-pagina ul li{
   list-style-position: inside;
}
@media (max-width: 991px){

}

/*Bakery*/
.vc_toggle{
   border: 1px solid #dedede;
   padding: 2px 10px !important;
}
.vc_toggle_title h4{
   font-size: 1.3em;
   color: #213F72;
}

/*Gravity*/
.gform_fileupload_rules{
   margin-top: 0px !important;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules{
   padding-top: 0px !important;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl{
   padding-right: 15px;
   padding-left: 15px;
}

/*Blog*/
.blog-conteudo{
  margin-bottom: 60px;
}
.titulo-blog{
  margin-bottom: 30px;
}
.titulo-blog h3{
  margin-bottom: 10px;
  text-align: center;
  color: #213F72;
}
.titulo-blog p{
  width: 100%;
  text-align: center;
}
.titulo-blog span{
  text-align: center;
}
.post-details p{
  line-height: 23px;
}
#tags{
  margin-top: 15px;
}
.tag-post{
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 13px;
}
.tag-post:last-child{
  margin-right: 0px;
}
a.tag-post:hover{
  text-decoration: none;
  background-color: #213F72 !important;
}

.eapps-testimonials-slider-page-item-small-balloon .eapps-testimonials-slider-page-item-text:before{
   background-color: #f7f7f7 !important;
   opacity: 1 !important;
}
.eapps-testimonials-slider-page-item-text-read-more{
  font-weight: bold;
  color: #213F72 !important;
}
.footer-text a{
   color: #FFF;
}
.footer-text a:hover{
   text-decoration: underline;
}
.footer-bottom ul li{
 font-size: 14px;
 line-height: 18px;
}
.line-23{
   line-height: 23px;
}

#page-content .text-white a, #conteudo-pagina .text-white a{
  color: #FFF;
}
#page-content .text-white a:hover, #conteudo-pagina .text-white a:hover{
  text-decoration: underline;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle{
  background-color: #FFF;
}

.footer-call{
  font-size: 30px;
  line-height: 40px;
}
.footer-dark, .footer-dark a{
  color: #ccc;
}
footer ul li{
  margin-bottom: 12px;
}
.scroll-top-arrow{
  display: none !important;
}
.blog-post .text-large{
  font-size: 16px;
  line-height: 22px;
}
.post-details .text-extra-large{
  line-height: 23px;
}

.btn-gradient-fast-blue-purple{
  background: linear-gradient(to right, #011F4B, #03396C, #011F4B);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.bg-gradient-gray{
  background: rgb(23,57,143);
  background: linear-gradient(145deg, rgba(23,57,143,1) 0%, rgba(47,83,173,1) 68%, rgba(23,57,143,1) 100%);
}
.bg-blue2{
  background: rgb(20,49,123);
  background: linear-gradient(145deg, rgba(20,49,123,1) 0%, rgba(33,63,142,1) 68%, rgba(23,57,143,1) 100%);
}

#page-title h1{
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF !important;
}
.wpb_gmaps_widget .wpb_wrapper{
  padding: 0px !important;
}
.wpb_gallery .wpb_flexslider .flex-control-nav{
  margin-top: 30px !important;
}

.navbar.navbar-light .header-search-icon > a, .navbar.navbar-light .header-social-icon > a, .navbar.navbar-light .header-cart-icon > a, .navbar.navbar-light .header-language > a, .top-bar.navbar-dark, .top-bar.navbar-dark .header-search-icon > a, .top-bar.navbar-dark .header-social-icon > a, .top-bar.navbar-dark .header-cart-icon > a, .top-bar.navbar-dark .header-language > a, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn{
  color: #17398F;
}
.footer-p{
  font-size: 14px;
  line-height: 20px;
}

.menu-top-left ul{
  margin-bottom: 0px;
}
.menu-top-left ul li{
  list-style: none;
  display: inline;
}
.menu-top-left ul li:first-child a{
  margin-right: 10px;
}
.menu-top-left ul li a{
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0px;
}
.top-bar .header-cart-icon a > i, .top-bar .header-cart-icon a > i, .top-bar .header-language a > i, .top-bar .header-search-icon a > i, .top-bar .header-push-button a > i{
  padding: 6px 0px;
}
.push-button > span:nth-child(1), .push-button > span:nth-child(4){
  width: 22px;
}
.push-button > span{
  height: 3px;
}
.navbar.navbar-light .push-button > span, .sticky .navbar.header-light .push-button > span{
  background: #213F72;
}
.navbar .navbar-nav .nav-link{
  padding: 8px;
}
.btn-light-blue{
  background-color: #7BC9F0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-light-blue:hover{
  background-color: #40ABC8;
}
.btn-light-blue a, .btn-yellow a, .btn-red a{
  color: #FFF !important;
}
.btn-light-blue a:hover, .navbar .navbar-nav .nav-item.btn-yellow a.nav-link:hover, .navbar .navbar-nav .nav-item.btn-red a.nav-link:hover{
  color: #FFF !important;
}
.btn-yellow{
  background-color: #F4BD00;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-yellow:hover{
  background-color: #daaa01;
}
.btn-red{
  background-color: #B4303E;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-red:hover{
  background-color: #94222e !important;
}
.navbar .navbar-nav .nav-item{
  margin-right: 10px;
}
.active-form .form-wrapper .search-form{
  height: 350px;
}
.hamburger-menu-big-font .menu-list li{
  border-bottom: 1px solid #FFF;
}
.hamburger-menu-big-font .menu-list li a:before{
  display: none;
}
.bg-red{
  background-color: #B4303E;
}
#footer a{
  color: #FFF;
  text-decoration: underline;
  text-underline-offset: 10px;
}
#newsletter h6{
  color: #FFF !important;
  font-size: 2.1rem !important;
  line-height: 2.8rem !important;
  margin-bottom: 25px;
}
#footer h5{
  line-height: 40px;
}
#footer ul li{
  list-style: none;
  display: inline;
  font-size: 1.3rem;
}
.barrinha{
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width:692px){
  #footer #footer-contact li{
    display: block;
  }
  .barrinha{
    display: none !important;
  }
}
#formemail {
  width: 400px;
  padding-top: 12px;
  padding: 15px 15px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-right: 0px;
}
.button-navyblue {
  background-color: #28385E !important;
  border: 1px solid #28385E !important;
  color: #FFFFFF;
  padding: 9px 20px;
  border: 1px solid #FFF !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-left: -5px;
}
#mc_embed_signup_scroll .button-navyblue {
  background-color: #28385E !important;
  border: 1px solid #28385E !important;
  color: #FFFFFF;
  padding: 9px 20px;
  border: 1px solid #FFF !important;
  -webkit-border-radius: 50px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 50px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -5px;
}
.button-navyblue:hover {
  color: #FFFFFF;
  background-color: #C52E3E !important;
  border: 1px solid #C52E3E !important;
  border: 1px solid #FFF !important;
}
@media (max-width:592px){
  #formemail {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .button-navyblue {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 0px;
  }
}
.hamburger-menu-big-font .menu-list li a{
  font-size: 32px;
}
@media (max-width: 991px){
   .nomobile{
      display: none;
   }
   .hamburger-menu-big-font .menu-list li a{
     font-size: 23px;
     line-height: 28px;
   }
}
@media (min-width: 991px){
   .nodesktop{
      display: none;
   }
}
.bg-light-blue{
  background-color: #7BC9F0;
}
blockquote{
  border-left: 7px solid;
  color: #023A6B;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-list a{
  font-weight: bold;
}
.navegacao{
  margin-top: 60px;
}
.navegacao .wp-pagenavi a, .navegacao .wp-pagenavi span{
  font-size: 16px !important;
  border: 2px solid #011F4B !important;
  margin: 5px !important;
  font-weight: bold !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
  border-color: #B4303E !important;
  color: #B4303E !important;
}
.blog-post-image img{
  object-fit: cover;
  height: 350px;
  object-position: center;
}
.blog-post-image.blog-post-image2 img{
  object-fit: cover;
  height: 250px;
  object-position: center;
}
.blog-category{
  background-color: #B4303E;
  padding: 5px 10px;
  color: #FFF !important;
  font-size: 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 2px;
}
.blog-category:hover{
  background-color: #011F4B;
}
.btn-blue{
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-blue:hover{
  background-color: #B4303E;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  padding: 12px 12px !important;
}
h2.gsection_title{
  font-size: 33px !important;
}
.gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label{
  font-size: 17px !important;
}
@media (max-width: 991px){
.hamburger-menu-big-font .menu-list li.btn-red, .hamburger-menu-big-font .menu-list li.btn-light-blue{
  border-bottom: 0px solid #FFF;
  margin-bottom: 6px;
  text-align: center !important;
  display: block !important;
}
h5 {
font-size: 1.4rem;
line-height: 2.2rem;
}
}
.listproducts{
  margin-bottom: 80px;
}
.listproducts h2{
  font-size: 3rem;
  line-height: 3.5rem;
}
.btn-a1{
  color: #FFF !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.btn, .blog-category, .tag-post{
  text-decoration: none !important;
}
.vc_btn3.vc_btn3-style-custom{
  background-image: none !important;
}
.vc_do_custom_heading.normal{
  font-weight: normal !important;
}
.wpb_content_element.normal h5{
  font-weight: normal !important;
}
.vc_btn3-style-custom{
  font-weight: bold !important;
}
.vc_btn3-center .vc_btn3-style-custom{
  max-width: 350px;
  margin: 0 auto;
}
.gform-body input{
  margin: 0px !important;
}

.gform_legacy_markup_wrapper .gform_footer{
  padding: 0px 0 10px 0 !important;
  margin: 0px 0 0 0 !important;
}
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=image], .gform_legacy_markup_wrapper .gform_footer input[type=submit]{
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper textarea.medium{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gform_legacy_markup_wrapper{
  margin-bottom: 0px !important;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li{
  width: 25%;
  float: left;
}

.max-350 img{
  max-width: 350px !important;
}
@media (max-width: 691px){
.vc_col-sm-4 h6{
  font-size: 13px;
}
}
h4.vc_tta-panel-title{
  font-size: 22px !important;
}
.gfield--type-captcha{
  margin-bottom: 20px !important;
}
.alignnone{
  margin: 0px 30px 10px 0;
}
#booking-form .vc_column-inner{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
b, strong{
  font-weight: bold;
}
.mgt-timeline-wrapper h5.mgt-timeline-title{
  line-height: 1.5em !important;
}
.quote h3{
  margin-bottom: 0px;
}
.eapp-popup-button-component{
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.no-bullet ul li{
  list-style: none !important;
}
.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio{
  display: inline-block !important;

}
.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent{
  margin-right: 15px !important;
  margin-bottom: 15px !important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label{
  font-size: 14px;
  line-height: 20px;
}
.eacc-message-text br{
  display: none !important;
}

.gform_wrapper{
  display: block !important;
}
.gform-theme--foundation .gform_fields{
  grid-row-gap: 20px !important;
}
