body{
    background-color: #fff;
    margin: 0;
}

/* BURGER MENU */

.nav-mbl{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 5%;
}

.nav-mbl img{
   width: auto;
    max-height: 90px;
    max-width: 15%;
}

/* Estat tancat */
.exit-mobile { display: none; }
.icon-bar { display: block; }

/* Estat obert  */
.menu-toggle.open .exit-mobile { display: block !important; }
.menu-toggle.open .icon-bar { display: none !important; }    

.icon-bar,
.icon-bar1,
.icon-bar2 {
    display: block;
    height: 2px;
    width: 25px;
    background: #DD919B;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.icon-bar1,
.icon-bar2 {
    width: 18px;
    background: #fff;
}

.icon-bar:before,
.icon-bar:after {
    background: #DD919B;
    content: "";
    height: 100%;
    left: 4px;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.icon-bar:after {
    bottom: -12px;
    left: 8px;
    top: auto;
}

.icon-bar:before,
.icon-bar:after {
    background: #DD919B;
    content: "";
    height: 100%;
    left: 4px;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.icon-bar:after {
    bottom: -12px;
    left: 8px;
    top: auto;
}

.icon-bar1 {
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-bar2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.brand-header {
    background-color: #000; 
}

.brand-nav a {
    color: #fff; 
}

.header-social a{
    background-color: #DD919B;
}

.hero-header-mbl{
    display: none;
}


/* COLORS I TIPOGRAFIES SECCIÓ RESTAURANT */

.carousel-container{
    display: none;
}

.title-rest {
    color: #DD919B;
    font-family: 'Montserrat', sans-serif;
}

.cos-rest {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    
}

.separator-rest {
    background-color: #DD919B;
}

.trobaras-rest .trobaras-info {
    font-family: 'Montserrat', sans-serif;
    color: #000; /* Per defecte */
}

.trobaras-dest {
    color: #DD919B;
    font-family: 'Montserrat', sans-serif;
}

/* Ajustos de color per als inputs o elements de text si cal */
::placeholder {
    font-family: 'Montserrat', sans-serif;
}

/* COLORS I TIPOGRAFIES TESTIMONIALS */

.testimonials {
    background-color: #D78FA0; 
    color: #2A2D2C;
}

.stars {
    color: #FFCB15; 
}

.name {
    font-family: "Montserrat", sans-serif;
    color: #2A2D2C;
}

.time {
    font-family: "Montserrat", sans-serif;
    color: #2A2D2C;
}

.review-text {
    font-family: "Montserrat", sans-serif;
    color: #2A2D2C;
}


/* SECCIÓ DE CONTACTE */

.contact-section {
    background-color: #fff; 

}

.italic-serif {
    font-family: 'Montserrat', serif; 
    color: #D890A1;
    font-style: italic;
    font-weight: 600;
   
}

.italic-serif-contacte{
    color: #D890A1;
    font-size: 3.5rem;
    font-family: 'Montserrat', serif; 
    font-style: italic;
}


.info-card {
    background-color: #D78FA0;
    border: solid 1px #000;
    color: #000;
    max-width: 994px;
}


.card-details p {
    color:#000;
    padding-left: 3%;
}

.card-details a {
    font-family: 'Montserrat', sans-serif;
    color:#000000;
}

.form-wrapper {
    background-color: #000;  
}

.form-intro {
    color: #fff;
}

.input-group input, .input-group textarea {
    border: 1px solid #DD919B;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.input-group input:focus, .input-group textarea:focus {
    border-color: #fff;
    
}

.form-footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
}

::placeholder {
    color:#808080;
    
}


.btn-submit {
    background-color: #D78FA0; 
    color: #000;
    
}

.btn-submit:hover {
    background-color: #D78FA070;
    
}

/* footer */

.main-footer {
    background-color: #000000;
    color: #ffffff;
}

.footer-social a {
    background-color: #DD919B;
    color: #000;
}

.footer-nav a {
    color: #fff;
}

.footer-nav a:hover{
    color: #DD919B;
}

.mobile-logos-section-footer{
    display: none;
}


