.navbar-informations {
  background-color: #342D63;
  padding-bottom: 10px;
  padding-top: 10px;
}

.navbar-informations .navbar-nav .nav-link {
  height: 34px;
  line-height: 34px;
  padding-bottom: 0;
  padding-top: 0;
  transition: all .1s linear;
}

.navbar-informations .navbar-nav:not(.navbar-nav-socials) .nav-link {
  background-color: transparent;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navbar-informations .navbar-nav:not(.navbar-nav-socials) .nav-link i {
  font-size: 20px;
}

.navbar-informations .navbar-nav:not(.navbar-nav-socials) .nav-link:hover {
  background-color: rgba(255, 255, 255, .05);
}

.navbar-informations .navbar-nav.navbar-nav-socials .nav-item:not(:first-child) {
  margin-left: 12px;
}

.navbar-informations .navbar-nav.navbar-nav-socials .nav-link {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ED3237;
  display: flex;
  font-size: 18px;
  justify-content: center;
  transition: all .1s linear;
  width: 34px;
}

.navbar-informations .navbar-nav.navbar-nav-socials .nav-link:hover {
  background-color: #ED3237;
  color: #ffffff;
}

.navbar-hidraunorte {
  background-color: #F6F6F6;
  box-shadow: 0 5px 15px transparent;
  padding-bottom: 27px;
  padding-top: 23px;
  transition: all .1s linear;
}

.navbar-hidraunorte .navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-hidraunorte .navbar-brand img {
  height: 74px;
  transition: all .1s linear;
}

@media (max-width: 767px) {
  .navbar-hidraunorte .navbar-brand img {
    height: 50px;
  }

  .navbar-hidraunorte {
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

.navbar-hidraunorte .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(52, 45, 99, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5);
}

.navbar-hidraunorte.scrollable {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
  padding-bottom: 13px;
  padding-top: 13px;
}

.navbar-hidraunorte.scrollable .navbar-brand img {
  height: 50px;
}

#navbar-hidraunorte .nav-link {
  color: #ED3237;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  line-height: 21px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .1s linear;
}

#navbar-hidraunorte .active .nav-link,
#navbar-hidraunorte .nav-link:hover {
  color: #342D63;
}

#navbar-hidraunorte .active .nav-link {
  font-weight: 700;
}

.contact {
  overflow: hidden;
  padding-bottom: 130px;
  padding-top: 100px;
  position: relative;
}

@media (min-width: 768px) {
  .contact::after,
  .contact::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .contact::after {
    background-image: url(../img/bg/contact-left.svg);
    background-position: left bottom;
    left: -5%;
    bottom: 50px;
    z-index: -1;
  }

  .contact::before {
    background-image: url(../img/bg/contact-right.svg);
    background-position: right bottom;
    bottom: -100px;
    right: 0;
    z-index: -1;
  }
}

.contact .item {
  height: 100%;
  margin-top: 60px;
}

.contact .informations {
  background-color: #ED3237;
  padding: 37px 40px;
}

@media (max-width: 575px) {
  .contact .informations {
    padding: 37px 10px;
  }
}

.contact .nav-link {
  align-items: flex-start;
  background-color: transparent;
  color: #ffffff;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .1s linear;
  width: 100%;
  word-break: break-word;
}

.contact .nav-link i {
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  margin-right: 5px;
  width: 20px;
}

.contact .nav-link i.fa-phone-alt {
  font-size: 18px;
}

.contact .nav-link:hover {
  background-color: rgba(255, 255, 255, .05);
  color: #ffffff;
}

@media (min-width: 1200px) {
  .contact .form {
    padding-left: 40px;
  }
}

.contact .form .description {
  color: #555555;
  line-height: 19px;
  margin-bottom: 20px;
}

.map .embed-responsive {
  height: 400px;
  overflow: hidden;
}

.map iframe {
  max-height: 400px;
  width: 100%;
}

.copyright {
  background-color: #373435;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 22px;
  padding-top: 22px;
}

@media (max-width: 575px) {
  .copyright img {
    margin-top: 20px;
  }
}

.vinheta {
  color: #373435;
  font-family: 'Bebas Neue', cursive;
  font-size: 56px;
  letter-spacing: 0.1em;
  line-height: 56px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.vinheta::after {
  background-color: #ED3237;
  bottom: 0;
  content: '';
  height: 5px;
  left: 50%;
  margin-left: -36px;
  position: absolute;
  width: 72px;
}

@media (max-width: 575px) {
  .vinheta {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 15px;
  }

  .vinheta::after {
    height: 3px;
  }
}

.vinheta-left {
  text-align: left;
}

.vinheta-left::after {
  left: 0;
  margin-left: 0;
}

.btn {
  background-color: #342D63;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  padding: 0 34px;
  transition: all .1s linear;
}

.btn:hover {
  background-color: #3d3763;
  color: #ffffff;
  text-decoration: none;
}

img.embed-responsive-item {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.description {
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-group {
  position: relative;
}

.form-group .form-control,
.form-group label {
  align-items: center;
  display: flex;
  font-family: 'Roboto', sans-serif;
  padding: 0 15px;
}

.form-group .form-control:not(textarea),
.form-group label {
  height: 48px;
}


.form-group textarea.form-control {
  padding-top: 10px;
}


.form-group .form-control {
  background-color: #F7F7F7;
  border: 0;
  border-bottom: 1px solid #C8C8C8;
  border-radius: 4px 4px 0 0;
  color: #342D63;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15px;
}

.form-group label {
  margin-bottom: 0;
  color: #848484;
  cursor: text;
  position: absolute;
  top: 0;
  transition: all .1s linear;
  z-index: 10;
}

.form-group .form-control:focus {
  box-shadow: initial;
  outline: none;
}

label.description {
  line-height: 25px!important;
  margin-bottom: 0!important;
}

label.description a {
  color: #ED3237!important;
}

.form-group .form-control.active ~ label,
.form-group .form-control:focus ~ label {
  cursor: default;
  top: -24px;
}

.whatsapp-float {
  align-items: center;
  background-color: #25D366;
  border-radius: 50%;
  bottom: 15px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  font-size: 28px;
  height: 56px;
  justify-content: center;
  position: fixed;
  right: 15px;
  transition: all .1s linear;
  width: 56px;
  z-index: 1080;
}

.whatsapp-float:hover {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.1);
}

.modal.modal-alert .modal-body {
  padding: 0;
}

.modal.modal-alert .modal-content {
  overflow: hidden;
}

.modal.modal-alert .close {
  margin-right: 10px;
  margin-top: 5px;
}

.modal.modal-alert [class*=col-] {
  margin: -1px;
  position: relative;
}

.modal.modal-alert .item {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 30px 25px;
}

.modal.modal-alert .icon {
  background-color: #64bc44;
  color: #ffffff;
  font-size: 72px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.modal.modal-alert .description {
  color: #64bc44;
}
