@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

:root {
  --clr-white: #fff;
  --clr-white-bg: #f0f0f1;
  --clr-red: #B90505;
  --clr-red-02: #E0000D;
  --clr-facebook: #3b5998;
  --clr-google: #4285F4;
  --clr-black: #141414;
  --clr-red-hover: #e00707;
  --clr-span-color: #4e0101;
  --clr-border: #CCC;
  --clr-gray: #2a2a2a;
  --clr-gray-clear: #343a3e;
  --clr-facebook: #3b5998;
  --clr-google: #4285F4;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay-load {
  background-color: #00000009 !important;
}
.cadastrar{
  background-color: #f35e5e;
  color: #fff;
  padding: 10px 20px;
  width: 30%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.cadastrar:hover{
  background-color: #ff7878;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.divFotoUser {
  position: relative;
  background-color: var(--clr-white);
  border: 5px solid var(--clr-white);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.158);
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.divFotoUser label {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.divFotoUser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.divFotoUser label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.divFotoUser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.divFotoUser .hoverText {
  position: absolute;
  color: white;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}

.divFotoUser:hover .hoverText {
  opacity: 1;
}

.divFotoUser input[type="file"] {
  display: none;
}

html,
body {
  background: var(--clr-white);
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: var(--clr-gray-clear);
  color: var(--clr-white);
}

::-moz-selection {
  background: var(--clr-gray-clear);
  color: var(--clr-white);
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 30px;
  font-weight: 800;
  color: var(--clr-gray);
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: var(--clr-white);
}

.dark-bg p {
  color: var(--clr-white);
}

.main-white-button a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px;
  background-color: var(--clr-white);
  color: var(--clr-gray);
  text-align: center;
  font-weight: 500;
  transition: all .3s;
  border-radius: 5px;
}

.main-white-button a:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 10px 5px rgba(109, 83, 83, 0.7);
}

.main-dark-button a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px;
  background-color: var(--clr-gray-clear);
  color: var(--clr-white);
  text-align: center;
  font-weight: 500;
  transition: all .3s;
}

.main-dark-button a:hover {
  opacity: 0.9;
}

/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/

footer {
  background-color: var(--clr-white);
  margin-top: 50px;
}

footer .under-footer {
  margin-top: 30px;
  font-size: 11px;
  background-attachment: fixed;
}

footer p.copyright {
  text-align: right;
  font-size: 20px;
}

.sub-footer {
  border-top: 1px solid #e4e4e4;
}

.sub-footer .social-links {
  text-align: center;
  margin-top: 10px;
}

.sub-footer .social-links ul li {
  display: inline-block;
  margin-left: 5px;
}

.sub-footer .social-links ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: var(--clr-gray);
  border-radius: 50%;
  color: var(--clr-white);
  font-size: 14px;
  transition: all .3s;
}

.sub-footer .social-links ul li a:hover {
  background-color: #656c74;
}

.dadosFooter {
    font-size: 10px;
}

.lojasRodape {
  width: 50%;
  display: flex;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -15px;
}

.lojasRodape a:hover {
  opacity: 0.9;
}

/*
  ---------------------------------------------
  Rent Venue Page
  ---------------------------------------------
*/

.rent-venue-application {
  background-color: var(--clr-white);
  display: block;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.rent-venue-application .heading-text h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--clr-red-02);
  margin-bottom: 50px;
}

.rent-venue-application .contact-form input,
.rent-venue-application .contact-form select {
  border-radius: 5px;
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: var(--clr-white);
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.rent-venue-application .contact-form input:focus,
.rent-venue-application .contact-form select:focus {
  border: 1px solid #ff7878;
  box-shadow: 0 0 5px #ff787844;
}

.rent-venue-application .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.rent-venue-application .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.rent-venue-application .contact-form ::placeholder {
  color: #7a7a7a;
}