/* Fuentes */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* GLOBALES */
:root {
	--primario: #009fe3;
	--secundario: #ff6600;
	--fondo1: #fff;
	--fondo2: #eee;
}
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: 17px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: var(--primario);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: var(--secundario);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: 600;
	text-transform: uppercase;
}
h2 {
	color: var(--primario);
	margin-bottom: 40px;
}
h3 {
	color: var(--primario);
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 70px;
		padding-bottom: 170px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: rgba(0, 0, 0, .2);
}
::selection {
    text-shadow: none;
	background: rgba(0, 0, 0, .2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.icono-btn {
	margin-left: 10px;
}
.btn-1 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 12px;
	padding-right: 60px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-radius: 0px !important;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: var(--secundario);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
.btn-1 i {
	margin-left: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.btn-1:hover {
	padding-right: 20px;
}
.btn-1:hover i {
	margin-left: 50px;
}
.btn-2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	background-color: var(--secundario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 12px;
	padding-right: 60px;
	padding-bottom: 12px;
	padding-left: 20px;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: var(--primario);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
.btn-2 i {
	margin-left: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.btn-2:hover {
	padding-right: 20px;
}
.btn-2:hover i {
	margin-left: 50px;
}
.btn-3 {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--secundario);
	font-size: 15px;
	line-height: 15px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-right: 60px;
	outline: none !important;
	border: none !important;
	margin-top: 16px;
	padding-left: 0px;
	
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
	
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: var(--secundario);
}
.btn-3 i {
	margin-left: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.btn-3:hover {
	padding-right: 20px;
}
.btn-3:hover i {
	margin-left: 50px;
}
.e20 {
	margin-top: 20px;
}
.e100 {
	margin-top: 100px;
}
/*/*/
/* NAVIGATION */
.navbar {
    border-color: transparent;
    background-color: #222;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.logo {
	width: auto;
	height: 30px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
#navbarResponsive {
	margin-top: 20px;
}
.navbar .navbar-toggler i {
    color: #666;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: #fff;
}
.nav-link  {
	color: #eee;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-weight: 400;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: #666;
}
.nav-link.activo {
    outline: 0;
    color: #fff;
	background-color: var(--primario);
}
.redes-top .nav-link {
	padding-right: 0px !important;
	font-size: 24px;
	margin-top: -2px;
	line-height: 26px;
}
.link-nautica i {
	margin-left: 6px;
	rotate: -45deg;
}

@media(min-width:1200px) {
	.navbar {
		border-color: transparent;
		background-color: transparent;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.logo {
		width: auto;
		height: 35px;
	}
	.nav-link  {
		color: #eee;
		text-transform: uppercase;
		font-size: 14px;
		padding-left: 17px !important;
		padding-right: 17px !important;
		font-weight: 400;
	}
    #mainNav.navbar-shrink {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: rgba(34,34,34,.9);
    }
	#mainNav.navbar-shrink .logo {
		height: 35px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
}
@media(min-width:1400px) {
	.navbar {
		border-color: transparent;
		background-color: transparent;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.logo {
		width: auto;
		height: 40px;
	}
	.nav-link  {
		color: #eee;
		text-transform: uppercase;
		font-size: 14px;
		padding-left: 20px !important;
		padding-right: 20px !important;
		font-weight: 400;
	}
    #mainNav.navbar-shrink {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: rgba(34,34,34,.9);
    }
	#mainNav.navbar-shrink .logo {
		height: 50px;
	}
}
/*/*/
/* ENCABEZADO */
.panel-header {
	padding-top: 150px;
	color: #FFF;
}
@media(min-width:768px) {
	.panel-header {
		padding-top: 120px;
	}
}
@media(min-width:992px) {
	.panel-header {
		padding-top: 200px;
	}
}
.img-header {
	padding-right: 80px;
	padding-left: 80px;
}
.texto-header-1 {
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	margin-bottom: 0px;
	font-size: 50px;
	font-weight: 700;
	line-height: 45px;
	display: block;
	text-transform: uppercase;
}
.texto-header-2 {
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
}
.carousel-indicators {
	margin-bottom: 40px;
}
.carousel-indicators button {
	background-color: #666 !important;
}
.carousel-indicators button.active{
	background-color: var(--secundario) !important;
}
@media(min-width:768px) {
	.texto-header-1 {
		font-family: 'Poppins',Helvetica,Arial,sans-serif;
		margin-bottom: 0px;
		font-size: 70px;
		font-weight: 700;
		line-height: 64px;
		display: block;
		text-transform: uppercase;
	}
	.texto-header-2 {
		font-family: 'Poppins',Helvetica,Arial,sans-serif;
		margin-bottom: 60px;
		font-size: 21px;
		line-height: 21px;
		font-weight: 400;
		display: block;
		text-transform: uppercase;
	}
	.carousel-indicators {
		margin-bottom: 100px;
	}
}
@media(min-width:992px) {
	.texto-header-1 {
		margin-bottom: 20px;
		font-size: 80px;
		font-weight: 700;
		line-height: 74px;
		display: block;
		text-transform: uppercase;
	}
	.texto-header-2 {
		margin-bottom: 60px;
		font-size: 24px;
		line-height: 24px;
		font-weight: 400;
		display: block;
		color: #eee;
	}
	.carousel-indicators {
		margin-bottom: 100px;
	}
}

/*/*/
/* BANDA LOGO */
#banda-logo {
	padding: 0px !important;
	background-image: url(../imagenes/fondo-banda.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	height: 120px;
	position: relative;
	top: -50px;
	margin-bottom: -80px;
	background-size: 100%;
}
.logo-banda {
	height: 60px;
	width: auto;
	position: relative;
	top: 40px;
}
@media(min-width:768px) {
	#banda-logo {
		padding: 0px !important;
		background-image: url(../imagenes/fondo-banda.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 180px;
		position: relative;
		top: -100px;
		margin-bottom: -100px;
	}
	.logo-banda {
		height: 80px;
		width: auto;
		position: relative;
		top: 70px;
	}
}
@media(min-width:992px) {
	#banda-logo {
		padding: 0px !important;
		background-image: url(../imagenes/fondo-banda.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 180px;
		position: relative;
		top: -100px;
		margin-bottom: -100px;
	}
	.logo-banda {
		height: 80px;
		width: auto;
	}
}
@media(min-width:1200px) {
	#banda-logo {
		padding: 0px !important;
		background-image: url(../imagenes/fondo-banda.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 140px;
		position: relative;
		top: -110px;
		margin-bottom: -110px;
	}
	.logo-banda {
		height: 80px;
		width: auto;
		position: relative;
		top: 0px;
	}
}
@media(min-width:1400px) {
	#banda-logo {
		padding: 0px !important;
		background-image: url(../imagenes/fondo-banda.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 160px;
		position: relative;
		top: -130px;
		margin-bottom: -130px;
	}
	.logo-banda {
		height: 100px;
		width: auto;
		position: relative;
		top: 0px;
	}
}
@media (min-width:1600px) {
	#banda-logo {
		padding: 0px !important;
		background-image: url(../imagenes/fondo-banda.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 160px;
		position: relative;
		top: -140px;
		margin-bottom: -140px;
	}
	.logo-banda {
		position: relative;
		top: 10px;
	}
}
@media(min-width:1750px) {
	#banda-logo {
		padding: 0px !important;
		background-image: url(../imagenes/fondo-banda.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 240px;
		position: relative;
		top: -170px;
		margin-bottom: -170px;
		background-size:100%;
	}
	.logo-banda {
		height: 100px;
		width: auto;
		position: relative;
		top: 20px;
	}
}
/*/*/
/* DESTACADO */
#destacado {
	background-color: var(--fondo2);
	background-image: url(../imagenes/fondo-destacado.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
.foto-tecnologia {
	background-image: url(../imagenes/foto-tecnologia.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 250px;
}
.destacado-tecnologia {
	font-size: 21px !important;
	line-height: 28px !important;
	padding-top: 10px;
}
#destacado p {
	font-size: 15px;
	line-height: 21px;
}
@media(min-width:992px) {
	.foto-tecnologia {
		height: 200px;
	}
}
@media(min-width:1200px) {
	.foto-tecnologia {
		height: 170px;
	}
}
/*/*/
/* SERVICIOS */
#servicios,
#productos {
	background-color: #fff;
	padding-bottom: 30px;
}
#servicios2 {
	
	padding-bottom: 30px;
}
#servicios h2,
#clientes h2 {
	color: var(--secundario) !important;
}
.titulo-servicio {
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	font-size: 21px;
	line-height: 25px;
	margin-top: 20px;
}
#servicios p,
#productos p,
#servicios2 p {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	margin-bottom: 40px;
	margin-top: 6px;
	display: block;
}
/*/*/
/* CLIENTES */
#clientes,
#contenido {
	background-color: #fff;
	background-image: url(../imagenes/fondo-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
#dudas .titulo-servicio {
	display: block;
	margin-top: 80px;
}
#dudas .btn-2 {
	margin-left: 10px;
	margin-top: 20px;
}
#dudas2 .titulo-servicio {
	display: block;
	margin-top: 0px;
}
#dudas2 .btn-2 {
	margin-left: 10px;
	margin-top: 20px;
}
#clientes img,
#logos img  {
	margin-bottom: 20px;
	margin-left: 7px;
	margin-right: 7px;
}
/*/*/
/*! CONTACTO */
#contacto {
	background-color: #fff;
}
#contacto hr {
	border-color: #333;
	max-width:80px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.dato-contacto {
	display: block;
	margin-top: 20px;
}
.dato-contacto2 {
	display: block;
	margin-top: 20px;
	color: var(--primario);
}
.dato-contacto i,
.dato-contacto2 i {
	margin-bottom: 10px;
}
.formulario {
	margin-top: 50px;
}
.form-group {
    margin-bottom: 28px;
}
.form-group input,
.form-group textarea {
	padding: 16px;
	color: #333;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-group textarea.form-control {
	height: 230px;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-control:focus {
	border-color: var(--primario) !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.text-danger {
	color: #f00;
}
/*!*/

/*! UBICACION */
#ubicacion {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
/*!*/

/*! PIE */
footer {
	background-color: #222;
	color: #999;
	font-size: 14px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}
footer a {
	color: #999;
	-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: #fff;
}
.copy {
	font-size: 16px;
	color: #bbb;	
}
footer hr{
	border-color: rgba(255,255,255,.25);
	margin-top: 30px;
	margin-bottom: 40px;
}
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;
}
.instagram-pie {
	font-size: 40px;
	margin-top:40px !important;
	margin-left: 15px;
	margin-right: 15px;
}
.tienda-pie {
	font-weight: 700;
	text-transform: uppercase;
	color: #099;
}
.tienda-pie i {
	margin-right: 7px;
}
@media(min-width:992px) {
	.subir {
		text-align: right;
		margin-top: 0px;
		padding-top: 0px;
	}
	.instagram-pie {
		font-size: 40px;
		margin-top:10px;
	}
}
.prod-pie {
	font-weight: 700;
	color: #ccc;
	text-transform: uppercase;
}
footer img {
	height: 40px;
	width: auto;
}
.creditos {
	display: block;
	background-color: #333;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
.creditos a {
	color: #ccc;
}
.creditos a:hover,
.creditos a:focus {
	color: #999;
}
/*!*/

/*! WHATSAPP */
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
/*!*/