@charset "UTF-8";

@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

.heading-section h2{
	font-weight:500;
}

.header_1 #main-nav {
    left: 18.8%;
}
#mobile-header::before, #mobile-header::after, #mobile-header span{
    background-color: white;
}
.flat-about .wrap-img .img-1 {
    margin-bottom: 81px;
}
#serrana-info {
    padding-bottom: 65px;
	text-align:justify;
}
#serrana-info2 {
    padding-bottom: 34px;
	text-align:justify;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: background-color 0.5s, color 0.5s, bottom 0.5s;
}

.float:hover {
    background-color: #ffb530;
    color: #9a1d21;
}

.my-float {
    margin-top: 16px;
}

@keyframes moveUp {
    from {
        bottom: -60px;
    }
    to {
        bottom: 40px;
    }
}

.custom-modal .modal-dialog {
    max-width: 500px;
    margin: auto;
    margin-top: 15vh;

}

.custom-modal .modal-header {
    background-color: #f8f9fa;
}

.custom-modal .modal-title {
    color: #333;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 32px;
}

.custom-modal .modal-body {
    padding: 20px;
}

.custom-modal .close {
    color: #333;
    opacity: 1;
}

.custom-modal .modal-body input[type=text], 
.custom-modal .modal-body input[type=tel]  {
    color: black;
    background-color: #fee5b8;/
}

.custom-modal .modal-content {
    border-top: 15px solid #212323;
}
.custom-modal .form-control:focus {
    border-color: #9a1d21; /* Defina a cor desejada para a borda */
}

.custom-file-upload{
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border-radius: 50%;
  background-color: #9a1d21;
  display: block;
  margin: 20px auto;
  transition: 0.5s all ease;
  text-align: center;
}
.custom-file-upload:hover {
  transform: rotate(360deg);
}
input[type="file"] {
  display: none;
}

.custom-file-upload {
  cursor: pointer;
}

#file-selected-text {
  margin-left: 5px;
  text-align: center;
  align-items: center;
  display: block;
}

.upload-text{
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    max-width: 100%;
}

#submitCurriculum{
    width: 100%;
}

.curriculum{
    width: 180px;
}
.darken-img {
    filter: brightness(0.5)
}
.text-restaurant-head h1{
    font-size: 50px;
    text-transform: inherit!important;
    line-height: normal;
}
#fix-text h2{
    text-transform: inherit;
    font-size: 50px;
}
.area-restaurant-head{
    width: 60%;
}
.serrana-media{
    max-width: 600px;
    position: absolute;
    right: 80px;
    bottom: 0px;
}
@media (max-width: 767px) {
    .serrana-media {
    max-width: 180px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    }
    .text-restaurant-head h1{
        font-size: 40px!important;
        line-height: 40px!important;
    }
    .text-restaurant-head h3{
        font-size: 18px;
    }
    #fix-text h2 {
        font-size: 25px;
    }
    .center-wpp{
        display: flex;
        justify-content: center;
    }
    .icon-box-1-custom .icon-font {
        font-size: 3.5rem!important;
        min-width: 70px!important;
    }
}


.icon-box-1-custom {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    padding: 1.8rem;
    margin-bottom: 2rem;
    min-height: 180px;
}
.icon-box-1-custom .icon-font {
    min-width: 100px;
    text-align: center;
    font-size: 4.5rem;
    margin-right: 2rem;
    line-height: 1.4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad0c4', endColorstr='#ff9a9d', GradientType=1 );
    background-clip: text;
}

.icon-whatsapp{
    margin:auto;
}


.sl-button {
    display: flex;
}

.button-whatsapp {
    display: flex;
    align-items: center;
    width: 210px;
    background-color: #25D366;
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    transition: background-color 0.3s;
    line-height: 40px;
}

.button-whatsapp:hover {
    background-color: #1da851;
}

.button-whatsapp i {
    margin-left: 0;
    padding-left: 19px;
    margin-right: 10px;
    font-size: 25px;
}
.center{
    justify-content: center
    
}
#icon-benef{
    color:#9a1d21
}
#font-custom{
    font-size: 30px;
}
.serrana-container{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: flex-end;
}
.center-custom{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.center-custom-2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.txt-white h2{
    color: white;
}
.text-center h3{
    text-align: center;
}
#logo-head{
    margin-bottom: 20px;
    width: 30%;
}