@font-face {
	font-family: NewText;
	src: url('/fonts/Newtext_Regular.ttf');
}
@font-face {
	font-family: Eurasia;
	src: url('/fonts/Eurasia_Regular.ttf');
}

html, body {
     height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
}

#turinter-site {
	height: 100%;
	/*display: flex;
	flex-direction: column;*/
}

#goTop {
	opacity: 1;
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	right: 25px;
	bottom: 25px;
	font-size: 32px;
	background: rgba(32,60,141,1);
	color: rgba(255,255,255,1);
	display: none;
}

.btn-primary, .bg-primary, .badge-primary {
    background-color: rgba(32,60,141,1);
}

.table-primary, .table-primary>th, .table-primary>td {
    background-color: rgba(32,60,141,1);
}
/*titulo de los productos  */ 

.titulo-producto {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 7px 15px;
	background-color: rgba(32,60,141,1);
	font-size: 14px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	box-shadow: 5px 5px 3px rgba(0,0,0,.2);
}



/* Info Navigation */
.navbar-info {
	background: rgba(250,250,250,1);
    border-top: solid 2px rgba(28,187,180,1);
}
.navbar-info .container {
	height: 45px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}
.navbar-info a {
	text-decoration: none;
	color: rgba(130, 130, 130, 1);
	margin: 0 5px;
}

/* Main Navigation */
.navbar-custom {
	background-color: rgba(32,60,141,1);
	padding: 5px 15px;
}
.navbar-custom .navbar-brand {
	display: flex;
	flex-direction: column;
	font-family: NewText;
}
.navbar-custom .navbar-brand #since{
	font-size: 10px;
}
.navbar-custom .navbar-brand #name{
	font-style: italic;
	font-size: 30px;
}
.navbar-custom .navbar-brand #slogan{
	font-size: 12px;
}
.navbar-custom .navbar-brand #yellow-line{
	background-color: yellow;
}
.navbar-custom .hamburger {
	padding: 0px;
	outline: 0;
}
.navbar-custom .hamburger-box {
    height: 8px;
}

.navbar-custom .hamburger-inner, .navbar-custom .hamburger-inner::before, .navbar-custom .hamburger-inner::after {
	background-color: #fff;
	opacity: 1;
}
.navbar-custom .hamburger.is-active .hamburger-inner,
.navbar-custom .hamburger.is-active .hamburger-inner::before,
.navbar-custom .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
    opacity: 1;
}

.second-navbar-custom {
	background-color: rgba(32,60,141,1);
	padding: 3px 15px;
}

/* Main Content Wrapper */
#main-content-wrapper {
	padding: 30px 0;
	flex: 1;
}

/* Footer */
#footer-wrapper {
	/*margin-top: 100px;*/
}
#footer-top {
	background-color: rgba(36,47,62,1);
	color: rgba(200,200,200,1);
	padding: 35px 0 0 0;
	font-size: 14px;
	text-align: justify;
}
#footer-top i {
	width: 20px;
	text-align: center;
}
#footer-top ul li {
	margin-bottom: 3px;
}
#footer-botton {
	background: rgba(245,245,245,1);
}
#footer-botton .container {
	padding: 15px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

/* Section Title */
.section-title {
	border-top: 5px solid rgba(32,60,141,.8);
    margin-bottom: 5px;
    margin-top: 24px;
    font-weight: bold;
    color: rgba(32,60,141,1);
    /*text-align: center;*/
}
.section-title span {
	/*font-weight: bold;*/
	background: #fff;
    display: inline-block;
    padding: 0 24px 0 0;
    position: relative;
    top: -18px;
}

/* Products */
.card-product {
	position: relative;
}
.card-product .product-price {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 7px 15px;
	background-color: rgba(32,60,141,1);
	font-size: 14px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	box-shadow: 5px 5px 3px rgba(0,0,0,.2);
}

.card-product-availability {
	background-color: rgba(32,60,141,1);
}
/* Products */


/* Tarifario */
.table .thead-custom th {
    color: #fff;
    background-color: rgba(32,60,141,1);
    border-color: rgba(32,60,141,1);
}
/* Tarifario */


/* Product Page */
.child-allow-number {
	margin: 7px 0px 0px 0px;
}
.child-allow-number span {
	padding: 12px 20px 12px 20px;
}
/* Product Page */
#stmenu{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}