body{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#b9bebe;
}

a{
	color: #5290d7;
}
a:hover{
	color: #4b82d2;
    text-decoration:none;
}	

/* general */
.btn:hover, .btn:focus, .btn:active:focus, button, button:hover, button:active:focus, button:focus{
	outline:none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.img-block{
	width:100%;
	height:auto;
	display:block;	
}

.img-background{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover !important;	
}

.img-container{
	margin-bottom:20px;	
}

.pad-content{
	padding:55px 0;	
}
.pad-content-top{
	padding-top:0;	
}
.pad-content-bottom{
	padding-bottom:0;
}

.table-content{
	display: table;
    width: 100%;
    height: 100%;
}
.table-wrapper{
	vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.absolute{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.the-content img {
    max-width: 100%;
    height: auto;
}

.square {
	width: 100%;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-nada{
	padding:0;
	background-color:transparent;
	border:none;	
}

/* MENU ----------------------------------- */
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default {
    background-color: #fff;
    border: none;
    
    min-height: inherit;
    margin-bottom: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.sticky .navbar-default {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-default .navbar-brand, .custom-logo-link {
    height: auto;
	padding: 16px 15px;
	padding-right: 60px;
}

.navbar-default .navbar-nav>li {
    border-right: solid 1px #b9bebe;
}
.navbar-default .navbar-nav>li:first-child {
    border-left: solid 1px #b9bebe;
}

.navbar-default .navbar-nav>li>a {
    color: #b9bebe;
    font-size: 14px;
    padding: 36px 11px;
    text-transform: uppercase;
    min-width: 76px;
    text-align: center;
	font-weight:400;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav li .active {
    color: #5091d7;
    background-color: transparent;
}

.container{
	position:relative;	
}

#valley {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 170px;
    padding: 15px;
    height: 100%;
}

/* TOP --------------------------------------------------------- */
.top-home{
	padding-top:90px;	
}

.has-menu{
	padding-top:120px !important;
}

.carousel .carousel-control {
    background-image: none;
    filter: none;
    width: 27px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: 11;
    background-color: #4a4a4a;
    left: 10%;
    background:url(../img/arrow-prev.svg) center center no-repeat;
    background-size: cover;
}
.carousel .carousel-control.right {
    left: inherit;
    right: 10%;
    background:url(../img/arrow-next.svg) center center no-repeat;
    background-size: cover;
}

.glyphicon:before {
  display:none;
}

.carousel-inner{
	height:90vh;	
}
.menu-item {
    border: none !important;
}
.shadow{
	background-color:rgba(0,0,0,.4);	
}

.container-slider{
	color:#fff;	
}
.container-slider p{
	font-size: 35px;
    letter-spacing: 1px;
}

.title{
	margin:0;
	font-weight:400;
}
.big-title{
	margin-bottom: 10px;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* PRODUCTOS --------------------------------------- */
.intro{
	padding-bottom: 30px;
    background-image: url(../img/gotas.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 120px;
    margin-bottom: 50px;
}
.bg-blue .intro{
    background-image: url(../img/gotas-white.svg);
}

.section-title{
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #5091d7;
    margin-bottom: 25px;
}

.block-productos{
	padding:0 15px;
	margin-bottom:35px;	
}

.block-productos-img{
	width: 160px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: solid 1px #5091d7;
    padding: 6px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.block-productos:hover .block-productos-img{
    padding: 0;
	border-color:#fff;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.block-round{
	border-radius:50%;
	overflow:hidden;	 
}

.strong-title{
	margin-bottom:25px;
	color:#000;	
	font-size:22px;
}

.block-productos-text p{
	font-size: 14px;
    line-height: 23px;
}

/* SERVICIOS ------------------------------------- */
.bg-blue{
	background-color:#5091d7;
	color:#fff;
}

.white-title{
	color:#fff;	
}

.list-servicios li{
	margin:0;
}

.list-servicios li{
	padding: 0 25px;
    margin-bottom: 20px;
    width: 400px;
}

/* PARALLAX */
.parallax-window{
	width: 100%;
	min-height: 300px;
    background: transparent;
	border-top:solid 10px #fff;
}

/* NOSOTROS ------------------------------------ */
.bg-grey{
	background-color:#f8f8f8;	
}

#nosotros ul{
	padding-top:20px;
}
#nosotros ul li{
	max-width:170px;	
}

/* CONTACTO ----------------------------------- */
label {
    display: block;
    font-weight: 300;
    text-align: left;
}

.form-control {
    height: 42px;
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpcf7-submit{
	background-color: #5290d7;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    padding: 10px 10px;
    min-width: 200px;
    display: block;
}
.wpcf7-submit:hover{
	background-color: #4b82d2;
    color: #fff;
}

.map-content{
	padding-top:20px;
	position:relative;	
	background-color:#b9bebe;
}

#map{
	height:300px;	
}

/* alertas */
div.wpcf7-response-output {
    margin: 0;
    margin-top: 19px;
    padding: 15px;
}

#footer .wpcf7-not-valid-tip, #footer .wpcf7-response-output{
	display:none !important;
}

div.wpcf7-validation-errors { /* amarillo */
    border: 1px solid #ffce54;
	background-color: #ffdd87;
	color: #8a6d3b;
}

span.wpcf7-not-valid-tip { /* rojo */
    color: #da4453;
	margin-top:5px;
	font-weight: 700;
	font-size:12px;
}
div.wpcf7-mail-sent-ng {
    border: 1px solid #ed5565;
	background-color: #f2838f;
	color: #a94442;
}

div.wpcf7-mail-sent-ok { /* verde */
    border: 1px solid #a0d468;
	background-color: #b9df90;
	color: #3c763d;
}

/* FOOTER -------------------------------------------- */
footer{
	background-color:#b9bebe;
	font-size:14px;
	position:relative;
}
footer, footer a{
	color:#fff;	
}

footer h6{
	margin:0;
	margin-bottom:5px;
	font-size:20px;
	text-transform:uppercase;	
	color:#666666;
}

footer ul{
	margin:0;
}

footer ul li{
	line-height:20px;
}

.social-links{
	margin-bottom:15px;
}
.social-links li{
	float:right;
}
.social-links li a{
	display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    color: #bbbebe;
    background-color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.social-links li a:hover{
    background-color: #000;
}

.copyright{
    margin: 0;
    text-align: right;
}
.copyright span{
	display:block;	
}

/* MAS ------------------------------------------------ */
.clearfix-double{
	display:none;	
}

/* muu */
#muu{
	position: absolute;
	z-index: 9999;
	bottom: 0;
	right:0;
}

/* delay */
.delay01{
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}

/* toggle */
.navbar-toggle {
    margin-top: 21px;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default .navbar-toggle {
    border-color: #5290d7;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #5290d7;
}

/* recaptcha */
.grecaptcha-badge{
	visibility: collapse !important;  
}

/* MEDIA QUERYS ------------------------------------------ */
@media (max-width:1200px) {
	.strong-title {
		font-size: 20px;
	}
}

@media (max-width:992px) {
	.navbar-default .navbar-brand, .custom-logo-link {
		padding: 10px;
	}
	.navbar-default .navbar-brand img{
		width: 55px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding: 28px 8px;
		min-width: inherit;
	}
	#valley {
		width: 140px;
	}
	
	.top-home {
		padding-top: 76px;
	}
	.has-menu {
		padding-top: 95px !important;
	}
	
	.clearfix-double{
		display:block;	
	}
	
	.list-servicios li {
		padding: 0;
		margin-bottom: 40px;
		width: auto;
	}
}

@media (max-width:767px) {
	#valley {
		right: 60px;
		bottom: inherit;
		height: 75px;
	}
	
	.navbar-nav {
		margin: 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 15px;
		padding: 10px 15px;
		text-align: left;
		border-bottom: solid 1px #5290d7;
	}
	.navbar-default .navbar-nav>li:last-child>a {
		border-bottom: none;
	}
	
	.big-title {
		font-size: 40px;
	}
	.container-slider p {
		font-size: 22px;
		letter-spacing: 0;
	}
	
	.carousel .carousel-control {
		left: 4%;
	}
	.carousel .carousel-control.right {
		left: inherit;
		right: 4%;
	}
}

@media (max-width:600px) {
	footer {
		text-align: center;
	}
	.social-links li {
		float: none;
	}
	.copyright {
		position: relative;
		width: 100%;
		text-align: center;
		padding: 35px 15px;
		padding-bottom: 0;
	}
}

@media (max-width:480px) {
	body {
		font-size: 16px;
	}

	.big-title {
		font-size: 30px;
	}
	.container-slider p {
		font-size: 18px;
	}
}

@media (max-width:360px) {
	.navbar-default .navbar-brand img {
		width: 100px;
	}
	#valley {
		width: 120px;
	}
	
	footer {
		font-size: 13px;
	}
}