
@font-face {
    font-family: 'BDScript';
    src: url('../fonts/BDScript-Bold.eot');
    src: url('../fonts/BDScript-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BDScript-Bold.woff2') format('woff2'),
         url('../fonts/BDScript-Bold.woff') format('woff'),
         url('../fonts/BDScript-Bold.ttf')  format('truetype'),
         url('../fonts/BDScript-Bold.svg#BDScript') format('svg');
}
body{
     font-family: "Montserrat", sans-serif;
}
.cover{
    background-color: #004C97;
    background-image: url(../images/fondo.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.cover2{
    background-color: #004C97;

}
h2{
    color: #152B4E;
}
.navbar{
    transition: all .3s;
}
.scrolled{
    background-color: #004C97;
}
.navbar-brand{
    font-family: 'BDScript';
    font-size: 100px;
    line-height: .3;
    color: #fff;
    transition: all .3s;
}
.scrolled .navbar-brand{
    font-size: 60px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
}
.navbar-nav{
    background-color: #004C97;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
}
.nav-item{
    padding-left: 15px;
    padding-right: 15px;
}
.titulo-container{
    height: 100px;
    position: relative;
}
.small-text{
   font-family: 'BDScript';
    font-size: 50px;
    margin: 0;
    line-height: .3;
    color: #152B4E;
}
.titulos{
  position: absolute;
  bottom: 0;
  left: 0;
}
#rotating-title {
  opacity: 1;
  transition: opacity 0.4s ease; /* aquí va la parte "CSS" del efecto */
    position: absolute;
  bottom: 0;
  left: 0;
}
.typing {
    color: white; 
    font-size: 50px;
    display:inline-block;
    vertical-align:bottom;
}
.center{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.btn-primary{
    background-color: #004C97;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
}
.btn-secundary{
    background-color: #152B4E;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
}
.text-cover{
    width: 40%;
    color: #fff;
}
.text-cover p{
    font-size: 15px;
    line-height: 1.2;
}
.redes-cover{
    margin-top: 20px;
}
.redes-cover img{
width: 40px;
margin-right: 10px;
}
.coffe-container{
    width: 70%;
    margin-left: -10%;
    position: relative;
}
.coffe-container img{
    width: 100%;
}
.vasos-cover{
    animation: float 10s ease-in-out infinite;
}
.grano-cover1{
    position: absolute;
    top: 0;
    left: 0;
    animation: float 8s ease-in-out infinite;
}
.grano-cover2{
    position: absolute;
    top: 0;
    left: 0;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.mapa-section{
    background-color: #E1E9F0;
    padding-top: 80px;
    padding-bottom: 80px;
}
.form-ubica{
    background-color: #152B4E;
    padding: 10px;
}
.direcciones{
    background-color: #748BBF;
    height: 100%;
    position: relative;
}
.direccion{
    background-color: #748BBF;
    padding: 15px;
}
.direccion.active{
    background-color: #152B4E;
}
.direccion p{
    
    line-height: 1.1;
    color: #DCDCDC;
}
.direccion-titulo{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
}
.direccion-ubicaion{
    font-size: 14px;
    margin: 0;
}
.simi-lupa{
    width: 180%;
    position: relative;
    z-index: 1; 
}
.granos-mapa{
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 80%;
    margin-left: 10%;
}
.img-bg1{
 height: 400px;
 background-image: url(../images/interior1.jpg);
 background-position: center;
background-size: cover;
background-attachment: fixed;
}
.img-bg2{
 height: 400px;
 background-image: url(../images/interior2.jpg);
 background-position: center;
background-size: cover;
background-attachment: fixed;
}
.nosotros-section{
    background-color: #004C97;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.menu{
    background-color: #E1E9F0;
    padding-top: 80px;
    padding-bottom: 80px;
}
.menu-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.menu-img{
    width: 80px;
}
.menu-img img{
    width: 70px;
}
.menu-desc{
    width: calc(100% - 80px);
    color: #1B345D;
    overflow-x: hidden;
}
.menu-desc h4{
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu-desc p{
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}
.menu-desc h4:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
 .menu-desc h4 span:first-child {
    padding-right: 0.33em;
    background: white}
.card-menu{
    background-color: #fff;
    border: solid 1px #1B345D;
    padding: 50px;
}
.menu-desc-2{
    width: 100%;
    margin-bottom: 20px;
}
.menu-bebidas{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.bebida{
    width: 80px;
    text-align: center;

}
.bebida img{
    width: 50px;
}
.card-temporada{
    background-color: #fff;
    border-radius: 20px;
    color: #152B4E;
    text-align: center;
    padding: 60px 15px 15px;
    height: 160px;
}
.card-temporada p{
    margin: 0;
    line-height: 1.2;
    font-size: 13px;
}
.card-temporada h4{
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.bebida-temporada{
    width: 70px;
    display: block;
    margin: 0 auto -50px;
}

.section-bebidas-temporada{
    background-color: #004993;
    background-image: url(../images/bg-azul.jpg);
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.faqs-section{
    background-color: #E1E9F0;
    padding: 60px 0;
}
.accordion-item {
  background-color: #D4DDE5;
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
   
}

.accordion-button {

  background-color: #d4dde5;

}
.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
footer{
    background: #152B4E;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.1;
}
.btn-newsletter{
    background-color: #88C9F6;
    color: #152B4E;
}
.granos2{
    width: 100%;
    max-width: 130px;
}

.accordion-button::after {
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-color: #0483FF;
  padding: 5px;
  background-position: center;
  border-radius: 21px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-color: #024a92;
}

@media (max-width: 1399.98px) { 
 .typing {
        font-size: 44px;
    }

 }

@media (max-width: 1199.98px) {
    .typing {
        font-size: 36px;
    }
    .text-cover{
        margin-top: 180px;
    }
  }

@media (max-width: 991.98px) {
    .center{
        display: flex;
        flex-wrap: wrap;
    }
        .coffe-container{
        width: 100%;
        max-width: 480px;
        margin-top: -40px;
        margin-bottom: 30px;
    }
.text-cover{
    width: 100%;
}

  }
  @media (max-width: 575.98px) { 

    .coffe-container{
        width: 120%;
        margin-top: -10px;
        margin-left: 0;
    }
     .typing {
    font-size: 34px;
  }
   }