@charset "utf-8";
/* BarilocheWeb.com.ar  */

/* General Settings
================================= */
body{
	color:#6f6f6f;
	font-family: 'Open Sans', 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: #3CAE3D;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: #3CAE3D;
    color: #fff;
    text-shadow: none;
}
.btn{
	font-size:14px;
	padding: 10px 20px;
	border-width: 2px;
}
.btn-primary, .btn-primary:focus{
	background-color: #3CAE3D;
	border-color: #3CAE3D;
	color: #FFF;
}
.btn-primary:hover{
	background-color: #232323;
	border-color: #232323;
}
.btn-default, .btn-default:focus{
	background-color: transparent;
	border-color: #3CAE3D;
	color: #3CAE3D;
}
.btn-default:hover{
	background-color: #232323;
	border-color: #232323;
	color: #FFF;
}
/*
hr{
	margin: 20px 0px 20px 0px;
	border: 0;
	border-top: 1px solid #ececec;
}
*/
.displaynone{
	display:none;
}
.subtitle{
	font-size: 15px;
	font-weight: 500;
	color:#3CAE3D;
}
.h1{
	color: #232323;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px;
}
.h2{
	color: #232323;
	font-family: "Montserrat", sans-serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px;	
}
.h3{
	color: #232323;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px;	
}
.h4{
	color: #232323;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0px 0px 10px 0px;
	margin:0px;	
}
.contenedor{
	margin-top:120px; 
}
.divider{
	position: relative;
	margin-bottom: 25px;
}
.divider::before{
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #3CAE3D;
	bottom: 0px;
	left: 0px;
	right: auto;
	margin: 0 auto;
}
.text-center .divider::before{
	right: 0;
}
.box-grey{
	background-color: #FAFAFA;
}
label{
	color: #232323;
}
.form-control{
	height:44px;
	box-shadow:none !important;
	}
.form-status{
	display:none;
	line-height:44px;
	}
.btn-margin{
	margin: 0px 5px 10px 5px;
}
/*		
.reloadCaptcha{
	display: inline-block;
	text-decoration:none !important;
	margin-top: 10px;
	margin-bottom: 10px;
	}
*/

		
/* 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:25px;
	}	


/* 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: 120px;
	}
#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:38px;
	z-index:2;
	}
#firstmenu .navbar-nav > li > a {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background-color: #FFF !important;
	padding-top: 50px;
	padding-bottom: 50px;
}
#firstmenu .navbar-nav > li > a::before{
	font-family: FontAwesome;
	content: "\f104";
	margin-right: 5px;
	opacity: 0.5;
	font-size: 12px;
	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;
}
#firstmenu .navbar-nav > li > a::after{
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 5px;
	opacity: 0.5;
	font-size: 12px;
	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;
}
#firstmenu .navbar-nav > li.active > a{
	color: #3CAE3D !important;
}
.navbar-toggle {
	background-color: #3CAE3D !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;	
}



.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #3CAE3D;
    background-color: transparent;
}




/* Scrolled
================================= */
#firstmenu.scrolled{
    height: 90px;
	}

#firstmenu.scrolled .navbar-nav > li > a{
	padding-top: 35px;
	padding-bottom: 35px;
}
#firstmenu.scrolled .logo{
	top: 23px;
}
#firstmenu.scrolled .navbar-toggle{
	margin-top: 28px;
	margin-bottom: 28px;
}


/* Bgintro
================================= */
#bgintro{
	background:url('../images/slider/1.jpg') 0px 0px #111 repeat;
	background-size: cover;
	height:150px;
}
#bgintro .title{
	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;
	}

/* Slider
================================= */
#slider{
	position: relative;
	overflow:hidden;
	border-bottom: 6px solid #666;
	}
#slider .logoslider{
	display: none;
	/*
	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-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%;
	}
#slider .carousel-indicators{
	bottom:15px;	
	}
#slider .carousel-indicators li{
	box-shadow:none;
	border-color:#FFF;
	background-color:#FFF;
	width:10px !important;
	height:10px !important;
	margin:0px 7px !important;
	border-radius:0px;
	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:#3CAE3D;
	background-color:#3CAE3D;
	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: 312px;
}
.caracteristica i{
	font-size: 36px;
	margin-bottom: 20px;
}
.caracteristica .title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #232323;
	margin-bottom: 10px;
}
.caracteristica:hover{
	border-color: #3CAE3D;
}

/* About
================================= */
.imgaboutcontainer{
	position: relative;
}
.about{
	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);	
}
.btn-home{
	margin-right: 15px;
}


/* Novedad
================================= */
.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: #3CAE3D;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.novedad .title{
	font-family: "Montserrat", sans-serif;
	color: #232323;
	font-size: 23px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	line-height: 1.72;
}
.novedad .date{
	color: #232323;
	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: #3CAE3D;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cursos .title{
	font-family: "Montserrat", sans-serif;
	color: #232323;
	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: #3CAE3D;
	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: #3CAE3D;
    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: #3CAE3D;
    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 .caption{
	padding: 20px 40px;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	border-top-width: 5px;
	width: 70%;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-radius: 4px;
}
#slidertestimonial .caption p{
	word-spacing: 1px;
	min-height: 130px;
	margin-bottom: 30px;
	font-style: italic;
}
#slidertestimonial .caption p:before {
    margin: 0px auto 15px auto;
    content: "\f10d";
    font-family:'FontAwesome';
    color: #e5e5e5;
    font-size: 24px;
    display: block;
}
#slidertestimonial .caption .title{
	font-family: 'Montserrat', sans-serif;
	color: #232323;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 5px;
}
#slidertestimonial .caption .subtitle{
	color:#3CAE3D;
	font-size: 13px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#slidertestimonial .carousel-control, #slidertestimonial .carousel-control:focus{
	position: relative;
	display:inline-block;
	top:auto;
	bottom: 0px;
	margin:0px 8px;
	height:35px;
	width:35px;
	line-height: 35px;
	font-size: 12px;
	text-shadow:none;
	color:#232323;
	filter:none !important;
	background-image:none;
	background-color:#FFF;
	opacity:1;
	text-align:center;
	border-radius: 3px;
	-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.05);
	box-shadow: 0 0px 30px rgba(0,0,0,0.05);		
	}
#slidertestimonial .carousel-control:hover{
	background-color: #3CAE3D;
	color: #FFF;
	}


/* Buying
================================= */
.bigprice{
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #3CAE3D;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0px 25px 0px;
}
.bigprice i{
	margin-right: 5px;
}
.mediosdepago{
	max-width: 100%;
}


/* Contacto
================================= */
.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: #3CAE3D;
	-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: #232323;
	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: #232323;
}
.modal-header{
    background: #3CAE3D;
    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:#1F1F1F;
	color: #939393;
}
#footer .title{
	position: relative;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#footer .title:before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: #3CAE3D;
}
#footer .datos{
	margin:0px;
	padding:0px;
	list-style:none;
	}
#footer .datos li{
	position:relative;
	padding:5px 0px 5px 30px;
	margin:0px;	
	}
#footer .datos li i{
	position:absolute;
	top:9px;
	left:0px;
	color:#c3c3c3;
	font-size: 16px; 
	}

#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;
}
#footer .institutologos{
	display: inline-block;
	margin-bottom: 30px;
}
#footer .institutologos img{
	max-width: 100%;
	opacity: 0.7;
}
.logofooter{
	opacity: 0.5;
}

/* Subfooter
================================= */
#subfooter{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	background-color: #191919;
	color: #939393;
}
#subfooter a{
	color: #c3c3c3;
	text-decoration: none;
}
#subfooter a:hover{
	color: #FFF;
}


/* Redesfooter
================================= */
.redesfooter{
	display:block;
	margin: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: #3CAE3D;
	background-color:#3CAE3D;
	color:#FFF !important;
	}

/* 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);			
}

/* backtotop
================================= */
#backtotop, #backtotop:focus {
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	vertical-align: middle;
	border-radius: 50%;
	text-align:center;
    position: fixed;
    bottom: 15px;
    left: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #3CAE3D;
    display: none;
	z-index:4;
	font-size: 18px;
	}
#backtotop:hover{
    background-color:#111;
	}


/* WhatsappButton
================================= */
.whatsappbutton{
	display: block;
    color: #FFF;
    background-color: #009039;
	width: 40px;
	height: 40px;
	line-height: 40px;	
	font-size:18px;
	text-align:center;
	border-radius: 3px;
	position: fixed;
    bottom: 15px;
	right:15px;
	z-index:5;
	}	
.whatsappbutton:hover{    
    background-color:#3CAE3D;
	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: 335px;
	}	
}
@media screen and (max-width: 992px) {
	#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: 410px;
	}	
}

@media screen and (max-width: 767px) {
	#firstmenu .logo{
		left:15px;
	}
	#firstmenu .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%;
	}
	#slider .carousel-control, #slider .carousel-control:focus{
		top:auto;
		bottom: 15px;
	}
	.caracteristica{
		min-height: inherit;
	}
	.sponsor{
		display: inline-block;
		margin: 15px 20px;
	}
	#slidertestimonial .caption{
		width: 100%;
		min-height: 330px;
	}
	#slidertestimonial .caption .title{
		font-size: 17px;
	}		
	#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);	
	}