@charset "utf-8";
/* BarilocheWeb.com.ar  */

/* General Settings
================================= */
a:link,a:visited, a:hover, a:active, button, select, input, option{
	text-decoration: none;
	outline:none !important;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}
*::-moz-selection{
    background: #FF5192;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: #FF5192;
    color: #fff;
    text-shadow: none;
}		
body{
	font-family: 'Lato', sans-serif;
	color: #838383;
	background-color: #F7F7F7;
	font-size: 16px;
	}
.displaynone{
	display:none;
	}
.form-status, .estate-form{
	display:none;
	line-height:44px;
}
.form-control{
	box-shadow:none !important;
	min-height: 44px;
	border-color: #d0d0d0;
	border-radius: 4px;
	}
.h1, h1{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:600;
	font-size:34px;
	color: #333;
	line-height: 1.2;
	}
.h2, h2{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:600;
	font-size:30px;
	color: #333;
	line-height: 1.2;
	}
.h3, h3{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:600;
	font-size:26px;
	color: #333;
	line-height: 1.2;
	}
.h4, h4{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:600;
	font-size:22px;
	color: #333;
	line-height: 1.2;
	}
.hline{
	position: relative;
	margin-bottom: 20px;
}
.hline:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 60px;
	height: 1px;
	background-color: #FF5192;
}		
.btn{
	padding: 9px 30px;
	font-weight: 400;
	text-shadow: none;
	text-transform: uppercase;
}
.btn-primary, .btn-primary:focus{
	color: #FFF;
	background-color: #FF5192;
	border-color: #FF5192;
}
.btn-primary:hover{
	color: #333;
	background-color: #FF5192;
	border-color: #FF5192;
}
.btn-default, .btn-default:focus{
	color: #FFF;
	background-color: #333;
	border-color: #333;
}
.btn-default:hover{
	color: #FF5192;
	background-color: #333;
	border-color: #333;
}
.btn-white, .btn-white:focus{
	color: #333;
	background-color: #FFF;
	border-color: #FFF;
}
.btn-white:hover{
	color: #FF5192;
	background-color: #FFF;
	border-color: #FFF;
}
#home{
	padding-top: 220px;
}
.background-white{
	background-color: #FFF;
}
.margin-2{
	margin: 2px;
}
/*
.text-black{
	color: #333;
}
.text-white{
	color: #FFF;
}

.background-primary{
	background-color: #FF5192;
}
.background-polygon{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.background-polygon:before{
	content: "";
	width: 750px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 9% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
	opacity: 0.1;
	background-color: #FFF;
}
.background-polygon:after{
	content: "";
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 50% 0, 70% 100%);
	border-radius: 100%;
	opacity: 0.1;
	background-color: #FFF;
}	
.font-size-large{
	font-size: 16px;
}
.font-size-large-large{
	font-size: 26px;
}
.margin-top-10{
	margin-top: 10px;
}
*/
.text-white{
	color: #FFF;
}
.background-image-1{
	position: relative;
	background-attachment:fixed !important;
	background-repeat:no-repeat !important;
	background-position:center 0px !important;
	background-size: cover;
	background-image: url('../images/slider/1.jpg');	
}
.background-image-1:before{
	content: "";
	position: absolute;	
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);

}


/* 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:110px;
	font-size:11px;
	text-transform:uppercase;
	}
#overlaypreloader img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom:15px;
	}


/* First Menu
================================= */
#firstmenu{
	position: absolute;
	top: 0px;
	left:0px;
	right: 0px;
	height: 160px;
	z-index: 3;
	background-color: #FFF;
	text-align: center;
}
#firstmenu .logo{
	display: inline-block;
	margin-top: 30px;
}

/* Secondmenu
================================= */
#secondmenu{
	position: absolute;
	top: 160px;
	left: 0px;
	right: 0px;
	z-index: 20;
}
#secondmenu .navbar-brand{
	display: none;
	}
#secondmenu .navbar-center {
    float: none;
    font-size: 0;
    position: relative;
	text-align: center;
}	
#secondmenu .navbar-center li {
    float: none;
    display: inline-block;
    margin: 0;
    text-rendering: optimizeLegibility;
}
#secondmenu .navbar-nav li a {
    font-size: 14px;
    line-height: 24px;
	font-weight:300;	
    letter-spacing: 1px;
    padding: 17.5px 30px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
	text-transform:uppercase;
	}
#secondmenu .navbar-nav li a::after {
    display: block;
    content: "";
    height: 1px;
    background-color: #FF5192;
    width: 0;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
    clear: both;
	}
#secondmenu .navbar-nav li a:hover:after{
	width:100%;
	}
#secondmenu .navbar-center::after, #secondmenu .navbar-center::before {
    border-top: 1px solid #cccccc;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    display: inline-block;
}
#secondmenu .navbar-center::after {
    top: 55%;
}
#secondmenu .navbar-nav li a{
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	}
#secondmenu .navbar-nav li a:hover{
	/*color: #FF5192 !important;*/
}	


#secondmenu .navbar-toggle{
	float:none;
	margin-left:0px;
	margin-right:0px;	
	border-color: #FF5192;
	background-color: #FF5192 !important;
	color: #FFF !important;
    padding: 2px 10px;
}
#secondmenu .navbar-nav li.active a, #secondmenu .navbar-nav li a:hover{
    color: #FF5192;
}



/* Scrolled
================================= */
#secondmenu.scrolled{
	position:fixed;
	top: 0px;
	-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);	
}



/* Menu
================================= */
/*
.dropdown-menu{
	background-color: #333;
	border:none;
	min-width: 210px;
	box-shadow: 0 5px 5px rgba(120,120,120,0.1);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.dropdown-menu::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
    right: 20px;
    top: -8px;
}
.dropdown-menu > li > a {
	color: #FFF !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
 }
 .dropdown-menu > li > a:hover{
 	color: #FF5192 !important;
 	padding-left: 25px !important;
 	padding-right: 15px !important;
 	background-color: transparent;
 }
*/

/* Menu animado
================================= */
/*
.navbar-nav > li > .dropdown-menu {
   -moz-animation: fadeInUpMenu .3s ease-in;
    -webkit-animation: fadeInUpMenu .3s ease-in;
    animation:fadeInUpMenu .3s ease-in;
}    
@-webkit-keyframes fadeInUpMenu{
	from{opacity:0;-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}
	to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpMenu{
	from{opacity:0;-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}
	to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInUpMenu{-webkit-animation-name:fadeInUp;animation-name:fadeInUp} 

@-webkit-keyframes flipInXMenu{
	from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}
	to{-webkit-transform:perspective(400px);transform:perspective(400px)}}
}
@keyframes flipInXMenu{	
	from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}
	to{-webkit-transform:perspective(400px);transform:perspective(400px)}}
}	
.flipInXMenu{-webkit-animation-name:flipInX;animation-name:flipInX} 
*/

/* bgintro
================================= */
/*
#bgintro{
	position: relative;
	background:url('../images/slider/1.jpg') 0px 0px #444 repeat;
	background-position: center;
	background-size: cover;
	min-height:240px;
}
*/
	
#slider{
	position: relative;
	overflow:hidden;
	}
#slider .delay05 {animation-delay: 0.5s;}
#slider .delay10 {animation-delay: 1s;}
#slider .delay15 {animation-delay: 1.5s;}
#slider .delay20 {animation-delay: 2s;}
#slider .carousel-inner .item{
	min-height: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-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-inner .item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(20deg, rgba(0,0,0,0.7) 0%, rgba(68,68,68,0.12) 100%); 
	z-index: -1;
}	
#slider .carousel-control, #slider .carousel-control:focus{
	display:inline-block;
	top:50%;
	margin-top:-31px;
	height:62px;
	width:62px;
	text-shadow:none;
	color:#FFF;
	filter:none !important;
	background-image: url('../images/arrows.png');
	background-color:transparent !important;
	opacity:0.5;
	filter:alpha(opacity=50);
	text-align:center;
	}
#slider .carousel-control.left{
	left:-100px;
	}
#slider .carousel-control.right{
	background-position: 62px 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: 130px;
	width: 70%;
	}
#slider .caption .title{
	display:block;
	font-size:48px;
	line-height:1.2;
	font-weight:700;
	color:#FFF;
	margin-bottom:25px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	text-transform: uppercase;
	letter-spacing: 0.75px;
	}
#slider .caption .description{
	font-size:18px;
	color:#FFF;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 25px;
	}
#slider .carousel-indicators{
	bottom:15px;	
	}
#slider .carousel-indicators li{
	box-shadow:none;
	border: 2px solid #FFF;
	/* border-color:#444; */
	background-color:#EEE;
	width:12px !important;
	height:12px !important;
	margin:0px 10px !important;
	border-radius:50%;
	opacity:1;
    -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:#FF5192;
	background-color:#FF5192;
	opacity:1;
}


/* Producto
================================= */
.producto{
	background-color: #FFF;
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 8px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;		
}
.producto:hover{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-transform: translateY(-5px);
  	transform: translateY(-5px);	
}
.producto .imagen-container img{
	width: 100%;
}
.producto .description-container{
	padding: 15px 15px 20px 15px;
}
.producto .description-container p{
	min-height: 125px;
}
.producto .description-container .titulo{
	color: #FF5192;
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

/* Contacto
================================= */
.contacto{
	margin-bottom: 40px;
}
.contacto i{
	font-size: 50px;
	color: #FF5192;
}
.contacto .titulo{
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}




/* ZoomInZoomOutLoop
================================= */
/*
@keyframes ZoomInZoomOutLoop {
    from {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    to {
        transform: scale(1.2);
        -webkit-transform: scale(1.2)
    }
}
@-webkit-keyframes ZoomInZoomOutLoop {
    from {
        transform: scale(1)
        -webkit-transform: scale(1)
    }
    to {
        transform: scale(1.2);
        -webkit-transform: scale(1.2)

    }

}
*/

/* option styled
================================= */
/*
.radio-group{
	text-align: center;
	margin-bottom: 15px;
}
.radio-group > label{
	box-shadow: none !important;
	color: #333 !important;
	background-color: #FFF;
	border-color: #FFF;
	margin: 0px 1px;
	font-size: 14px;
	padding: 6px 20px;
}
.radio-group > label.active{
	color: #FFF !important;
	background-color: #FF5192;
	border-color: #FF5192;
	
}
*/

/* Section
================================= */
.section{
	position: relative;
	padding: 90px 0px 60px 0px;
}
.section-sm{
	position: relative;
	padding: 60px 0px 30px 0px;
}


/* caracteristica
================================= */
/*
.caracteristica{
	position: relative;
	padding: 30px;
	border-radius: 8px;
	background-color: #FFF;
	margin-bottom: 30px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	text-align: left;
	overflow: hidden;
	z-index: 1;
}
.caracteristica:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	background-color: #FF5192;
	color: #FFF !important;
}
.caracteristica:hover .title-container .title, .caracteristica:hover .title-container i{
	color: #FFF;
}
.caracteristica .title-container{
	position: relative;
	padding-right: 70px;
	padding-bottom: 20px;
}
.caracteristica .title-container .title{
	font-size: 20px;
	color: #FF5192;
	font-weight: 500;
	line-height: 1.1;
	padding-bottom: 8px;	
}
.caracteristica .title-container .subtitle{
	text-transform: uppercase;
	color: #333;
}
.caracteristica .title-container i{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 46px;
	color: #FF5192;
}
*/

/* servicio
================================= */
/*
.servicio{
	position: relative;
	padding-right: 70px;
	margin-bottom: 20px;
	text-align: right;
}
.servicio .title{
	font-size: 22px;
	color: #FF5192;
	font-weight: 500;
}
.servicio i{
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 42px;
	color: #FF5192;
}
.servicio p{
	min-height: 72px;
}

.servicio-right{
	text-align: left;
	padding-right: 0;
	padding-left: 70px;
}
.servicio-right i{
	right: auto;
	left: 5px;
}
*/


/* Contacto
================================= */
/*
.caracteristica-contacto{
	text-align: center;
	background-color: #FFF;
	border-radius: 12px;
	padding: 30px 10px;
	margin-bottom: 20px;
}
.caracteristica-contacto i{
	color: #FF5192;
	font-size: 30px;
	margin-bottom: 10px;
}
.caracteristica-contacto .title{
	font-size: 18px;
	line-height: 1.1;
	color: #333;
	font-weight: 500;
	margin-bottom: 5px;
}

*/
#map-canvas{
	min-height:450px;
	border-radius: 8px;
	z-index: 0;
}



/* Footer
================================= */
#footer{
	background-color:#BF3D6D;
	color: #EEE;
}
#footer .title{
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-weight:700;
	margin-bottom: 20px;
	padding-top: 8px;
	text-transform: uppercase;
}
#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:#FFF;
	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: #EEE;
	padding: 4px 0px;
}
#footer .enlaces li a i{
	color: #FFF;
	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: #ED4D7E;
}
#footer .enlaces li a:hover i{
	margin-right: 20px;
}
#footer .logofooter{
	max-width: 100%;
	/*  */
	/*opacity: 0.7;*/
}

/* Subfooter
================================= */
#subfooter{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	background-color: #A6355E;
	color: #EEE;
}
#subfooter a{
	color: #EEE;
	text-decoration: none;
}
#subfooter a:hover{
	color: #FFF;
}


/* Redesfooter
================================= */
.redesfooter{
	display:block;
	margin:25px 0px 0px 0px; 
	padding:0px;
	list-style:none;
	}
.redesfooter li{
	margin:0px;
	padding:0px;
	margin-right:7px;
	display:inline-block;
	}
.redesfooter li a{
	display:block;
	width:46px;
	height:46px;
	line-height:46px;
	color:#FFF;
	background-color: #A6355E;
	border-radius:50%;
	vertical-align:middle;
	text-align:center;
	box-sizing: content-box;
	font-size: 16px;
	}
.redesfooter li a:hover{
	background-color:#FFF;
	color:#A6355E;
	}



/* Flags
================================= */
/*
.idioma{
	display: block;
	margin: 0px;
	padding:0px;
	list-style:none;
	font-size: 0px;
}
.idioma li{
	margin: 0px;
	padding: 0px;
	display:inline-block;
	}	
.idioma li a{
	display: block;
	font-size: 13px;
	line-height: 34px;
	color: #838383;
	text-decoration: none;
}	
.idioma li a:hover{
	color: #FFF;
}
.idioma li a i{
	display:inline-block;
	vertical-align:middle;
	height:14px;
	width:22px;
	background-image:url("../images/flags.png");
	background-repeat:no-repeat;
	margin: 10px 10px 10px 0px;
	float: left;
	}
.idioma li a i.flag-es{background-position:0px 0px;}
.idioma li a i.flag-en{background-position:0px -14px;}
.idioma li a i.flag-pt{background-position:0px -28px;}
.idioma li a i.flag-de{background-position:0px -42px;}
.idioma li a i.flag-fr{background-position:0px -56px;}
*/


/* WhatsappButton
================================= */
.whatsappbutton{
	display:inline-block;
	position: fixed;
    bottom: 15px;
	right:15px;
	z-index:9999;
	}
.whatsappbutton i{
    color: #FFF;
    background-color: #009039;
	width: 60px;
	height: 60px;
	line-height: 60px;	
	font-size:24px;
	text-align:center;
	border-radius: 50%;
	}	
.whatsappbutton:hover i{    
    background-color:#FF5192;
	color:#FFF;
	}	

/* Flotante
================================= */
.element-bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    -moz-animation: float 1500ms infinite ease-in-out;
    -o-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}
@keyframes float {
    0% {
       	-webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
}

/* Back-to-top
================================= */
.back-to-top, .back-to-top:focus {
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    bottom: 15px;
    left: 15px;
    text-decoration: none;
    color: #333;
    background-color: #FF5192;
    display: none;
    border-radius: 4px;
	}
.back-to-top:hover{    
    background-color:#333;
	color:#FF5192;
	}



	
/* Media Queries
================================= */
@media screen and (max-width: 1200px) {


}	
@media screen and (max-width: 992px) {
	#slider .caption{
		width: 80%;
	}	
	#slider .caption .title{
		font-size:40px;
	}			
}

@media screen and (max-width: 767px) {
	.h1, h1{
		font-size:30px;
		}
	.h2, h2{
		font-size:28px;
		}
	.h3, h3{
		font-size:24px;
		}
	.h4, h4{
		font-size:20px;
		}	
	#firstmenu .logo img{
		width: 280px;
	}
	#secondmenu .navbar-nav{
		margin:0px;
		padding:0px;
		}
	#secondmenu .navbar-nav > li {
	   display: block;
	}
	#secondmenu	.navbar-nav li a{
		padding: 12px 30px;
	}
	#secondmenu	.navbar-nav li a:hover:after{
		width:0px !important;	
	}
	#secondmenu .navbar-brand{
		display: none;
	}
	#slider .caption{
		padding-top: 90px;
		width: 95%;
	}
	#slider .caption .description{
		padding-left: 5%;
		padding-right: 5%;
	}

	#slider .caption .title{
		font-size:38px;
	}
	#slider .carousel-control, #slider .carousel-control:focus{		
		top: auto;
		bottom: 10px;
	}	
	#subfooter{
		padding-bottom: 70px;
	}
	#subfooter .pull-left, #subfooter .pull-right{
		float: none !important;
		margin-top: 10px;
	}					
}

@media screen and (max-width: 480px) {

}




/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* Custom select css */
select.form-control{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkQ1QTY4OUZDMkJEMTFFOUE4NEFCRDlBOEQ2RkU3MjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkQ1QTY4QTBDMkJEMTFFOUE4NEFCRDlBOEQ2RkU3MjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRDVBNjg5REMyQkQxMUU5QTg0QUJEOUE4RDZGRTcyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRDVBNjg5RUMyQkQxMUU5QTg0QUJEOUE4RDZGRTcyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuhApkkAAABySURBVHjaYgwNDd3KwMBwfNWqVS0MaCAsLCwfSPkwAYlVQNwMFKhDU1AIpCYA8XrG////gwR8gZx1QNwNxNVAXA7EbUAcDbRhOVgRVKcTkNoCxJeB2BCIg4EKNoPkmGDGAwX2ASlPIOYD4kCYAhAACDAAXUolMPEHHOQAAAAASUVORK5CYII=");
}
select.form-control::-ms-expand { 
    display: none;
}


/*
  Esto lo hice para hacer HOVER sobre menu. 
  Para meter link en hover superior borré esto del <a> esto: class="dropdown-toggle" data-toggle="dropdown";
  Y en celular hice que dorpdown esté siempre abierto con padding
*/
/*
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.dropdown .dropdown-menu {
		display: block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		padding: 5px 10px;
	}
	.dropdown-menu::after {
		display: none;
	}
}
*/