
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&family=Montserrat:wght@400;600;700&display=swap');

body{
	color: #666;
	font-family: 'Montserrat', sans-serif;
}

.white{
	color: #fff
}

.bg-grey{
	background: #EAEAEA;
}

.bg-txt{
	background: url('../img/bg-txt.png');
}

.bg-yellow{
	background-color: #CE9D2C	
}

.bg-orange{
	background-color: #D5880E 
}

.bg-red{
	background-color: #9D2C2C	
}

.bg-green{
	background-color: #8D880E
}

.bg-nav{
	background-color: #e26600
}

.bg-gradiente{
 background: rgb(219,123,0);
background: linear-gradient(180deg, rgba(219,123,0,0.8) 0%, rgba(219,123,0,0) 100%); }


.color-yellow{
	color: #CE9D2C	
}

.color-orange{
	color: #D5880E
}

.color-red{
	color: #9D2C2C	
}

.color-green{
	color: #8D880E
}

.border-yellow{
	border-color: #CE9D2C !important
}

.border-orange{
	border-color: #D5880E !important
}

.border-red{
	border-color: #9D2C2C !important
}

.border-green{
	border-color: #8D880E !important
}

.border-top-color{
	background-image: url('../img/border-top.png');
	background-repeat: no-repeat;
	background-position-y: top;
	background-size: 100% 
}

.border-bottom-color{
	background-image: url('../img/border-top.png');
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100% 
}

.rounded-20{
	border-radius: 20px !important
}


.etiqueta{
	width: 240px !important;
	margin-top: -40px;
	text-align: center;
	line-height: 1em;
}

.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 4em !important;
	text-shadow: 2px 1px 1px #D57A00;
	font-family: 'Montserrat Alternates', sans-serif;  
	line-height: 1em
}
  
footer{
	font-size: .75em;
	color: #999
 }
 
 footer a{
	text-decoration: none;
	color: #999
}

footer a:hover{
	color: #ccc
}

#navbar{
-webkit-transition: all .5s 0s ease;
-moz-transition: all .5s 0s ease;
-o-transition: all .5s 0s ease;
transition: all .5s 0s ease;
}

/*
	// X-Small devices (portrait phones, less than 576px)
	// No media query for `xs` since this is the default in Bootstrap
*/

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

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
	.etiqueta{
		width: 400px !important;
		margin-top: -76px;
	}
	
}

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

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	
}


