body{
    background-color: whitesmoke;
    font-family: 'Sans-serif';
    font-weight:300;
}
#logo{
    width: 103px;
    height: 60px;
}
section{
    text-align: center;
}
section img{
    width: 98vw;
}
nav{
    background-color: white;
}
.collapse ul li a{
    font-style: italic;
    font-size: 1.5em;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.navbar-nav{
    display: flex;
    justify-content: space-around;
    width: 60vw;
}
.navbar-toggler{
    background-color: rgb(247, 178, 3);
}
a{
    color: goldenrod !important;
}
.btn{
    border: none;
}
.containerHeader a {
    background-color: white;
    border: none;
    border-radius: 10%;
}
.containerHeader a:hover{
    background-color: black;
    border-radius: 10%;
}
.containerHeader{
    background-color: black;
}
.dropdown-menu{
    background-color: black;
}
.dropdown-item{
    color: goldenrod;
}
.dropdown-item:hover{
    background-color: grey;
    color: goldenrod;
}
.navbar-collapse{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
ul .redes a{
    background-color: white;
}
ul .redes a:hover{
    background-color: black;
}
h6{
    font-family: 'Oleo Script Swash Caps', cursive;
}
footer{
    margin-top: 20px;
    background-color: black;
    color: goldenrod;
    width: 98vw;
}
footer section{
    background-color: black;
}
footer div{
    background-color: black;
}
footer section div div .redes a{
    background-color: black;
}
footer section div div .redes a:hover{
    background-color: white;
}
footer section div div p{
    font-style: italic;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
footer section div div h6{
    font-style: italic;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
footer section div div a{
    font-style: italic;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.container{
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.redes{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contact{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
a{
    text-decoration: none;
}
p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/hotGrill.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    height: 400px;
    width: 98vw;
}
.banner2{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/Tortitas.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    height: 400px;
    width: 98vw;
}
.banner3{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/natureView.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    height: 400px;
    width: 98vw;
    margin-bottom: 40px;
}
#portada{
    position: relative;
}
.text--line {
   font-size: 0.6em;
}
.text--line2 {
    font-size: 0.8em;
 }
  
svg {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    font: 6em/1 Arial;
    color: white;
}
text{
    font-style: italic;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.text-copy {
    fill-opacity: 0;
    stroke: goldenrod;
    stroke-dasharray: 7% 28%;
    stroke-width: 1px;
    -webkit-animation: stroke-offset 2s linear;
            animation: stroke-offset 2s linear;
}
.text-copy:nth-child(1) {
    stroke: black;
    stroke-dashoffset: 7%;
}
.text-copy:nth-child(2) {
    stroke: black;
    stroke-dashoffset: 14%;
}
.text-copy:nth-child(3) {
    stroke: black;
    stroke-dashoffset: 21%;
}
.text-copy:nth-child(4) {
    stroke: black;
    stroke-dashoffset: 28%;
}
.text-copy:nth-child(5) {
    stroke: black;
    stroke-dashoffset: 35%;
}
.tarjeta{
    display: flex;
    justify-content: center;
    padding: 5px;
    margin-top: 20vh;
    margin-bottom: 20vh;
    margin-right: 7vw;
    margin-left: 7vw;
}
.texto{
    padding: 10px;
    text-align: center;
}
.h1Tarjetas{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: lighter;
    color: goldenrod;
    font-style: italic;
    font-size: 4em;
}
.h2Tarjetas{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: 4em;
}
.biTarjetas{
    color: goldenrod;
}
.pTarjetas{
    font-size: 1.5em;
    margin-left: 60px;
    margin-right: 60px;
    color: grey;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.enlaceTarjeta{
    font-size: 1.5em;
    text-decoration: underline;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.imgTarjeta{
    width: 40vw;
}
.introRestaurante{
    color: goldenrod;
    text-align: center;
    font-size: 1.5em;
    margin: 15vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif;
}
.introMenus{
    color: goldenrod;
    text-align: center;
    font-size: 1.5em;
    margin: 15vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif;
}
.menus{
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 5vh;
}
.menu{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px solid goldenrod;
}
.menu2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: 1px solid goldenrod;
    border-top: 1px solid goldenrod;
}
.btn-group-lg{
    font-size: 1.5em;
    width: 90vw;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.btn.focus, .btn:focus {
    color: goldenrod;
    background-color: transparent;
    border-color: none;
}
.btn:active{
    background-color: black;
}
.card-body{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: whitesmoke;
    border: none;
}
.card-body div{
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 5vw;
}
.platos{
    font-size: 1em;
    font-weight: lighter;
}
.tituloPlatos{
    color: goldenrod;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}
.imgRestaurante{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.imgRestaurante img{
    width: 40vw;
    height: 40vh;
    margin: 20px;
    margin-bottom: 0;
}
.imgRestaurante div p{
    margin-top: 0;
    margin-bottom: 30px;
    color: goldenrod;
    text-transform: uppercase;
}
.imgTerraza img{
    width: 40vw;
    height: 40vh;
    margin: 20px;
    margin-bottom: 50px;
}
.reservas{
    color: goldenrod;
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
    padding: 20px;
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.reservas p{
    margin: 0;
}
.letraPequenha{
    font-size: 0.7em;
}
@-webkit-keyframes stroke-offset {
    50% {
      stroke-dashoffset: 65%;
      stroke-dasharray: 0 87.5%;
    }
}
  
@keyframes stroke-offset {
    50% {
      stroke-dashoffset: 65%;
      stroke-dasharray: 0 87.5%;
    }
}
/*Reglas para dispositivos móviles no implementadas con bootstrap*/
@media screen and (max-width: 768px)
{
    .navbar-collapse{
        margin-top: 10px;
    }
    .tarjeta{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .imgTarjeta{
        width: 80vw;
        margin: auto;
    }
    .imgRestaurante img{
        width: 80vw;
        height: 40vh;
        margin: 20px;
    }
    .card-body{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: whitesmoke;
        border: none;
    }
    footer{
        width: 100vw;
    }
    .h1Tarjetas{
        font-size: 2em;
    }
    .h2Tarjetas{
        font-size: 2em;
    }
    .biTarjetas{
        color: goldenrod;
    }
    .pTarjetas{
        font-size: 1.2em;
        margin-left: 0px;
        margin-right: 0px;
    }
    .enlaceTarjeta{
        font-size: 1.5em;
    }
    .introRestaurante{
        font-size: 1em;
    }
    .introMenus{
        font-size: 1em;
    }
}