/*custom.css */

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: .92em;
  color: white;
  background-color: #212121;
}

html {

}

a {
  color: ;
  text-decoration: ;
  font-weight: ;
}

video::-webkit-media-controls {
  display: none;
}

#seccion-home {
  display: none;
        padding-top: 70px;
        max-height: 610px;
        background-color: #1C1C1C;
}

#seccion-contacto {

}

#videoCel {
  display: block;
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 550px;
}

.container {
  max-width: ;
}

.titan-invisible {
  color: rgba(0, 0, 0, 0.0) !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

#logo-chico {
  height: 52px;
    margin-top: -9px;
    margin-bottom: -3px;
}

.header {
  background: linear-gradient( 45deg, #CAC8CA , white, white, #BAB8BA);
    font-family: "Economica", sans-serif;
    font-weight: 500;
    font-size: 2.2em;
    color: #1C1C1C;
    overflow: hidden;
    height: 55px;
    text-align: center;
}

#historia {
  width: 100%;
  height: auto;
  background-image: url("images/fondo-angel.jpg");
  background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    padding-bottom: 30px;
    text-align: center;
}

#historia div {
      width: 100%;
      padding-top: 15px;
      padding-left: 30px;
}

#historia div div {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

#historia div div:nth-child(2) { 
text-align: center;
}

#historia div div:first-child { 
padding-bottom: 20px;
border-bottom: gray 1px solid;
}

.container-fluid {
  padding:0px;
  overflow: hidden;
}

#nav-bar {
  display: none;
  width: 100%;
  height: 97px;
  position: fixed;
    top: 0; 
  background-image: url("images/background-header.jpg");
  background-size: 100% 106px;
      z-index: 1;
  box-shadow: 0px 6px 6px rgba(255, 255, 255, 0.2);
}

#menu {
  width: 100%;
  max-width: 900px;
  height: 100%;
  padding-top: 37px;  
  margin-left: auto;
    margin-right: auto;
}

#menu li {
  color: white;
  font-family: "Economica", sans-serif;
  font-weight: 400;
  font-size: 23px;
  text-align: center; 
  list-style: none;
}

#menu li a {
  padding-left: 1%;
    padding-right: 1%;
    padding-top: 1.5%;
    padding-bottom: 1.6%;
    cursor: pointer;

}

#menu li a:hover {
  color: #CE3A7D;
}

#menu-logo {
  display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    text-align: center;
}
#menu-logo img {
  height: 122px;
}

#menu-logo img {
  height: 122px;
}

#info-sabores {
  height: 475px;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #212121;
}

.animated-icon2 span {
background: #0062A4;
}

.animated-icon3 span {
background: #0062A4;
}

.navbar-nav .nav-link {
    color: #212121 !important;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

#navPhone {
background: linear-gradient( 90deg, #BAB8BA , white, #CAC8CA, white, #CAC8CA, white, #BAB8BA);
}

.navbar-brand {

      width: 100%;
}

.navbar-nav {
  text-align: center;
  font-weight: 700;
  font-family: "Economica", sans-serif;
}

.navbar-nav li a {
  color: #0062A4;
}

.navbar {
  position: fixed;
    z-index: 2;
    width: 100%;
}

#vision {
  width: 100%;
  background-color: #212121;
  color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 6%;
    padding-right: 6%;
  text-align: center;
}

#unaSola {
font-family: "Economica", sans-serif;
    font-weight: 400;
        font-size: 82px;
            line-height: 1.1;
            top: -7px;
    position: relative;
}

#innovar {
  font-family: "Economica", sans-serif;
    font-weight: 400;
    color: #CE3A7D;
    font-size: 28px;
}

.img-Cel {
display: block;
    width: 38%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.extraBold {
  font-weight: 700;
}

.letraVerde {
 color: #A2CC46;
}

.letraMagenta {
color: #C64F96;
}

.letraBlanca {
color: white;
}

label {
cursor:inherit;
}

.maridajes {
padding-top: 10px;
    display: block;
}

.bebidas {

}

.burbuja {
      width: 55px;
    height: 52px;
    position: absolute;
    left: 25%;
    overflow: hidden;
}

.burbuja2 {
      width: 35px;
    height: 52px;
    position: absolute;
    left: 23%;
    overflow: hidden;
}

.burbuja3 {
      width: 35px;
    height: 52px;
    position: absolute;
    left: 28%;
    overflow: hidden;
}

.burbuja img {
  width: 19px;
    height: 19px;
    margin-top: 66px;
    margin-left: 0px;
    position: absolute;
    overflow: hidden;
    -webkit-animation: bubble 4s ease infinite normal forwards, bubbleleft 300ms ease infinite alternate-reverse; /* Safari 4.0 - 8.0 */
    animation: bubble 4s ease infinite normal forwards, bubbleleft 300ms ease infinite alternate-reverse;

}
.burbuja2 img {
  width: 10px;
    height: 10px;
    margin-top: 66px;
    margin-left: 0px;
    position: absolute;
    overflow: hidden;
    -webkit-animation: bubbledos 4s ease infinite normal forwards, bubbleleft 150ms ease infinite alternate-reverse; /* Safari 4.0 - 8.0 */
    animation: bubbledos 4s ease infinite normal forwards, bubbleleft 150ms ease infinite alternate-reverse;

}

.burbuja3 img {
  width: 10px;
    height: 10px;
    margin-top: 66px;
    margin-left: 0px;
    position: absolute;
    overflow: hidden;
    -webkit-animation: bubbletres 4s ease infinite normal forwards, bubbleleft 150ms 1s ease infinite alternate-reverse; /* Safari 4.0 - 8.0 */
    animation: bubbletres 4s ease infinite normal forwards, bubbleleft 150ms 1s ease infinite alternate-reverse;

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bubble {
  from {margin-top: 66px;}
  to {margin-top: -85px;}
}

/* Standard syntax */
@keyframes bubble {
  from {margin-top: 66px;}
  to {margin-top: -85px;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bubbledos{
  from {margin-top: 96px;}
  to {margin-top: -55px;}
}

/* Standard syntax */
@keyframes bubbledos {
  from {margin-top: 96px;}
  to {margin-top: -55px;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bubbletres{
  from {margin-top: 110px;}
  to {margin-top: -30px;}
}

/* Standard syntax */
@keyframes bubbletres {
  from {margin-top: 110px;}
  to {margin-top: -30px;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bubbleleft {
  from {margin-left: 0px;}
  to {margin-left: 5px;}
}

/* Standard syntax */
@keyframes bubbleleft {
  from {margin-left: 0px;}
  to {margin-left: 5px;}
}

.letras-header {
  padding-top: 4px;
}

.refresco-artesanal {
  font-family: "Economica", sans-serif;
  font-weight: 400;
  color: #A2CC46;
}


#header-sabores {
  font-family: "Courgette", cursive;
  color:white;
  font-weight: 400;
  font-size: 22px;
    text-align: center;
    line-height: 1;
    height: 71px;
}

#header-sabores img {
  display: block;
  width: 80%;
  height: auto;
  margin-left: auto;
    margin-right: auto;
        margin-top: 12px;
}

#btn-fresa, #btn-mandarina, #btn-pina, #btn-tamarindo {
  cursor: pointer;
}

#btn-fresa {
  border-bottom-style: solid;
    border-width: 6px;
    background-color: #7A9C49;
}

#btn-fresa:hover {
  background-color: #7A9C49;
}

#btn-mandarina {
}

#btn-mandarina:hover {
  background-color: #9B004F;
}

#btn-pina {
}

#btn-pina:hover {
  background-color: #AEAEAF;
  color: #262626;

}

#btn-tamarindo {
  padding-top: 25px;
}

#btn-tamarindo:hover {
  background-color: #8F481F;
}

.textos {
font-size: 17px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 12px;
    padding-bottom: 13px;
}

#texto-sabores {
  background-color: #7A9C49;
}

#texto-mandarina, #texto-pina, #texto-tamarindo {
  display: none;
}

#texto-mandarina {

}

.producto-left {
 text-align: center;
}

.producto-left img: {
  width: 90%;
}

.fondo-laurel {
   background: linear-gradient(#68853E, #7A9C49, #7A9C49, #7A9C49);
}

.fondo-monarca {
   background: linear-gradient(#7D0041, #9B004F, #9B004F, #9B004F);
}

.fondo-mercurio {
   background: linear-gradient(#8B8B8C, #AEAEAF, #AEAEAF, #AEAEAF);
}

#right-fresa {
  background-image: url("images/fondo-zarza.jpg");
  background-position: 81% 45%;
    background-repeat: no-repeat;
    background-size: auto 260%;
}

#right-mandarina {
  background-image: url("images/fondo-uvas.jpg");
  background-position: 58% 45%;
    background-repeat: no-repeat;
    background-size: auto 190%;
}

#right-pina {
  background-image: url("images/fondo-berries.jpg");
  background-position: 88% 35%;
    background-repeat: no-repeat;
    background-size: auto 214%;
}

#right-tamarindo {
  background-image: url("images/fondo-tamarindo.jpg");
  background-position: 58% 17%;
    background-repeat: no-repeat;
    background-size: auto 160%;

}

.producto-right {
  text-align: center;
}


#info-sabores h1,h2,h3,h4,h5,h6 {
  font-family: "Economica", sans-serif;
  font-weight: 400;
  font-size: 36px;
  padding-top: 10px;
}


#info-sabores h1,h4 {
  color: white;
}

.icono {
  display: block;
  width: 80px;
  margin-left: auto;
    margin-right: auto;
}

.iconoMarcas {
  width: 100%;
}

.icono2 {
display: block;
    width: 93px;
    margin-left: auto;
    margin-right: auto;
}

.productos {
    max-width: 80%;
    max-height: 300px;
}

.clear-floats {
  clear: both;
}

.height100 {
  height: 100%
}

.producto-left {
      padding-top: 30px;
}

.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}

.producto-right div {
      height: 60%;
    background-color: rgba(0,0,0,0.6);
    padding-left: 8%;
    padding-right: 8%;
}

.producto-right div:first-child { 
      padding-top: 30px;
  height: 60%;
}

.producto-right div:nth-child(2) { 
  height: 40%;
}

.maridajes, .bebidas {
  display: ;
}

.hover-blue:hover {
  background-color: rgba(1,47,63,0.7);
}

.amarillo {
color: white;
    margin-top: 15px;
    display: block;
    font-weight: 600;
}

#sabor-mandarina, #sabor-pina, #sabor-tamarindo {
  display: none;
}

#encuentranos, #republica {
}

#encuentranos {
  height: 90px;
  margin-bottom: 20px;
}

#republica {
  height: 149px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#contacto1 {
  width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    padding-bottom: 30px;
}

#enviar {
  font-weight: 700;
  color: white;
}

#contacto2 {
  width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}

#contacto {
    padding-top: 28px;
    padding-bottom: 35px;
}

#contacto2 span {
  color: #B7186F;
}

#contacto2 span, #contacto2 input {
  display: block;
}

#contacto2 span {
    padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

#contacto2 input {
  width: 100%;
}

#comentario {
  padding-bottom: 20px;
}

#locaciones {
      width: 100%;
    text-align: left;
}

#locaciones div {
  padding-left: 18%;
  width: 50%;
}

#locaciones li {
  list-style: none; /* Remove default bullets */
}

#locaciones li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #B7186F; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#header-sabores, #introSabores, #info-sabores {
    display: none;
  }

.saboresCel button {
font-family: "Economica", sans-serif;
    font-weight: 500;
    font-size: 2.2em;
    color: white;
    text-align: center;
    border-bottom: 2px;
    border-left: none;
    border-right: none;
    border-bottom-style: solid;
        padding-top: 10px;
    padding-bottom: 10px;
}

.saboresCel button, .saboresCel div {
  width: 100%;
}

.fondoFresa {
  background-color: #7A9C49;
}

.fondoMandarina {
  background-color: #9B004F;
}

.fondoPina {
  background-color: #AEAEAF;
  color: rgb(25, 25, 25);
}

#botonPina {
    color: rgb(25, 25, 25);
    border-bottom-color: white;
}

.fondoTamarindo {
    background: #444444;
}

.introCel {
  font-size: 1.1em;
    width: 100%;
    padding: 10px;
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
}

.saboresCel h1,h2,h3 {
font-family: "Economica", sans-serif;
    font-weight: 400;
    font-size: 2em;
}

.saboresCel h1 {
  color: white;
}

.saboresCel1 {
      padding: 20px;
}

.saboresCel1 ul {
  padding-left: 0px;
}

.saboresCel1 ul li{
  list-style: none;
  display: inline-block;
padding-left: 12.5%;
    padding-right: 12.5%;
    font-size: .9em;
}

#ajuste2L {
  padding-right: 10%;
}

#ajusteTamarindo li {
    padding-left: 8%;
    padding-right: 8%;
}

.saboresCelFresa {
  background-image: url(images/fondo-zarza.jpg);
    background-position: 61% 45%;
    background-repeat: no-repeat;
}

.saboresCelMandarina {
      background-image: url(images/fondo-uvas.jpg);
    background-position: 58% 45%;
    background-repeat: no-repeat;
    background-size: auto 190%;
}

.saboresCelPina {
      background-image: url(images/fondo-berries.jpg);
    background-position: 58% 45%;
    background-repeat: no-repeat;
    background-size: auto 290%;
}

.saboresCelTamarindo {
    background-image: url(images/fondo-tamarindo.jpg);
    background-position: 58% 17%;
    background-repeat: no-repeat;
    background-size: auto 160%;
}

.saboresCel1, .saboresCel2 {
  width: 100%;
  text-align: center;
}

.dropdownFresa, .dropdownMandarina, .dropdownPina, .dropdownTamarindo {
  overflow: hidden;
  height: 0px;
    -webkit-transition: height .7s; /* Safari prior 6.1 */
  transition: height .7s;
}

.dropdownTamarindo {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 50px;
}


.dropdownTamarindo div:first-child{
    border-style: solid;
    border-color: #E8E8E8;
    border-right-width: 1px;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.marcas {
  padding: 25px;
  padding-bottom: 40px;
}

.revela {
  height: auto;
  -webkit-transition: height .7s; /* Safari prior 6.1 */
  transition: height .7s;
}

.bold {
  font-weight: 700;
}

.fondoNegro {
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  padding: 20px;
  text-align: center;
}

.nav-link {
  font-size: 1.3em;
}

#navPhone {
      text-align: center;
}

#navBoton {
  display: inline;
    right: 9px;
    position: absolute;
    top: 15px;
}


.bebidasCel {
  margin-bottom: 20px;
    display: block;
}

#footerYaviso {
  padding: 15px;
  background: linear-gradient( 45deg, #CAC8CA , white, white, #BAB8BA);
  color: #212121;
  font-size: .5em;
  padding-left: 10%;
}

 .espaciosSobran {
    display: none;
  }

#pina-marinaje, #mandarina-marinaje, #fresa-marinaje, .maridajesCel {
  font-weight: 600;
}

a {
  color: #212529;
}

textarea {
  width: 100%;
}

#btnEnviar {
  cursor: default;
  font-weight: 700;
    color: white;
}

.artesanal1 {
font-size: 3.2em;
}

.artesanal2 {
font-size: 4.4em;
    line-height: 1;
    top: -14px;
    position: relative;
}



@media (min-width: 400px) {
  .saboresCel1 ul li{
       padding-left: 10.5%;
    padding-right: 9.5%;
}

}



@media (min-width: 500px) {

.iconoMarcas {
  width: 70%;
  max-width: 310px;
}

.saboresCel1 ul li{
padding-left: 10.3%;
    padding-right: 9.3%;
}

#ajusteTamarindo li {
    padding-left: 10.3%;
    padding-right: 10.3%;
}

.img-Cel {
    width: 32%;
}

}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

  #historia {
  background-position: 50% 18%;
}

#contacto1 {
  width: 50%;
    padding-left: 10%;
    padding-right: 10%;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: center;
    padding-bottom: 0px;
    border-bottom-style: none;
}

#contacto2 {
  width: 50%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top:0px;

}
#contacto {
    padding-top: 28px;
    padding-bottom: 35px;
}

#encuentranos {
  height: 75px;
}

  #historia {
    height: ;
  }

  #historia div {
      padding-left: 0px;
}

  #historia div div:first-child { 
    padding-left: 60px;
    padding-right: 5%;
    padding-bottom: 0px;
    text-align: center;
   border-bottom: none;
}

#historia div div:nth-child(2) { 
    padding-right: 40px;
    padding-left: 5%;
}

.artesanal1 {
font-size: 33px;
    top: 8px;
    position: relative;
}

.artesanal2 {
font-size: 59px;
    top: -7px;
    position: relative;
    bottom: -20px;
    line-height: 1.05;
}

.img-Cel {
    width: 27%;
}

}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

.artesanal1 {
font-size: 35px;
}

.artesanal2 {
font-size: 73px;
}


  .escondeSaboresCel {
    display: none;
  }

  .saboresCel button {
    font-size: 35px !important;
  }

 #introSabores, #info-sabores {
    display: block;
  }

  #header-sabores {
    display: flex;
  }

body {
  font-size: 18px;
}

#navPhone {
  display: none;
}

#nav-bar {
  display: block;
}

#menu li {
  font-size: 24px;
}

#menu li a {
  padding-left: 2%;
    padding-right: 2%;
    padding-top: 1.5%;
}

.header {
    font-size: 35px;
    color: #212121;
    padding-left: 7%;
    overflow: hidden;
    height: 61px;
    text-align: left;
}

.burbuja {
    height: 61px;
}

.burbuja2 {
    height: 61px;
}

.burbuja3 {
    height: 61px;
}

#historia {
  text-align: center;
}

.icono {
  width: 60px;

}

.productos {
      display: block;
    max-height: 230px;
    margin-left: auto;
    margin-right: auto;
    max-height: auto;
}


#encuentranos {
  height: 90px;
}

#republica {
  height: 180px;
}

#seccion-home {
  display: block;
}

#videoCel {
  display: none;
}

.img-Cel {
    width: 28%;
}

}

@media (min-width: 885px) {

  .espaciosSobran {
    display: inline;
  }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

  #header-sabores img {
    margin-top: 5px;
}

#historia {
  background-position: 50% 15%;
}

.maridajes {
}

.bebidas {
}

.container-fluid {
  padding:0px;
  overflow: hidden;
}

#info-sabores {
    height: 450px;
}

#nav-bar {
  width: 100%;
  height: 97px;
  position: fixed;
    top: 0; 
  background-image: url("images/background-header.jpg");
  background-size: 100% 106px;
      z-index: 1;
}

#menu {
  width: 100%;
  max-width: 900px;
  height: 100%;
  padding-top: 37px;  
  margin-left: auto;
    margin-right: auto;
}

#menu li {
  font-size: 25px;
}

#menu li a {
  padding-left: 4%;
  padding-right: 4%;
}

#menu li a:hover {
  color: #CE3A7D;
}

#menu-logo {
  display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    text-align: center;
}

}

@media (min-width: 1100px) { 
.maridajes {

}

}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) { 
#right-fresa, #right-mandarina, #right-pina {
    background-size: cover;
}

#header-sabores img {
    margin-top: 0px;
}

}


/*Example custom*/
@media (min-width: 0px) and (max-width: 0px) { }