@charset "UTF-8";

body {
  /* Imagem de fundo */
  background-image: url(../img/background-page.jpg);
  /* Define uma altura especifica ou a altura mínima para a imagem de fundo */
  min-height: 100vh;
  /* Define a imagem de fundo como fixa (não rola ao longo da página) */
  background-attachment: fixed;
  /* Centraliza a imagem de fundo */
  background-position: center;
  /* Define a imagem de fundo para no-repeat (não repetir) */
  background-repeat: no-repeat;
  /* Amplia a imagem de fundo para ser o maior possível */
  background-size: cover;
}

@media (max-width: 380px) {
  .container-mobile {
    padding-right: 0;
    padding-left: 0;
  }

  .card-nbr h2 {
    width: 218px;
  }
}

.card-nbr {
  border-radius: 0;
}

@media (max-width: 360px) {

  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

/*
==================================================
UL da Linha Verde no Topo da Página
==================================================
*/

.first-header__list {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  -webkit-padding-start: 0;
}

.first-header__list li {
  list-style: none;
  margin-right: 38px;
}

.first-header__list li .fa {
  margin-right: 10px;
}

.first-header__list .no-margin {
  margin-right: 0 !important;
}



.whats-btn a {
  text-decoration: none;
  color: #fff;
  transition: 0.5s ease-in-out 0s;
}

.whats-btn {
  border: solid 1px #fff;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
  transition: 0.5s ease-in-out 0s;
  margin-top: -3px;
}

.whats-btn:hover {
  background-color: #fff;
}

.whats-btn:hover a {
  color: #292B2C;
}

/*
==================================================
Carrossel
==================================================
*/
.img-slide {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0 auto;
  background-size: cover;
}

.logo__img img {
  position: absolute;
  display: block;
  margin-top: 25px;
  margin-left: 25px;
  z-index: 888;
  width: 170px;
}

@media (max-width: 380px) {
  .logo__img img {
    margin-top: 15px;
    margin-left: 15px;
    width: 90px;
  }
}

/*
==================================================
Menu
==================================================
*/
.port-item {
  width: 30%;
  transition: 0.5s ease-in-out 0s;
  cursor: pointer;
}

.port-item .fa {
  font-size: 2em;
}

.port-item:hover i {
  color: #FFFF00;
}

@media (max-width: 576px) {
  .port-item {
    width: 20% !important;
    font-size: 0.5em;
    padding: 0.8rem 0.1rem 0rem !important;
    transition: 0.5s ease-in-out 0s;
  }

  .port-item:hover i {
    color: #FFFF00;
  }

  .port-item .fa {
    font-size: 2.5em;
  }

  .port-item span {
    font-size: 0.9em;
    visibility: hidden;
  }
}

/*
==================================================
Cartão Saúde
==================================================
*/
.card-saude__img img {
  position: absolute;
  right: 40px;
  display: block;
  margin-top: 10px;
  z-index: 888;
  width: 176px;
}

@media (max-width: 380px) {
  .card-saude__img img {
    position: absolute;
    right: 15px;
    display: block;
    margin-top: 22px;
    z-index: 888;
    width: 118px;
  }
}

@media (max-width: 420px) {
  .container-mobile {
    padding-right: 0;
    padding-left: 0;
  }

  .card-nbr h2 {
    width: 230px;
  }

  .card-saude__img img {
    position: absolute;
    right: 15px;
    display: block;
    margin-top: 22px;
    z-index: 888;
    width: 118px;
  }
}

/*
==================================================
Especialidades
==================================================
*/
.card-special {
  text-align: center;
}

.card-special img {
  width: 100%;
  margin-bottom: 15px;
}

.card-footer {
  text-align: right;
  color: #FFFFFF;
  background-color: #5cb85c !important;
}

.card-footer span {
  text-transform: uppercase;
  margin-right: 18%;
}

.card-footer a {
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s ease-in-out 0s;
}

.card-footer a:hover {
  color: #FFFF00;
}

.card-footer:hover a {
  color: #FFFF00;
}

.card-bottom {
  margin-bottom: 30px;
}

.card__bottom__two {
  margin-bottom: 30px;
}

.one-card {
  width: 242px;
}

.two-card {
  width: 519px;
}

.three-card {
  width: 792px;
}

.img-modal {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

@media (min-width: 375px) {
  .card__bottom {
    margin-bottom: 30px;
  }

  .one-card {
    width: 315px;
  }

  .two-card {
    width: 288px;
  }

  .three-card {
    width: 288px;
  }

  .img-modal {
    width: 100%;
  }
}

.modal a {
  text-decoration: none;
  color: #5cb85c;
}

.modal a:hover {
  color: #f4d442;
}

/*
==================================================
História
==================================================
*/
#story .green-card {
  transition: 0.5s ease-in-out;
}

#story .green-card:hover {
  background-color: #2eb242;
  color: #FFFFFF;
}

/*
==================================================
Agendamentos
==================================================
*/
img {
  margin: 0 auto;
}

#schedules h1 {
  color: #5cb85c;
  text-align: center;
}


.schedules input {
  background-color: #5cb85c;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #2eb242;
  border-radius: 0.25rem;
  color: #FFFFFF;
  display: block;
  padding: 12px 25px;
  width: 100%;
  outline: none;
}

/* Formatando Input de Data */
.data {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 50px;
}

.input-group-addon {
  color: #FFFFFF !important;
  text-align: center;
  background-color: #5cb85c;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #2eb242;
}

/* Formatando Select de Especialidades */
.schedules-select {
  height: 50px;
  background-color: #5cb85c;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #2eb242;
  border-radius: 0.25rem;
  color: #FFFFFF;
  display: block;
  padding: 12px 25px;
  width: 100%;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #FFFFFF !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #FFFFFF !important;
  opacity: 1;
}

.btn-schedules {
  border: 2px solid #2eb242;
  background: transparent;
  color: #2eb242;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  margin-top: 15px;
  transition: 0.5s;
  cursor: pointer;
}

.btn-schedules:hover {
  background: #2eb242 none repeat scroll 0 0;
  color: #FFFFFF;
  border: 2px solid #2eb242;
}

/*
==================================================
Convênios
==================================================
*/

#covenants .row-1 {
  margin-bottom: 30px;
}

#covenants img {
  border: 3px solid #196625;
  border-radius: 0.50rem;
  padding: 20px;
}

@media (max-width: 570px) {
  #covenants .row-1 {
    margin-bottom: 0;
  }

  #covenants img {
    margin-bottom: 20px;
  }
}

/*
==================================================
Resultados
==================================================
*/
/* .results {
  text-align: center;
} */

.results input {
  background-color: #5C6163;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #292B2C;
  border-radius: 0.25rem;
  color: #FFFFFF;
  display: block;
  padding: 12px 25px;
  width: 100%;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #FFFFFF;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #FFFFFF;
  opacity: 1;
}

.btn-results {
  border: 2px solid #5C6163;
  background: transparent;
  color: #5C6163;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  margin-top: 15px;
  transition: 0.5s;
  cursor: pointer;
}

.btn-results:hover {
  background: #292B2C none repeat scroll 0 0;
  color: #FFFFFF;
  border: 2px solid #292B2C;
}

/*
==================================================
Contatos
==================================================
*/
#contact .contact-address,
#contact .contact-hour,
#contact .contact-form {
  margin-bottom: 30px;
}

#contact .contact-address h4,
#contact .contact-hour h4,
#contact .contact-form h4 {
  color: #D9534F;
}

#contact .contact-address .fa,
#contact .contact-hour .fa,
#contact .contact-form .fa {
  color: #D9534F;
  font-size: 1.2rem;
}

#contact .contact-address input,
#contact .contact-address textarea,
#contact .contact-hour input,
#contact .contact-hour textarea,
#contact .contact-form input,
#contact .contact-hour select,
#contact .contact-form select,
#contact .contact-form textarea {
  background-color: #D9534F;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #B4222D;
  border-radius: 0.25rem;
  color: #FFFFFF !important;
  display: block;
  padding: 12px;
  width: 100%;
  outline: none;
}

#contact .contact-address .btn-contact,
#contact .contact-hour .btn-contact,
#contact .contact-form .btn-contact {
  border: 2px solid #B4222D;
  background: transparent;
  color: #D9534F;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  transition: 0.5s;
  cursor: pointer;
}

#contact .contact-address .btn-contact:hover,
#contact .contact-hour .btn-contact:hover,
#contact .contact-form .btn-contact:hover {
  background: #B4222D none repeat scroll 0 0;
  color: #FFFFFF;
  border: 2px solid #B4222D;
}

#contact .contact-address ::-webkit-input-placeholder,
#contact .contact-hour ::-webkit-input-placeholder,
#contact .contact-form ::-webkit-input-placeholder {
  /* Chrome */
  color: #FFFFFF !important;
}

#contact .contact-address :-ms-input-placeholder,
#contact .contact-hour :-ms-input-placeholder,
#contact .contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF !important;
}

#contact .contact-address ::-moz-placeholder,
#contact .contact-hour ::-moz-placeholder,
#contact .contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF !important;
  opacity: 1;
}

#contact .contact-address :-moz-placeholder,
#contact .contact-hour :-moz-placeholder,
#contact .contact-form :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #FFFFFF !important;
  opacity: 1;
}

#contact .contact-address:last-child,
#contact .contact-hour:last-child,
#contact .contact-form:last-child {
  margin-bottom: 0;
}

#gmap {
  height: 440px;
}

@media (max-width: 360px) {

  #contact .contact-address:last-child,
  #contact .contact-hour:last-child {
    margin-bottom: 30px;
  }
}

/*
==================================================
Rodapé
==================================================
*/
footer {
  font-weight: 400;
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
}

footer a {
  color: #FFFFFF;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}

footer a:hover,
footer a:focus {
  color: #5cb85c;
  text-decoration: none;
}

@media (max-width: 576px) {
  .img-slide {
    height: 200px;
  }
}

@media (max-width: 380px) {
  footer .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* Trrigers */

.dplustrigger {
  width: 98.7%;
  display: none;
  margin-top: 10px;
}

.dplustrigger-enviando {
  background-color: #B5A80B;
  padding: 10px 20px 3px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.dplustrigger-sucesso {
  background-color: #3E8C3E;
  padding: 10px 20px 3px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.dplustrigger-erro {
  background-color: #B32926;
  padding: 10px 20px 3px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.dplustrigger-txt {
  text-align: center;
  color: #FFFFFF;
}

/*seta no banner*/
.down {
  text-align: center;
}

.down a {
  margin-bottom: 100px;
}

.card a {
  text-decoration: none;
  transition: 0.5s ease-in-out 0s;
}

.card-footer:hover i {
  color: #B3212C;
  transition: 0.5s ease-in-out 0s;
}

/*MAPA*/
.container-entity-map {
  width: 100%;
  min-height: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 1;
}

.entity-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* LOGO EBSI */
@media (max-width: 370px) {
  .justify-content-end {
    justify-content: flex-start !important;
  }
}

#modal-card-saude .modal-body .saude {
  width: 100%;
  height: 65vh;
  border: none;
}