body {
  background-image: url(../../images/background/bgDevagar.gif);
  background-repeat: no-repeat;
  background-size: 100%  100%;
  line-height: 1.1;
}
@media (min-width: 1000px) {
  html, body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }
}
@media (max-width: 999px) {
  html, body {
    background-color: #f6f6f6; 
    background-image: radial-gradient(circle at 50% 50%, #f6f6f6, #dbdbdb);
    overflow: visible !important;
  }
 .ftco-section{
    margin-top: 155px;
  }
  #infoContato{
    padding-bottom: 55px;
  }
}

@media (max-width: 768px) {
  body {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    overflow-x: hidden !important;
  }
}

/* INICIO CONTATO*/
.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.tituCont {
  color: #000;
}

.form-control {
  height: 52px;
  background: #fff;
  color: #007bff !important;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(0, 145, 210) !important;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(0, 145, 210) !important;
}

.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgb(0, 145, 210) !important;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(0, 145, 210) !important;
}

/* Estilizando a cor do placeholder */
::placeholder {
  color: rgb(0, 145, 210); 
}


.form-control:focus,
.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
}

textarea.form-control {
  height: inherit !important;
}

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
  background: #dfdddd;
  color: #000;
}

.info-wrap h3 {
  color: #fff;
}

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 600;
  color: rgb(224, 219, 219);
}

.info-wrap .dbox p a {
  color: white;
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.1);
}
.info-wrap .dbox .midias:hover {
  background: #ff6619;
}

.info-wrap .dbox .icon span {
  font-size: 20px;
  color: white;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

@media (min-width: 992px) {
  .info-wrap {
    margin-top: -44px;
    margin-bottom: -20px;
    border-radius: 5px;
  }
}

.btn {
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
}

.btn.btn-primary {
  background: #1089ff !important;
  border-color: #1089ff !important;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: #006fdc !important;
  background: #006fdc !important;
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

#contactForm .form-control {
  font-size: 16px;
  padding: 15px;
}

#message {
  resize: vertical;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  color: red;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold;
}

/*CONTATO*/
#imgInfo {
  width: 50%;
  margin-left: 25%;
  margin-top: 0;
}

#infoLinhas {
  line-height: 42px;
  position: relative;
}

#infoLinhas::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid rgb(255, 102, 25);
  width: 100px;
  left: 0;
  bottom: 0
}

/*Checks*/
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }


/*Botão Enviar contato*/
.btn-contact {
  font-size: 0.9rem;
  color: white;
  width: 100%;
  background-color: rgb(113, 111, 111);
  transition: all 300ms ease-in-out;
}

.btn-contact:hover {
  color: black;
  background-color: rgb(159, 158, 158);
}

.btn-group {
  width: 100%;
  display: inline-block;
}

/*OUTRAS INFORMAÇÕES*/
#infoContato {
  background-image: url(../../images/fundoContato/fundoContatoM05.1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {
  #infoContato {
    background-image: url(../../images/fundoContato/fundoContatoM05.1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 302px) {
  .tituCont {
    margin-left: 0 !important;
  }
  
}

@media (min-width: 768px){
.p-md-5 {
  padding: 5px !important;
}}

.ftco-section {
  padding: 0 0;
}
