@font-face {
   font-family: scriptina;
   src: url(../webfonts/scriptina/SCRIPTIN.ttf);
}
html, body {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing	: antialiased;
    -moz-osx-font-smoothing	: grayscale;
}

.scriptina { font-family	: scriptina; }
.montserrat { font-family: 'Montserrat', sans-serif; }

nav {
	font-family: 'Montserrat', sans-serif;
}
nav .nav-link {
	color					: white !important;
	font-size				: 10pt;
	padding					: 0px 20px !important;
	font-weight				: 500;
}
.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						: rgba(0,0,0,.3);
    -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(23,32,57,.8);
	padding-top				: 0px !important;
	transition				: all 1s;
}

.top-nav .navbar-brand img {
	
}

a {
	text-decoration			: none !important;
	color					: inherit;
	outline					: 0;
	cursor					: pointer;
}

.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; }

.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; }
.lh26 { line-height			: 26pt; }
.lh28 { line-height			: 28pt; }
.lh36 { line-height			: 36pt; }

.thin { font-weight		: 200; }
.light { font-weight		    : 400; }
.medium { font-weight		    : 500; }
.bold, b { font-weight		    : 700; }

.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
}

.radius20 {
	border-radius			: 20px;
}
.radius30 {
	border-radius			: 30px;
}
.nav-pills .nav-item {
    margin					: 0.5rem!important;
    font-weight				: 500 !important;
}
.nav-pills .nav-link {
    background					: 0 0;
    border-radius			: 30px;
}
.nav-pills .nav-link.active {
    background: 0 0;
}

.accordion-button {
    border-radius			: 30px !important;
}
.accordion-button:not(.collapsed) {
    color					: white !important;
    border-radius			: 30px !important;
    margin-top				: 5px;
    transition				: all ease-in-out 0.30s;
}
.accordion-button:focus {
	border					: 0px !important;
    box-shadow				: 0px 0px 0px #fff !important 
}

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

.btn_tienda {
	border					: white 1px solid;
	border-radius			:30px;
	color					:white;
	cursor					: pointer;
    transition				: all ease-in-out 0.30s;
}

.btn_tienda:hover {
	background				: #01b8c6;
	border					: #73cad1 1px solid;
	border-radius			:30px;
	color					: white;
	box-shadow				: 0px 0px 25px #01b8c6;
	cursor					: pointer;
}

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


.circle {
	background-position		: center center;
	background-repeat		: no-repeat;
	background-size			: cover;
	border-radius			: 50%;
	-webkit-transition		: 300ms;
	-moz-transition			: 300ms;
	-o-transition			: 300ms;
	transition				: 300ms;
}
/* 
.circle:hover {
	box-shadow				: 0px 0px 35px rgba(0, 0, 0, 0.5);
	outline					: rgba(255,255,255,1) 10px solid;
}
 */


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

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

.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-250 {	max-height				: 250px }
.max-h-350 {	max-height				: 350px }

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

.navbar-brand img {
	height					: 50px
}

.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;
}

.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;
}







.card {
  position						: relative;
  height						: 300px;
  width							: 100%;
  margin						: 20px 0;
  transition					: ease all 2.3s;
  perspective					: 1200px;
  border-radius					: 20px !important;
  border						: 0px;
  font-weight					: 500;
}
.card:hover .cover {
  transform: rotateX(0deg) rotateY(-180deg);
}
.card:hover .cover:before {
  transform: translateZ(30px);
}

.card:hover .cover h2 {
  transform: translateZ(100px);
}
.card:hover .cover .price {
  transform: translateZ(60px);
}
.card:hover .cover a {
  transform: translateZ(-60px) rotatey(-180deg);
}
.card .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius					: 20px !important;
  box-shadow					: 0px 12px 26px rgba(0,0,0,0.3);
}

.card .cover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  transition: ease all 1.3s;
  border-radius					: 20px !important;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,172039+100&0+6,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(1,2,3,0) 6%, rgba(23,32,57,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(1,2,3,0) 6%,rgba(23,32,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(1,2,3,0) 6%,rgba(23,32,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#172039',GradientType=0 ); /* IE6-9 */

}
.card .cover h2 {
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  z-index: 3;
  font-size: 2em;
  transform: translateZ(0px);
}
.card .cover .price {
  position: absolute;
  top: 55px;
  right: 50px;
  color: white;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  z-index: 4;
  font-size: 2em;
  transform: translateZ(0px);
}
.card .card-back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  transform: translateZ(-1px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius					: 20px !important;
}
.card .card-back-inner {
  width							: 100%;
  height						: 100%;
  display						: inline-block;
  padding						: 20px;
  transform-style				: preserve-3d;
  transition					: ease transform 2.3s, ease background 0.5s;
  transform						: translateZ(-1px) rotatey(-180deg);
}
.card .card-back a {
  font-size						: .8em;
  color							: white;
  outline						: none;
  text-decoration				: none;
}
.card .card-back a:hover {
  background-color: white;
  color: #fff;
}







