@charset "utf-8";
/* BarilocheWeb.com.ar  */

/* General Settings
================================= */
body{
	color:#888;
	font-family: 'Raleway', sans-serif;	
	line-height: 1.72;
	letter-spacing: 1px;
	}
a:link,a:visited, a:hover, a:active, button, select, input, option{
	outline:none !important;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	}
*::-moz-selection{
    background: #A58B45;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: #A58B45;
    color: #fff;
    text-shadow: none;
}
.btn{
	text-transform: uppercase;
	font-size:13px;
	padding: 10px 25px;
	border-width: 2px;
}
.btn-sm{
	padding: 5px 15px;
}
.btn-primary, .btn-primary:focus{
	background-color: #A58B45;
	border-color: #A58B45;
	color: #FFF;
}
.btn-primary:hover{
	background-color: #323232;
	border-color: #323232;
	color: #FFF;
}
.btn-white, .btn-white:focus{
	background-color: #FFF;
	border-color: #FFF;
	color: #323232;
}
.btn-white:hover{
	background-color: #323232;
	border-color: #323232;
	color: #FFF;
}
/*
hr{
	margin: 20px 0px 20px 0px;
	border: 0;
	border-top: 1px solid #ececec;
}
*/
.displaynone{
	display:none;
	}
.h1{
	color: #323232;
	font-family: 'Raleway', sans-serif;	
	font-size: 34px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 0px 0px 15px 0px;
	margin:0px;
}
.h2{
	color: #323232;
	font-family: 'Raleway', sans-serif;	
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 0px 0px 15px 0px;
	margin:0px;	
}
.h3{
	color: #323232;
	font-family: 'Raleway', sans-serif;	
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 0px 0px 15px 0px;
	margin:0px;	
}
.contenedor{
	margin-top:124px; 
}

/* About
================================= */
.about1imgcontainer{
	position: relative;
}	
.about1imgcontainer::before{
	border: 8px solid #323232;
	width: 100%;
	height: 100%;
	content: '';
	top: 35px;
	right: -35px;
	position: absolute;
}
.about1imgcontainer img{
	width: 100%;
}
.subabout{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 15px;
}
.aboutcaracteristica{
	margin-bottom: 30px;
}
.aboutcaracteristica i{
	font-size: 28px;
	margin-bottom: 15px;
}	
.aboutcaracteristica .title{
	font-size: 15px;
	font-weight: 600;
	color: #323232;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
		
/* 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:130px;
	font-size:11px;
	text-transform:uppercase;
	}
#overlaypreloader img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom:20px;
	}	


/* First Menu
================================= */
#firstmenu{
	-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);
	-webkit-transition:height .4s ease;
	-moz-transition:height .4s ease;
	-o-transition:height .4s ease;
	transition:height .4s ease;
	height: 124px;
	}
#firstmenu .navbar-brand{
	text-indent:-1000px;
	}
#firstmenu .navbar-header{
	position:relative;
	}
#firstmenu .logo{
	-webkit-transition:top .4s ease;
	-moz-transition:top .4s ease;
	-o-transition:top .4s ease;
	transition:top .4s ease;
	position:absolute;
	left:0px;
	top:40px;
	z-index:2;
	}
#firstmenu .navbar-nav > li > a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	background-color: #FFF !important;
	padding-top: 52px;
	padding-bottom: 52px;
	margin: 0px 5px;
}
#firstmenu .navbar-nav > li.active > a{
	color: #A58B45 !important;
}
#firstmenu .navbar-nav > li > a > i{
	font-size: 14px;
	margin-left:5px;
}
.navbar-toggle {
	background-color: #A58B45 !important;
	color: #FFF !important;
    padding: 4px 10px;
	margin-top: 45px;
	margin-bottom: 45px;    
}
.navbar-collapse{
	background-color: #FFF;
}

/* Scrolled
================================= */
#firstmenu.scrolled{
    height: 94px;
	}
#firstmenu.scrolled .navbar-nav > li > a{
	padding-top: 37px;
	padding-bottom: 37px;
}
#firstmenu.scrolled .logo{
	top: 25px;
}
#firstmenu.scrolled .navbar-toggle{
	margin-top: 30px;
	margin-bottom: 30px;
}
#firstmenu.scrolled .idioma li a{
	padding-top: 40px;
	padding-bottom: 40px;
	
}

	
/* Slider
================================= */
#slider{
	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:530px;
    background-size:cover;
}
#slider .bgslider{
	background-attachment:fixed !important;
	background-repeat:no-repeat !important;
	background-position:center 0px !important;
	background-color:#444 !important;
	background-size:cover !important;
	}
#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:-29px;
	height:58px;
	width:43px;
	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: 43px 0px;
	right:-100px;
	}
#slider:hover .carousel-control.left{
	left:30px;
	}	
#slider:hover .carousel-control.right{
	right:30px;
	}		
#slider .carousel-control:hover{
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	}
#slider .item .container{
	text-align:right;
	}
#slider .caption{
	padding-top: 120px;
	text-align: center;
	}
#slider .caption .subtitle{
	display:block;
	font-size:14px;
	line-height:1;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 4px;
	color:#FFF;
	margin-bottom:25px;
	}	
#slider .caption .title{
	display:block;
	font-size:40px;
	line-height:1;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 6px;
	color:#FFF;
	margin-bottom:30px;
	}
#slider .caption .description{
	display: inline-block;
	width: 60%;
	font-size:15px;
	color:#d8d8d8;
	}
#slider .carousel-indicators{
	bottom:25px;	
	}
#slider .carousel-indicators li{
	position: relative;
	box-shadow:none;
	background-color:transparent;
	width:14px !important;
	height:14px !important;
	margin:0px 4px !important;
	border: 1px solid #FFF;
	border-radius:50%;
	opacity:0.4;
	}
#slider .carousel-indicators li::after{
	position: absolute;
	content: "";
	background-color: #FFF;
	border-radius: 50%;
	top: 2px;
	left: 2px;
	height: 8px;
	width: 8px;
}	
#slider .carousel-indicators .active {
	opacity:1;
}


/* Testimonial
================================= */
#slidertestimonial .caption{
	position: relative;
	border: 1px solid #e1e1e1;
	width: 70%;
	left:0;
	right: 0;
	margin: 50px auto 30px auto;
	padding: 70px 30px 0px 30px;
	border-radius: 6px;
	min-height: 250px;
}
#slidertestimonial .caption p{
	color: #323232;
}
#slidertestimonial .caption .imgcontainer{
	position: absolute;
	top: -50px;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	padding: 8px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	background-color: #FFF;
}
#slidertestimonial .caption .imgcontainer img{
	width: 100%;
	border-radius: 50%;
}
#slidertestimonial .caption .title{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #323232;
	letter-spacing: 2px;
	line-height: 1.1;
	margin-bottom: 5px;
}
#slidertestimonial .caption .subtitle{
	display: block;
	font-size: 11px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 25px;
}
#slidertestimonial .carousel-control, #slidertestimonial .carousel-control:focus{
	position: relative;
	display:inline-block;
	top:auto;
	bottom: 0px;
	margin:0px 3px;
	height:35px;
	width:35px;
	line-height: 35px;
	text-shadow:none;
	color:#FFF;
	filter:none !important;
	background-image:none;
	background-color:#323232 !important;
	opacity:0.5;
	filter:alpha(opacity=50);
	text-align:center;
	border-radius: 3px;
	font-size: 13px;
	}
#slidertestimonial .carousel-control:hover{
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	}


/* boxgrey
================================= */
/*
.boxgrey{
	background-color: #F7F7F7;
}
*/


/* bgimg1
================================= */
.bgimg1{
	background:url('../images/bgimg1.jpg') 0px 0px #111 repeat;
	background-size: cover;
	background-attachment:fixed !important;
	background-repeat:no-repeat !important;
	background-position:center 0px !important;
	text-align:center;
}
.bgimg1 .title{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 15px;
}
.bgimg1 p{
	color: #DDD;
}

/* bgimg2
================================= */
.bgimg2{
	background:url('../images/bgimg2.jpg') 0px 0px #111 repeat;
	background-size: cover;
	background-attachment:fixed !important;
	background-repeat:no-repeat !important;
	background-position:center 0px !important;
}
.bgimg2 .title{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 15px;
}
.bgimg2 p{
	color: #DDD;
}
.timer-container{
	background: rgba(255,255,255,0.15);
	margin-bottom: 30px;
	padding: 15px;
	text-align: center;
	color: #FFF;
}
.timer-container .timer{
	display: block;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 10px;
}
.timer-container .timer::after{
	content: "+";
}
.timer-container .title{
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase !important;
	font-weight: 300;
}



/* caracteristica
================================= */
.caracteristica{
	padding: 15px;
	margin-bottom: 30px;
}
.caracteristica i{
	font-size: 28px;
	margin-bottom: 15px;
}	
.caracteristica .title{
	font-size: 15px;
	font-weight: 600;
	color: #323232;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px 0px 20px 0px;
}

/* bgintro
================================= */
#bgintro{
	background:url('../images/slider/1.jpg') 0px 0px #111 repeat;
	background-size: cover;
	height:140px;
}
#bgintro .title{
	display:block;
	text-align:right;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height:1.1;
	letter-spacing: 4px;
	font-size:34px;
	color:#FFF;
	margin-top:70px;
	}

/* Formularios
================================= */
.formularios-title{
	position: relative;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 18px;
	text-transform: uppercase;
	color: #323232;
	padding: 0px 10px;
}

.formularios-title::before{
	position: absolute;
	content: "";
	top: 50%;
	left:-50px;
	width: 50px;
	height: 1px;
	background-color: #888;
}
.formularios-title::after{
	position: absolute;
	content: "";
	top: 50%;
	right:-50px;
	width: 50px;
	height: 1px;
	background-color: #888;
}
.ulformularios{
	display: inline-block;
	width: 90%;
	margin:0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	text-align: left; 
}
.ulformularios li{
	border-bottom: 1px dashed #e1e1e1;
	padding: 10px 15px;
}
.ulformularios li:first-child{
	border-top: 1px dashed #e1e1e1;
}
.ulformularios li .title{
	display: inline-block;
	padding: 5px 0px;
}
.ulformularios li .title i{
	color: #323232;
	margin-right: 10px;
}
.ulformularios li .type{
	display: inline-block;
	background-color: #f9f9f9;
	color: #AAA;
	border-radius: 3px;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 8px;
	margin: 5px 0px;
}



/* Novedad
================================= */
.novedad{
	margin-bottom: 60px;
}
.novedad .subtitle{
	color: #A58B45;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.novedad .title{
	color: #323232;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	padding: 0px 0px 10px 0px;
	margin:0px;
}
.novedad .date{
	color: #323232;
	font-size: 15px;
	padding: 0px 5px 10px 5px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.novedad .date i{
	margin-right: 10px;
}

/* Preguntas frecuentes
================================= */	
.faqs{
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}
.faqs li{
	display:block;
	margin:0px 0px 20px 0px;
	padding:0px;
	}
.faqs li .faqs-a{
	position: relative;
	display:block;
	background-color: #323232;
	color:#FFF;
	cursor:pointer;
	font-size:16px;
	line-height: 18px;
	padding:15px 65px 15px 30px;
	margin:0px;
	border-radius: 4px;
	-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: 48px;
	line-height: 48px;
	text-align:center;
	vertical-align: middle;
	background-color: #323232;
	color: #FFF;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
.faqs li.active .faqs-a i, .faqs li:hover .faqs-a i{
	background-color: #A58B45;

}
.faqs li.active .faqs-a, .faqs li:hover .faqs-a{
	background-color: #A58B45;
	}	
.faqs li .faqs-p{
	display:none;
	margin:0px;
	padding:15px 15px 15px 30px;
	/*
	background-color: #FFF;
	color: #777;
	font-size:14px;	
	*/
	}
.imgFrecuentes{
	max-width: 100%;
}


/* Contacto
================================= */
.reloadCaptcha{
	display: inline-block;
	text-decoration:none !important;
	margin-bottom: 10px;
	}
.form-status{
	display:none;
	line-height:42px;
	}	
.form-control{
	border-color: #e1e1e1;
	height:42px;
	box-shadow:none !important;
	}
.ulcontacto{
	margin:10px 0px 30px 0px;
	padding:0px;
	list-style:none;
	}
.ulcontacto li{
	position:relative;
	margin:0px 0px 25px 0px;
	padding:0px;
	display:block;
	padding-left:65px;
}
.ulcontacto li i{
	position:absolute;
	text-align: center;
	top:0px;
	left:0px;
	height: 45px;
	line-height:45px;
	width: 45px;
	border-radius: 4px;
	background-color: #323232;
	color: #fff;
	}
.ulcontacto li .title{
	font-size: 14px;
	font-weight: 600;
	color: #323232;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#map-canvas{
	min-height:380px;
}	


/* Footer
================================= */
#footer{
	background-color:#1F1F1F;
	color: #939393;
	font-size: 13px;
}
#footer .title{
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #FFF;
}
#footer .title:before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 1px;
	background-color: #A58B45
}
#footer .datos{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#footer .datos li{
	position:relative;
	padding:4px 0px 4px 30px;
	margin:0px;	
	}
#footer .datos li i{
	position:absolute;
	top:9px;
	left:0px;
	color:#c3c3c3;
	font-size: 14px; 
	}
#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: #939393;
	padding: 4px 0px;
}
#footer .enlaces li a i{
	color:#c3c3c3;
	margin-right: 15px;
	-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: #FFF;
}
#footer .enlaces li a:hover i{
	margin-right: 20px;
}
#subfooter{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	background-color: #191919;
	color: #939393;
}
#subfooter a{
	color: #EEE;
	text-decoration: none;
}
#subfooter a:hover{
	color: #FFF;
}

/* Redesfooter
================================= */
/*
.redesfooter{
	display:block;
	margin:15px 0px 5px 0px;
	padding:0px;
	list-style:none;
	}
.redesfooter li{
	margin:0px;
	padding:0px;
	margin-right:7px;
	display:inline-block;
	}
.redesfooter li a{
	display:block;
	width:35px;
	height:35px;
	font-size:14px;
	background-color:#222;
	color:#FFF !important;
	border-radius:3px;
	line-height:35px;
	vertical-align:middle;
	text-align:center;
	}
.redesfooter li a:hover{
	background-color:#ff9400;
	color:#FFF !important;
	}
*/


/* Contadores
================================= */
/*
.bgcontadores{
	background:url('../images/bgtestimonial.jpg') 0px 0px #111 repeat;
	background-size: cover;
	text-align:center;
	color: #FFF;
}

*/

					
/* Fgaleria
================================= */
/*	
.fgaleriacontainer{
	padding-left:7.5px;
	padding-right:7.5px;
	}
.fgaleria{
	padding-left:7.5px;
	padding-right:7.5px;
	}
.fgaleria a{
	position:relative;
	display:block;
	background-color:#090;
	margin-bottom:15px;
	}	
.fgaleria a div{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:#EF4605;
	opacity:0;
	}
.fgaleria a div span{
	position:relative;	
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;	
	}	
.fgaleria a div span i{
	position:absolute;
	top:0px;
	left:0px;
	color:#FFF;
	width:30px;
	height:30px;
	line-height:30px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTgyNzdCMEYxQzcxMTFFQUIwQkFEMzlENzhBMjE3MzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTgyNzdCMTAxQzcxMTFFQUIwQkFEMzlENzhBMjE3MzciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ODI3N0IwRDFDNzExMUVBQjBCQUQzOUQ3OEEyMTczNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ODI3N0IwRTFDNzExMUVBQjBCQUQzOUQ3OEEyMTczNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prx1gAMAAAGkSURBVHja7Ne/SwJhHMdxNc3ApoawQoRIoogonAqpIQokiCCwKAqiNXBqbmpoaWiNhugviTAIsqAf1Bb0Y5IIB6Uyu96PPEdX3J2mPjrUF15wvz/33N3z+OjUNM1Rj3I56lR/JrgVM2LBWYN33IAJ9GIczYg4RLBC0zjTvlcaflWB7djXrGvMreDRRrGDDptj+kXwIq5xIjd60YYu9Ehi3YcXZJHClXSOtDx3Hnso1qCQOGADASSQQ1DebWOJLRQ3cYhtLJUQ6ijk8byXterUIy5KPHZT/xgWkNFqUyKn0/glDuCoBsHrhbHjRzfwYBUPFV78HXmT7Ql4zYJ1LVjDTZnBH8giZ9gmGhPUM4oNBE2IYhf3ZbQ6JZefETZe+zdjtejHgxjFELpl1/PYnPOKO6zILvdVFQyLboQQNxmPjXVsdn61xmYX5nBrEb6lKljnR9LifQ+rDBZiFq0+MB6nYgYifnDyJttHMKuvqJiB+GR4wGTfJcJ4U9HijAw2qz5MqZzsJW32xUWuquBTm30RTLoVBYtZyZPNpCDm/P8LU6v6FGAAO+MaIBXbhAAAAAAASUVORK5CYII=');
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
	margin-top:-15px;
	margin-left:-15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	opacity:0;	
	}	
.fgaleria a img{
	width:100%;
	}
.fgaleria a:hover > div{
	opacity:1;
	}
.fgaleria a:hover > div span i{
	opacity:1;
	top:50%;
	left:50%;
	} 		
*/


/* backtotop
================================= */
#backtotop, #backtotop:focus {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius: 4px;
	font-size:17px;
	text-align:center;
	line-height:40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #A58B45;
    display: none;
	z-index:4;
	}
#backtotop:hover{
    background-color:#323232;
	}


/* WhatsappButton
================================= */
.whatsappbutton{
	display:inline-block;
	position: fixed;
    bottom: 15px;
	left:15px;
    text-decoration: none !important;
    color: #FFF;
    background-color: #A58B45;
    padding: 0px 15px;
	font-size:14px;
	line-height:40px;	
	z-index:9999;
	border-radius: 20px;
	}
.whatsappbutton i{
	display:inline-block;
	padding:0px;
	margin:0px 5px 0px 0px;
	font-size:18px;
	line-height:40px;
	text-align:center;
	}	
.whatsappbutton:hover, .whatsappbutton:focus{    
    background-color:#323232;
    color: #FFF;
	}	



/* Admin
================================= */
.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;
	}
#newarchivo{
	display:none;
}
.selectdate{
	display:inline-block;
	width:90px;
	}
.selectdatelg{
	display:inline-block;
	width:130px;	
	}
	
/* Media Queries
================================= */
@media screen and (max-width: 992px) {
	#firstmenu .logo{
		top:45px;
	}	
	#firstmenu .logo img{
		width: 220px;
	}
	#firstmenu.scrolled .logo{
		top: 30px;
	}
	#slider .caption{
		padding-top: 120px;
		}
	#slider .caption .subtitle{
		font-size:13px;
		}	
	#slider .caption .title{
		font-size:34px;
		}
	#slidertestimonial .caption{
		width: 70%;
		min-height: 300px;
	}		
}

@media screen and (max-width: 767px) {
	#firstmenu .logo{
		left: 15px;
	}
	#firstmenu .navbar-nav > li > a {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	.navbar-collapse{
		-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);	
	}
	#slider .caption{
		padding-top: 80px;
		}
	#slider .caption .subtitle{
		font-size:12px;
		}	
	#slider .caption .title{
		font-size:24px;
		}
	#slider .caption .description{
		width: 90%;
		}		
	.ulformularios{
		width: 100%;
	}
	#slidertestimonial .caption{
		width: 90%;
		min-height: 400px;
	}
	#slider .carousel-control, #slider .carousel-control:focus{
		top:auto;
		bottom: 15px;
		}	
	.about1imgcontainer{
		width: 90%;
		margin-bottom: 10%;
	}
	.about1imgcontainer::before{
		top: 10%;
		right: -10%;
	}
	#bgintro .title{
		font-size:28px;
		margin-top:80px;
		}
	#subfooter .pull-right{
		float: none !important;
		display: block;
		clear: both;
	}
}
@media screen and (max-width: 480px) {

}

/* ReCaptcha */
/*
@media screen and (max-height: 575px){ 
	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
} 
*/


/*
  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);
    }
}

/* Zoom carousel Fer*/
.carousel-fade .carousel-inner img.imgtopright{
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	-webkit-transform-origin: top right;
	transform-origin: top right;	
	}
.carousel-fade .carousel-inner img.imgtopleft{
	-moz-transform-origin: top left;
	-o-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;	
	}
.carousel-fade .carousel-inner img.imgbottomleft{
	-moz-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;	
	}
.carousel-fade .carousel-inner img.imgbottomright{
	-moz-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;	
	}			
.carousel-fade .carousel-inner img{
  	-moz-transition: all 5s linear;
	-o-transition: all 5s linear;
	-webkit-transition: all 5s linear;
	transition: all 5s linear;	
	}
.carousel-fade .carousel-inner .active img{
	-moz-transform: scale(1.05) rotate(0.0deg);
	-ms-transform: scale(1.05) rotate(0.0deg);
	-o-transform: scale(1.05) rotate(0.0deg);
	-webkit-transform: scale(1.05) rotate(0.0deg);
	transform: scale(1.05) rotate(0.0deg);	
	}