/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #069;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #036;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
	color: #069;
}
h1 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Ruda',sans-serif;
    font-weight: 400;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 70px;
		padding-bottom: 80px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #d3eef7;
}
::selection {
    text-shadow: none;
    background: #d3eef7;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
/*/*/

/* NAVEGACION */
.navbar-default {
    border-color: #eee;
    background-color: #fff;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 110px;
	margin-top: 8px;
	margin-left: 15px;
	margin-bottom: 8px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background-color: #fff;
	margin-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #069;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #036;
}
.navbar-default .nav li a {
	font-family: 'Ruda', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	border-radius: 40px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #069;
	background-color: #eee;
}
.boton-activo a,
.boton-activo a:hover,
.boton-activo a:focus,
.boton-activo a:active {
	color: #fff !important;
	background-color: #005080 !important;
	border-radius: 40px;
	
}
@media(min-width:992px) {
    .navbar-default {
        padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 16px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-2.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 50px;
		width: 138px;
		margin-top: 16px;
		margin-left: 0px;
		margin-bottom: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.navbar-default .nav li a {
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 30px;
		font-size: 14px;
		padding-left: 12px;
		padding-right: 12px;
	}
    .navbar-default.navbar-shrink {
		padding-bottom: 6px;
    }
	.navbar-default.navbar-shrink.nav-home {
		padding-bottom: 6px;
		background-color: #fff !important;
		border-color: #eee !important;
    }
	.navbar-default.navbar-shrink .navbar-brand{
		background-image: url(../imagenes/logo-2.png);
		margin-top: 6px;
		width: 138px;
		height: 50px;
    }
	.navbar-default.navbar-shrink .nav li a{
		margin-top: 19px;
    }
	.navbar-default.navbar-shrink .dropdown .dropdown-menu li a {
		margin: 0px;
	}
	.nav-home {
		background-color: transparent !important;
		border-color: transparent;
	}
}
@media(min-width:1200px) {
    .navbar-default {
        padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 16px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 60px;
		width: 166px;
		margin-top: 16px;
		margin-left: 0px;
		margin-bottom: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.navbar-default .nav li a {
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 35px;
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
    .navbar-default.navbar-shrink {
		padding-bottom: 6px;
    }
	.navbar-default.navbar-shrink .navbar-brand{
		background-image: url(../imagenes/logo-2.png);
		margin-top: 6px;
		width: 138px;
		height: 50px;
    }
	.navbar-default.navbar-shrink .nav li a{
		margin-top: 19px;
    }
	.navbar-default.navbar-shrink .dropdown .dropdown-menu li a {
		margin: 0px;
	}
}
#banda-superior {
	padding-top: 7px;
	padding-bottom: 4px;
	background-color: #f7f7f7;
	font-size: 14px;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 12px;
	padding-right: 12px;
}
#banda-superior i {
	padding-right: 8px;
}
#banda-superior span {
	display: inline-table;
	margin-top: 0px;
	margin-bottom: 6px !important;
	margin-left: 15px;
	margin-right: 15px;
	height: 18px;
	vertical-align: top;
}
.redes-top {
	padding-right: 0px !important;
	font-size: 18px !important;
}
.dist a {
	text-transform: uppercase;
	font-size: 13px;
	color: #fff !important;
	background-color: #036;
	border-radius: 50px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 5px;
}
@media(min-width:992px) {
	#banda-superior {
		padding-bottom: 1px;
	}
}
/*/*/
/* ENCABEZADO */
.panel-header {
	padding-top: 130px;
}
.th-1 {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 20px;
}
.th-2 {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 800;
	font-style: italic;
	color: #069;
}
.th-3 {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 800;
	font-style: italic;
	color: #036;
}
.th-4 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 4px;
	margin-top: 0px;
	font-weight: 800;
	color: #036;
	font-style: italic;
}

@media(min-width:768px) {
	.panel-header {
		padding-top: 140px;
	}
	.th-1 {
		font-size: 14px;
		text-transform: uppercase;
		line-height: 18px;
		margin-bottom: 6px;
		margin-top: 20px;
	}
	.th-2 {
		font-size: 40px;
		text-transform: uppercase;
		line-height: 36px;
		font-weight: 800;
		font-style: italic;
		color: #069;
	}
	.th-3 {
		font-size: 40px;
		text-transform: uppercase;
		line-height: 36px;
		font-weight: 800;
		font-style: italic;
		color: #036;
	}
	.th-4 {
		font-size: 23px;
		line-height: 23px;
	}
}
@media(min-width:992px) {
	.panel-header {
		padding-top: 180px;
	}
	.th-1 {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 18px;
		margin-bottom: 6px;
		margin-top: 30px;
	}
	.th-2 {
		font-size: 54px;
		text-transform: uppercase;
		line-height: 48px;
		font-weight: 800;
		font-style: italic;
		color: #069;
	}
	.th-3 {
		font-size: 54px;
		text-transform: uppercase;
		line-height: 48px;
		font-weight: 800;
		font-style: italic;
		color: #036;
	}
	.th-4 {
		font-size: 30px;
		line-height: 30px;
	}
}
/*/*/
/* ACERCA */
#acerca {
	background-color: #069;
	background-image: url("../imagenes/fondo.png");
	background-position: center center;
	color: #fff;
	padding-top: 0px;
}
#acerca h1 {
	color: #fff;
}
.btn-1 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #005080;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 80px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 46px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #036;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	padding-right: 30px;
}
.icono-btn {
	margin-left: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.btn-1:hover .icono-btn,
.btn-1:focus .icono-btn {
	margin-left: 60px;
}	
/*!*/
/*! EMBARCACIONES */
#embarcaciones {
	background-color: #f5f5f5;
	background-image: url(../imagenes/top-bg-emb.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding-bottom: 0px;
}
#embarcaciones h1 {
	color: #069;
}
.panel-embarcaciones {
	margin-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
.titulo-emb {
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
	font-style: italic;
	color: #005080;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.titulo-emb i {
	font-size: 15px !important;
	line-height: 24px !important;
	display: inline-block;
	padding-top: -2px !important;
}
.tipo-emb {
	margin-bottom: 40px;
	display: block;
}
.tipo-emb:hover .titulo-emb {
	color: #036;
}
.tipo-emb:hover .icono-btn {
	margin-left: 60px;
}
.tipo-emb:hover img {
	box-shadow: 0px 5px 14px #666;
}
#embarcaciones img {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
/*!*/
/*! MOTORES */
#motores {
	background-color: #fff;
	background-image: url(../imagenes/top-bg-motores.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding-bottom: 40px;
	padding-top: 120px;
}
#motores img {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
.panel-logos {
	padding: 0px;
}
/*!*/

/*! UBICACION */
.ubicacion {
	background-color: #fff;
	margin-top: 30px;
	padding: 0px;
}
/*!*/
/*! CONTACTO */
#contacto {
	background-color: #333;
	color: #fff;
	padding-top: 0px;
	background-image: url(../imagenes/fondo-contacto.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#contacto h1 {
	color: #fff;
}
.dato-contacto {
	display: block;
	margin-top: 40px;
}
.dato-contacto span {
	font-size: 16px;
	line-height: 20px;
	display: block;
}
@media(min-width:768px) {
	.dato-contacto span {
		height: 40px;
	}
}
.dato-contacto a {
	color: #fff;
}
.dato-contacto a:hover,
.dato-contacto a:focus,
.dato-contacto a:active,
.dato-contacto a.active {
	color: #eee;
}
.dato-contacto i {
	font-size: 40px;
	margin-bottom: 12px;
	display: block;
}
.complete {
	display: block;
	margin-top: 40px;	
}
.formulario {
	margin-top: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 12px;
	color: #036;
	border-radius: 0px !important;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
}
.form-group textarea.form-control {
	height: 178px;
	background-color: #fff;
	border-color:#ccc;
}
.form-control:focus {
	border-color: #069 !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.text-danger {
	color: #f00;
}
#top-contacto {
	background-image: url(../imagenes/top-bg-contacto.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 68px;
	margin-bottom: 50px;
}
/*!*/
/*! PIE */
footer {
	background-color: #eee;
	color: #555;
	font-size: 14px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}
footer a {
	color: #555;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: #036;
}
footer hr{
	border-color:#ccc;
	margin-top: 24px;
	margin-bottom: 30px;
}
footer table i {
	font-size: 17px;
	margin-top: 3px;
	display: block;
}
footer table {
	margin-bottom:20px;	
}
footer td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.subir {
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	margin-top: 40px;
}
#redes-pie {
	margin-top: 30px;
}
.redes-pie {
	font-size: 40px;
	margin-left: 10px;
	margin-right: 10px;
	color: #069;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
}
.redes-pie:hover,
.redes-pie:focus,
.redes-pie:active {
	color: #036;
}
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
	z-index: 3500000000;
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
@media(min-width:992px) {
	.subir {
		text-align: right;
		margin-top: 0px;
		padding-top: 0px;
	}
	.redes-pie {
		font-size: 40px;
		margin-top:10px;
	}
}
.creditos {
	display: block;
	background-color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.creditos a {
	color: #666;
}
.creditos a:hover,
.creditos a:focus {
	color: #069;
}
/*!*/
/* ENCABEZADO */
#encabezado {
	display: block;
	margin-top: 136px;
	padding: 0px;
}
@media(min-width:360px) {
	#encabezado {
		display: block;
		margin-top: 88px;
		padding: 0px;
	}
}
@media(min-width:768px) {
	#encabezado {
		display: block;
		margin-top: 82px;
	}
}
@media(min-width:992px) {
	#encabezado {
		display: block;
		margin-top: 110px;
	}
}
@media(min-width:1200px) {
	#encabezado {
		display: block;
		margin-top: 124px;
	}
}
#encabezado img {
	width: 100%;
}
/*!*/
/* CONTENIDO */
#contenido {
	padding-top: 0px;
	background-color: #fff;
}
#contenido h1 {
	color: #069;
}
#contenido img {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.panel-embarcaciones2 {
	margin-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
.panel-logos-motores img {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
.panel-logos-motores {
	padding: 0px;
}
.dato-contacto2 {
	display: block;
	margin-top: 40px;
}
.dato-contacto2 span {
	font-size: 16px;
	line-height: 20px;
	display: block;
}
@media(min-width:768px) {
	.dato-contacto2 span {
		height: 40px;
	}
}
.dato-contacto2 a {
	color: #333;
}
.dato-contacto2 a:hover,
.dato-contacto2 a:focus,
.dato-contacto2 a:active,
.dato-contacto2 a.active {
	color: #069;
}
.dato-contacto2 i {
	font-size: 40px;
	margin-bottom: 12px;
	display: block;
	color: #069;
}
/*!*/
/* DESCRIPCIONES */
#descripcion {
	padding-top: 0px;
	background-color: #f5f5f5;
}
#descripcion h1 {
	color: #069;
}
#descripcion h4 {
	margin-top: 20px;
}
.desc {
	margin-top: 30px;
}
#descripcion table {
	border: solid 1px #ddd;
	margin-top: 30px;
}
#descripcion table h4 {
	margin-top: 1px;
	margin-bottom: 2px;
}
@media(min-width:992px) {
	#descripcion table {
		margin-top: 0px;
	}
}
.e10 {
	margin-top: 10px;
	display: block;
}
.tabla-botes {
	margin-top: 0px !important;
}
/*!*/
/* GALERIA */
#galeria {
	background-image: url(../imagenes/top-bg-galeria.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#galeria img {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#galeria img:hover {
	box-shadow: 0px 5px 14px #666;
}
.icono-ampliar {
	color: #069;
	margin-right: 7px;
}
.click {
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 20px;
}
.titulo-bote {
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
	font-style: italic;
	color: #005080;
	text-transform: uppercase;
	display: block;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	text-align: center;
	margin-bottom: 10px;
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #47502f;
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-color: rgba(255,255,255,.7);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 400;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
.properties-filter{line-height:36px;margin-bottom:30px;padding:0px;text-align:center}
.properties-filter li {
	display:inline-block;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
}
.properties-filter a{
	color:#333;
	font-size:14px;
	font-weight:400;
	padding:8px 12px;
	background-color: #f4f5f3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.properties-filter a:hover{
	background-color: #ffef00;
	color: #000;
}	
.properties-filter .selected a{
	background-color: #47502f;
	color: #FFF;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
  }
  .isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
  }
  /**** Isotope CSS3 transitions ****/
  .isotope,
  .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
  }
  .isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
  }
  .isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
  }
  /**** disabling Isotope CSS3 transitions ****/
  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
  }
  /* End: Recommended Isotope styles */
  /* disable CSS transitions for containers with infinite scrolling*/
  .isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
  }
  
  .property-item {
	  padding-bottom: 15px;	
	  padding-top: 15px;
  }	
  /*!*/
/*!*/

.video-emb {
	margin-bottom: 30px;
	margin-top:40px;
		
	}
}