/*
Theme Name: Customify Child
Theme URI: https://pressmaximum.com/customify
Template: customify
Author: WPCustomify
Author URI: https://pressmaximum.com
Description: Customify is fast, lightweight, responsive and super flexible multipurpose theme built with SEO, speed, and usability in mind. Unleash the power of your imagination with a true WYSIWYG Header &amp; Footer builder (inside the WordPress Customizer) built exclusively for this theme. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Visual Composer, etc. Combined with the Header &amp; Footer builder, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Customify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://pressmaximum.com/customify
Tags: custom-background,custom-logo,custom-menu,featured-images,flexible-header,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,one-column,two-columns,three-columns,left-sidebar,right-sidebar,e-commerce,blog
Version: 0.4.0.1675790037
Updated: 2023-02-07 14:13:57

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

body {
	color: #111;
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
}

a {
	text-decoration: none !important;
}

.section {
  padding: 60px 0;
}

.hero {
	background-color: #F2F2F2;
	padding: 60px 0;
    overflow: hidden;
    height: 615px;
}

.hero .hero-esquerdo {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.customify-container {
	padding: 0px !important;
}

.comments-area .comment-reply-title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;	
}

#main, #sidebar-primary, #sidebar-secondary {
	padding-top: 0px !important;
}

.botao_top a {
    background-color: #004AAC;
    border-radius: 25px;
    font-weight: 600 !important;
    padding: 10px 35px !important;
    color: #fff !important;
    font-size: 14px !important;
    transition: all 0.3s;
}

.botao_top a:hover {
    color: #fff !important;
    background-color: #002960;
}

.icon-box {
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
    background: #F2F2F2;
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    z-index: 1;
    width: 100%;
    margin: 5px;
    color: #111;
}

.icon-box .elementor-icon-wrapper {
	text-align: left;
}

.icon-box .elementor-icon {
    /*margin-bottom: 15px;*/
}

.icon-box .elementor-icon i {    
    font-size: 27px;
    color: #111;
    transition: all 0.3s ease-in-out;
}

.icon-box .elementor-heading-title {
	font-size: 18px;
	font-weight: 600;
}

.icon-box p {
	font-size: 14px;
}

.icon-box::before {
    content: '';
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.icon-box:hover,
.icon-box:hover .elementor-icon i,
.icon-box:hover .elementor-heading-title {
	color: #fff;
}

.icon-box:hover::before {
    background: #004AAC;
    top: 0;
    border-radius: 0px;
}

.sublin a {
	display: inline-block;
    position: relative;
    font-weight: 600;
}

.text-cinza a {
 	color: #91919A !important;   
}


.text-cinza:hover a {
    color: #666 !important;
}

.sublin a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #004AAC;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.sublin a:hover:before, .sublin.active a:before {
    visibility: visible;
    width: 100%;
}

.cardceltext {
	display: flex;
	align-items: center;
}

.cardcel {
	min-height: 267px;
}

.cardcel .elementor-widget-wrap::before {
    background: inherit;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 0;
    transition: all 0.7s;
}

.cardcel:hover .elementor-widget-wrap::before {
    transform: scale(1.1,1.1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #F2F2F2;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  /*top: 40px;*/
}

#header.header-scrolled {
  background: #fff;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

#header .container {
	display: flex;
	align-items: center;
	max-width: 1140px;
    margin: 0 auto;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
  margin-right: auto!important;
}

#header .logo .logo-img {
  background-repeat: no-repeat;
  background-image: var(--logo);
  background-size: contain;
  display: block;
  width: 105px;
  height: 50px;
  transition: all 0.3s;
  position: relative;
}

#header .logo .logo-img span { 
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #cea50a;
  transition: all 0.3s;
  font-size: 9px;
  letter-spacing: 0;
}

#header.header-scrolled .logo .logo-img {
  height: 50px;
}

#header.header-scrolled  .logo .logo-img span { 
  font-size: 8px;
}

@media (max-width: 767px) {
  #header .logo .logo-img, #header.header-scrolled .logo .logo-img {
    height: 55px;
  }

  #header .logo .logo-img span, #header.header-scrolled .logo .logo-img span {
    font-size: 7px;
    bottom: -2px;
  }
}

#header .logo img {
  max-height: 40px;
}

#header .logo span {
  display: block;
  font-size: 8px;
  color: #52525B;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  bottom: 7px;
  position: absolute;
  left: 5px;
}

@media (max-width: 992px) {
  #header {
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }

  #header .logo .logo-img { 
    height: 55px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}

.nav-menu > ul > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #52525B;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #004AAC;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #004AAC;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  width: 550px;
  border-radius: 12px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  padding: 10px 30px;
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down li h5 {
  color: #91919A;
  font-size: 15px;
  border-bottom: 2px solid #f2f2f2;
  padding: 15px 0px;
}

.nav-menu .drop-down ul a {
  padding: 6px 0px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #52525B;
}

.nav-menu .drop-down ul li svg {
  height: 16px;
  width: 16px;
  fill: #91919A;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #004AAC;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background-color: transparent !important;
}

.mobile-nav-toggle i {
  color: #52525B;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #52525B;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  margin: 10px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #004AAC;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav svg {
  max-width: 23px;
}

.appimg {
    margin-top: -130px;
}

.banner {
  padding-top: 60px;
  height: 600px;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;

}

.banner:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* background: rgba(0, 0, 0, 0.8); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

.banner .elementor-container {
  width: 1140px;
}

.divide-bg {
  background-size: 0px;
  background-repeat: no-repeat;
}

.divide-bg:before {
    content: ' ';
    width: 50%;
    height: 100%;
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
}

.divide-right:before {
  right: 0px;
}

.divide-left:before {
  left: 0px;
}

.price .elementor-container {
  background-color: #F2F2F2;
  border-radius: 15px;
}

.paravccar .icon-box {
  min-height: 260px;
  margin: 0px 5px;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: calc( 50% - 10px );
  font-size: 20px;
  /*opacity: 0.6;*/
  color: #000;
  /*text-shadow: 2px 2px #000;*/
  z-index: 3;
  transition: all 0.3s;
  cursor: pointer;
}

.slick-slider .slick-arrow:hover {
  opacity: 1;
  color: #000;
  transform: scale(1.1,1.1);
}

.slick-slider .fa-chevron-left {
  left: 1%;
}

.slick-slider .fa-chevron-right {
  right: 1%; 
}

.calculadora #resultado {
  border-bottom: 3px #004AAC solid;
}

/*--------------------------------------------------------------
# Calculadora
--------------------------------------------------------------*/
.calculadora {

}

.calculadora .valor {
  margin-bottom: 45px;
  position: relative;
}

.calculadora .cifrao {
  position: absolute;
  font-weight: 600;
  font-size: 40px;
  bottom: 0px;
  left: 0px;
  color: #000;
}

.calculadora input {
  border: none;
  font-weight: 600;
  font-size: 40px;
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.calculadora input.dinheiro {
  padding-left: 65px;
}


.calculadora input:focus-visible {
  outline-width: 0px;
}

.calculadora .valormenos, .calculadora .valormais {
  position: absolute;
  bottom: 8px;
  right: 30px;
  font-weight: 600;
  font-size: 25px;
  border-radius: 30px;
  background-color: #004AAC;
  width: 45px;
  padding-top: 4px;
  height: 45px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.calculadora .valormenos {
  right: 80px;
}

.calculadora .valormenos:hover, .calculadora .valormais:hover {
  background-color: #002960;  
}

.calculadora h1 {
  color: #000;
  font-size: 50px;
  margin-bottom: 20px;
}

.calculadora h6 {
  margin-bottom: 20px;
}

.calculadora p {
  font-size: 13px;
}

@media (max-width: 768px) {

  .calculadora .valormenos, .calculadora .valormais {
    right: 0px;
  }

  .calculadora .valormenos {
    right: 50px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(135deg, rgb(76 111 202) 0%, rgb(0 54 131) 100%);
  /*background: linear-gradient(135deg, rgb(92 92 91) 0%, rgb(62 62 61) 50%, rgb(42 42 41) 100%);*/
  padding: 0 0 30px 0;
  color: #F8F8F8;
  font-size: 14px;
}

#footer .logo-footer {
  max-width: 180px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #ccc;
}

#footer h3 {
  color: #fff;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .social a {
  text-decoration: none !important;
}

#footer .social svg {
  height: 22px;
  width: auto;
  margin-right: 7px;
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #004AAC;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 80px 0 30px 0;
  font-size: 13px;
  font-weight: 400;
}

#footer .footer-top strong {
  font-size: 13px;
}

#footer .footer-top a:hover {
  color: #fff !important;
  text-decoration: underline;
}


#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  font-weight: 400;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #004AAC;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #F8F8F8;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #004AAC;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #f8f8f8;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #004AAC;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #004AAC;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  color: #004AAC;
  background: #fff;
  text-decoration: none;
}

#footer .copydiv {
  border-top: 2px solid rgba(242,242,242, 0.2);
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

#main, #sidebar-primary, #sidebar-secondary {
  padding-bottom: 0px !important;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #004AAC;
  border-top-color: #F8F8F8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #004AAC;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #52525B;
  color: #fff;
}

.preto {
  color: #52525B !important;
}

/*/////
FAQ
/////*/

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
  background-color: transparent !important;
  color: #444 !important;
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .eael-accordion-tab-title,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .eael-accordion-tab-title,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .eael-advanced-accordion-icon-closed,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .eael-advanced-accordion-icon-opened {
  color: #444 !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon {
  color: #004AAC !important;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 0px 0;
  max-width: 920px;
  margin: 0 auto;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #004AAC;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #004AAC;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #004AAC;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

.btn-faq {
  border: none;
  width: 100%;
  background: transparent !important;
  text-align: left;
  font-weight: 400 !important;
  padding: 0px !important;
  text-transform: none !important;
}


.btn-faq:focus,
.btn-faq:hover {
  outline: none !important;
  background: transparent !important;
  color: #444 !important;
  box-shadow: none !important;
}

.btn-faq::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  right: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #004AAC;
  transform: rotate(180deg); 
  transform-origin: center center;
  transition: all 0.3s;
}

.btn-faq.collapsed::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  right: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #004AAC;
  transform: rotate(0deg); 
  transform-origin: center center;
  transition: all 0.3s;
}

.faq .card {
  background: transparent;
  border: none;
}

.faq .card .card-header {
  padding: 0px !important;
  background-color: transparent;
  position: relative;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #004AAC;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #004AAC;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #004AAC;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #004AAC;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #52525B;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
.app {
  background: linear-gradient(135deg, rgb(76 111 202) 0%, rgb(0 54 131) 100%);
  /*background: linear-gradient(135deg, rgb(62 62 61) 0%, rgb(82 82 91) 100%);*/
  max-height: 550px;
  /*margin-top: 80px;*/
  overflow: visible;
}

.app {
  color: #fff;
}

.app .app-img {
  margin-top: -130px;
}

@media (max-width: 768px) {
  .app {
    max-height: none;
  }

  .app .app-img {
    max-width: 100%;
  }
}