@charset "utf-8";
/* BarilocheWeb.com.ar  */

/* General Settings
================================= */
/* verde a7c44c */
a:link,a:visited, a:hover, a:active, button, select, input, option{
	text-decoration: none;
	outline:none !important;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}
*::-moz-selection{
    background: #514058;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: #514058;
    color: #fff;
    text-shadow: none;
}		
body{
	font-family: 'Montserrat', sans-serif;
	color: #666565;
	font-size: 15px;
	}
.displaynone{
	display:none;
	}
.form-status, .estate-form{
	display:none;
	line-height:48px;
}
.form-control{
	box-shadow:none !important;
	min-height: 48px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	}
.h1{
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:700;
	font-size:32px;
	color: #343434;
	line-height: 1.2;
	}
.h2{
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:700;
	font-size:28px;
	color: #343434;
	line-height: 1.2;
	}
.h3{
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:700;
	font-size:24px;
	color: #343434;
	line-height: 1.2;
	}
.h4{
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:700;
	font-size:20px;
	color: #343434;
	line-height: 1.2;
	}
.btn{
	padding: 12px 30px;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.5px;
	border-radius: 3px;
	text-shadow: none;
}
.btn-primary, .btn-primary:focus{
	color: #FFF;
	background-color: #514058;
	border-color: #514058;
}
.btn-primary:hover{
	color: #FFF;
	background-color: #514058;
	border-color: #514058;
}
.btn-default, .btn-default:focus{
	color: #FFF;
	background-color: #464545;
	border-color: #464545;
}
.btn-default:hover{
	color: #FFF;
	background-color: #464545;
	border-color: #464545;
}
.btn-white, .btn-white:focus{
	color: #343434;
	background-color: #FFF;
	border-color: #FFF;
}
.btn-white:hover{
	color: #343434;
	background-color: #FFF;
	border-color: #FFF;
}
.btn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    /* color: #ffffff; */
    text-transform: capitalize;
    transition: all 0.4s linear;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px;
}
.btn:hover {
    color: #FFF;
}
.btn:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}
.btn:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #343434;
    content: "";
    border-radius: 0;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}
.text-primary{
	color: #514058;
}	
.text-white{
	color: #FFF !important;
}
.font-size-14{
    font-size: 14px;
}	
.font-size-18{
    font-size: 18px;
}		
.bg-primary{
	background-color: #514058;
}
.bg-grey{
	background-color: #f9f9f8;
}
.contenedor{
	padding-top: 140px;
}	
.bg-image-1{
	position: relative;
	background-color: #222;
	background-image: url('../images/background/1.jpg');
	background-attachment:fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: 1;
}
.bg-image-1:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);  */
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(81, 64, 88, 0.3) 100%);
	z-index: -1;
}
.bg-image-2{
	position: relative;
	background-color: #222;
	background-image: url('../images/background/2.jpg');
	background-attachment:fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: 1;
}
.bg-image-2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);  */
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(81, 64, 88, 0.3) 100%);
	z-index: -1;
}
.background-polygon{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.background-polygon:before{
	content: "";
    width: 900px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 9% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    opacity: 0.1;
    background-color: #FFF;
}
.subh{
	position: relative;
	color: #514058;
	font-weight: 600;
	font-size: 11px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Loader
================================= */
.intro-loader {
  display: inline-block;
  position: relative;
  /* (8px punto * 3) + (6px gap * 2) = 36px */
  width: 36px;
  height: 8px;
  vertical-align: middle;
}
.intro-loader span {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #514058;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.intro-loader span:nth-child(1) {
  left: 0;
  animation: dot-appear 0.25s infinite;
}
.intro-loader span:nth-child(2) {
  left: 0;
  animation: dot-slide 0.25s infinite;
}
.intro-loader span:nth-child(3) {
  left: 14px; /* 8px punto + 6px espacio */
  animation: dot-slide 0.25s infinite;
}
.intro-loader span:nth-child(4) {
  left: 28px; /* (8px + 6px) * 2 */
  animation: dot-disappear 0.25s infinite;
}
@keyframes dot-appear {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes dot-disappear {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(0); opacity: 0; }
}
@keyframes dot-slide {
  0% { transform: translate(0, 0); }
  /* Se mueve exactamente 14px (punto + espacio) */
  100% { transform: translate(14px, 0); }
}

/* Overlay Preloader
================================= */
#overlaypreloader {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 10000;
    background-color: #FFF;
    color: #9b9b9b;
	padding-top:150px;
	font-size:11px;
	text-transform:uppercase;
	}
#overlaypreloader img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom:20px;
	}


/* First Menu
================================= */
#firstmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #514058;
	color: #B8B8B8;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
#firstmenu .redes{
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#firstmenu .redes li{
	float: left;
	margin: 0px;
	padding: 0px;
}
#firstmenu .redes li a{
	font-size: 15px;
	display: block;
	width: 30px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#firstmenu .redes li a:hover{
	color: #FFF;
}
#firstmenu .items{
	float: right;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#firstmenu .items li{
	float: left;
	margin: 0px 5px;
	padding: 0px;
}
#firstmenu .items li i{
	font-size: 15px;
	color: #FFF;
}

/* Second Menu
================================= */
#secondmenu{
	-webkit-box-shadow: 0px 10px 10px 0px rgba(150,150,150,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(150,150,150,0.05);
	box-shadow: 0px 10px 10px 0px rgba(150,150,150,0.05);
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	}
#secondmenu .navbar-brand{
	height: 90px;
	text-indent:-1000px;
	}
#secondmenu .navbar-header{
	position:relative;
	}
#secondmenu .logo{
	position:absolute;
	left:0px;
	top:10px;
	z-index:2;
	}
#secondmenu .navbar-nav > li > a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	/* 
	letter-spacing: 1px; 
	text-transform: uppercase;
	*/
	color: #282828;	
	line-height: 33px;
}
#secondmenu .navbar-nav > li.active > a {
    color: #514058;
}
#secondmenu .navbar-nav > li > a:after{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 10px;
	height: 1px;
	background-color: #514058;
	opacity: 0;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}

#secondmenu .navbar-nav > li.active > a:after, #secondmenu .navbar-nav > li > a:hover:after{
	bottom: 25px;
	opacity: 1;
}
.navbar-toggle {
	background-color: #282828 !important;
	color: #FFF !important;
    padding: 4px 10px;  
}
.navbar-collapse{
	/*
	background-color: #FFF;
	*/
}


/* Scrolled
================================= */
#secondmenu.scrolled{
    position:fixed;
	top:0px;
	left: 0px;
	right: 0px;
	}


/* Bgintro
================================= */
#bgintro{
	position: relative;
	background:url('../images/slider/1.jpg') 0px 0px #111 repeat;
	background-size: cover;
	height:110px;
}
#bgintro:after{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
    /*background-image: linear-gradient(180deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3) 100%); clasico */
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(81, 64, 88, 0.3) 100%);
    display: block;
}



/*	
.idioma li a:hover{
	text-decoration:none;
	color:#FFF !important;		
	}
.idioma li a:hover i{
	background-color:#444;
	}				
.idioma li i{
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:8px;
	margin-left:10px;
	margin-right:4px;
	background-color:#222;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
	}
.idioma li.active i{
	background-color:#bc2f2a !important;
	}
*/	


/* .breadcrumb
================================= */
.breadcrumb{
	margin-top: -40px;
}
/*
.breadcrumb-up{
	font-size: 0;
}
.breadcrumb{
	background-color: transparent;
	padding: 4px 0px;
}
.breadcrumb a {
    color: #FFF;
}
.breadcrumb > li{
	font-size: 15px;
}
.breadcrumb > li.active{
	color: #EEE;
}
.breadcrumb > li + li::before {
    font-family: "Line Awesome Free";
    padding: 0 5px;
    color: #FFF;
    content: "\f105";
    font-weight: 700;
    font-size: 14px;
}
*/


/* Menu
================================= */
.dropdown-menu{
	border:none;
	min-width: 220px;
	box-shadow: 0 5px 5px rgba(120,120,120,0.1);
	border-top:6px solid #514058;
}
.dropdown-menu::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #514058;
    right: 24px;
    top: -14px;
}
.dropdown-menu > li > a {
	font-size: 15px;
	font-weight: 500;
	/* text-transform: uppercase; */
	letter-spacing: 0.5px;
	color: #343434 !important;
	padding: 6px 25px;
 }
 .dropdown-menu > li > a:hover{
 	color: #514058 !important;
 	padding-left: 30px !important;
 	padding-right: 20px !important;
 	background-color: transparent;
 }


/* Menu animado
================================= */
.navbar-nav > li > .dropdown-menu {
   -moz-animation: flipInXMenu .6s ease-in;
    -webkit-animation: flipInXMenu .6s ease-in;
    animation:flipInXMenu .6s ease-in;
}    
@-webkit-keyframes fadeInUpMenu{
	from{opacity:0;-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}
	to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpMenu{
	from{opacity:0;-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}
	to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInUpMenu{-webkit-animation-name:fadeInUp;animation-name:fadeInUp} 
/* flipInX */
@-webkit-keyframes flipInXMenu{
	from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}
	to{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
@keyframes flipInXMenu{	
	from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}
	to{-webkit-transform:perspective(400px);transform:perspective(400px)}
}	
.flipInXMenu{-webkit-animation-name:flipInX;animation-name:flipInX} 


	
/* Slider
================================= */
/*
#slider{
	overflow:hidden;
	background-image: url('../images/slider/1.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center 0px;
	background-color:#444;
	background-size:cover;
	z-index: 1;
	}
#slider:after{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(81, 64, 88, 0.3) 100%);
    display: block;
}
*/
#slider{
	position: relative;
	overflow:hidden;
	}
#slider .delay05 {animation-delay: 0.5s;}
#slider .delay10 {animation-delay: 1s;}
#slider .delay15 {animation-delay: 1.5s;}
#slider .delay20 {animation-delay: 2s;}
#slider .carousel-inner .item{
	min-height:600px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center 0px;
    background-color:#F4F3F3;
}
#slider .carousel-inner .item:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(81, 64, 88, 0.3) 100%);
	z-index: -1;
}
#slider .bgslider1{background-image: url('../images/slider/1.jpg');}
#slider .bgslider2{background-image: url('../images/slider/2.jpg');}
#slider .bgslider3{background-image: url('../images/slider/3.jpg');}
#slider .carousel-control, #slider .carousel-control:focus{
	display:inline-block;
	top:50%;
	margin-top:-31px;
	height:62px;
	width:62px;
	text-shadow:none;
	color:#FFF;
	filter:none !important;
	background-image: url('../images/arrows.png');
	background-color:transparent !important;
	opacity:0.5;
	filter:alpha(opacity=50);
	text-align:center;
	}
#slider .carousel-control.left{
	left:-100px;
	}
#slider .carousel-control.right{
	background-position: 63px 0px;
	right:-100px;
	}
#slider:hover .carousel-control.left{
	left:10px;
	}	
#slider:hover .carousel-control.right{
	right:10px;
	}		
#slider .carousel-control:hover{
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	}
#slider .item .container{
	text-align:center;
	}
#slider .caption{
    display: inline-block;
    padding-top: 150px;
    width: 70%;
	}
#slider .caption .subtitle{
	display:block;
	font-size: 14px;
	line-height:1.1;
	font-weight:600;
	color:#FFF;
	margin:0px 0px 10px 0px;
	}	
#slider .caption .title{
	display:block;
	font-size: 50px;
	line-height:1.1;
	font-weight:700;
	color:#FFF;
	margin:0px 0px 20px 0px;
	/* text-transform: uppercase; */
	/* text-shadow: 1px 1px 3px rgba(68, 68, 68,0.5); */
	}
#slider .caption .description{
	font-size:16px;
	color:#FFF;
	/* text-shadow: 1px 1px 3px rgba(68, 68, 68,0.25); */
	}
#slider .carousel-indicators{
	bottom:15px;	
	}
#slider .carousel-indicators li{
	box-shadow:none;
	border:2px solid transparent;
	background-color:#FFF;
	background-color:rgba(255,255,255,.4);
	width:11px !important;
	height:11px !important;
	margin:0px 7px !important;
	}
#slider .carousel-indicators .active {
	border-color:#FFF;
	background-color:transparent;
	opacity: 1;
}


/* Section
================================= */
.section{
	position: relative;
	padding: 90px 0px 60px 0px;
}
.section-sm{
	position: relative;
	padding: 60px 0px 30px 0px;
}

/* caracteristica-home
================================= */
.caracteristica-home{
	text-align: center;
	position: relative;
	padding: 35px 20px;
	border-radius: 6px;
	background-color: #514058;
	margin-bottom: 30px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.caracteristica-home i{
	height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    margin-bottom: 15px;
    font-size: 28px;
    color: #514058;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.caracteristica-home .title{
	position: relative;
	margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #FFF;
}
.caracteristica-home .title:before{
	position: absolute;
	display: block;
	content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 40px;
    background-color: #FFF;
    
}
.caracteristica-home:hover i{
    transform: rotateY(360deg);
}


/* caracteristica
================================= */
.caracteristica{
	display: block;
	text-align: center;
	position: relative;
	padding: 35px 20px;
	border-radius: 6px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 12px;
	margin-bottom: 30px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	min-height: 320px;
}
.caracteristica i{
	height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 48px;
    color: #514058;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.caracteristica .title{
	position: relative;
	margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #343434;
}
.caracteristica:hover i{
    transform: rotateY(360deg);
}


/* Testimonial
================================= */
#slidertestimonial{
	text-align: center;
	margin-bottom: 30px;
}
#slidertestimonial .caption{
	width: 70%;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
#slidertestimonial .caption p{
	text-align: center;
	font-style: italic;
	word-spacing: 1px;
	min-height: 150px;
	margin-bottom: 40px;
}
#slidertestimonial .caption p:before {
    margin: 0px auto 30px auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
	color: #514058;
    font-family: "Line Awesome Free";
   	content: "\f10d";
    font-size: 50px;
    font-weight: 700;
    display: block;
    font-style: normal;
}
#slidertestimonial .caption .title{
	color: #514058;
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 1.1;
	margin-bottom: 5px;
}
#slidertestimonial .caption .subtitle{
	font-size: 11px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#slidertestimonial .carousel-control, #slidertestimonial .carousel-control:focus{
	position: relative;
	display:inline-block;
	top:auto;
	bottom: 0px;
	margin:0px 5px;
	height:40px;
	width:40px;
	line-height: 40px;
	font-size: 14px;
	text-shadow:none;
	color:#FFF;
	filter:none !important;
	background-image:none;
	background-color:#514058 !important;
	opacity:1;
	filter:alpha(opacity=100);
	text-align:center;
	border-radius: 6px;
	}
#slidertestimonial .carousel-control:hover{
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	background-color: #343434 !important;
	}


/* row centered
================================= */
.row-centered {
    text-align:center;
    font-size: 0px;
}
.col-centered {
    display:inline-block;
	vertical-align: top;    
    float:none;
    text-align: center;
    font-size: 14px;
}

/* masexperiencias
================================= */
.masexperiencias{
	text-align: center;
	background-color: #f9f9f8;
	border-radius: 12px;
	padding: 40px;
	margin-bottom: 30px;
}
.masexperiencias .title{
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:700;
	font-size:18px;
	color: #514058;
	line-height: 1.2;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.masexperiencias p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}



/* masalojamientos
================================= */
.masalojamientos{
	text-align: center;
	background-color: #f9f9f8;
	border-radius: 12px;
	padding: 40px;
	margin-bottom: 30px;
}
.masalojamientos .title{
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:700;
	font-size:18px;
	color: #514058;
	line-height: 1.2;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.masalojamientos p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* Timer
================================= */
/*
.timer-container{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-left: 80px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.timer-container i{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 40px;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	color: #514058;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
.timer-container .timer{
	display: block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	color: #514058;
}
.timer-container .title{
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
}
.timer-container:hover i{
	color: #FFF;
	transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.timer-container:hover .timer{
	color: #FFF;
}
*/


/* Agent
================================= */
/*
.agent{
	background-color: #FFF;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
}
.agent .imagen-container{
	position: relative;
	overflow: hidden;
}
.agent .imagen-container:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/wave.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 2;
}
.agent .imagen-container img{
	width: 100%;
}
.agent .imagen-container ul{
	position: absolute;
	bottom: 25%;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	opacity: 0;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	z-index: 4;	
}
.agent .imagen-container ul li{
	margin: 0px 2px;
	padding: 0px;
	display: inline-block;
}
.agent .imagen-container ul li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #514058;
	color: #FFF;
	font-size: 16px;
	border-radius: 3px;
}
.agent .imagen-container ul li a:hover{
	background-color: #343434;
	color: #FFF;
}
.agent:hover .imagen-container ul{
	opacity: 1;
	bottom: 30px;
}
.agent .detalle-container{
	padding: 10px 20px;
}
.agent .detalle-container .title{
    font-weight: 500;
    font-size: 22px;
    color: #343434;
}
.agent:hover .detalle-container .title{
	color: #514058;
}
*/

/* Productos
================================= */

.producto{
	position: relative;
	margin-bottom: 60px;
}
.ul-style-2{
	margin: 25px 0px 5px 0px;
	padding: 0px;
	list-style: none;
	color: #514058;
}
.ul-style-2 li{
	display: inline-block;
	margin: 0px 25px 0px 0px;
	padding: 2px 0px;
	color: #343434;
	font-weight: 500;
}
.ul-style-2 li i{
	color: #514058;
	margin-right: 10px;
}
.producto .btn{
	margin-right: 10px;
}
	
/* Producto vertical
================================= */
.producto-vertical .titulo {
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:700;
	font-size:20px;
	color: #343434;
	line-height: 1.2;

	min-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.producto-vertical p {
	min-height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* propiedad-lg
================================= */
/*
.galeria .imagen-container{
	position: relative;
	display: block;
	text-align: center;
}
.galeria .imagen-container img{
    width: 100%;
    display: block;
}
.galeria-thumb:before{
	display: table;
    content: " ";
}
.galeria-thumb:after{
	clear: both;
	display: table;
    content: " ";
}

.galeria-thumb .imagen-container{
	float: left;
	width: 25%;
    display: block;
}
.galeria-thumb .imagen-container img{
	width: 100%;
}
.agent-lg{
	position: relative;
	padding-left: 120px;
	min-height: 110px;
	margin-bottom: 10px;
}
.agent-lg img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	border-radius: 4px;
}
.agent-lg .titulo{
	font-weight:600;
	font-size:19px;
	color: #343434;
}
.agent-lg ul.datos{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.agent-lg ul.datos li{
	margin: 0px;
	padding: 0px;
}
.agent-lg ul.datos li i{
	color: #514058;
	margin-right: 5px;
}
.agent-lg ul.redes{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.agent-lg ul.redes li{
	display: inline-block;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	font-size: 0;
}
.agent-lg ul.redes li a{
	display: block;
	font-size: 15px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	background-color: #efefef;
	color: #666565;
}
.agent-lg ul.redes li a:hover{
	background-color: #343434;
	color: #FFF;
}
.sidebar-title{
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.sidebar-title span{
	display: inline-block;
	background-color: #FFF;
	padding-right:15px;
}
.sidebar-title:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0px;
	right: 0px;
	height: 5px;
	background-color: #514058;
	opacity: 0.2;
	z-index: -1;
}
.ubicacion-lg{
	margin-bottom: 30px;
}
.precio-lg{
	text-align: right;
	display: block;
	font-weight: 700;
	font-size: 28px;
	color: #514058;
}
.tipo-lg{
	display: inline-block;
	font-size: 15px;
    color: #FFF;
    background: #514058;
    border-radius: 3px;
    padding: 3px 15px;
    font-weight: 400;
	margin:0px 10px 15px 0px;
}	
.estado-lg{
	display: inline-block;
	font-size: 15px;
    color: #343434;
    background-color: #EEE;
    border-radius: 3px;
    padding: 3px 15px;
    font-weight: 400;
	margin:0px 10px 15px 0px;
}
.btn-white-xs, .btn-white-xs:focus{
	float: right;
	padding: 2px 10px;
	border-radius: 3px;
	background-color: #FFF;
	color: #343434;
}
.btn-white-xs:hover{
	color: #514058;
}

.items-lg{
	margin-top: 15px;
	margin-bottom: 13px;
}
.items-lg > div{
	overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
	padding-top: 3px;
	padding-bottom: 3px;
}
.items-lg > div i{
	margin-right: 5px;
	width: 20px;
	text-align: center;
}
.box{
	margin-bottom: 40px;
}
*/


/* zoom
================================= */
/*
.galeria .imagen-container, .galeria-thumb .imagen-container, .novedad .imagen-container {
	position: relative;
}
.galeria .imagen-container .zoom, .galeria-thumb .imagen-container .zoom, .novedad .imagen-container .zoom{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.4);
	opacity:0;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.galeria .imagen-container .zoom span, .galeria-thumb .imagen-container .zoom span, .novedad .imagen-container .zoom span{
	position:relative;	
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;	
	}
.galeria .imagen-container .zoom span i, .galeria-thumb .imagen-container .zoom span i, .novedad .imagen-container .zoom span i{
	position:absolute;
	top:50%;
	left:50%;
	color:#FFF;
	width:40px;
	height:40px;
	line-height:40px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkU2RTE2MUZDNzI3MTFFRDkwMjQ4MkZEMjJCM0M3NDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkU2RTE2MjBDNzI3MTFFRDkwMjQ4MkZEMjJCM0M3NDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRTZFMTYxREM3MjcxMUVEOTAyNDgyRkQyMkIzQzc0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRTZFMTYxRUM3MjcxMUVEOTAyNDgyRkQyMkIzQzc0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjniDtoAAAJ5SURBVHja7JhPSBRRHMef4qXNMotiVyoCsSK6RIJlUceggiJKQkro2qHokBh0EoQgOnQoIezSOQvpH/Tn2B+ICCpIiuik4Ublrltql+nz5Lv2kF12ZnR2B9kffPa9mX3f4cubmff7zTOe5xlogUHIeJWPjLxYT6aGn03GmFewwsQrxmGHkVsbjyClGa0kKXmxMWhnMIPT5dAE32IyeykYhZw16OlkTcxu8YyvWhPzqBpc9AbrFug6K+Eo7IcWqIcJ+AQP4bbWtRCvyv8Iu251wtcS2eEzHAt43VlT8zF40dH/ghvQAXtl6DqMO2POl9Ngl6MdgiQk4AB0w1nYA1vhgTO2oxwGrZnv0t3VuRMwVuD2noNaJ32NwKqoDfZIk4ZlcErHOeiDfXAYLkO7NOvgp8adidKgTY8vpLkEa+Av/IBtJbT90j3xazDMOmgLi2b1H0MSfkMPvC2hfaZ2Q5Tr4BJIqG+NvQNbU6Z9aMfUJqLMJJPwR/18kZv2qW1UOx2lwSx8Ub89oHaX2pEoDdo67b76J2GpT10DdDrPbqSprhFGpbvmUzOg8VlYH/U62Ko1MB9Xob7I2AalPHfh9p1JwpT8bXAPVs85/xFuwXPI6IXYDV2wUWP64XSQkj/oDLbNmTkbU06GKBY2w1yIupopZG4SDiqN9cIbVS/TetbewxXYEqIYCWRwexFzhwqkQVtINEMT1M2jzgxk8LUPcwtNoJck/3FvYwqOw1Ccvot7tevwAY6UwdxsVHcWqh/uVYOLwWDW2TSMSyTV5qzBpzoYcP6oZKyFm/nC1q6Dm+m8jOkm+k47g8Mzu+nG3NGOVKVjQl6sp+F/AgwAeEqazKdwrQgAAAAASUVORK5CYII=');
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
	margin-top:-15px;
	margin-left:-15px;
	-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	opacity: 0.8;
}
.galeria .imagen-container:hover > .zoom, .galeria-thumb .imagen-container:hover > .zoom, .novedad .imagen-container:hover > .zoom{
	opacity:1;
	}
.galeria .imagen-container:hover > .zoom span i, .galeria-thumb .imagen-container:hover > .zoom span i, .novedad .imagen-container:hover > .zoom span i{
	transform: rotateY(360deg);
	}
*/



/* About
================================= */
.about-container{
	position: relative;
}
.about-container img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-radius: 6px;
}
.about-container .price{
	position: absolute;	
    bottom: 20px;
    left: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    background: rgba(255, 255, 255, 0.8);
  	backdrop-filter: blur(4px);
    font-weight: 700;
    font-size: 16px;
    padding: 0px 15px;
    color: #343434;
}
.calendar-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    width: 52px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.calendar-badge__month {
    background: #E24B4A; /* cambiá por tu color de marca */
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 0;
    letter-spacing: 0.5px;
}

.calendar-badge__day {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    padding-top: 4px;
}

.calendar-badge__weekday {
    font-size: 9px;
    color: #888;
    padding-bottom: 4px;
}
.ul-style-1{
	margin: 25px 0px 5px 0px;
	padding: 0px;
	list-style: none;
	color: #514058;
}
.ul-style-1 li{
	margin: 0px;
	padding: 2px 0px;
	color: #343434;
	font-weight: 500;
}
.ul-style-1 li i{
	color: #514058;
	margin-right: 10px;
}





/* Preguntas frecuentes
================================= */	
.faqs{
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}
.faqs li{
	display:block;
	margin:0px 0px 17px 0px;
	padding:0px;
	}
.faqs li .faqs-a{
    position: relative;
    display: block;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 6px;
    color: #343434;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 17px 65px 17px 20px;
    margin: 0px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;	
	}
.faqs li .faqs-a i{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	font-size:14px;
	width: 52px;
	line-height: 52px;
	text-align:center;
	vertical-align: middle;
	background-color: #514058;
	color: #FFF;
}

.faqs li.active .faqs-a, .faqs li:hover .faqs-a{
	border-color: #514058;
	color:#343434; 
	}	
.faqs li .faqs-p{
	display:none;
	margin:0px;
	padding:15px 15px 15px 45px;
	background-color: transparent;
	/* color: #282828; */
	/* font-size:14px;	*/
	}

/* Contacto
================================= */
.ulcontacto{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.ulcontacto li{
	position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    display: block;
    padding-left: 80px;
    min-height: 60px;
}
.ulcontacto li i{
	position:absolute;
	top:0px;
	left:0px;
	font-size: 20px;
	height: 60px;
	line-height:60px;
	width: 60px;
	background-color: #514058;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	}
.ulcontacto li .title{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #343434;
    margin: 5px 0px 5px 0px;
}
#map-canvas{
	min-height:450px;
	border-radius: 6px;
	z-index: 0;
}	


/* Footer
================================= */
#footer{
	background-color:#514058;
	color: #BBB;
	padding-top: 100px;
}
#footer .title{
	position: relative;
	display:block;
	padding:0px;
	margin:0px 0px 20px 0px;
    color: #EEE;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#footer .title:before{
	content: "";
    top: -10px;
    display: block;
    left: 0px;
    height: 2px;
    width: 40px;
    background-color: #514058;
    position: relative;
}
#footer .datos{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#footer .datos li{
	position:relative;
	padding:4px 0px 4px 28px;
	margin:0px;	
	}
#footer .datos li i{
	position:absolute;
	top:9px;
	left:0px;
	color:#EEE;
	font-size: 15px; 
	}
#footer .enlaces{
	margin:0;
	padding: 0px;
	list-style: none;
}
#footer .enlaces li{
	margin: 0px;
	padding: 0px;
}
#footer .enlaces li a{
	display: block;
	text-decoration: none;
	color: #BBB;
	padding: 4px 0px;
}
#footer .enlaces li a i{
	color:#EEE;
	margin-right: 12px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
#footer .enlaces li a:hover{
	color: #EEE;
}
#footer .enlaces li a:hover i{
	margin-right: 15px;
	color: #EEE;
}
#footer .logofooter{
	display: inline-block;
	max-width: 100%;
	opacity: 0.85;
}

/* Subfooter
================================= */
#subfooter{
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #4b3b51;
	color: #DDD;
}
#subfooter a{
	color: #EEE;
	text-decoration: none;
}
#subfooter a:hover{
	color: #FFF;
}


/* Redesfooter
================================= */
.redesfooter{
	display:block;
	margin:25px 0px 0px 0px; 
	padding:0px;
	list-style:none;
	}
.redesfooter li{
	margin:0px;
	padding:0px;
	margin-right:7px;
	display:inline-block;
	}
.redesfooter li a{
	display:block;
	width:46px;
	height:46px;
	line-height:46px;
	color:#FFF;
	background-color: #4b3b51;
	border-radius:12px;
	vertical-align:middle;
	text-align:center;
	box-sizing: content-box;
	font-size: 16px;
	}
.redesfooter li a:hover{
	background-color:#282828;
	color:#FFF;
	}


/* Flags
================================= */
.idioma{
	display: block;
	margin: 27px 0px 0px 15px;
	padding:0px;
	list-style:none;
	font-size: 0px;
}
.idioma li{
	margin: 0px;
	padding: 0px;
	display:inline-block;
	}	
.idioma li a{
	font-size: 14px;
	line-height: 34px;
	color: #939393;
	text-decoration: none;
}	
.idioma li a:hover{
	color: #FFF;
}
.idioma li a i{
	display:inline-block;
	vertical-align:middle;
	height:14px;
	width:22px;
	background-image:url("../images/flags.png");
	background-repeat:no-repeat;
	margin: 10px 10px 10px 0px;
	float: left;
	}
.idioma li a i.flag-es{background-position:0px 0px;}
.idioma li a i.flag-en{background-position:0px -14px;}
.idioma li a i.flag-pt{background-position:0px -28px;}
.idioma li a i.flag-de{background-position:0px -42px;}
.idioma li a i.flag-fr{background-position:0px -56px;}


/* WhatsappButton
================================= */
.whatsappbutton{
	display:inline-block;
	position: fixed;
    bottom: 15px;
	right:15px;
	z-index:9999;
	}
.whatsappbutton{
	display: block;
    color: #FFF;
    background-color: #009039;
	width: 40px;
	height: 40px;
	line-height: 40px;	
	font-size:18px;
	text-align:center;
	border-radius: 3px;
	}	
.whatsappbutton:hover{    
    background-color:#514058;
	color:#FFF;
	}


/* Back-to-top
================================= */
.back-to-top, .back-to-top:focus {
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    bottom: 15px;
    left: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #343434;
    display: none;
    border-radius: 4px;
    z-index: 5;
	}
.back-to-top:hover{    
    background-color:#514058;
	color:#FFF;
	}


/* Flotante
================================= */
.element-bounce-X {
    -webkit-animation: floatX 1500ms infinite ease-in-out;
    -moz-animation: floatX 1500ms infinite ease-in-out;
    -o-animation: floatX 1500ms infinite ease-in-out;
    animation: floatX 1500ms infinite ease-in-out;
}
.element-bounce-Y {
    -webkit-animation: floatY 1500ms infinite ease-in-out;
    -moz-animation: floatY 1500ms infinite ease-in-out;
    -o-animation: floatY 1500ms infinite ease-in-out;
    animation: floatY 1500ms infinite ease-in-out;
}
@keyframes floatX {
    0% {
       	-webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px)
    }
    50% {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    100% {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px)
    }
}
@keyframes floatY {
    0% {
       	-webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
}


/* Modal 
================================= */
.modal-title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #343434;
}
.hmodal{
	display: block;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 28px;
    color: #343434;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 10px;
}    

/* Modal Admin
================================= */
.cargandoModal{
	padding:30px 0px;
	text-align:center;
	}


/* Admin
================================= */
.admin-menu li{
	margin: 0px 0px 0px 0px;
}
.btnmenuadmin{
	margin-bottom:10px;
	min-width:230px;
	text-align:left;
	}
.adminrow{
	margin-top:20px;
	}
.adminrow img{
	width:100%;
	}		
.atool{
	display:inline-block;
	margin-right:15px;
	font-size:12px;
	}
.atool i{
	padding-right:4px;
	}
#newfile{
	display:none;
	}
#newimage{
	display:none;
	}

.selectdate{
	display:inline-block;
	width:90px;
	}
.selectdatelg{
	display:inline-block;
	width:130px;	
	}

/*
.admincategoria{
	min-height:600px;
	}
.adminmenu li a{
	margin-bottom:10px;
	min-width:270px;
	text-align:left;
	}	
.filatitulo{
	font-weight: bold;
	margin:2px 0px;
	background-color:#EEE;
	padding-top:10px;
	padding-bottom:10px;
	color: #555;
	text-transform: uppercase;
	}	
.fila{
	margin:2px 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	}
.herramienta{
	display: inline-block;
	margin-right:15px;
	font-size: 14px;
	}	
.herramienta i{
	margin-right: 5px;
}
.sortable-li .herramienta{
	margin-top: 5px;
}	
i.red{
	color:#FF0000;
	}
.filtro .form-control{
	border-color: #f0f0f0;
	background-color: #f9f9f9;
}	
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    opacity: 1;
}
.pagination > li > a, .pagination > li > span {
    border-color: #CF1409 !important;
}
.pagination > li > a:hover{
	background-color: #FF6C00;
	color: #FFF;
}
#sortable{
	margin-right: 0px;
	margin-left: 0px;
}
.imgprop{
	width:100%;
	}
.imgprop-container{
    margin:10px 0px;
	}
.panel-placeholder {
	border: 1px dotted black;
	float: left;
	margin: 0px 15px 0px 15px;
	min-height: 1px;
	box-sizing: border-box;
}
.sortable-li{
	min-height: 200px;
}
.sortable-li .imgprop{
	border: none;
}
*/
	
/* Media Queries
================================= */
@media screen and (max-width: 1200px) {
	.sortable-li{
		min-height: 180px;
	}
}	
@media screen and (max-width: 992px) {
	.h1{
		font-size:29px;
		}
	.h2{
		font-size:25px;
		}
	.h3{
		font-size:21px;
		}
	.h4{
		font-size:17px;
		}
	#secondmenu .logo img, #secondmenu .logowhite img{
		/*
		width: 260px;
		height: auto;
		margin-top: 22px;
		*/
	}
	#slider .caption .title{
		font-size: 40px;
	}
	.sortable-li{
		min-height: 180px;
	}
}

@media screen and (max-width: 767px) {
	.h1{
		font-size:27px;
		}
	.h2{
		font-size:23px;
		}
	.h3{
		font-size:19px;
		}
	.h4{
		font-size:15px;
		}
	#secondmenu .logo img, #secondmenu .logowhite img{
		margin-left: 15px;
	}
	#bgintro .title{
		font-size:29px;
	}
	#secondmenu .navbar-nav > li > a:after{
		display: none;
	}	
	.dropdown-menu{
		border-top:none;
	}
	.dropdown-menu::after{
		display: none;
	}


	.navbar-collapse.in {
	    overflow-x: hidden;
	}
	/*
	#secondmenu.scrolled{
		position: absolute;
		top:-80px;
		margin-top: 135px;
		left: 0px;
		right: 0px;
		-webkit-transition:top 0s ease;
		-moz-transition:top 0s ease;
		-o-transition:top 0s ease;
		transition:top 0s ease;
		background-color: transparent;
	}
	#secondmenu .navbar-collapse{
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 4px;
	}
	.navbar-nav > li > .dropdown-menu {
	   -moz-animation:none;
	    -webkit-animation:none;
	    animation:none;
	}
	#secondmenu .navbar-nav li a{
		color: #343434 !important;
	}
	#secondmenu .navbar-nav > li > a::after {
		display: none;
	}

	.navbar-default .navbar-collapse{
		background-color: #FFF;
	}
	.navbar-default .navbar-collapse::after {
	    position: absolute;
	    content: '';
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 8px solid #FFF;
	    right: 25px;
	    top: 72px;
	}

	#sliderboxcontainer .box {
	    position: relative;
	}
	#searchslidercontainer .box{
		position:relative;
	}
	*/
	#slider .caption{
		padding-top: 80px;
		width: 90%;
	}
	#slider .carousel-inner .item{
		min-height:530px;
	}

	#slider .caption .title{
		font-size: 28px;
		}
	#slider .caption .description{
		font-size:14px;
		}
	#slider .carousel-control, #slider .carousel-control:focus{
		top: auto;
		bottom: 10px;
	}
	/*
	.producto-vertical .detalle-container{
		min-height: 0;
	}
	.producto-vertical .detalle-container p {
	    margin-bottom: 35px;
    }
    */	

	#subfooter{
		padding-bottom: 60px;
	}
	#subfooter .pull-left, #subfooter .pull-right{
		float: none !important;
	}
	#sortable{
		margin-right: -15px;
		margin-left: -15px;
	}
	.sortable-li{
		min-height: inherit;
		margin-bottom: 30px;
	}
						
}

@media screen and (max-width: 480px) {

}




/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* Custom select css */
select.form-control{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkQ1QTY4OUZDMkJEMTFFOUE4NEFCRDlBOEQ2RkU3MjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkQ1QTY4QTBDMkJEMTFFOUE4NEFCRDlBOEQ2RkU3MjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRDVBNjg5REMyQkQxMUU5QTg0QUJEOUE4RDZGRTcyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRDVBNjg5RUMyQkQxMUU5QTg0QUJEOUE4RDZGRTcyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuhApkkAAABySURBVHjaYgwNDd3KwMBwfNWqVS0MaCAsLCwfSPkwAYlVQNwMFKhDU1AIpCYA8XrG////gwR8gZx1QNwNxNVAXA7EbUAcDbRhOVgRVKcTkNoCxJeB2BCIg4EKNoPkmGDGAwX2ASlPIOYD4kCYAhAACDAAXUolMPEHHOQAAAAASUVORK5CYII=");
}
select.form-control::-ms-expand { 
    display: none;
}


/*
  Esto lo hice para hacer HOVER sobre menu. 
  Para meter link en hover superior borré esto del <a> esto: class="dropdown-toggle" data-toggle="dropdown";
  Y en celular hice que dorpdown esté siempre abierto con padding
*/
/*
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.dropdown .dropdown-menu {
		display: block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		padding: 5px 10px;
	}
	.dropdown-menu::after {
		display: none;
	}
}
*/
