/*
Theme Name: Matilda 
Theme URI: https://matilda.com
Author: Valnet
Author URI: https://valnetweb.com
Description: Theme for matilda.
Version: 1.0.0
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: matilda
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/

body{
    background-color: #F9F2E6 !important;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

@font-face {
    font-family: 'Tilda';
    src: url('assets/fonts/tilda.ttf');
}

@font-face {
    font-family: 'Helvetica';
    src: url('assets/fonts/helvetica.ttf');
}

html{
    font-family: 'Helvetica' !important;
}

body{
    font-family: 'Helvetica' !important;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
    padding: 0.5rem 1.5rem !important;
    font-size: 14px;
}

.logo-width{
    width: 50%;
}

.menu-h{
    padding-top: 1rem;
    margin-top: 1rem;
}

@media(max-width: 768px){
    .logo-width{
        width: 100%;
    }
    .menu-h{
        padding-top: 0;
    }
}

.container-fluid{
    overflow: hidden;
}


.navbar {
    transition: all .6s;
    backface-visibility: hidden;
}
 
.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
 
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
}
 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
 
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}
 
.navbar-dark .navbar-toggler {
    border-color: #444;
}
 
.navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}
 
.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: black;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #ccc;
}
 
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
 
.navbar-brand {
    width: 162px;
    height: 44px;
    background: url(../img/logo.png) left center no-repeat;
    border: 0;
    text-indent: -99999px;
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: black;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

#navbarNav {
    background: black;
    width: 100%;
    left: 0;
    top: 3.5rem;
    padding: 2rem;
    z-index: 99999999;
    position: fixed;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #F9F2E6 !important;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link{
    color: #F9F2E6 !important;
    font-weight: bold;
}

.nav-link:hover {
    border-bottom: 4px solid black;
}

.img-cup {
    top: -7rem;
    width: 33rem;
    position: absolute;
    right: -10rem;
}

.bg-image-rand{
    height: 39rem;
    background-color: #f5bbb7;
    background-repeat: no-repeat;
    background-size: cover;
}

.letters-footer{
    color: #1F9C7A;
    font-size: 6rem;
}

.encabezado{
    font-size: 6rem;
    color: #00352e;
}

.encabezado-1{
    font-size: 4rem;
    color: #953121;
}

.encabezado-2{
    font-size: 8rem;
    color: #953121;
    align-items: end;
    justify-content: center;
    height: 100%;
    display: flex;
}

.img-cupa{
    width: 25rem;
}

.img-bocina{
    width: 25rem;
}

@media(max-width: 768px){
    .letters-footer{
        color: #1F9C7A;
        font-size: 2rem;
    }

    .bg-image-rand{
        height: auto;
    }

    .encabezado{
        font-size: 3rem;
    }

    .encabezado-1{
        font-size: 3rem;
    }

    .encabezado-2{
        font-size: 3rem;
    }

    .img-cupa{
        width: 100%;
    }

    .img-bocina{
        width: 20rem;
    }
}

#bb4-primary-menu .current_page_item a {
    border-bottom: 4px solid black;
}

.home .menu-item-17 a{
    border-bottom: 4px solid black;
}

p {
    color: black;
}

.carousel-item img {
    height: 42rem;
    object-fit: cover;
}

.footer-reservation{
    text-align: right;
}


.img-home{
    width: 19rem;
}

@media(max-width: 768px){
    .carousel-item img {
        height: 25rem;
        object-fit: cover;
    }

    .footer-reservation{
        text-align: initial;
        padding-top: 1.5rem;
    }

    .img-mobile {
        height: 25rem;
        object-fit: cover;
    }
    
    .img-home{
        width: 100%;
    }
}

.menu-item-49 {
    background: black;
}

.menu-item-49 a {
    color: white !important;
}

#bb4-primary-menu li {
    margin: 0 0.5rem;
}

.underline {
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

.underline::before {
    content: "";
    position: absolute;
    bottom: 80px;
    right: 14px;
    width: 20%;
    height: 4px;
    background-color: #000;
    z-index: -1;
}


