@charset "utf-8";
/* BarilocheWeb.com.ar  */

/* General Settings
================================= */
body{
	color:#6f6f6f;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.72;
	}
a,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: #9ECF5E;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: #9ECF5E;
    color: #fff;
    text-shadow: none;
}
.btn{
	font-size:14px;
	padding: 10px 20px;
	border-width: 2px;
	font-weight: 500;
	letter-spacing: .45px;
}
.btn-primary, .btn-primary:focus{
	background-color: #9ECF5E;
	border-color: #9ECF5E;
	color: #FFF;
}
.btn-primary:hover{
	background-color: #404241;
	border-color: #404241;
}
.btn-default, .btn-default:focus{
	background-color: transparent;
	border-color: #9ECF5E;
	color: #9ECF5E;
}
.btn-default:hover{
	background-color: #404241;
	border-color: #404241;
	color: #FFF;
}
/*
hr{
	margin: 20px 0px 20px 0px;
	border: 0;
	border-top: 1px solid #ececec;
}
*/
.contenedor{
	padding-top: 100px;
}
.displaynone{
	display:none;
}
.subtitle{
	font-size: 15px;
	font-weight: 500;
	color:#9ECF5E;
}
.h1{
	color: #404241;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px;
}
.h2{
	color: #404241;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px;	
}
.h3{
	color: #404241;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px;	
}
.h4{
	color: #404241;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px;	
}
.divider{
	position: relative;
	margin-bottom: 16px;
}
.divider::after{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: auto;
	display: inline-block;
	width: 73px;
	height: 6px;
	background-image: url("../images/divider.png");
	background-repeat: no-repeat;
}
.text-center .divider::after{
	right: 0;
}
.bgdefault{
	background-color: #9ECF5E;
}
.bgprimary{
	background-color: #9ECF5E;
}
.bggrey{
	background-color: #f7f7f7;
}
.text-white{
	color: #FFF;
}
/*

.box-grey{
	background-color: #FAFAFA;
}
label{
	color: #404241;
}
.form-control{
	height:44px;
	box-shadow:none !important;
	}
.form-status{
	display:none;
	line-height:44px;
	}
.btn-margin{
	margin: 0px 5px 10px 5px;
}
*/

/* Section
================================= */
.section{
	position: relative;
	padding: 90px 0px 60px 0px;
}
.section-sm{
	position: relative;
	padding: 60px 0px 30px 0px;
}

		
/* 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 .firstmenu-container{
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(231,231,231,0.3);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(231,231,231,0.3);
	box-shadow: inset 0px -1px 0px 0px rgba(231,231,231,0.3);
	height: 46px;
	line-height: 46px;
	letter-spacing: .45px;
}
#firstmenu .items{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#firstmenu .items li{
	float: left;
	margin: 0px 5px;
	padding: 0px;
	font-size: 14px;
}	

#firstmenu .redes{
	float: right;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#firstmenu .redes li{
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#firstmenu .redes li a{
	display: block;
	width: 30px;
	text-align: center;
}


/* 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: 46px;
	left: 0px;
	right: 0px;
	}
#secondmenu .navbar-brand{
	text-indent:-1000px;
	}
#secondmenu .navbar-header{
	position:relative;
	}
#secondmenu .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:18px;
	z-index:2;
	}
#secondmenu .navbar-nav > li > a {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background-color: #FFF !important;
}
#secondmenu .navbar-nav > li.active > a{
	color: #9ECF5E !important;
}
.navbar-toggle {
	background-color: #9ECF5E !important;
	color: #FFF !important;
    padding: 4px 10px;
	margin-top: 43px;
	margin-bottom: 43px;    
}
.navbar-collapse{
	background-color: #FFF;
}
.dropdown-menu{
	border-color: #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);	
}
.dropdown-menu > li > a {
	padding: 10px 25px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;	
}


/* Scrolled
================================= */
#secondmenu.scrolled{
    position:fixed;
	top:0px;
	left: 0px;
	right: 0px;
	}


/* Bgintro
================================= */
#bgintro{
	background:url('../images/slider/1.jpg') 0px 0px #111 repeat;
	background-size: cover;
	height:150px;
	position: relative;
}
#bgintro:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(20deg, rgba(0,0,0,0.3) 0%, rgba(68,68,68,0.10) 100%); 
}	
#bgintro .title{
	position: relative;
	display:block;
	text-align:right;
	font-family: "Montserrat", sans-serif;
	font-size:40px;
	line-height:1.2;
	font-weight:700;
	color:#FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	margin-top:60px;
	z-index: 0;
	}

/* Slider
================================= */
#slider{
	position: relative;
	overflow:hidden;
	border-bottom: 6px solid #666;
	}
#slider .logoslider{
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0.85;
	z-index: 2;
}
#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;
	}
#slider .bgslider1{
	background: url('../images/slider/1.jpg') no-repeat center 0px #444 !important;
	}
#slider .bgslider2{
	background: url('../images/slider/2.jpg') no-repeat center 0px #444 !important;
	}
#slider .bgslider3{
	background: url('../images/slider/3.jpg') no-repeat center 0px #444 !important;
	}
#slider .carousel-inner .item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(20deg, rgba(0,0,0,0.3) 0%, rgba(68,68,68,0.10) 100%); 
	z-index: -1;
}		
#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:center;
	}
#slider .caption{
	display: inline-block;
	padding-top: 110px;
	width: 70%;
	}
#slider .caption .title{
	font-family: "Montserrat", sans-serif;
	display:block;
	font-size:50px;
	line-height:1.2;
	font-weight:700;
	color:#FFF;
	margin-bottom:25px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	}
#slider .caption .description{
	font-size:16px;
	color:#FFF;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 25px;
	}
#slider .carousel-indicators{
	bottom:15px;	
	}
#slider .carousel-indicators li{
	box-shadow:none;
	border-color:#FFF;
	background-color:#FFF;
	width:8px !important;
	height:8px !important;
	margin:0px 8px !important;
	border-radius:2px;
	opacity:1;
	/*
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	}
#slider .carousel-indicators .active {
	border-color:#9ECF5E;
	background-color:#9ECF5E;
	opacity:1;
}


/* Caracteristicas
================================= */
/*
.caracteristica{
	background: #fff;
	border: 5px solid rgba(0,0,0,0.05);
	padding: 25px 20px;
	text-align: center;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	margin-bottom: 30px;
	min-height: 270px;
}
.caracteristica i{
	font-size: 36px;
	margin-bottom: 20px;
}
.caracteristica .title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #404241;
	margin-bottom: 10px;
}
.caracteristica:hover{
	border-color: #9ECF5E;
}
*/

/* About
================================= */
.about{
	width: 100%;
}


/* Apart
================================= */
.alojamiento{
	margin-bottom: 50px;
}
.alojamiento .subtitle{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	color:#9ECF5E;
	letter-spacing: 1px;
}
.alojamiento .title{
	position: relative;
	color: #404241;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px 0px 30px 0px;	
}
.alojamiento .title::before {
    content: "";
    width: 70px;
    height: 1px;
    background: #EEE;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.tags {
    display: block;
    margin: 25px 0px 0px 0px;
    padding: 10px;
    list-style: none;
    border-top: 1px solid #EEE;
}
.tags li {
    margin: 0px 15px 0px 0px;
    padding: 0px;
    display: inline-block;
    font-size: 13px;
}
.tags li::before {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #9ECF5E;
    margin-right: 5px;

}


/* Caracteristicas
================================= */
.caracteristica{
	background: #fff;
	border: 5px solid #EEE;
	padding: 25px 20px;
	text-align: center;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	margin-bottom: 30px;
	min-height: 270px;
}
.caracteristica i{
	font-size: 36px;
	margin-bottom: 20px;
	color: #9ECF5E;
}
.caracteristica .title{
	font-weight: 500;
	font-size: 18px;
	color: #404241;
	margin-bottom: 10px;
}
.caracteristica:hover{
	border-color: #9ECF5E;
}





/*
.novedad{
	margin-bottom: 60px;
}
.novedad img{
	width: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.2);
	box-shadow: 0 0px 30px rgba(0,0,0,0.2);	
}
.novedad .subtitle{
	color: #9ECF5E;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.novedad .title{
	font-family: "Montserrat", sans-serif;
	color: #404241;
	font-size: 23px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	line-height: 1.72;
}
.novedad .date{
	color: #404241;
	font-size: 15px;
	padding: 0px 5px 10px 5px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}
.novedad .date i{
	margin-right: 10px;
}
*/

/* Cursos
================================= */
/*
.cursos{
	margin-bottom: 60px;
}
.cursos img{
	width: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.2);
	box-shadow: 0 0px 30px rgba(0,0,0,0.2);	
}
.cursos .subtitle{
	color: #9ECF5E;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cursos .title{
	font-family: "Montserrat", sans-serif;
	color: #404241;
	font-size: 23px;
	font-weight: 600;
	border-bottom: 1px solid #ececec;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 1.72;	
}
.cursos .price{
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #9ECF5E;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0px 25px 0px;
}
.cursos .price i{
	margin-right: 5px;
}
*/

/* pulsebutton
================================= */
/*
.pulsebuttoncontainer{
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	bottom: auto;
	text-align: center;
	margin-top: -40px;
}
.pulsebutton{
    position: relative;
    height: 80px;
    width: 80px;
    background: #9ECF5E;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    margin: 0px;
    padding: 0px;
    outline: 0;
    border: none;
    font-size: 22px;
	color: #fff;
}
.pulsebutton::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
.pulsebutton::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
*/

/* boxwatch
================================= */
/*
#boxwatch{
	background:url('../images/boxwatch.jpg') 0px 0px #111 repeat;
	background-size: cover;
	background-attachment:fixed !important;
	background-repeat:no-repeat !important;
	background-position:center 0px !important;
	height:400px;
	text-align: center;
	padding-top: 130px;
}
#boxwatch a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
}
#boxwatch a .icontainer{
    position: relative;
    height: 80px;
    width: 80px;
    background: #9ECF5E;
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    margin-bottom: 20px;
}
#boxwatch a .icontainer i{
	color: #fff;
}	
#boxwatch a .icontainer::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
#boxwatch a .icontainer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}
*/

/* Testimonial
================================= */
#slidertestimonial{
	text-align: center;
	margin-bottom: 20px;
}
#slidertestimonial .caption{
	width: 70%;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#slidertestimonial .caption p{
	text-align: center;
	font-style: italic;
	word-spacing: 1px;
	min-height: 145px;
	margin-bottom: 30px;
}
#slidertestimonial .caption p:before {
    margin: 0px auto 30px auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #9ECF5E;
    font-family:'FontAwesome';
   	content: "\f10d";
    font-size: 28px;
    display: block;
}
#slidertestimonial .caption .title{
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #404241;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#slidertestimonial .caption .subtitle{
	letter-spacing: 0.8;
	color:#9ECF5E;
	font-size: 11px;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 1;
}
#slidertestimonial .carousel-control, #slidertestimonial .carousel-control:focus{
	position: relative;
	display:inline-block;
	top:auto;
	bottom: 0px;
	margin:0px 5px;
	height:36px;
	width:36px;
	line-height: 36px;
	font-size: 16px;
	text-shadow:none;
	color:#FFF;
	filter:none !important;
	background-image:none;
	background-color:#9ECF5E !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: #FFF !important;
	background-color: #404241 !important;
	}


/* Buying
================================= */
.mediosdepago{
	max-width: 100%;
}
/*
.bigprice{
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #9ECF5E;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0px 25px 0px;
}
.bigprice i{
	margin-right: 5px;
}

*/

/* Preguntas frecuentes
================================= */	
.faqs{
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}
.faqs li{
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
	}
.faqs li .faqs-a{
	position: relative;
	display:block;
	background-color: #f9f9f9;
	color:#404241;
	cursor:pointer;
	font-size:16px;
	line-height: 18px;
	padding:17px 17px 17px 65px;
	margin:0px;

	font-weight: 500;
	border-radius: 4px;
	overflow: hidden;
	}
.faqs li .faqs-a i{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	font-size:14px;
	width: 52px;
	line-height: 52px;
	text-align:center;
	vertical-align: middle;
	background-color: #9ECF5E;
	color: #FFF;
}

.faqs li.active .faqs-a, .faqs li:hover .faqs-a{
	/* color:#5696de; */
	}	
.faqs li .faqs-p{
	display:none;
	margin:0px;
	padding:15px 15px 15px 65px;
	background-color: #FFF;
	color: #777;
	font-size:14px;	
	}
.imgFrecuentes{
	max-width: 100%;
}	


/* Tarifas
================================ */
.tarifas{
	border-color:#9ECF5E;
	margin-bottom: 50px;
	}
.tarifas .panel-heading{
	background-color:#9ECF5E;
	border-color:#9ECF5E;
	font-size: 18px;
}
.tarifas .panel-body{
	padding: 30px;
}
.tarifas .subtitle{
	font-size: 15px;
    font-weight: 500;
    color: #9ECF5E;
	}
.tarifas ul{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:10px;	
	}
.tarifas ul li{
	display:block;
	margin:0px;
	padding:0px;
	background: url('../images/linea.gif') repeat-x 0px center transparent;
	font-size:14px;
	line-height:26px;
	}
.tarifas ul li span{
	display:inline-block;
	background-color:#FFF;
	font-size:14px;
	line-height:26px;
	padding-right:15px;	
	}		
.tarifas ul li .precio{
	display:inline-block;
	background-color:#FFF;	
	float:right;
	font-size:14px;
	line-height:26px;	
	padding-right:0px;	
	padding-left:15px;	
	}


/* Contacto
================================= */
label{
	color: #404241;
}
.form-control{
	background-color: #f9f9f9;
	height:44px;
	box-shadow:none !important;
	}
.form-status{
	display:none;
	line-height:44px;
	}

.ulcontacto{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.ulcontacto li{
	position:relative;
	margin:0px 0px 20px 0px;
	padding:0px;
	display:block;
	padding-left:75px;
}
.ulcontacto li .icontainer{
	position:absolute;
	text-align: center;
	top:5px;
	left:10px;
	height: 50px;
	line-height:50px;
	width: 50px;
	color: #FFF;
	border-radius: 50%;
	background-color: #9ECF5E;
	}

.ulcontacto li p b{
	font-weight: 600;
	color: #404241;
	display: block;
}	
#map-canvas{
	min-height:500px;
	z-index: 0;
	}	



/*
.ulcontacto{
	margin:10px 0px 30px 15px;
	padding:0px;
	list-style:none;
	}
.ulcontacto li{
	position:relative;
	margin:0px 0px 15px 0px;
	padding:0px;
	display:block;
	padding-left:75px;
}
.ulcontacto li .icontainer{
	position:absolute;
	text-align: center;
	top:5px;
	left:10px;
	height: 35px;
	line-height:35px;
	width: 35px;
	color: #FFF;
	border-radius: 4px;
	background-color: #9ECF5E;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
	}

.ulcontacto li .icontainer i{
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);	

}
.ulcontacto li p b{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #404241;
	display: block;
}	
#map-canvas{
	min-height:380px;
	}
*/	


/* Login
================================= */
/*
.formlogincontainer{
	padding: 40px;
	border: 4px solid #e5e5e5;
	border-radius: 4px;
}
.close {
	line-height: 1.2;
	margin-left: 5px;
}
.idcursocontenido{
	display: none;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	list-style: none;
}
.idcursocontenido li{
	margin: 0px;
	padding:10px 15px;
	border-bottom:1px dashed #d1d1d1;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
	}
.idcursocontenido li:first-child{
	border-top:1px dashed #d1d1d1;
}	
.idcursocontenido li:hover{
	background-color: #FAFAFA;
}
.idcursocontenido li .type{
	display: inline-block;
	color: #AAA;
	background-color: #EEE;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0px 15px;
	border-radius: 3px;
	min-width: 80px;
	text-align: center;
}
.idcursocontenido li a{
	text-decoration: none;
}
.idcursocontenido li a:hover{
	color: #404241;
}
.modal-header{
    background: #9ECF5E;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFF;
}
.modal-header .close{
    color: #FFF;
}
.modal-title{
	font-family: "Montserrat", sans-serif;
}	
iframe, audio{
	background:url(../images/loader.gif) center center no-repeat;
}	
#modalmp3 .modal-body audio{
	width:100%;
	}


.idioma{
	float: right;
	display: inline-block;
	margin: 0px;
	padding:0px;
	list-style:none;
	font-size: 0px;
}
.idioma li{
	display:inline-block;
	}
.idioma li a{
	display: block;
	padding: 55px 15px;
}		
.idioma li a i{
	display:inline-block;
	vertical-align:middle;
	height:14px;
	width:22px;
	background-image:url("../images/flags.png");
	background-repeat:no-repeat;
	}
.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;}
*/

		
/* Footer
================================= */
#footer{
	background-color:#2A292B;
	color: #898989;
	padding-top:80px;
	padding-bottom:30px;
}

#footer .title{
	color: #fff;
	opacity: .8;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .45px;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 10px;
	font-weight:500;
}
/*
#footer .title::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #ffb606;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
*/
#footer .enlaces{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#footer .enlaces li{
	font-size:14px;
	line-height:24px;
	padding:0px;
	margin:0px 0px 5px 0px;
	}
#footer .enlaces li::before{
	font-family: FontAwesome;
	content: "\f101";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:15px;
}
#footer .enlaces li a{
	letter-spacing: .28px;
	color:#898989;
	text-decoration:none;
	}
#footer .enlaces li a:hover{
	padding-left:5px;
	color:#9ECF5E;
	}
	
#footer .datos{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#footer .datos li{
	position:relative;
	font-size:14px;
	line-height:24px;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px 0px;	
	}
#footer .datos li i{
	position:absolute;
	top:3px;
	left:0px;
	font-size:18px;
	}
/*
#footer .btn-primary{
	color:#242424;
	}	
#footer .btn-primary:hover{
	color:#ffb606;
	}		
*/


/* 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:#9ECF5E;
	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:#9ECF5E;
	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+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzY1RTQxREY5MzRCMTFFREExNzdFRjE3MTIwREY1NDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzY1RTQxRTA5MzRCMTFFREExNzdFRjE3MTIwREY1NDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNjVFNDFERDkzNEIxMUVEQTE3N0VGMTcxMjBERjU0MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNjVFNDFERTkzNEIxMUVEQTE3N0VGMTcxMjBERjU0MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjAi64QAAAL1SURBVHjatJbbThNRFIZnylCg1LEWBAUj2iAl8SxGY4wXGuOdiU9gvPSZfAVvvDDRRC+NGr3RqKARFcUDioKCHATa8d/JN8lKY6VThp186e6c/rXWXnut7UdR5NUZGXFMjIkFrh0WoegUi+KeqHpNDH8d4cviiLgpHoqi+MD9EdEjbqUtHI+rooAhD8RTMcO902JOPNsM4UNiSezBw9fim5gQreK8uC2iJMKZBp75KLrFHfGd/zmxU6yKWdGb1ONGhGfwZguhLolRkswZ8FIMbIawG8/FoPgt5vF2grX/Kf6I7GYIO8E3CPrigshjxEFxVpxgmzU0ggRGzpFkfYi9EE/4dd63Y4xbkq/rJVsm4dKs8tHHhDaigLhiMo1xA6y/l6awRwH5ggEVPL0mLhERl/W7RUvawh779wdLtSKum4r2CcP2prXG8WhBOE+Y5ykgtfkwTMa7KCwTnQ157MT2kUTLXMuS0SHzMkWnD+eytVpBE/u+n3p9Ukwi1sFe7qCTDfM7jaFrzdRqO0b4mFvPo3SrPJ67ZNvP2k/ROCoY69eGOonwAGI3apKsnW3mjPqMYSHzVLL6lNm/9t15QnkfQ5wRZwj7hoX7TSdq51rEtTjh2sRW5iu001SE40axZoQ9M9+FaJbEKqUhXCWBisZLO3Jsn1m8dSH/RZ/2mxUuUBDaeD7iY63mmR00irfs3U6Kx8V6zSLT4BbK4kkX77QYb3wMm+L5brwd4l7YjHAZwQNiG57EwvEezZDZdr23cz9uIsM1EaorHFIWc7DAoa5sKlQXax8LDPJuD+KLHB4KvJOzlTIwBsSeBITLI2QrnLvGxRWuFykoo3ywl240zrKMcRotkJQ+ni8yjwLEYs8rePG+tsRRDh9hWAjnWNshvPL4nyf7J41jgelu1cCE6r/nb7L6Ffs4oDR2Ms+bD68SsaIpm3FRSdSdfDx6R2h7Cdtd84xby+OmZC5x6N/QQSAgo+M9WqaK2bFAJEp0p+l/tUI7/gowAIWF1qd86cGsAAAAAElFTkSuQmCC');
	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%;
	} 		



/* subfooter
================================= */
#subfooter{
	background-color:#222122;
	color: #666;
	padding-top:25px;
	padding-bottom:25px;
	font-size:14px;
	line-height:24px;	
	}
#subfooter a{
	color:#FFF;
	opacity:0.5;
	text-decoration:none;
	}
#subfooter a:hover{
	opacity:0.8;
	}		


/* 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: #d91c5c;
	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: #d91c5c;
	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: #47588f;

}
.faqs li.active .faqs-a, .faqs li:hover .faqs-a{
	background-color: #47588f;
	}	
.faqs li .faqs-p{
	display:none;
	margin:0px;
	padding:15px 15px 15px 65px;
	background-color: #FFF;
	color: #777;
	font-size:14px;	
	}
.imgFrecuentes{
	max-width: 100%;
}
*/

/* Contadores
================================= */
/*
.bgcontadores{
	background:url('../images/boximg.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;
	color: #FFF;
}
.timer-container{
	margin-bottom: 60px;
}
.timer-container i{
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
	opacity: 0.7;
}
.timer{
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}
.timer::before{
	position: absolute;
	display: block;
	width: 30px;
	height: 1px;
	background-color: #FFF;
	opacity: .5;
	content:"";
	bottom:0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;	
}
.timer-container .title{
	font-size: 24px;
	font-weight: 600;
	padding: 0px;
	margin:0px;
}
*/

/* Sponsor
================================= */
/*
.sponsor{
	display: inline-block;
	margin: 30px 20px;
}
.sponsor img{
	height: 80px;
	width: 220px;
	filter: grayscale(100%);
	opacity: 0.5;
	border-radius: 4px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
.sponsor:hover img{
	filter: initial;
	opacity: 1;
	-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.2);
	box-shadow: 0 0px 30px rgba(0,0,0,0.2);			
}
*/

/* hover-container
================================= */
.hover-container{
	position: relative;
	display: block;
	
}
.hover-container img{
	display: block;
	width: 100%;
}
.hover-container .hover{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(3,4,5,0);
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
.hover-container .hover i{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('data:image/gif;base64,R0lGODlhHwAfAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOERENDhBNzBCNUQxMUU3QThDOEQ3NTE4QjY1REJENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOERENDhBODBCNUQxMUU3QThDOEQ3NTE4QjY1REJENCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4REQ0OEE1MEI1RDExRTdBOEM4RDc1MThCNjVEQkQ0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE4REQ0OEE2MEI1RDExRTdBOEM4RDc1MThCNjVEQkQ0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAB8AHwAAAkCMj6nLHeBig7Iiai3OcnPnfUwoKmR5oaA6saO7nKxsAvaN5/puZzT6KwVFw0+Rc/TBTMtEUtNMRQ3PSrUzFRUAADs=');
	opacity: 0;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.hover-container:hover .hover{
	background-color: rgba(3,4,5,0.5);
}
.hover-container:hover .hover i{
	opacity: 1;
	transform: rotate(180deg);
}


/* backtotop
================================= */
#backtotop, #backtotop:focus {
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	vertical-align: middle;
	border-radius: 50%;
	text-align:center;
    position: fixed;
    bottom: 15px;
    left: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #9ECF5E;
    display: none;
	z-index:4;
	font-size: 18px;
	}
#backtotop:hover{
    background-color:#111;
	}

/* WhatsappButton
================================= */
.whatsappbutton{
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #9ECF5E;
    border-radius: 50%;
    font-size: 22px;
    z-index: 11;
	}
.whatsappbutton:hover{    
    background-color:#111;
    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;
	}

.selectdate{
	display:inline-block;
	width:90px;
	}
.selectdatelg{
	display:inline-block;
	width:130px;	
	}
*/
	
/* Media Queries
================================= */
@media screen and (max-width: 1200px) {
	/*
	.caracteristica{
		min-height: 315px;
	}
	*/	
}
@media screen and (max-width: 992px) {

	.h1{
		font-size: 28px;
	}
	.h2{
		font-size: 24px;
	}
	.h3{
		font-size: 20px;
	}
	.h4{
		font-size: 18px;
	}	
	/*
	#slider .caption{
		width: 80%;
		}
	#slider .caption .title{
		font-size:40px;
		}
	#slidertestimonial .caption{
		padding: 15px;
		width: 80%;
	}
	#slidertestimonial .caption .title{
		font-size: 18px;
	}
	.caracteristica{
		min-height: 360px;
	}	
	*/
}

@media screen and (max-width: 767px) {
	#secondmenu .logo{
		top: 20px;
		left:15px;
	}
	#secondmenu .logo img{
		max-width: 250px;
	}
	#secondmenu .navbar-toggle {
	    margin-top: 33px;
	    margin-bottom: 33px;
	}

	#slider .caption{
		padding-top: 70px;
		width: 100%;
		}
	#slider .caption .title{
		font-size:38px;
	}
	#slider .carousel-control, #slider .carousel-control:focus{
		top:auto;
		bottom: 15px;
	}
	#subfooter .pull-right{
		float: none !important;
		display: block;
		clear: both;
	}

	/*
#secondmenu .navbar-nav > li > a {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	#slider .logoslider{
		width: 70px;
		height: auto;
	}
	#slider .caption{
		padding-top: 70px;
		width: 100%;
		}
	#slider .caption .title{
		font-size:28px;
		}
	#slider .caption .description{
		font-size:15px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.caracteristica{
		min-height: inherit;
	}
	.sponsor{
		display: inline-block;
		margin: 15px 20px;
	}
	#slidertestimonial .caption{
		width: 100%;
		min-height: 330px;
	}
	#slidertestimonial .caption .title{
		font-size: 17px;
	}		

	*/
}
@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);	
	}