/* fuentes - inicio */
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Chewy&family=Permanent+Marker&display=swap');

/* fuentes - fin */


*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-image: url(img/background-burger.jpg);
    background-position: center;
    background-attachment: fixed;
}


/* header - inicio */
.header__logo{
    width: 100%;
    height: 170px;
    background-color: black;
    background-image: url(img/blacktexture.jpg);
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    box-shadow: 2px 2px 10px #333;
}

.logo{
    background-image: url(img/logo1.jpg);
    height: 100%;
    width: 20%;
    background-size: cover;
    background-position: center;
    padding: 20px;
}

.slogan{
    text-align: center;
    color: rgb(255, 230, 0);
    /* color:white; */
    font-size: 50px;
    /* font-family: 'Lobster', cursive; */
    /* font-family: 'Chewy', cursive; */
    font-family: 'Permanent Marker', cursive;
    line-height: 150px;
    padding: 20px;
    display: none;
}

header .datos{
    padding: 20px;
    /* display: none; */
}
.datos p{
    color: White;
    text-transform: capitalize;
    font-family: 'Permanent Marker', cursive;
    line-height: 10px;
}
.datos b{
    color: rgb(53, 195, 10);
}

.datos p span{
    color: rgb(255, 230, 0);
}

@media only screen and (min-width: 850px){
    .header__logo{
       justify-content: space-between;
       padding: 0;
    }
    .logo{
        width: 20%;
    }
    .datos{
        display: block;
    }
    .slogan{
        display: block;
    }
}
@media only screen and (max-width:850px){
    .header__logo{
        justify-content: center;
    }
    .logo{
        width: 30%;
    }
    header .datos{
        display: none;
    }
}



/* header - fin */

/* navbar - inicio */
nav{
    height: 70px;
    width: 100%;
    background-color: rgb(53, 195, 10);
    color: white;
    padding: 20px;
    text-align: center;
    /* position: sticky; */
    /* z-index: 5; */
}
nav ul li{
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5%;
}
nav ul li:hover{
    transform: scale(1.4);
    animation: all 0.9s; 
}

nav ul li a{
    text-decoration: none;
    color: white;
}
nav ul li a:hover{
    color: rgb(255, 230, 0);
    cursor: pointer;
    animation: all 0.7s;
    text-decoration: none;
}
nav ul li a:active{
    color: green;
}

@media only screen and (max-width: 750px) {
    nav{
        /* background-color: indigo; */
        padding: 10px auto;
        height: auto;
    }
    nav ul li{
        display: block
    }
}

/* navbar - fin */

/* main- inicio */
main{
    background-image: url(img/back8.jpg);
    background-image: url(img/burgegif2.gif);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

main h3,.ubi-right h3{
    text-align: center;
    color: rgb(53, 195, 10);
    color: rgba(200, 17, 145, 1);
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 15%;
    text-shadow: 0 0 20px #fff,
    0 0 20px #333;
}
main h4{
    text-align: center;
    color: white;
    color: yellow;
    width: 100%;
    text-shadow: 0 0 5px #000;
    font-family: 'Chewy', cursive;
    
}

main button{
    background-color: rgb(53, 195, 10);
    color: #000;
    padding: 10px 50px;
    font-size: 25px;
    font-weight: bold;
    font-family: cursive;
    height: 70px;
    width: 250px;
    border: 5px solid #000;
    border-radius: 15px;

    
    position: absolute;
    box-sizing: border-box;
    left:  calc(50% - 125px);
    box-shadow: 5px 5px 10px #111;
}
main button:hover{
    background-color: rgb(255, 230, 0);
}

main span{
    font-size: 150px;
    color: white;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    left: calc(50% - 5px);
    transform: rotate(90deg);
    font-family: 'Chewy', cursive;
    animation-name: bajar;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

@keyframes bajar {
    0%{
        color: yellow;
        bottom: 12%;
    }
    50%{
        color: green;
        bottom: 5%;
    }
    100%{
        color: yellow;
        bottom: 12%;
    }
}

@media only screen and (max-width: 850px) {
    main span{
        display: none;
    }
}

/* main- fin */

/* caracteristicas - inicio */
 .feature-cont{
     display: grid;
     background-color: coral;
     background-image: url(img/background-burger.jpg);
     background-attachment: fixed;
     background-position: center;
     background-blend-mode: darken;
     height: auto;
     width: 100%;
     grid-template-columns: 1fr 1fr 1fr;
     grid-template-rows: 1fr 1fr 1fr;
 }

 .feature{
     min-height: 200px;
     min-width: 200px;
     background-color: crimson;
     background-color: rgba(0, 128, 0, 0.75);
     border: 2px solid yellow;
     background-image: url(img/burger.svg);
     background-size: 50% 50%;
     background-repeat: no-repeat;
     background-position: center;
 }

 .feature1{
     grid-row:1/3 ;
     background-image: url(img/burger.svg);
 }
 .feature2{
     background-image: url(img/chef.svg);
 }
 .feature3{
     background-image: url(img/loss.svg) ;
 }
 .feature4{
    background-image: url(img/groom-svgrepo-com.svg) ;
}
.feature5{
    background-image: url(img/delivery-man.svg) ;
    order: 1;
}
.feature6{
    background-image: url(img/gluten.svg) ;
    grid-row: 2/4;
}
.feature7{
    background-image: url(img/cow.svg) ;
}
.feature8{
    background-image: url(img/vegan-burger.svg) ;
    grid-row: 3/5;
    grid-column: 3/4;
}
.feature9{
    background-image: url(img/no-cow-meat.svg) ;
    grid-column: 1/3 ;
}
.feature10{
    background-image: url(img/pig.svg) ;
}
.feature11{
    background-image: url(img/takeaway-fast-food.svg) ;
    order:2;
}
 .feature p{
     text-align: center;
     font-family: 'Permanent Marker', cursive;
     font-size: 40px;
     color: yellow;
 }

 @media only screen and (max-width: 1200px) { 
    .feature-cont{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .feature1{
        grid-row:1/2;
        grid-column: 1/2;
    }
    .feature2{
        grid-column: 2/3;
        grid-row: 1/3 ;
    }
 }

 @media only screen and (max-width: 690px) { 
    .feature-cont{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .feature1{
        grid-column: 1/3;
        grid-row:1/2;
    }
    .feature2{
        grid-column: 1/3;
        grid-row: 2/3 ;
    }
    .feature3{
        grid-column: 1/2;
        grid-row: 3/4;
        
    }
    .feature4{
        grid-column: 2/3;
        grid-row: 3/4;
        
    }
    .feature5{
        grid-column: 1/3;
        grid-row: 4/5;
    }
    .feature6{
        grid-column: 1/3; 
        grid-row: 5/6;
    }
    .feature7{
        grid-column: 1/2;
        grid-row: 6/7;
    }
    .feature8{
        grid-column: 2/3;
        grid-row: 6/7;
    }

    .feature9{
        grid-column: 1/3;
        grid-row: 7/8;
    }

    .feature10{
        grid-column: 1/2;
        grid-row: 8/9;
    }
    .feature11{
        grid-column: 2/3;
        grid-row: 8/9 ;
    }
 }
@media only screen and (max-width:460px) {
    .feature-cont{
        grid-template-columns: 1fr;
        /* grid-template-rows: repeat(11, 1fr); */
        font-size: 1rem;
    }
    .feature{
        grid-column: 1/2;
        grid-row: auto;
    }
    .feature2{
        grid-row: 9;
        min-height: 400px;
    }
    .feature6{
        grid-row: 10;
    }
    .feature9{
        grid-row: 11/13;
        min-height: 300px;
    
    }
}

/* caracteristicas - fin */

/* nosotros - inicio */

h2{
    text-align: center;
    background-color: black;
    padding: 20px;
    margin-bottom: 0;
    width: 100%;
    color: rgb(255, 230, 0);
    font-family: 'Permanent Marker', cursive;
    text-transform: capitalize;
}

.nosotros{
    height: auto;
    width: 100%;
    background-color: white;
    background-color: rgb(53, 195, 10);
    background-image: url(img/background-burger.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    /* padding-top: 50px; */
    box-shadow: inset 0 0 10px #333;
}
.nleft{
    background-image: url(img/team.png);
    background-size: cover;
    background-position: 5% center center 0;
    width: 50%;
    height: auto;
}
.nright{
    width: 50%;
    height: auto;
    /* background-color: coral; */
}
@media only screen and (min-width:0px) and (max-width:850px){
    .nleft{
        /* display: none; */
        width: 100%;
        height: 400px;
    }
}
@media only screen and (max-width:1200px){
    .nleft{
        /* display: none; */
        width: 100%;
        /* height: 700px; */
    }
    .nright{
        width: 100% !important;
        height: auto;
    }

    /* ubicacion */
    #ubicacion iframe{
        width: 100%;
    }
    .ubi-right{
        width: 100%;
        height: 900px;
        background-image: none;
        background-size: 100% 100%;
        background-attachment: fixed;
    }
}

.caja-titulo{
    height: 100px;
    width: 100%;
    display: flex;
}

h3{
    color: white;
    text-align: center;
    font-family: 'Permanent Marker', cursive;
    text-transform: capitalize;
    font-size: 3em !important;
    width: 100%;

}
.nright .tomate{
    background-image: url(img/tomate1.png);
    background-position: center;
    background-size: cover;
    /* background-color: crimson; */
    height: 50px;
    width: 50px;

}
.nright{
    width: 50%;
    height: 100%;
}

.nright p{
    border: 10px dashed orange;
    background-color: white;
    padding: 20px;
    font-family: cursive;
    font-size: 20px;
    height: 70%;
    margin: 15px 20px;
    text-align: justify;
    background-image: url(img/cheese1.jpg);
    color: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px;
}

/* menu - inicio  */

.menu{
    height: auto;
    width: 100%;
    background-color: black;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-caption h3{
    text-shadow: 0 0 10px #333;
  }
  .carousel-caption p{
      color: rgba(200, 17, 145, 1);
      text-shadow: 0 0 10px #333;
      font-size: 1.2em;
  }
  .carousel-caption .p2{
      color: rgb(255, 230, 0);
  }
  .carousel-caption .p3{
      color: rgb(53, 195, 10);
  }

  .carousel-indicators li{
      height: 1em !important;
      width: 1em !important;
      border-radius: 50%;
  }

  /* menu - fin */

  /* ubicacion - inicio */
  .ubicacion{
      height: auto;
      width: 100%;
      background-color: black;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  iframe{
     border: 10px solid #000; 
     width: 50%;
     height: calc(100vh- 0%);
     /* margin: 5%; */
  }

  .ubi-right{
      height: 100vh;
      width: 50%;
      background-image: url(img/back9.jpg);
      background-position: right center;
      background-size: cover;
      /* filter: grayscale(1); */
  }

  .ubi-right h4{
      text-align: center;
      padding: 5%;
      color: yellow;
      font-family: 'Chewy', cursive;
      font-size: 1.6rem;
      text-shadow: 0 0 10px #000,
      0 0 20px #000;
  }

  @media only screen and (max-width:850px) {
      .ubi-right{
          width: 100%;
      }
      .ubi-right h3{
          font-size: 2.5rem;
      }
  }

  /* ubicacion - fin */

  /* video - inicio */
   
  video{
      width: 100%;
      /* background-blend-mode: darken; */
      position: relative;
      z-index: 3;
  }

  video img{

      height: 200px;
      width: 200px;
      z-index: 2; 
      position: absolute;
  }

  /* video - FIN */

  /* contacto - inicio */
 .contacto{
     height: auto;
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     background-color: black;
 }
 .cont-left{
     width: 50%;
     height: 100vh;
     background-color: rgb(53, 195, 10);
     background-image: url(img/burger1.jpg);
     background-size: cover;
     background-position: center;
 }
 .cont-right{
     width: 50%;
     height: 100vh;
     background-image: url(img/back5.jpg);
     background-position: center;
     background-size: cover;
     border-left: 10px dashed yellow;
 }
  form{
      height: 100%;
      width: 100%;
      background-image: linear-gradient(rgba(200, 17, 145, 0.5) , rgba(0,0,255,0.5) , rgba(250,50,255,0.5) );
      padding: 2% 5%;
      display: grid;
      place-items: center;
  }

  input, label , textarea{
      width: 100%;
      color: yellow;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 0 0 10px #333;
      background-color: transparent;
      border-width: 0px;
  }
  .casilla{
        border-bottom: 5px solid yellow ;
        color: yellow;
        padding: 10px;
  }
  .casilla::placeholder{
      color: #fff;
  }
  .casilla:focus{
        border-color: transparent;
        border-bottom: rgb(53, 195, 10);
        background-color: rgba(0,0,0,0.5);
  }


  .boton{
      font-size: 25px;
      padding: 10px;
      background-color: rgb(53, 195, 10);
      color: white;
  }

  .boton:hover{
    background-color: rgb(255, 230, 0);
    transition: all 0.7s;
  }
  .boton:active{
      background-color: rgb(34, 32, 0) ;
      color: rgb(255, 230, 0);
      transition: all 0.7s;
  }

  @media only screen and (max-width:900px){
      .cont-left{
          width: 100%;
          display: none;
      }

      .cont-right{
          border-left: 0;
          width: 100%;
      }
  }

  /* contacto - fin */

/* footer - inicio */
.pie{
    min-height: 280px;
    width: 100%;
    background-color: rgba(255, 255, 0, 0.65);
    display: flex;
    flex-wrap: wrap;

}
.pie .datos{
    width: 50%;
    padding: 20px;
}
.pie .datos p b ,.pie .datos-right p b{
    font-size: 30px;
    color: black;
    font-family: 'Permanent Marker', cursive;
    text-align: right;
}
.pie .datos p, .pie .datos-right p{
    text-shadow: 0 0 10px #333;
}

.pie .datos p span, .pie .datos-right p span{
    color: black;
}
.datos-right{
    width: 50%;
    padding: 20px;
    font-family: 'Permanent Marker', cursive;
}
.datos-right p{
    text-align: right;
    color: white;
    line-height: 10px;
}
.datos-right svg{
    color: black;
}

.pie a{
    color: white;
}
.pie a:hover{
    text-decoration:none;
    color: rgb(53, 195, 10);
}

@media only screen and (max-width:850px){
    .pie .datos{
        width: 100%;
        padding: 20px;
    }
    .datos-right{
        width: 100%;
        
    }
    .pie p{
        text-align: center;
    }
}

/* footer - fin */

/* footer 2 - inicio */

.pie2{
    background-color: black;
    color: yellow;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'Permanent Marker', cursive;
}
.pie2 .h11{
    color: rgb(53, 195, 10);
    position: relative; 
	float: center;
	background: black;
}

.h11 .span{
    position:absolute;
    right:0;
    width:0;
    background: black;
    border-left: 1px solid yellow;
/*    animation: escribir 15s steps(30) infinite alternate;*/
    animation: escribir 5s steps(17) infinite alternate;
}
@keyframes escribir {
    from { width: 100% }
    to { width:0 }
}

/* footer 2 - fin */





/*************BOTON ARRIBA - inicio *********************/

.btn-arriba{
    background: rgba(251, 255, 3, 0.822);
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    text-align: center;
  
    color: #fff;
    font-size: 40px;
    border-radius: 10px;
    border: 2px solid #fff;
    cursor: pointer;
    font-family: cursive;
    
   
    
}

/* boton arriba - fin */






/************ESTILO DE BARRA DE DESPLAZAMIENTO****************/

/******************CHROME*************************/

::-webkit-scrollbar-track 
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgb(53, 195, 10);
}

::-webkit-scrollbar 
{
	width: 10px;
	background-color: #000;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgb(255, 230, 0);
    border: 1px solid #333;
}

/******************FIREFOX*************************/

::-moz-scrollbar-track 
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgb(53, 195, 10);
}

::-moz-scrollbar 
{
	width: 12px;
	background-color: #000;
}

::-moz-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgb(255, 230, 0);
    border: 1px solid #333;
}

/******************EXPLORER*************************/

::-ms-scrollbar-track 
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgb(53, 195, 10);
}

::-ms-scrollbar 
{
	width: 12px;
	background-color: #000;
}

::-ms-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgb(255, 230, 0);
    border: 1px solid #333;
}

/******************OPERA*************************/

::-o-scrollbar-track 
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgb(53, 195, 10);
}

::-o-scrollbar 
{
	width: 12px;
	background-color: #000;
}

::-o-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgb(255, 230, 0);
    border: 1px solid #333;
}


/****************************************************************/
