/******************************************************************
  Template Name: Deerhost
  Description:  Deerhost Hosting HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/


/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Pricing Section
7.  Achievement Section
8.  Chooseup Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/


/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

@font-face {
    font-family: GothamBook;
    src: url(../fonts/Gotham_Book.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(../fonts/Gotham_Bold.otf);
}

@font-face {
    font-family: GothamMedium;
    src: url(../fonts/Gotham_Medium.otf);
}

@font-face {
    font-family: AvenirBook;
    src: url(../fonts/Avenir_Book.ttf);
}

@font-face {
    font-family: AvenirHeavy;
    src: url(../fonts/Avenir_Heavy.ttf);
}

html,
body {
    height: 100%;
    font-family: GothamBook;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111;
    font-weight: 400;
    font-family: GothamBook;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-family: "Gotham";
    color: #444444;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

/* Quitando margen de Bootstrap */
.row{
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.restaurants-section {
    background-color: #000;
    overflow: hidden;
    height: 1080px;
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
}

.restaurants-section img.mesa {
    max-width: 56.3020833vw;
    grid-column: 4 / 7;
    grid-row: 1 / 7;
}

.restaurants-section .text {
    grid-column: 1 / 4;
    grid-row: 1 / 7;
    margin: 70px;
}

.restaurants-section .text h4 {
    font-family: GothamMedium;
    font-size: 36px;
    margin: 25px 0;
}

.restaurants-section .text h5 {
    font-family: GothamBook;
    letter-spacing: 1.82291667vw;
    padding: 50px 0;
    font-size: 33px;
}

.restaurants-section .text h6 {
    font-family: AvenirBook;
    font-size: 19px;
    line-height: 35px;
}

.restaurants-section .texto_mexico {
    overflow: hidden;
    grid-column: 4 / 7;
    grid-row: 2 / 6;
    display: grid;
    grid-template-rows: repeat(12, 1fr);
    grid-template-columns: repeat(8, 1fr);
}

.restaurants-section .texto_mexico .unicos_mexico {
    background-color: #000;
    grid-column: 2/8;
    grid-row: 5/10;
    text-align: center;
    padding: 5%;
}

.restaurants-section .texto_mexico .unicos_mexico h4 {
    font-family: GothamBook;
    padding-bottom: 15px;
    font-size: 33px;
}

.restaurants-section .texto_mexico .unicos_mexico h6 {
    font-family: AvenirBook;
    line-height: 35px;
    font-size: 19px;
    padding: 0 15px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/*--- Carousel de bootstrap ---*/

.carousel-item :active{
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.carousel-caption{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;

}

img .imagenesCarousel {
    width: 100%;
    height: 100%; 
  }
  
.carousel-caption h1{
    font-size: 8vh;
      font-family: GothamBook;
      color: #f1f1f1;
  }
  .sloganKeyPlace{
    color:#f1f1f1;
}
  .logo{
      width: 20vh;
      height: auto;
  }


/* Video */
.video{
    margin-top: 230px;
    position: absolute;
    top: 25vh;
    left: -15vh;
    height: 15vh;
    width: 15vh;
    margin: 15vh;
    z-index: 3;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
  }

  .botonCerrar{
    position: absolute;
    top: 45vh;
  }

  /*Animacion de menu*/

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #11729b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*--- Animacion de especialidades ---*/
.contenedorEspecialidades .card {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
  .contenedorEspecialidades .card:hover, .contenedorEspecialidades .card:focus, .contenedorEspecialidades .card:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

/*--- Clase que aparece cuando el scroll baja ---*/
header{
    background: rgba(0, 128, 0, 0);
    position:sticky;
    top: 0;
    padding: 1%;
  }

  .sticky{
      background: rgb(19, 19, 19);
      transition: 1s;
  }
  .sticky a{
      color: red;
  }

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

div.col-lg-4.col-md-4 {
    padding: 0;
}

div.col-lg-4.col-md-4 ul {
    padding-top: 1.5625vw;
}

/* Sobre nosotros */
.contenedor .row{
    margin-left: 0!important;
    margin-right: 0!important;
}
.contenedor .col img{
    width: 50%;
}

.Subtitulo h1{
    font-family: GothamBook;
    font-size: 2.5em;
    color: #f1f1f1;
}

.Subtitulo h1 span{
    font-family: GothamBold;
    color: #f1f1f1;
}

.sobreNosotros{
    width: 100%;
    height: auto;
}

/* Menu */

.descargaMenu{
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.textoMenu{
    position: absolute;
    text-align: center;
    z-index: 10;
}

.textoMenu .btn{
    margin-top: 10px;
    z-index: 10;
    position: relative;
    align-items: center;
}

.textoMenu img{
    width: 20vh;
    height: auto;
}

.textoMenu h1{
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 3.5em;
    color: #f1f1f1;
    font-family: GothamBold;

}

/* Especialidades de Key Place */
.contenedorEspecialidades{
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    align-items: top;
    display: flex;
    justify-content: center;
}


.textoSubtitulo{
    text-align: center;
    z-index: 10;
}
.textoSubtitulo h1{
    font-size: 2.5em;
    color: #000;
    font-family: GothamBook;
}
.textoSubtitulo h1 span{
    font-family: GothamBold;
}
.contenedorEspecialidades .row{
    margin-left: 0!important;
    margin-right: 0!important;
}
.contenedorLlaves img{
    width: 50%;
}

.contenedorEspecialidades .card{
    width: 100%;
    
}
.contenedorEspecialidades .card:hover{
    height: 100%;
}




/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 15px;
    padding: 14px 30px 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    border: none;
    border-radius: 50px;
}


/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}


/*---------------------
  Header
-----------------------*/

.header-section {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.header-section.header-normal {
    position: relative;
    background: #120851;
}

.header-section.header-normal .header__logo {
    padding-bottom: 30px;
}

.header-section.header-normal .header__menu {
    padding-bottom: 30px;
}

.header__info {
    padding: 10px 0;
    border-bottom: 1px solid #252163;
}

.header__info-left ul li {
    font-size: 13px;
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.header__info-left ul li:last-child {
    margin-right: 0;
}

.header__info-left ul li span {
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.header__info-right {
    text-align: right;
}

.header__info-right ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

.header__info-right ul li:last-child {
    margin-right: 0;
}

.header__info-right ul li a {
    font-size: 13px;
    color: #ffffff;
    display: block;
}

.header__info-right ul li a span {
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.header__logo a {
    display: inline-block;
    width: 5vw;
}

.header__menu {
    text-align: center;
    padding-top: 28px;
}
.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    width: 200px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
    box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
}

.header__menu ul li .dropdown li {
    display: block;
    text-align: left;
}

.header__menu ul li .dropdown li a {
    color: #111111;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.header__menu ul li .dropdown li a:after {
    display: none;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li.active a:after {
    opacity: 1;
    height: 50%;
}

.header__menu ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 20px;
}

.header__menu ul li:hover a:after {
    opacity: 1;
    height: 50%;
}

.header__menu ul li a {
    color: #ffffff;
    /* font-size: 1.04166667vw; */
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 0 3px;
    position: relative;
    z-index: 1;
}

.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 0%;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.offcanvas__menu__wrapper {
    display: none;
}

.canvas__open {
    display: none;
}



/*---------------------
  Footer
-----------------------*/
.contenedorUbicacion{
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    align-items: top;
    display: flex;
    justify-content: center;
}

.footer-section {
    background-color: #f2f2f2;
    color: #f1f1f1;
    border-color: red;
}

.footer-section h5, .footer-section p{
    color: #f1f1f1;
}

.footer-section .card{
    width: 100%;
    background-image: linear-gradient(to bottom, #434343 0%, rgb(26, 26, 26) 100%);
    height:50px;
    position: relative; 
    transition: 0.5s; 
    -webkit-transition: 0.5s; 
    text-align: center;
}
.footer-section .card:hover{
    height: 300px;
    
}

.footer-section .card-body{
    
    color: rgba(255, 255, 255, 0);
}
.footer-section .card-body:hover{
    
    color: #ffffff;
}

.footer-section .card-title img{
    width: 24px;
    height: auto;
}

.footer-section .card-header img{
    width: 24px;
    height: auto;
}

.comoLlegar{
    width: 100%;
    height: auto;
    background-color: #111;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.textoComoLlegar{
    width: 100vh;
    height: auto;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.textoComoLlegar .btn{
    margin-top: 10px;
    z-index: 10;
    position: relative;
    align-items: center;
}

.textoComoLlegar img{
    width: 20vh;
    height: auto;
}

.textoComoLlegar h1{
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 3.5em;
    color: #f1f1f1;
    font-family: GothamBold;

}

.footer-section-2{
    padding: 8%;
    background-color: #111111;
}
.footer-section-2 h3{
    padding-bottom: 40px;
    color: #f1f1f1;
    font-family: GothamBold;
}
.footer-section-2 .card-title img{
    margin-left: 3px;
}




/* Banners */
.banners{
    background-color: #f2f2f2;
    width: 100%;
    height: auto;
    position: relative;
}

.banners img{
    width: 100%;
}
/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 2190px){
    .footer-section .card{
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .container.headMenu {
        max-width: 1044px;
    }
    .container.heroCarousel {
        max-width: 1700px;
    }
    .canvas__logo {
        display: none;
    }
    .canvas__logo.dos {
        display: none;
    }
    .restaurants-section .text img.keyplace {
        display: none;
    }
    .restaurants-section .text img.creperia {
        display: none;
    }
    .carousel-item .fotos img{
        height: 100vh;
    }
    
    
   
}


/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .canvas__logo {
        display: none;
    }
    .canvas__logo.dos {
        display: none;
    }
    .carousel-item .fotos img{
        height: 100vh;
    }
    .carousel-caption h1{
        display: none;
      }
      .sloganKeyPlace{
        display: none;
    }
    .btnConocenos{
        display: none;
    }
    .footer-section .card{
        margin-right: 0!important;
    }
    .textoMenu h1{
        font-size: 1.5rem;
    }
    .textoMenu img{
        width: 12%;
    }
    .textoComoLlegar h1{
        font-size: 1.5rem;
    }
    .textoComoLlegar img{
        width: 12vh;
        height: auto;
    }
    
}


/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__info {
        display: none;
    }
    .header__menu {
        display: none;
    }
    .header-section .container {
        position: relative;
    }
    .offcanvas__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas__menu__overlay.active {
        visibility: visible;
    }
    .canvas__open {
        display: block;
        font-size: 40px;
        color: #ffffff;
        height: 50px;
        width: 50px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        /* position: absolute; */
        position: fixed;
        right: 15px;
        top: 30px;
    }
    .offcanvas__menu__wrapper {
        display: block;
        width: 300px;
        position: fixed;
        left: -300px;
        top: 0;
        background: #111111;
        z-index: 999;
        height: 100%;
        overflow-y: auto;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 80px;
        padding-right: 30px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas__menu__wrapper.show__offcanvas__menu {
        opacity: 1;
        left: 0;
    }
    .offcanvas__menu__wrapper .canvas__close {
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        right: 30px;
        top: 20px;
        cursor: pointer;
    }
    .offcanvas__menu__wrapper .offcanvas__logo {
        margin-bottom: 30px;
    }
    .offcanvas__menu__wrapper .offcanvas__menu {
        display: none;
    }
    .offcanvas__menu__wrapper .slicknav_btn {
        display: none;
    }
    .offcanvas__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }
    .offcanvas__menu__wrapper .slicknav_nav {
        display: block !important;
    }
    .offcanvas__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }
    .offcanvas__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }
    .offcanvas__menu__wrapper .slicknav_nav a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .offcanvas__menu__wrapper .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #111111;
    }
    .offcanvas__menu__wrapper .slicknav_nav .slicknav_row,
    .offcanvas__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }
    .offcanvas__menu__wrapper .offcanvas__info ul li {
        font-size: 16px;
        color: #ffffff;
        list-style: none;
        margin-bottom: 10px;
    }
    .offcanvas__menu__wrapper .offcanvas__info ul li span {
        height: 30px;
        width: 30px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }
    .offcanvas__menu__wrapper .offcanvas__auth {
        margin-bottom: 20px;
    }
    .offcanvas__menu__wrapper .offcanvas__auth ul li {
        list-style: none;
        margin-bottom: 10px;
    }
    .offcanvas__menu__wrapper .offcanvas__auth ul li a {
        font-size: 16px;
        color: #ffffff;
        display: block;
    }
    .offcanvas__menu__wrapper .offcanvas__auth ul li a span {
        height: 30px;
        width: 30px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }

    .header__info {
        display: none;
    }
    .header__menu {
        display: none;
    }
    .textoMenu h1{
        font-size: 1.5rem;
    }
    .textoMenu img{
        width: 20%;
    }
    .carousel-caption h1{
        display: none;
      }
      .sloganKeyPlace{
        display: none;
    }
    .btnConocenos{
        display: none;
    }
    .textoComoLlegar h1{
        font-size: 1.5rem;
    }
    .textoComoLlegar img{
        width: 20%;
    }

}


/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .header__info {
        display: none;
    }
    .header__menu {
        display: none;
    }
    .header-section .container {
        position: relative;
    }
    .offcanvas__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas__menu__overlay.active {
        visibility: visible;
    }
    .canvas__open {
        display: block;
        font-size: 20px;
        color: #ffffff;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        /* position: absolute; */
        position: fixed;
        right: 15px;
        top: 30px;
    }
    .offcanvas__menu__wrapper {
        display: block;
        width: 300px;
        position: fixed;
        left: -300px;
        top: 0;
        background: #111111;
        z-index: 999;
        height: 100%;
        overflow-y: auto;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 80px;
        padding-right: 30px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas__menu__wrapper.show__offcanvas__menu {
        opacity: 1;
        left: 0;
    }
    .offcanvas__menu__wrapper .canvas__close {
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        right: 30px;
        top: 20px;
        cursor: pointer;
    }
    .offcanvas__menu__wrapper .offcanvas__logo {
        margin-bottom: 30px;
    }
    .offcanvas__menu__wrapper .offcanvas__menu {
        display: none;
    }
    .offcanvas__menu__wrapper .slicknav_btn {
        display: none;
    }
    .offcanvas__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }
    .offcanvas__menu__wrapper .slicknav_nav {
        display: block !important;
    }
    .offcanvas__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }
    .offcanvas__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }
    .offcanvas__menu__wrapper .slicknav_nav a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .offcanvas__menu__wrapper .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #111111;
    }
    .offcanvas__menu__wrapper .slicknav_nav .slicknav_row,
    .offcanvas__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }
    .offcanvas__menu__wrapper .offcanvas__info ul li {
        font-size: 16px;
        color: #ffffff;
        list-style: none;
        margin-bottom: 10px;
    }
    .offcanvas__menu__wrapper .offcanvas__info ul li span {
        height: 30px;
        width: 30px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }
    .offcanvas__menu__wrapper .offcanvas__auth {
        margin-bottom: 20px;
    }
    .offcanvas__menu__wrapper .offcanvas__auth ul li {
        list-style: none;
        margin-bottom: 10px;
    }
    .offcanvas__menu__wrapper .offcanvas__auth ul li a {
        font-size: 16px;
        color: #ffffff;
        display: block;
    }
    .offcanvas__menu__wrapper .offcanvas__auth ul li a span {
        height: 30px;
        width: 30px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }
    .textoMenu h1{
        font-size: 1.5rem;
    }
    .textoMenu img{
        width: 20%;
    }
    .textoSubtitulo .row{
        margin-top: 20px;
    }
     .sobreNosotros{
         width: 100%;
         height: 100vh;
        background-image: url(../img/MobileQuienesSomos-01.png);
        background-size: cover;
        background-position: center;
    }

    .sobreNosotros img{
        display: none;
    }
    .menuFondo img{
        display: none;
    }

    .textoMenu{
        background-image: url(../img/MobileMenu-01.png);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        padding-top: 100%;
        position: relative;
        align-content: center;
        vertical-align: middle;
        text-align: center;
    }
    .carousel-caption h1{
        display: none;
      }
      .sloganKeyPlace{
        display: none;
    }
    .btnConocenos{
        display: none;
    }
    .carousel-item .imagenesCarousel img {
        width: 250vh; 
      }
      .carousel-item img{
        width: 50%;
        height: auto;
    }
    .footer-section .card{
        width: 100%;
    }
    .footer-section-2{
        text-align: center;
    }
    .footer-section-2 img{
        padding-bottom: 30px;
    }
    .footer-section-2 .col{
        padding-top: 20px;
    }
    .textoComoLlegar{
        background-image: url(../img/MobileCarousel-04.png);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        padding-top: 100%;
        position: relative;
        align-content: center;
        vertical-align: middle;
        text-align: center;
    }
    .textoComoLlegar h1{
        font-size: 1.5rem;
    }
    .textoComoLlegar img{
        width: 20%;
    }
}


/* Small Device = 320px */

@media only screen and (max-width: 479px) {

    .text-white.quesos {
        display: none;
    }
    .canvas__logo {
        grid-column: 7 / 9;
        grid-row: 1 / 4;
        margin-top: 30px;
    }
    .canvas__logo.dos {
        grid-column: 4;
        grid-row: 1 / 3;
        margin-top: 30px;
    }
    .textoMenu h1{
        font-size: 1.5rem;
    }
    .textoMenu img{
        width: 20%;
    }
    .Subtitulo h1{
        font-size: 1em;
    }
    .textoSubtitulo h1{
        font-size: 1em;
    }
    .carousel-caption h1{
        display: none;
      }
      .sloganKeyPlace{
        display: none;
    }
    .btnConocenos{
        display: none;
    }
    .carousel-item img{
        width: 50%;
        height: auto;
    }
    .footer-section .card{
        width: 100%;
    }
}

img{
    width: 100%;
    
}

.img_div{
    margin: 0 auto;
    max-width: 1366px;
    background-color: #343a40;
    width: 60%;
    max-height: 300px;
    height: auto;
}



@media only screen and (max-width: 479px){

    .img_div{
        width: 100%;
    }

.carousel-item .banner_img {
    width: 100%;
    height: auto;
}
}
@media only screen and (max-width: 767px){

    .img_div{
        width: 100%;
    }

    .carousel-item .banner_img {
        width: 100%;
        height: auto;
    }
    }
    

.banner_img{
    max-height: 60%;
}