*{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: black;
}

img{
    height: auto;
}

html, body{
    background-color: white;
}

.plataformasuspendida{
    display: block;
    background-color: #00000096;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    }    
    .plataformasuspendida h2{
        color: #d7000c !important;
        font-size: 40px;
        font-weight: bold;
        position: absolute;
        top:  30%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .plataformasuspendida h3{
        color: #d7000c !important;
        font-size: 40px;
        font-weight: bold;
        position: absolute;
        top:  70%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

.carousel {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.hiddentitle{
    position: absolute;
    visibility: hidden;
    z-index: 999999;
}

p{
    font-size: 20px;
}

p, p i, label, div, div i{
    color: white;
}

h2, h3, h4, h5, h6{
    color: white;
    font-weight: 600;
}

button, button i{
    color: white;
    font-weight: 600;
    font-size: 25px;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

a, a:hover{
    text-decoration: none;
    color: initial;
}

li{
    list-style: none;
}

.video_principal{
    width: 100%;

}

.iframe_video_principal {
    width: 100%;
    height: 500px;
   
}
.container{
    position: relative;
    max-width: 1024px;
}

.formulario{

}

.formulario input{width: 100%;color: black;font-weight: 600;}

.formulario select{width: 100%;color: black;font-weight: 600;}

.formulario label{font-size: 25px;font-weight: 600;}

button{background-color: black;color: white;border: none;padding: 10px 50px;border-radius: 10px;width: 100%;max-width: 365px;cursor: pointer;}

.formulario .btn_contenedor{
 width: 100%;
 text-align: center;
}

.formulario textarea{
    width: 100%;
    height: 147px;
    color: black;
    font-weight: 600;
}

.navbar-brand{

}

.check-agregar[type=checkbox] {
    -ms-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -webkit-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3);
    margin-top: 15px;
    padding: 10px;
    margin-left: 0px;
}
.boton-agregar{
    background-color: black;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 10px;
 }

.navbar-brand img{
    width: 100%;
    max-width: 300px;
}

.owl-nav{width: 85px;margin: 0 auto;}

.owl-nav button{
    outline: none !important;
    padding: 7px 0!important;
}

.owl-nav button span{font-size: 40px;padding: 0px 10px;padding-bottom: 5px;margin: 0px 5px;background-color: #525252e6;color:  white;}

.slideshow{

}

.slideshow img{
    width: 100%;
}

.barra_inicio{
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.barra_inicio p, .barra_inicio p i{
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}

.barra_inicio p i{
    margin-right: 5px;
}

.barra_header{
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.barra_header p, .barra_inicio p i{
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}

.barra_header p i{
    margin-right: 5px;
}

.main-background, .videos-contenedor{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.botones-home{

}

.botones-home .col-4{
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.botones-home .col-4 img{
    width: 100%;
    max-width: 100px;
    margin-bottom: 10px;
}

.botones-home .col-4 p{
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: bold;
}

.redes_sociales{width: 70%;margin: 0 auto;text-align: center;}

.redes_sociales .col-4{margin-left: auto;margin-right: auto;margin-bottom: 15px;}

.redes_sociales .col-4 img{width: 100%;max-width: 100px;}

.nuestramarca{

}

.nuestramarca h2{
    font-weight: 600;
    margin-bottom: 0px;
}

.nuestramarca img{
    width: 100%;
    max-width: 150px;
    margin-bottom: 30px;
}

.nuestramarca p{
    font-weight: bold;
}

#logotipo{
    width:100%;
    height:100%;
    display:block;
    position:fixed;
    top:0;
    left:0;
    background: url('../images/screen.jpg') fixed no-repeat center center #006eba;
    background-size:contain;
    -webkit-animation: loader 4s forwards;
    -moz-animation: loader 4s forwards;
        animation: loader 4s forwards;
        z-index:99999;
    }
    @-webkit-keyframes loader {
        40%   {opacity:1;}
        100% {opacity:0; z-index:-1;}
}
@-moz-keyframes loader {
    40%   {opacity:1;}
        100% {opacity:0; z-index:-1;}
}
@keyframes loader {
    40%   {opacity:1;}
        100% {opacity:0; z-index:-999;}
}


.btn-compartir{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 33px;
    padding: 20px  10px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.btn-compartir i{
    color: white;
    /* font-size: 35px; */
}

.footer_navegacion{
    background-color: black;
    padding: 20px 30px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.footer_navegacion p, .footer_navegacion p i{
    font-weight: 600;
    margin-bottom: 0px;
}

.direccion_navegacion{
    background-color: black;
    padding: 20px 30px;
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}

.direccion_navegacion p, .direccion_navegacion p i{
    font-weight: 600;
    margin-bottom: 0px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black !important;
    font-weight: 600;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: black !important;
    font-weight: 600;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: black !important;
    font-weight: 600;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: black !important;
    font-weight: 600;
  }

  .contenedor_cupon {

    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .canvas {
    position: absolute;
    top: 0;
  }
  
  .ret-dos{
      transition-delay: 2s;
  -webkit-transition-delay: 2s; /* Safari */
  -moz-transition-delay: 2s; /* Mozilla */
  -o-transition-delay: 2s; /* Opera */
  -ms-transition-delay: 2s; /* IE */
  }

  .cupon_whatsapp{
    color: white !important;
    font-size: 30px;
    font-weight: 600;
    background-color: #2aa71a;
    border-radius: 5px;
    width: 100%;
    max-width: 330px;
    padding: 5px 0px;
    margin-left: auto;
    margin-right: auto;
  }
.cupon_whatsapp i{
    color: white !important;
}


  .cupon_facebook{
    color: white !important;
    font-size: 30px;
    font-weight: 600;
    background-color: #3b5998;
    border-radius: 5px;
    width: 100%;
    max-width: 330px;
    padding: 5px 0px;
    margin-left: auto;
    margin-right: auto;
  }
.cupon_facebook i{
    color: white !important;
}
  .imagen_galeria{
      width: 100%;
      max-width: 100%;
      height: 400px;
      background-size: cover;
      background-position: center;
      margin: 0 auto;
  }

  .codigoqr{
      
  }

  .codigoqr img{
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .webapp img{
    width: 100%;
    max-width: 600px;
  }

  .baguetteBox-button {
    background-color: #323232 !important;
    background-color: rgba(50,50,50,.5) !important;
    color: #ddd !important;
}

.barra_inicio .col-4, .barra_header .col-4, .footer_navegacion .col-4{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.horarios{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    
    border: 3px solid #fff;
display: flex;
margin-bottom: -3px;
}
.dia{width: 50%;float: left;padding: 10px 0px;font-weight: 600;}

.horario{width: 50%;float: left;padding: 10px 0px;font-weight: 600; }


.img-informativo{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
}

.botones_opciones{
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.carrito-flotante button{
    max-width: 60px;
    height: 60px;
    text-align: center;
    padding: 0px;
    border-radius: 37px;
    position: fixed;
    left: 74%;
    bottom: 10%;
    transform: translateX(-50%);
    border: 2px solid white;
}

.carrrito_img_whatsapp{
    width: 100%;
    max-width: 100px;
    margin-bottom: 20px;
}




@media (max-width: 768px){
    .carrito-flotante button{
        max-width: 60px;
        height: 60px;
        text-align: center;
        padding: 0px;
        border-radius: 37px;
        position: fixed;
        bottom: 10%;
        transform: none;
        left: unset;
        right: 10%;
    }

    .main-background {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        background-image: url(../images/background.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
  
}

@media (max-width: 500px){
    .barra_header{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer_navegacion{
        padding: 15px 30px;
    }
    .barra_inicio {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .botones-home .col-4 {
        margin-bottom: 30px;
    }
    .main-background {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .botones-home .col-4 img {
        width: 100%;
        max-width: 60px;
        margin-bottom: 10px;
    }
    .botones-home .col-4 p {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: bold;
    }
    .barra_inicio p, .barra_inicio p i {
        margin-bottom: 0px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
    }
    .barra_inicio p i {
        margin-right: 2px;
    }
    .btn-compartir {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
        font-weight: 600;
        font-size: 26px;
        padding: 15px 19px;
        border-radius: 20px;
        margin-bottom: 40px;
    }
    .footer_navegacion p, .footer_navegacion p i {
        font-weight: 600;
        margin-bottom: 0px;
        font-size: 16px;
    }
    .barra_header p, .barra_inicio p i {
        margin-bottom: 0px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
    }
    .barra_header p i {
        margin-right: 2px;
    }
    .iframe_video_principal {
        width: 100%;
        height: 200px;
       
    }
}

