/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */

/* ----- HEADER START -----*/
::-moz-selection {
  /* Code for Firefox */
  background-color: #b01afe;
  color: #fff;
}

::selection {
  background-color: #b01afe;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}


select {
  display: block;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.logo-header {
  width: 250px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-nav  li a {
    font-size: 11px;
  }

  .logo-header {
    width: 150px;
  }

  .navbar-nav  li .whatsapp i {
    font-size: 20px;
    color: #25d366;
  }

}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
  }

}

.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

@media (max-width: 991px) {
  .main-menubar {
    display: block !important;
  }

}
.navbar-nav {
  margin-right: -10px;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
}

.navbar-nav .whatsapp i {
  font-size: 30px;
  color: #25d366;
  margin-top: -5px;
}

.navbar-nav .whatsapp .text-whatsapp {
  display: none;
}
.navbar-nav li a {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 10px;
  }
  .navbar-nav a {
    padding: 0;
  }
  .navbar-nav li {
    padding: 15px 0;
  }
}


@media (max-width: 992px) {
  .default-header {
    background-color: #222;
  }
}

.sticky-wrapper {
  height: 48px !important;
}

.is-sticky .default-header {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #222;
}

.dropdown-item {
  font-size: 14px;
  width: auto !important;
  text-align: left;
}

.default-banner {
  margin-top: -48px;
}

@media (max-width: 991px) {
  .default-banner {
    text-align: center;
  }
}

.default-banner h1 {
  color: #222;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}

.default-banner h1 span {
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 991px) {
  .default-banner h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .default-banner h1 br {
    display: none;
  }
  .navbar-nav .whatsapp .text-whatsapp {
    display: block;
  }

  .navbar-nav .whatsapp .btn-zap {
    display: none;
  }

  .navbar-nav .whatsapp .text-whatsapp .fa-whatsapp {
    font-size: 20px;
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .default-banner h1 {
    font-size: 45px;
  }
}

@media (max-width: 414px) {
  .default-banner h1 {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .default-banner {
    padding-bottom: 40px;
  }
}

.header-btn {
  background-color: #fff;
  padding: 8px 40px;
  font-weight: 600;
  color: #222;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 30px;
  display: inline-block;
}

.header-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

@media (max-width: 344px) {
  .headerGeral .navbar-brand {
    width: 60%;
  }
  .headerGeral .navbar-brand img {
    width: 200px;
  }
  .navbar-toggler {
    margin-right: 30px;
  }
}



/* ----- HEADER END-----*/

/* ----- BANNER START-----*/

 .text-centro {
   font-size: 20px;
}

/* ----- BANNER END-----*/



/* ----- About Us Section Start -----*/
#about {
  background: #fff;
  padding: 80px 0;
}
#about .about-container .background img {
  width: 100%;
  margin-top: 50px;
}
#about .about-container .content {
  background: #fff;
}
#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
  #about .about-container .background img {
    width: 100%;
  }

}
#about .about-container p {
  line-height: 26px;
}
#about .about-container p:last-child {
  margin-bottom: 0;
}
#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}
#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #1E90FF;
}
#about .about-container .icon-box .icon i {
  color: #1E90FF;
  font-size: 24px;
  line-height: 0;
}
#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
#about .about-container .icon-box .title a {
  color: #111;
}
#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
/* ----- About Us Section End -----*/

/* ----- Start Servicos, Time e Testemunho ----- */


/* ----- Start Carrossel ----- */

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position:relative;
}
.img-fluid {
  height: 70%;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg0 {
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-top: -90px;
  margin-left: 20px;
  position: absolute;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg1 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-top: -50px;
  margin-left: 15px;
  position: absolute;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg2 {
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-top: -50px;
  margin-left: 15px;
  position: absolute;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg3 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-top: -60px;
  margin-left: 50px;
  position: absolute;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg4 {
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-top: -50px;
  margin-left: 30px;
  position: absolute;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg5 {
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-top: -50px;
  margin-left: 20px;
  position: absolute;
}

.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg6 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-top: -50px;
  margin-left: 20px;
  position: absolute;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all; float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding:10px;
  margin:10px;
  margin-left: 15px;
  background: white;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position:absolute;
  border-radius:50%;
  top:calc(50% - 20px);
}
.MultiCarousel .leftLst {
  left:0;
  background-color: #1E90FF;

}
.MultiCarousel .rightLst {
  right:0;
  background-color: #1E90FF;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background:#ccc;
}

@media (max-width: 400px) {
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg0 {
    font-size: 13px;
    margin-left: 30px;
  }
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg1 {
    font-size: 13px;
    margin-left: 30px;
  }
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg2 {
    font-size: 13px;
    margin-left: 20px;
  }
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg3 {
    font-size: 13px;
    margin-left: 50px;
  }
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg4 {
    font-size: 13px;
    margin-left: 50px;
  }
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg5 {
    font-size: 13px;
    margin-left: 30px;
  }
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg6 {
    font-size: 13px;
    margin-left: 30px;
  }
}

@media (max-width: 363px) {
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg0 {
    font-size: 12px;
  }
}

@media (max-width:341px) {
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg0,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg1,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg2,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg3,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg4,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg5,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg6 {
    font-size: 11px;
  }
}

@media (max-width: 321px) {
  .MultiCarousel .MultiCarousel-inner .item .pad15 .textImg0,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg1,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg2,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg3,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg4,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg5,.MultiCarousel .MultiCarousel-inner .item .pad15 .textImg6 {
    font-size: 10px;
  }
}

/* ----- End Carrossel ----- */

.nossoTime {
  display: flex;
  justify-content: center;
}

.site-section-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.site-section-cover,
.site-section-cover .container {
  position: relative;
  z-index: 2; }
.site-section-cover,
.site-section-cover .container > .row {
  height: calc(100vh - 196px);
  min-height: 677px; }
@media (max-width: 991.98px) {
  .site-section-cover,
  .site-section-cover .container > .row {
    height: calc(70vh - 196px);
    min-height: 600px; } }
.site-section-cover.overlay {
  position: relative; }
.site-section-cover.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }
.site-section-cover.inner-page,
.site-section-cover.inner-page .container > .row {
  height: auto;
  min-height: auto;
  padding: 2em 0; }
.site-section-cover.img-bg-section {
  background-size: cover;
  background-repeat: no-repeat; }
.site-section-cover h1 {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 900; }
@media (max-width: 991.98px) {
  .site-section-cover h1 {
    font-size: 2rem; } }
.site-section-cover p {
  font-size: 15px;
  color: #fff; }

.site-section {
  padding: 7rem 0; }
@media (max-width: 991.98px) {
  .site-section {
    padding: 3rem 0; } }

.subtitle-39191 {
  color:#1E90FF;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold; }

.heading-39101 {
  position: relative; }
.heading-39101 .backdrop {
  line-height: 1;
  top: -20%;
  position: absolute;
  text-transform: uppercase;
  z-index: -1;
  font-weight: 900 !important;
  font-size: 5rem;
  color: #efefef; }
.heading-39101 .backdrop.text-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.listing-item {
  position: relative;
  overflow: hidden; }
.listing-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.31)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.31)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 47%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); }
.listing-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
.listing-item:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.listing-item .listing-item-content {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  width: 100%;
  text-align: center; }
.listing-item .listing-item-content .category {
  font-size: 12px;
  display: inline-block;
  padding: 5px 30px;
  background: #efba6c;
  border-radius: 30px;
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase; }
.listing-item .listing-item-content h2 {
  text-align: center;
  font-size: 18px; }
.listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
  color: #fff; }
.listing-item .listing-item-content span {
  color: #fff; }
.listing-item .listing-item-content .address {
  color: rgba(255, 255, 255, 0.8); }
.listing-item .bookmark {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
.listing-item .bookmark span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.listing-item .bookmark:hover {
  background: #dc3545; }
.listing-item .bookmark:hover span {
  color: #fff; }

.campoTestemunho {
  width: 70%;
  margin-left: 90px;
}
.campoTestemunho img {
  margin-left: 70px;
}

@media (max-width: 991px) and (min-width: 770px) {
  .owl-loaded .owl-stage {
    margin-left: -50px;
  }
}


@media (max-width: 768px) {
  .campoTestemunho {
    width: 100%;
  }
  .campoTestemunho img {
    margin-left: -90px;
  }
}

@media (max-width: 775px) {
  .mb-5 h3 {
    font-size: 25px;
  }
}

@media (max-width: 591px) {
  .mb-5 .title-grande-testemunho {
    font-size: 70px;
  }
}

@media (max-width: 529px) {
  .mb-5 h3 {
    font-size: 20px;
  }
  .mb-5 .title-grande-testemunho {
    font-size: 60px;
  }
}

@media (max-width: 450px) {
  .mb-5 .title-grande-testemunho {
    font-size: 55px;
  }
  .mb-5 h3 {
    font-size: 18px;
  }
}

@media (max-width: 476px) {
  .mb-5 .title-grande-time {
    font-size: 70px;
  }
}

@media (max-width: 406px) {
  .mb-5 .title-grande-testemunho {
    font-size: 50px;
  }
  .mb-5 h3 {
    font-size: 16px;
  }

  .mb-5 .title-grande-servico  {
    font-size: 70px;
  }
  .mb-5 .title-grande-time {
    font-size: 60px;
  }
}
@media (max-width: 370px) {
  .mb-5 .title-grande-time {
    font-size: 50px;
  }
  .mb-5 .title-grande-testemunho {
    font-size: 40px;
  }
  .mb-5 .title-grande-servico  {
    font-size: 60px;
  }

}


/* ----- End  Serviços, Time e Testemunho ----- */

/* ----- Start Blog ----- */


.post-entry-1 .meta {
  color: #ccc;
}


.post-entry-1 .post-entry-1-contents {
  background: #fff;
  padding: 20px;
}
.post-entry-1 .post-entry-1-contents h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.post-entry-1 .post-entry-1-contents h2 a {
  color: #000;
}
.post-entry-1 .post-entry-1-contents h2 a:hover {
  color: #2dc997;
}

.post-entry-1.person-1 {
  text-align: center;
}
.post-entry-1.person-1 img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto -45px auto;
}
.post-entry-1.person-1 .post-entry-1-contents {
  padding-top: 4rem;

}
.admin-color {
  color:#1E90FF;
}

.teste {
  display: flex;
  justify-content: center;
}

.btn-leia {
  background-color: #1E90FF;
  color: white;

}

.btn-leia:hover {
  color: black;
}

/*----- Start Call To Action Section -----*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  #call-to-action {
    background-attachment: scroll;
  }
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
  background: #25d366;
  border: 2px solid #25d366;
}
/*----- End Call To Action Section -----*/

/*----- Start Contact -----*/

@media (max-width: 1199px) and (min-width: 992px) {
  #call-to-action .container .row .btn-contact-whatsapp .cta-btn {
    font-size: 12px;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  #call-to-action .container .row .btn-contact-whatsapp {
    margin-right: 230px;
  }
}

#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}
section {
  overflow: hidden;
}

.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
  font-size: 15px;
}


#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 40px;
  color: #1E90FF;
  float: left;
  line-height: 0;
}
#contact .info .fa-envelope-o {
  font-size: 25px;
}
#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
#contact .info .email p {
  padding-top: 5px;
}
#contact .social-links {
  padding: 20px 0;
  margin-left: 50px;
}
#contact .social-links a {
  font-size: 18px;
  background: #333;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#contact .social-links a i {
  line-height: 0;
}
#contact .social-links a:hover {
  background: #1E90FF;
  color: #fff;
}
#contact  .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact  .error-message br + br {
  margin-top: 25px;
}
#contact  .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact  .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact  .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact  input, #contact textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
#contact  input::focus, #contact  textarea::focus {
  background-color: #1E90FF;
}
#contact  #enviar {
  background: #1E90FF;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact  #enviar:hover {
  background: #1E90FF;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.info .fa .fa-mobile{
  width: 100px;
}

.info .info-icon {
  margin-top: 10px;
}
/*----- End Contact -----*/

/*----- Start Footer -----*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/*----- End Footer -----*/



