@charset "utf-8";
/* BarilocheWeb.com.ar  */

/* General Settings
================================= */
body{
	font-family: "Montserrat", sans-serif;
	color: #666;
	line-height: 1.714286;
	}
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: #81A0AC;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: #81A0AC;
    color: #fff;
    text-shadow: none;
}
.btn{
	font-size:14px;
	padding: 9px 25px;
	border-width: 2px;
	border-radius: 21px;
}
.btn-primary, .btn-primary:focus{
	background-color: #81A0AC;
	border-color: #81A0AC;
	color: #FFF;
}
.btn-primary:hover{
	background-color: transparent;
	border-color: #81A0AC;
	color: #81A0AC;
}
.btn-white, .btn-white:focus{
	background-color: #FFF;
	border-color: #FFF;
	color: #81A0AC;
}
.btn-white:hover{
	background-color: transparent;
	border-color: #FFF;
	color: #FFF;
}
.h1{
	color: #333;
	font-size: 36px;
	font-weight: 100;
	line-height: 1.2;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.h2{
	color: #333;
	font-size: 28px;
	font-weight: 100;
	line-height: 1.2;
	margin: 0px 0px 15px 0px;
	padding: 0px;	
}
.h3{
	color: #333;
	font-size: 22px;
	font-weight: 100;
	line-height: 1.2;
	margin: 0px 0px 15px 0px;
	padding: 0px;	
}
.h1 span, .h2 span, .h3 span{
	font-weight: 600;
}
.bl{
	border-left: 2px solid #81A0AC;
	padding-left: 15px;
}
/*
.contenedor{
	margin-top:124px; 
}
*/
.displaynone{
	display:none;
	}
.bggrey{
	background-color: #F6F6F6;
}
.bgprimary{
	background-color: #81A0AC;
}
.color-white{
	color: #FFF;
}
.color-primary{
	color: #81A0AC;
}
.fw-600{
	font-weight: 600;
}
.fs-30{
	font-size: 30px;
}

/* 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:30px;
	}	


/* First Menu
================================= */
#firstmenu{
	position: absolute;
	top: 0px;
	left:0px;
	right: 0px;
	height: 40px;
	z-index: 3;
}
#firstmenu ul{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	font-size: 0px;
}
#firstmenu ul li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 10px 0px;
	color: #FFF;
	padding: 0px 20px;
	border-right: 1px solid #EEE;
	font-weight: 300;
	opacity: 0.5;
}
#firstmenu ul li:last-child{
	border-right: none;
}
#firstmenu ul li i{
	margin-right: 10px;
}

/* Secondmenu
================================= */
#secondmenu{
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	background: transparent;
	z-index: 5;
}
#secondmenu .navbar-brand{
	display: none;
	}
#secondmenu .logo{
	display: none;
}
#secondmenu .logo img{
	margin-top: 12px;
}
#secondmenu .logo-white{
	position: relative;
	height: 80px;
	width: 250px;
	display: block;
	}
#secondmenu .logo-white img{
    position: absolute;
	display:block;
    width: 193px;
	height: auto;
    left: 0px;
    bottom:10px;
	z-index:5;
}
#secondmenu .navbar-nav li a {
	background-color: transparent;
	color: #FFF;
    text-transform: uppercase;
	}
#secondmenu .navbar-nav li.active a, #secondmenu .navbar-nav li a:hover{
    color: #81A0AC;
	}
#secondmenu .navbar-toggle{
	border-color: #DDD;
	background-color: transparent !important;
	color: #DDD !important;
    padding: 4px 10px;
	margin-top: 26px;
	margin-bottom: 26px;    
}


/* Scrolled
================================= */
#secondmenu.scrolled{
	position:fixed;
	top: 0px;
	background: #FFF;
	-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);	
}
#secondmenu.scrolled .navbar-nav li a {
	color: #333;
	}
#secondmenu.scrolled .navbar-nav li.active a, #secondmenu.scrolled .navbar-nav li a:hover{
    color: #81A0AC;
}
#secondmenu.scrolled .logo{
	display: block;
}
#secondmenu.scrolled .logo-white{
	display: none;
}
#secondmenu.scrolled .navbar-toggle{
	border-color: #333;
	color: #333 !important;
}

	
/* 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:670px;
    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: 220px;
	text-align: center;
	}
#slider .caption .subtitle{
	display:block;
	font-size: 24px;
	line-height:1.1;
	font-weight:100;
	color:#EEE;
	margin-bottom:20px;
	}	
#slider .caption .title{
	display:block;
	font-size:50px;
	line-height:1.1;
	font-weight:100;
	color:#FFF;
	margin-bottom:20px;
	}
#slider .caption .title span{
	font-weight: 700;
	color: #81A0AC;
}	
#slider .caption .description{
	display: inline-block;
	width: 60%;
	font-size:15px;
	color:#CCC;
	}
#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;
}


/* Section
================================= */
.section{
	position: relative;
	padding: 100px 0px 80px 0px;
}
.section-sm{
	position: relative;
	padding: 60px 0px 55px 0px;
}

/* About
================================= */
.triangle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0;
	height: 0;	
	border-top: 90px solid #81A0AC;
	border-right: 90px solid #81A0AC;
	border-bottom: 90px solid transparent;
	border-left: 90px solid transparent;
	z-index: -1;
}
.about1{
	width: 100%;
}

/* 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;
}

/* 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;
}

/* Timer
================================= */
.timer-container{
	margin-bottom: 30px;
}
.timer-container i{
	font-size: 30px;
	height: 75px;
	width: 75px;
	line-height: 75px;
	border: 1px solid rgba(129, 160, 172, 0.4);
	color: #81A0AC;
	border-radius: 50%;
	margin:20px 0px;
	-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: #FFF;
}
.timer-container .title{
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
	color: #BBB;
}
.timer-container:hover i{
	margin-top:10px;
	margin-bottom: 30px;
	background-color: #81A0AC;
	color: #FFF;
}

/* Testimonial
================================= */
#slidertestimonial{
	text-align: center;
}
#slidertestimonial .caption{
	width: 70%;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#slidertestimonial .caption p{
	text-align: center;
	font-style: italic;
	color: #CCC;
	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%;
    border: 1px solid #81A0AC;
	color: #81A0AC;
    font-family:'FontAwesome';
   	content: "\f10d";
    font-size: 14px;
    display: block;
}
#slidertestimonial .caption .title{
	color: #FFF;
	font-size: 21px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 5px;
}
#slidertestimonial .caption .subtitle{
	color:#81A0AC;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 300;
}
#slidertestimonial .carousel-control, #slidertestimonial .carousel-control:focus{
	position: relative;
	display:inline-block;
	top:auto;
	bottom: 0px;
	margin:0px 3px;
	height:30px;
	width:30px;
	line-height: 30px;
	font-size: 13px;
	text-shadow:none;
	color:#FFF;
	filter:none !important;
	background-image:none;
	background-color:#81A0AC !important;
	opacity:1;
	filter:alpha(opacity=100);
	text-align:center;
	border-radius: 4px;
	}
#slidertestimonial .carousel-control:hover{
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	color: #333 !important;
	}



/* caracteristica
================================= */
.caracteristica{
	text-align: center;
	margin-bottom: 30px;
	color: #999;
	min-height: 220px;
}
.caracteristica i{
	font-size: 32px;
	margin-bottom: 15px;
	color: #81A0AC;
}	
.caracteristica .title{
	font-size: 21px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

/* bgintro
================================= */
#bgintro{
	background:url('../images/slider/1.jpg') 0px 0px #111 repeat;
	background-size: cover;
	height:230px;
}
#bgintro .title{
	display:block;
	text-align:right;
	font-weight: 100;
	line-height:1.1;
	letter-spacing: 2px;
	font-size:34px;
	color:#FFF;
	margin-top:170px;
	}


/* servicio
================================= */
.servicio{
	text-align: center;
	margin-bottom: 50px;
	color: #999;
	border: 2px solid #FFF;
	padding: 30px;
	box-shadow: 0 5px 35px -7px #ccc;	
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
	min-height: 410px;
}
.servicio i{
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #f6f6f6;
	font-size: 28px;
	margin-bottom: 15px;
	color: #333;
}	
.servicio .title{
	font-size: 21px;
	font-weight: 600;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.714286;
}
.servicio:hover{
	border-color: #81A0AC;
	box-shadow: none;
}
.servicio:hover i{
	background-color: #81A0AC;
	color: #FFF;
}

/* mercadopago
================================= */
.mercadopago img{
	max-width:100%;
	}


/* Metodologias
================================= */
.about2{
	width: 100%;
}
.ullist{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
.ullist li{
	position: relative;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 25px;
}
.ullist li i{
	position: absolute;
	top: 5px;
	left: 0px;
	color: #81A0AC;
	margin-right: 10px;
}
.metodo{
	color: #CCC;
}
.metodo .title{
	font-size: 16px;
	color: #81A0AC;
	font-weight: 600;
}


/* clientes
============================== */
.clientes{
	background-color:#f6f6f6;
	text-align:center;
	}
.clientes img{
	max-width:100%;
	opacity:0.5;
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-o-transition:all .6s ease;
	transition:all .6s ease;
	margin-bottom:15px;	
	}
.clientes img:hover{
	opacity:0.8;
}		


/* text-big
================================= */
.text-big{
	color: #FFF;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 20px;
}

/* 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:0px 0px 30px 0px;
	padding:0px;
	list-style:none;
	}
.ulcontacto li{
	position:relative;
	margin:0px 0px 20px 0px;
	padding:0px;
	display:block;
	padding-left:80px;
	min-height: 60px;
}
.ulcontacto li i{
	position:absolute;
	text-align: center;
	top:0px;
	left:0px;
	font-size: 16px;
	height: 60px;
	line-height:60px;
	width: 60px;
	border-radius: 50%;
	background-color: #f6f6f6;
	color: #81A0AC;
	}
.ulcontacto li .title{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.714286;
	color: #333;
}
#map-canvas{
	min-height:380px;
	border-radius: 6px;
	z-index: 0;
}	


/* Footer
================================= */
#footer{
	background-color:#1f2426;
	color: #939393;
	font-size: 13px;
	padding-top: 100px;
}
#footer .title{
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	border-left: 2px solid #81A0AC;
	padding-left: 15px;
	color: #FFF;
	margin-bottom: 30px;
}
#footer .destacado{
	color:#c3c3c3;
}
#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: #1a1f21;
	color: #939393;
}
#subfooter a{
	color: #EEE;
	text-decoration: none;
}
#subfooter a:hover{
	color: #FFF;
}


/* Redesfooter
================================= */
/*
.redesfooter{
	display:block;
	margin:10px 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:40px;
	height:40px;
	line-height:40px;
	color:#939393;
	border: 1px solid #939393;
	border-radius:50%;
	vertical-align:middle;
	text-align:center;
	box-sizing: content-box;	
	}
.redesfooter li a:hover{
	border-color: #81A0AC;
	background-color:#81A0AC;
	color:#FFF !important;
	}
*/	
			
/* 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;
	font-size:17px;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius: 50%;
	text-align:center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #81A0AC;
    display: none;
	z-index:5;
	}
#backtotop:hover{
    background-color:#333;
	}


/* WhatsappButton
================================= */
.whatsappbutton, .whatsappbutton:focus{
	display:inline-block;
	position: fixed;
	font-size:16px;
	width: 40px;
	height: 40px;
	line-height:40px;
    bottom: 15px;
	left:15px;
    text-decoration: none !important;
    color: #FFF;
    background-color: #30B945;
    text-align: center;	
	z-index:5;
	border-radius: 50%;
	}
.whatsappbutton:hover{    
    background-color:#333;
    color: #FFF;
	}	


/* Flags
================================= */
.idioma{
	display: block;
	margin: 10px 0px 0px 0px;
	padding:0px;
	list-style:none;
	font-size: 0px;
}
.idioma li{
	margin: 0px;
	padding: 0px;
	display:inline-block;
	}	
.idioma li a{
	font-size: 13px;
	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;}



/* 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: 1200px) {
	.servicio{
			min-height: 520px;
	}
}

@media screen and (max-width: 992px) {
	.h1{
		font-size: 30px;
	}
	.h2{
		font-size: 24px;
	}
	.h3{
		font-size: 20px;
	}
	#slider .caption .subtitle{
		font-size:20px;
	}	
	#slider .caption .title{
		font-size:40px;
	}
	#slider .caption .description{
		width: 70%;
	}
	.servicio{
			min-height: 420px;
	}	
}
@media screen and (max-width: 767px) {
	.h1{
		font-size: 28px;
	}
	.h2{
		font-size: 22px;
	}
	.h3{
		font-size: 20px;
	}
	#firstmenu ul li{
		padding: 0px;
		border-right: none;
	}	
	#secondmenu .logo-white {
		left: 15px;
	}
	#secondmenu .navbar-collapse{
		background-color: #333;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0px !important;
		margin-right: 0px !important;
		border-radius: 10px;	
	}
	#secondmenu.scrolled .navbar-collapse{
		background-image: none;
		background-color: #FFF;
	}
	#secondmenu.scrolled .logo {
		margin-left: 15px;
	}
	#slider .caption{
		padding-top: 190px;
	}
	#slider .caption .subtitle{
		font-size:18px;
	}	
	#slider .caption .title{
		font-size:34px;
	}
	#slider .caption .description{
		width: 90%;
	}
	#slider .carousel-control, #slider .carousel-control:focus{
		top:auto;
		bottom: 20px;
	}
	.triangle {
		border-top: 60px solid #81A0AC;
		border-right: 60px solid #81A0AC;
		border-bottom: 60px solid transparent;
		border-left: 60px solid transparent;
	}	
	#slidertestimonial .caption{
		width: 90%;
		min-height: 360px;
	}
	#bgintro .title{
		font-size:28px;
	}	
	#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);	
	}