/* Webfont: Avenir-Roman */
@font-face {
    font-family: 'Avenir';
    src: url('../webfonts/Avenir-Roman.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/Avenir-Roman.woff') format('woff'), /* Modern Browsers */
         url('../webfonts/Avenir-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../webfonts/Avenir-Roman.svg#Avenir-Roman') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Avenir-Black */
@font-face {
    font-family: 'Avenir';
    src: url('../webfonts/Avenir-Black.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/Avenir-Black.woff') format('woff'), /* Modern Browsers */
         url('../webfonts/Avenir-Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../webfonts/Avenir-Black.svg#Avenir-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
/* Webfont: Avenir-Book */
@font-face {
    font-family: 'AvenirBook';
    src: url('../webfonts/Avenir-Book.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/Avenir-Book.woff') format('woff'), /* Modern Browsers */
         url('../webfonts/Avenir-Book.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../webfonts/Avenir-Book.svg#Avenir-Book') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Prata-Regular */
@font-face {
    font-family: 'Prata';
    src: url('../webfonts/prata-regular-webfont.woff2') format('woff2'),
         url('../webfonts/prata-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* Webfont: Playlis-Script */
@font-face {
    font-family: 'Playlist';
    src: url('../webfonts/playlist_script-webfont.woff2') format('woff2'),
         url('../webfonts/playlist_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html,
body {
	height: 100%;
}
body {
	position: relative;
	font-family: 'Prata';
}
h6{
	margin-top: 15px;
}
footer {
	padding-top: 50px;
	background-color: #f0f0f0;
}
footer a {
	text-decoration: none;
	color: #000000;
}
footer a:hover {
	text-decoration: none;
}
.bg-light {
	opacity: 0.9;
}
.navbar a {
	font-size: 20px;
}
.navbar a:hover {
	color: #00B9C8 !important;
}
.nav-link.active {
	color: #00B9C8 !important;
}
.navbar .nav-link::after {
	display: inline !important;
 	content: " |";
}
.navbar .end::after {
	content: "";
}
.carousel,
.carousel-item,
.active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.carousel {
	text-align: center;
}
.carousel-item h2 {
	font-size: 34px
}
#overlay {
	position: absolute; /* Sit on top of the page content */
  	width: 100%; /* Full width (cover the whole page) */
  	height: 100%; /* Full height (cover the whole page) */
  	top: 0; 
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: #000000; /* Black background with opacity */
  	opacity: 0.2;
  	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
#overlay1 {
  	position: relative; /* Sit on top of the page content */
  	width: 100%; /* Full width (cover the whole page) */
  	height: 350px; /* Full height (cover the whole page) */
  	top: 0; 
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: #000000; /* Black background with opacity */
  	opacity: 0.2;
  	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
	z-index: 15;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  	width: 50px;
  	height: 50px;
}
.display-right {
  	position: absolute;
  	top: 50%;
  	right: 10%;
  	transform: translate(0%, -50%);
  	-ms-transform: translate(0%, -50%)
}
.display-middle {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%)
}
.display-right-relative {
  	position: relative;
  	top: 50%;
  	right: 10%;
  	transform: translate(0%, -50%);
  	-ms-transform: translate(0%, -50%)
}
.display-middle-relative {
  	position: relative;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%)
}
section {
	position: relative;
	padding-top: 150px;
	padding-bottom: 50px;
}
#nosotros {
	background-color: #FAE5F0;
	text-align: center;
}
#nosotros h2 {
	font-family: 'Playlist';
	color: #E04090;
}
#productos {
	text-align: center;
	padding-bottom: 0px;
}
#productos h1 {
	color: #E04090;
}
#productos h2, #servicios h2 {
	text-align: center;
	color: #E04090;
}
#productos h3 {
	color: #E04090;
}
#servicios {
	background-color: #f0f0f0;
	text-align: center;
}
#servicios a {
	text-decoration: none;
}
.titulo {
	padding-bottom: 50px;
}
#contacto {
	padding-top: 0px;
	font-family: 'Avenir';
}
#contacto span {
	font-style: normal;
   	font-weight: bold;
}
#contacto p {
	font-style: normal;
   	font-weight: normal;
}
.banner-contacto {
	width: 100%;
	height: 350px;
	background-image: url("../media/contacto/globos-corporativos-quito.jpg");
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#map {
	padding-top: 50px;
	width: 100%;
	height: 350px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.contenedor {
	position: relative;
	margin: 15px;
	height: 100%;
}
.text-block {
 	position: absolute !important;
	margin: auto;
  	width: 100%;
  	top: 40% !important;
  	left: 0px;
	right: 0;
  	background-color: #ffffff;
	opacity: 0.8;
  	color: #000000;
  	padding: 20px;
  	text-align: center;
	z-index: 1000;
}
.text-block h4 {
	margin-bottom: 0px !important;
}
.text-block1 {
 	position: absolute !important;
	margin: auto;
  	width: 100%;
  	top: 30% !important;
  	left: 0px;
	right: 0;
  	background-color: #ffffff;
	opacity: 0.8;
  	color: #000000;
  	padding: 20px;
  	text-align: center;
	z-index: 1000;
}
.text-block1 h5 {
	margin-bottom: 0px !important;
}
.contenido {
	position: relative;
	padding-bottom: 50px;
}
.zoom {
	position: relative;
  	transition: transform .2s;
	z-index: 998;
}
.zoom:hover {
	position: relative;
	transform: scale(1.1);
	z-index: 999;
}
.breadcrumbs {
	margin: 25px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	background-color: #FAE5F0;
	color: #000000;
	text-align: left;
}
.breadcrumbs a {
	color: #000000;
}
.color-menta {
	color: #00B9C8;
}
.gal {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
}	
.gal img {
	width: 100%;
}
.img-container {
	position: relative;
	margin-bottom: 7px;
	width: 100%;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000000;
	border-radius: .25rem !important;
}
.img-container:hover .img-overlay {
	opacity: 0.8;
}
.img-text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

@media only screen and (max-width : 767px) {
	h2{
		font-size: 1.5rem;
	}
	.navbar .nav-link::after {
		display: none;
		content: "";
	}
	.mb-25 {
		margin-bottom: 25px;
	}
	.mb-50 {
		margin-bottom: 50px;
	}
	.modal-header img {
		max-width: 100px;
	}
	.gal {	
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
	.img-overlay {
		opacity: 0.4;
	}
	.text-block {
		top: 20% !important;
	}
	.text-block h4 {
		font-size: 12px;
	}
	.text-block1 {
		top: 25% !important;
	}
	.text-block1 h5 {
		font-size: 16px;
	}
	.breadcrumbs {
		font-size: 12px;
	}
	.contenedor-movil {
		margin: 0px 0px;

	}
}
@media (max-device-width:480px) and (orientation:landscape) {
	.text-block1 {
		top: 30% !important;
	}
	.text-block {
		top: 30% !important;
	}
}