/*
Theme Name: NIPA GLOBAL TRADING
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Uni Sans';
    src: url('fonts/UniSansBold.eot');
    src: url('fonts/UniSansBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniSansBold.woff2') format('woff2'),
        url('fonts/UniSansBold.woff') format('woff'),
        url('fonts/UniSansBold.ttf') format('truetype'),
        url('fonts/UniSansBold.svg#UniSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uni Sans';
    src: url('fonts/UniSansRegular.eot');
    src: url('fonts/UniSansRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniSansRegular.woff2') format('woff2'),
        url('fonts/UniSansRegular.woff') format('woff'),
        url('fonts/UniSansRegular.ttf') format('truetype'),
        url('fonts/UniSansRegular.svg#UniSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {	
	--white: #ffffff;
	--blue: #245376;
	--orange: #EA7D20;
	--black: #000000;
	--primary: #002E3C;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: var(--primary);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.orange {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-orange {
	background: var(--blue);
}
.transition, .boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 11px 30px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.boton .fa {
	margin-left: 8px;
	font-size: 14px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--primary);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Uni Sans', sans-serif;
	font-weight: bold;
	color:var(--black);
}


/**** HEADER ****/
.top {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'Uni Sans', sans-serif;
	background:#2295a3;
}
.top .col-xs-4 {
	text-align: right;
}
.top a {
	color:#fff !important;
}
.top img {
	width: 19px;
	margin-right: 2px;
}
.top span.telefono {
	margin-right: 10px;
}
.top .social a {
	font-size: 17px;
	margin-left: 4px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 76px;
    margin-bottom: 8px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 16px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-top: 0;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Uni Sans', sans-serif;
	border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #2194A3;
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #2194A3;
    border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 31px;
}





.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--blue);
}

/** HOME **/
.carousel-home {
	border-top: 14px solid var(--blue);
	border-bottom: 14px solid var(--blue);
}
.carousel-home .content-carousel {
	overflow-x: hidden;
}
.carousel-home .col-sm-5 {
	position: relative;
	background:var(--blue);
	color:#fff;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.carousel-home .col-sm-5::before {
	content: '';
	width: 600px;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background:var(--blue);
}
.carousel-home .col-sm-5::after {
	content: '';
	width: 0; 
  	height: 0; 
  	border-left: 60px solid transparent;
  	border-right: 60px solid transparent;
  	border-bottom: 60px solid var(--blue);
  	position: absolute;
  	right: -50px;
  	bottom: 0;
}
.carousel-home h3 {
	color:#fff;
	font-weight: normal;
}
.carousel-home h1 {
	color:#fff;
}
.carousel-home h1::after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background:#fff;
	margin: 15px 0;
}
.carousel-home .boton {
	background:#fff !important;
	color:var(--blue) !important;
}
h1 {
	font-size: 48px;
	font-weight: normal;
}
.carousel-home h1 {
	font-weight: bold;
}
.linea {
	display: block;
	width: 140px;
	height: 2px;
	background:var(--orange);
	margin: 15px auto 30px auto;
}
.image {
	height: 400px;
	margin-bottom: 15px;
}
.texto {
	background:#f1edee;
	padding: 30px;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	height: 400px;
	margin-bottom: 30px;
}
.texto .block {
	display: block;
}
.texto h4, .noticia h4 {
	font-weight: normal;
	color: var(--blue);
}
.texto h4::after, .noticia h4::after {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: var(--orange);
	margin: 15px 0 20px 0;
}
h4 {
	font-size: 20px;
	color:var(--blue);
	font-weight: normal;
}
@media(min-width:767px) {
	.floatright {
		float: right;
	}
	.developer {
		text-align: right;
	}
	footer .col-sm-6 {
		padding-left: 40px;
	}
}
.idioma {
	display:  inline-block;
	margin-left: 15px;
	position: relative;
	top: -2px;
}
.idioma ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}
.idioma ul li {
	display: inline-block;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	color:#fff;
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: center;
}
.parallax h1 {
	color:#fff;
	text-align: center;
}
.linea2 {
	display: block;
	width: 140px;
	height: 2px;
	background:var(--white);
	margin: 15px auto 30px auto;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.triangulo {
	position: relative;
}
.triangulo::after {
	content: '';
	width: 0; 
  	height: 0; 
  	border-left: 50px solid transparent;
  	border-right: 50px solid transparent;
  	border-bottom: 50px solid var(--white);
  	position: absolute;
  	left: -50px;
  	bottom: 0;
}
footer {
	position: relative;
	background:var(--blue);
	color:#fff;
	padding-top: 40px;
	padding-bottom: 30px;
}
footer h4 {
	color:#fff;
	font-weight: bold;
	font-size: 18px;
}
.mapa {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.mapa iframe {
	width: 100%;
	height: 100%;
}
.copyright {
	background:#1a3a53;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	color:#fff;
}
.copyright a, .redes a {
	color:#fff !important;
}
.redes a {
	font-size: 18px;
	margin-right: 5px;
}
.cab {
	position: relative;
	border-top: 14px solid var(--blue);
	border-bottom: 14px solid var(--blue);
}
.cab h2 {
	color:#fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 36px;
}
.cab h2::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background:#fff;
	margin: 15px 0 0 0;
}
.cab .tont {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30%;
}
.cab .tont div {
	width: 100%;
	height: 100%;
}
.cab .content-carousel {
	overflow-x: hidden;
}
.cab .col-sm-5 {
	position: relative;
	background:var(--blue);
	color:#fff;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 30%;
}
.cab .col-sm-5::before {
	content: '';
	width: 600px;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background:var(--blue);
}
.cab .col-sm-5::after {
	content: '';
	width: 0; 
  	height: 0; 
  	border-left: 60px solid transparent;
  	border-right: 60px solid transparent;
  	border-bottom: 60px solid var(--blue);
  	position: absolute;
  	right: -50px;
  	bottom: 0;
}
.sup {
	color:var(--orange);
	letter-spacing: 2px;
	font-family: 'Uni Sans', sans-serif;
	margin-bottom: -10px;
}
.line {
	display: block;
	width: 80px;
	height: 2px;
	background:var(--orange);
	margin-top: 15px;
}
.links {
	text-align: center;
	padding-top: 6px;
	padding-bottom:6px;
}
.links a {
	font-family: 'Uni Sans', sans-serif;
	font-size: 20px;
	display: inline-block;
	white-space: nowrap;
	padding: 5px 10px;
	color:#747474 !important;
}
.links a.btnactive {
	color:#fff !important;
	background:var(--blue);
}
.single header {
	border-bottom: 1px solid #2295a3;
}
p.fecha {
	color:#2295a3;
	text-transform: capitalize;
}
.formulario input, .formulario textarea {
	border: 1px solid #2295A3;
	background:#fff;
	color:var(--primary);
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
}
.formulario textarea {
	height: 100px;
}


@media(max-width:767px) {
	.navbar-toggle {
  		margin-top: 17px;
  		margin-right: 0;
  		color: var(--blue ) !important;
  		background: #fff !important;
	}
	.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus,
	.navbar-default .navbar-nav li a {
  		border-bottom: 1px solid #f0f0f0 !important;
  		padding-top: 12px;
  		padding-bottom: 12px;
	}
	.carousel-home .col-sm-5 {
  		background: transparent;
  	}
  	.carousel-home .col-sm-5::after {
  		display: none;
	}
	.carousel-home .col-sm-5::before {
  		display: block;
  		content:'';
  		width: 100%;
  		height: 100%;
  		background: rgba(36,83,118, 0.5);
  		position: absolute;
  		left: 0;
  		top: 0;
	}
	.content-carousel {
		position: relative;
		z-index: 100;
	}
	h1 {
		font-size: 44px;
	}
	.mapa {
  		position: relative;
  		left: inherit;
  		top: inherit;
  		width: 100%;
  		height: 300px;
  		margin-bottom: 40px;
	}
	footer {
		padding-top: 0;
	}
	.cab .col-sm-5::after {
  		display: block;
  		content:'';
  		width: 100%;
  		height: 100%;
  		background: rgba(36,83,118, 0.5);
  		position: absolute;
  		left: 0;
  		top: 0;
  		border: none !important;
	}
	.cab .col-sm-5::before {
		display: none;
	}
	.cab .tont {
  		padding-left: 0;
	}
	.cab .col-sm-5 {
		background:transparent;
		width: 100%;
	}
}


@media(max-width:598px) {
	.top .email {
		display: none;
	}
	.texto {
  		height: auto;
  		margin-bottom: 30px;
  		min-height: 400px;
	}
	.image {
		height: 300px;
	}
	h1 {
   		font-size: 36px;
  	}
}