/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 28/08/2021, 18:05:32
    Author     : Cleiton Marques <cleiton.marques@datagenius.com.br>
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 28/08/2021, 18:05:32
    Author     : Cleiton Marques <cleiton.marques@datagenius.com.br>
*/
.main_header {
  background-color: #C41E3A;
  color: #FFFFFF;
  text-align: center;
}

.main_header .header_bar nav a {
  color: #FFFFFF;
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
}

.main_header .header_bar nav a:hover {
  color: #FFD700;
}

/* Header
header {
  background-color: #C41E3A;
  color: #FFFFFF;
  padding: 20px 0;
  text-align: center;
}

header nav a {
  color: #FFFFFF;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

header nav a:hover {
  color: #FFD700;
}
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 06/01/2022, 00:39:53
    Author     : Cleiton
*/
.main_home .main_home_newHouse {
  background-image: url(./../../asset/img/newHouse.jpg);
  background-position: 65%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: Helvetica Now Text;
  margin-top: 2rem;
  border-radius: 12px;
}

.main_home .main_home_newHouse .main_home_newHouse_content {
  background-color: rgba(211, 47, 47, 0.6);
  color: #FFFFFF;
  padding: 2rem;
  border-radius: 12px;
}

.main_home .main_home_newHouse .main_home_newHouse_content h1 {
  font-size: 4.5em;
  font-weight: 100;
}

.main_home .main_home_newHouse .main_home_newHouse_content p {
  font-size: 1.2em;
  font-weight: 100;
  text-align: justify;
}

.main_home .main_home_newHouse .main_home_newHouse_content a {
  background-color: #C41E3A;
  color: white;
  border: none;
  font-weight: bold;
}

.main_home .main_home_newHouse .main_home_newHouse_content a:hover {
  background-color: #ffdf33;
  color: #C41E3A;
}

.main_home .main_home_carousel {
  padding: 2rem 0;
}

.main_home .main_home_carousel .carousel-inner img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}

.main_home .main_home_carousel .carousel-inner .carousel-caption {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 1rem;
}

.main_home .main_home_carousel .carousel-inner .carousel-caption h3, .main_home .main_home_carousel .carousel-inner .carousel-caption p {
  color: #C41E3A;
  font-weight: bold;
}

.main_home .main_home_carousel .carousel-inner .carousel-caption h3 {
  font-size: 2em;
}

.main_home .main_home_carousel .carousel-inner .carousel-caption p {
  font-size: 1.3em;
}

.main_home .main_home_foodMenu {
  padding: 6rem 0;
}

.main_home .main_home_foodMenu p {
  text-align: justify;
}

.main_home section {
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .main_home .main_home_newHouse .main_home_newHouse_content h1 {
    font-size: 2em;
  }
  .main_home .main_home_newHouse .main_home_newHouse_content p {
    font-size: 1em;
  }
  .main_home .main_home_carousel .carousel-inner .carousel-caption h3 {
    font-size: 1.5em;
  }
  .main_home .main_home_carousel .carousel-inner .carousel-caption p {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .main_home .main_home_newHouse .main_home_newHouse_content {
    padding: 1rem;
  }
  .main_home .main_home_newHouse .main_home_newHouse_content h1 {
    font-size: 1.5em;
  }
  .main_home .main_home_newHouse .main_home_newHouse_content p {
    font-size: 0.95em;
  }
  .main_home .main_home_carousel {
    padding: 1rem 0;
  }
  .main_home .main_home_foodMenu {
    padding: 2rem 1rem;
  }
}
.esurvey_page {
  background-color: #C41E3A;
  padding: 2rem;
  border-radius: 12px;
  margin-top: 2rem;
}

.esurvey_page .esurvey_page_content {
  color: white;
}

.esurvey_page .esurvey_page_content .esurvey_header h1 {
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.esurvey_page .esurvey_page_content p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.6;
}

.esurvey_page img {
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  border-radius: 12px;
}

.esurvey_form {
  background-color: #ffffff;
  padding: 3rem 0;
}

.esurvey_form .container {
  max-width: 960px;
}

.esurvey_form img {
  max-height: 200px;
  margin-bottom: 1rem;
}

.esurvey_form p {
  font-size: 0.9rem;
  color: #6c757d;
}

.esurvey_form form {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  position: relative;
}

.esurvey_form form h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #343a40;
}

.esurvey_form form .form-label {
  font-weight: 500;
  color: #495057;
}

.esurvey_form form .form-control {
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
}

.esurvey_form form .form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.esurvey_form form textarea.form-control {
  resize: vertical;
}

.esurvey_form form button[type=submit] {
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  background-color: #FFD700;
  border: none;
  border-radius: 0.375rem;
  color: #fff;
  transition: background-color 0.3s ease;
}

.esurvey_form form button[type=submit]:hover {
  background-color: #ffdf33;
}

@media (max-width: 768px) {
  .esurvey_form .row {
    flex-direction: column;
  }
  .esurvey_form img {
    margin-bottom: 2rem;
  }
}
.sendMail_page {
  padding: 2rem;
}

.sendMail_page .agradecimento-bg {
  background-color: #FFF8F0;
}

.sendMail_page .agradecimento-card {
  background-color: white;
  border: 1px solid #ff2525;
}

.sendMail_page .agradecimento-titulo {
  color: #8B0000;
  font-weight: bold;
}

.sendMail_page .agradecimento-texto {
  color: #333;
  font-size: 1.1rem;
}

.sendMail_page a {
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  background-color: #FFD700;
  border: none;
  border-radius: 0.375rem;
  color: #fff;
  transition: background-color 0.3s ease;
}

.sendMail_page a:hover {
  background-color: #ffdf33;
}

*, *:before, *:after {
  outline: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



/*# sourceMappingURL=app.css.map */
