@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");



body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f8f9fa;
}



.site-title h1 {
  font-weight: 400;
  font-family: "Lora", sans-serif;
  color: #1e56a0;
  font-size: 2rem;
  margin: 0;
}

.subtitle {
  font-weight: 700;
  color: #1792d2;
  font-size: 0.75rem;
  margin: 0;
  text-transform: capitalize;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.container-nav {
  display: flex;
  justify-content: space-between;
}

 @media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
  flex-grow: initial;
}
}

 @media (max-width: 992px){
.landing-text {
  position: relative;
  top: 5%;
}
}

.nav-link {
  text-align: center;
}
nav ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

nav li {
  margin-left: 2em;
}

nav a {
  text-decoration: none;
  color: #163172;
  font-weight: 600;
  text-transform: capitalize;
  padding: 2em 0;
}

nav a:hover,
nav a:focus {
  color: #1e56a0;
}

.current-page {
  color: #1e56a0;
}

.current-page:hover {
  color: #1e56a0;
}

@media (max-width: 675px) {
  nav ul {
    flex-direction: column;
  }

  nav li {
    margin: 0.5em 0;
  }
}



/* Home page */


.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
 background: rgba(0, 0, 0, 0.20);
  color: rgb(5, 5, 5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.landing-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.landing-text h3 {
  font-weight: 700;
  color: rgb(54, 54, 54);
  font-family: "Lora", sans-serif;
}

.landing-text h1 {
  font-size: 50px;
  font-weight: 50px;
  color: rgb(255, 255, 255);
  font-family: "Lora", sans-serif;
  padding-bottom: 0;
  margin: 0 0;
  margin-left: 1rem;
}

@media (max-width: 600px) {
  .landing-text h1 {
    font-size: 50px;
  }
}

.btn-hire {
  background-color: #212529;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
}

.btn-hire:hover,
.btn-hire:focus {
  background-color: #393838;
  color: darkgray;
}

@media (max-width: 800px) {
  .btn-hire {
    padding: 8% 16%;
  }
}



#hr-main {
  width: 100px;
  height: 5px;
  border-radius: 1rem;
  background-color: white;
  margin-bottom: 8px;
}

/* Gallery Section */

.body-bg {
   background-color: #212529;
}
.main-gallery {
  margin-top: 80px;
  height: 100%;
  background-color: #212529;
}

.gallery-header h1 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  color: #ffffff;
}


.gallery-header p {
  margin-top : 0.5%;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}




.column > img {
  width: 50vh;
  height: 45vh;
}





.gallery-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 50px;
}

.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 6px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 900px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

}

@media (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Team Section */
.team-header {
  margin-top: 10%;
  text-align: center;
  font-family: Lora, sans-serif;
  padding: 32px;
}

.team-header h1 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  color: #ffffff;
}

@media (max-width: 600px) {
  .team h1 {
    font-size: x-large;
  }
}

.team p {
  font-weight: 600;
  color: #181b2c;
}

.team .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 14px;
}

.team .column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 6px;
}

.team .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 40%;
  height: 50%;
  border-radius: 50%;
}

.team .column h3 {
  font-weight: 600;
  font-family: "Lora", sans-serif;
  color: #c1c1c1;
  text-align: center;
  margin-bottom: 3px;
}

.team .column p {
  font-weight: 400;
  color: #e4e4e4;
  text-align: center;
}

@media (max-width: 800px) {
  .team .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .team .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* About Section */
.about {
  margin: 3rem 4rem;
}

.about-header {
  text-align: start;
  margin-top: 20vh;
  margin-bottom: 80px;
}

@media (max-width: 576px) {
  .about-header {
    text-align: center;
  }
}

.about-header h1 {
  font-weight: 700;
  font-size: 3.2rem;
  color: #000000;
}

.about-content {
  margin-bottom: 15%;
  border: #000000;
  margin-top: -2rem;
  width: 100%;
}

.about-content >p {
  text-align: center ;
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  font-size: 1.4rem;
  word-spacing: 0.1rem;
  letter-spacing: 0.1rem;
}


.h2-about {
  text-align: center;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  padding: 8px;
  margin-left: 0;
  margin-right: 0;
  font-size: xxx-large;
  transition: 1s;
}


.belvieTag {
  font-style: italic;
  font-weight: 600;
  color: #000000;
}
.belvieTag:hover{
  color: #000000;
}

.h2-about:hover{
   color: #ff0000;
}

/* Contact SEction */
.contact h1 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  color: #1e56a0;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 10px 2em;
}

.flex-item-left {
  padding: 10px;
  flex: 50%;
}

.flex-item-left h4 {
  font-weight: 700;
  color: #181b2c;
}

.flex-item-left p {
  font-weight: 400;
  color: #181b2c;
}

.flex-item-right {
  padding: 10px;
  flex: 50%;
}

.flex-item-right form {
  margin: 10px;
}

.flex-item-right form input[type="text"],
select,
textarea {
  font-weight: 400;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.flex-item-right button {
  background-color: #1e56a0;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50px;
  width: 100%;
}

.flex-item-right button:hover,
.flex-item-right button:focus {
  background-color: #163172;
  color: white;
}

.contact-area-media, #contact-info-media,.contact-titile{
  display: none;
}

@media (max-width :970px) {

  .input-field {
    width: 100%;
  }
  .contact-area {
    display: none;
  }

  .contact-area-media {
     display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }


  .contact-info ,#contact-info-media {
    display: flex;
    flex-direction: column;
  }
  .footer{
    display: none;
  }
}


@media (max-width: 800px) {

  .flex-item-left,
  .flex-item-right {
    flex: 100%;
  }
}


/* Footer */
footer {
  padding: 20px;
  text-align: center;
  background-color: rgb(0, 0, 0);
  width: 100%;
  display: block;
}


@media (max-width: 800px) {


/*  .footer {
    display: block;
  }
  */
}


footer h3>span,
footer h3>a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  margin: 0 auto;
}

.active{
  text-shadow: #e4e4e4;
  border-radius: 10%;
  font-size: 1rem;
  font-weight: 700;
}




.nome-cliente{
  font-weight: 700;
  color: black;
  font-size: larger;
  font-family :'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



@media (max-width: 990px) {
  .map-area{
    display: none;
  }
  .form-control{
    width: 100%;
  }
}


  @media (max-width: 786px) {
    .test-btna{
    width: 70%;      
    }

  

  }


.link-prev{
  text-decoration: none;
  color: #ffffff;
  list-style: none;
  text-decoration-color: none;
}



.footer-index{
  position: fixed;
  bottom: 0;

  width: 100%;
  height: 4rem;
  font-weight: 700;
  text-decoration: none;
  background-color:black;
  padding: 1rem;
  text-align : center;

}



.link-index{
  text-decoration: none;
  color:#adadad;
  padding-left: 2px;
  padding-top: 2px;
  text-align : center;
}







.table-condensed{
  max-width: 14rem;
  padding: 0;
}

.datepicker-switch{
  text-align: center;
}


.main-index{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: calc(  100vh - 40px );
  overflow-y: hidden; 
}


.book-now:hover{
  opacity: 0.7;
  color: black;
  background-color: rgba(255,255,255,0.7);
}



@media (min-width :900px) {
  .book-now{
    margin-top: 23%;
    width: 11rem;
    background-color: rgba(255,255,255,0.2);
    border: 0;
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    opacity: 0.9;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    padding-left: -10px;
    transition: 0.5ms;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    
  }
  
}




@media (max-width :899px) {
    .book-now{
      margin-top: 25%;
      width: 8rem !important;
      background-color: rgba(255,255,255,0.2);
      border: 0;
      font-size: 15px !important;
      color: white;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      opacity: 0.9;
      padding-top: 7px;
      padding-bottom: 8px;
      border-radius: 20px;
      padding-left: -10px;
      transition: 0.5ms;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
    }
  
}




.main-manut{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap-reverse;
  margin: 0;
  overflow-y: hidden;
  max-height: 50vh;
}


.back-video-manut{
  position: absolute;
  width: 100%;
  height: 70%;
  z-index: -2;
  margin-top: 30rem;
  display: block;
}


.back-video-fashion{
  position: absolute;
  width: 100%;
  height: 70%;
  z-index: -2;
  display: block;
}

.back-video{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background{
    background-color: #000000!important;
    justify-content: center;
}

.bgLight{
  background-color: #f7faf9b0!important;
}

.nav-item{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1rem!important;
  letter-spacing: 1px;
}


.navbar-brand {
  font-family:Arial, Helvetica, sans-serif !important;
  letter-spacing: 2px;
  font-size: 1.5rem!important;
}

.link-footer{
  font-weight: 500 !important;
  font-size: 0.9em;
  color: #e4e2e2 !important;
  color: #ffffff;
}


.message{
  size: 50px;
  font-weight: 500;
  color: #000000;
  z-index: -1;
  text-align: center;
  margin-top: 5.8rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 2px;
  line-height: 2rem;
  padding: 2px;
  padding-bottom: 0;
}




#myVideo-home{
  margin-top: 10rem;
  height: 60vh;
}


.form-switch .form-check-input:checked{
  background-color: black;
  border: 2px;
}


#navbarSupportedContent{
  transition: 20ms;
}