/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', Arial, sans-serif;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
}

.full-bg {
  /* The image used */
  background-image: url("../img/bg.jpg");

  /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: center center;
    background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.logo{
	max-height:120px;
	padding:15px;
}

.gradient{
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 49%, rgba(255,255,255,0.89) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.84)), color-stop(49%, rgba(255,255,255,1)), color-stop(75%, rgba(255,255,255,0.89)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 49%, rgba(255,255,255,0.89) 75%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 49%, rgba(255,255,255,0.89) 75%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 49%, rgba(255,255,255,0.89) 75%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 49%, rgba(255,255,255,0.89) 75%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

section{
	margin:10px 0;
}

footer.footer {
    padding-top: 15px;
    padding-bottom: 15px;
	margin-bottom:30px;
}

.video{
	margin-bottom:30px;
}


.text-logo{
	font-family: Geometos, Arial;
	color:#fff;
	font-size: 1.5rem;
}

.text-logo img{
	width: 45px;
}

.navbar{
	background: #666a66;
	height: 79px;
	text-transform:uppercase;
}


li {
	display: inline-block;	margin-right: 30px;
}

li img{
	max-height: 45px;
}

li:last-child{
	margin-right: 0;
}

ul{
	padding: 0;
	margin: 0;
}

.botellas{
	width: 70%;
	position: absolute;
    bottom: -20px;
}
.embed-chat{
	width: 120%;
}

.embed-chat iframe{	
	padding: 0;
}

.btn-primary{
	background-color:#cf9216;
	border-color:#cf9216;
}
.btn-secondary{
	background-color:#a7290c;
	border-color:#a7290c;
}
.btn-primary:hover{
	background-color:#785613;
}
.btn-secondary:hover{
	background-color:#3b0c01;
}


/* Medium-only */
@media screen and (min-width: 481px) and (max-width: 960px) {
  /* ... */

}

@media screen and (max-width: 960px) and (orientation: portrait){

	li {
		margin-right: 15px;
	}
	li img {
		max-height: 25px;
	}
	.botellas {
		width: 55%;
		right: 35px;
	}
	.logo-img {
		width: 20%;
	}
	.embed-chat{
		width: 90%;
		margin: 0 auto;
	}
	.embed-chat iframe{
		height: 350px;
		padding: 0 0 35px 0;
		margin-bottom: 55px;
	}
}

@media screen and (min-width: 361px) and (max-width: 960px) and (orientation: landscape){
	.logo-img {
		width: 6%;
	}
	li {
		margin-right: 15px;
	}
	li img {
		max-height: 20px;
	}
	.botellas {
		width: 30%;
		bottom: -10px;
	}
	
	section{
		height: 90vh;
	}
	
	.embed-chat {
		width: 65%;
		margin: 0 auto;
	}
	
	.embed-chat iframe{
		margin-bottom: 55px;
	}
}




.embed-container {
  --video--width: 1200;
  --video--height: 700;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
	.embed-chat iframe {
		height: 350px;
		padding: 0 0 35px 0;
		margin-bottom: 0;
		margin-top: 25px;
	}
	.video {
		margin-bottom: 0;
	}
}