@font-face {
   font-family: scriptina;
   src: url(../webfonts/RemachineScript_Personal_Use.ttf);
}
@font-face {
   font-family: EDO;
   src: url(../webfonts/edosz.ttf);
}
html, body {
	font-family				: 'roboto', serif;
	font-size				: .94rem;
	-webkit-font-smoothing	: antialiased;
    -moz-osx-font-smoothing	: grayscale;
}

.scriptina { font-family	: scriptina; }
.cabin { font-family		: 'Cabin', sans-serif; }
.EDO { font-family	: EDO; }

nav {
	font-family				: 'Cabin', sans-serif;
}
nav .nav-link {
	color					: black !important;
	font-size				: 10pt;
	padding					: 0px 20px !important;
}
/* 
.dropdown-menu {
	font-size				: 10pt;
	line-height				: 20pt;
	background				: rgba(0,0,0,.7);
}
 */

.nav-interno, .nav-interno .navbar-nav > li > .dropdown-menu {
	background						: white;
    -webkit-transition				: all ease-in-out 0.70s;
    -moz-transition					: all ease-in-out 0.70s;
    -o-transition					: all ease-in-out 0.70s;
    -ms-transition					: all ease-in-out 0.70s;
    transition						: all ease-in-out 0.70s;
}

.navbar {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.804359243697479) 100%);
    -webkit-transition				: all ease-in-out 0.70s;
    -moz-transition					: all ease-in-out 0.70s;
    -o-transition					: all ease-in-out 0.70s;
    -ms-transition					: all ease-in-out 0.70s;
    transition						: all ease-in-out 0.70s;
}

.top-nav {
	background				: rgba(255,255,255,1);
	padding-top				: 0px !important;
	box-shadow				: 0 6px 15px rgba(0, 0, 0, .05);
	transition				: all 1s;
}

a {
	text-decoration			: none;
	color					: inherit;
	outline					: 0
}

.size8 { font-size			: 8pt; }
.size9 { font-size			: 9pt; }
.size10 { font-size			: 10pt; }
.size11 { font-size			: 11pt; }
.size12 { font-size			: 12pt; }
.size14 { font-size			: 14pt; }
.size16 { font-size			: 16pt; }
.size18 { font-size			: 18pt; }
.size20 { font-size			: 20pt; }
.size24 { font-size			: 24pt; }
.size30 { font-size			: 30pt; }
.size36 { font-size			: 36pt; }
.size40 { font-size			: 40pt; }
.size48 { font-size			: 48pt; }
.size54 { font-size			: 54pt; }
.size60 { font-size			: 60pt; }
.size72 { font-size			: 72pt; }
.size90 { font-size			: 90pt; }

h1 {
	font-size				: 3.5rem !important;
	line-height				: .9;
}


.lh11 { line-height			: 11pt; }
.lh12 { line-height			: 12pt; }
.lh14 { line-height			: 14pt; }
.lh16 { line-height			: 16pt; }
.lh18 { line-height			: 18pt; }
.lh20 { line-height			: 20pt; }
.lh24 { line-height			: 24pt; }
.lh36 { line-height			: 36pt; }
.lh40 { line-height			: 40pt; }

.fw-300 { font-weight		: 300; }

.h-50px { height			: 50px; }
.h-40 { height				: 40px; }
.h-30 { height				: 30px; }
.h-20 { height				: 20px; }

.h-90 { height				: 90%; }

.opacity-40 { opacity		: .4 }
.opacity-50 { opacity		: .5 }
.opacity-60 { opacity		: .6 }
.opacity-70 { opacity		: .7 }
.opacity-80 { opacity		: .8 }
.opacity-90 { opacity		: .9 }

.w-30 {	width: 30%	}
.w-50 {	width: 50%	}

.gris {
	color					: #4c4c4c
}

.nav-pills .nav-item {
    margin: 0.5rem!important;
}
.nav-pills .nav-link {
    background: 0 0;
    border: #ccc 1px solid;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active {
    background: 0 0;
    border: transparent 1px solid;
    border-radius: 0.25rem;
}

.nav-pills .nav-link:hover {
    background: rgba(229,194,164,.5) !important;
    border: #ccc 1px solid;
    border-radius: 0.25rem;
}

.navbar-brand, .navbar-brand img {
	max-width				: 250px;
	max-height				: 90px;
}

.vertical_center {
	display					: flex;
	align-items				: center;
	justify-content			: center;
}

.accordion-button:focus {
  outline					: none !important;
  box-shadow				:0 0 0 0px !important;
  border					:0px !important;
}

.form-control {
	font-family				: 'Cabin', sans-serif;
}

.gallery_rounded {
	border-radius			: 10px;
    overflow				: hidden;
}

.img_bk {
	background-position		: center center !important;
	background-size			: cover !important;
	background-repeat		: no-repeat !important;
}


.video-overlay-container {
	width: 100%;
	height: 56.25%;
	max-height: 800px;
	position: relative;
	overflow: hidden;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background: url('../img/LogoWebIntroBlanco.gif') 50% 50% no-repeat rgb(255,255,255);
/*     background-size: 25% */
}

.h-400px_resposive {
	height					:400px
}

.w-100-solapa {
    width: 150% !important;
}
.w-100-solapa2 {
    width: 100% !important;
}

@media (max-width: 576px) {
	.h-400px_resposive {
		height					:auto
	}
	.navbar-collapse li {
		line-height	: 30pt;
	}
	.shadow_solapa, .shadow_solapa2 {}
	.size48 { font-size			: 35pt; }
	.lh40 { line-height			: 30pt; }
	.w-100-solapa {
		width: auto !important;
	}
	.fixed-top:has(.show) { background: white}
}
.mt-80 {
	margin-top				: 80px
}
.mt-120 {
	margin-top				: 120px
}

.min-h-300 {
	max-height				: 300px
}
.max-h-50 {		max-height				: 50px }
.max-h-100 {	max-height				: 100px }
.max-h-150 {	max-height				: 150px }
.max-h-250 {	max-height				: 250px }
.max-h-350 {	max-height				: 350px }

.h-300 {
	height					: 300px
}
.img-responsive {
	width					: 100%;
}

.navbar-brand img {
	height					: 90px
}

.label_left {
	border: #d8d8d8 1px solid;
	background: #d8d8d8;
	color: #696969;
	border-radius: 18px 0px 0px 18px;
	font-size: 11pt;
}
.label_right {
	border-bottom					: #c8c8c8 1px solid;
	color					: #696969;
}
.item {
	background				: #fff;
	color					: #696969;
	padding					: 15px;
	padding-top				: 35px;
	border-right			: #e1e1e1 1px solid;
	position				: relative;
	border-top				: 2px solid #fff;
	margin-bottom			: 30px;
	-webkit-transition		: 300ms;
	-moz-transition			: 300ms;
	-o-transition			: 300ms;
	transition				: 300ms;
}

.pill-temporada {
	border: rgba(0, 0, 0, .2) 1px solid;
}

.row .item:last-child {
	border-right			: #e1e1e1 0px solid;
}

.item .item_img {
	min-height					: 250px
}

.item.subcat {
	min-height				: 360px;
}

.flexslider_principal li {
	height					: 800px
}

.row-color {
	border: #e9e9e9 1px solid;
	border-radius:5px;
	padding:5px;
	margin-bottom:8px;
	overflow:hidden;
	font-weight:500;
	cursor:pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.row-color:hover, div.row-color.active {
	border: 1px solid #000;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
}

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > div {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > div.active img {
    opacity: 0.7;
}

.carousel-control-next i, .carousel-control-prev i  {
	font-size: 30px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}
.carousel-control-prev, .carousel-control-next {
	width: 37px !important;
}

.modal-dialog {
	max-width					: 800px
}

.progress_back {
	background					: #7e7e7e;
	width						: 100%;
	height						: 15px
}
.progress_back_track {
	height						: 15px
}

.carousel-indicators [data-bs-target] {
	box-sizing					: content-box;
	flex						: 0 1 auto;
	width						: 8px;
	height						: 8px;
	border-radius				: 8px;
	padding						: 0;
	margin-right				: 3px;
	margin-left					: 3px;
	text-indent					: -999px;
	cursor						: pointer;
	background-clip				: padding-box;
	border						: 0;
	border-top					: 0px solid transparent;
	border-bottom				: 0px solid transparent;
	opacity						: .5;
	transition					: opacity .6s ease;
	border-radius				: 8px;
}
#footer a:hover  {
    color						: white;
}

.line {
	height						: 2px;
	width						: 80px;
	margin-bottom				: 20px;
	margin-top					: 20px;
}

.color_equipo {
	background: #f1eae1;
}
.color_equipo_cargo {
	color: #c29b79;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler{
/* background: rgba(0, 0, 0, 1) !important; */
}

.shadow_solapa {
	filter: drop-shadow(10px -29px 13px rgba(0, 0, 0, 0.5))
}
.shadow_solapa2 {
	filter: drop-shadow(10px -4px 13px rgba(0, 0, 0, 0.5));
}
.btn.rounded-pill:hover { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset; }