@import url("fonts.css");
/*  CSS definations for Sodio */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Common Tags

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
		2.1.1 Logo
		2.1.2 Social
		2.1.3 Navigation
	2.2 Hero Slider
		2.2.1 Hero Caption
	2.3 Services
	2.4 Contact Box
	2.5 Clients Box

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

.flex-direction-nav{display:none}


/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */

p{
	font-family: 'din_alternate_regular' !important;
	opacity: 0.7;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight:400;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear {
	clear:both;
}
.clearfix:before,
.clearfix:after { 
	display: table; 
	content:" "; 
}
.clearfix:after { 
	clear:both;
}
textarea{
	overflow:auto;
	font-family: 'din_alternatebold'; /* Body Font Family Will Come Here */
}
a { 
	color:#fff;
	opacity: 0.7;
	text-decoration:none;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition: all 0.6s ease;
	    font-family: 'din_alternate_regular' !important;
}
a:hover {
	color:#80b7cc;
}

a:focus {
	outline:none;
	text-decoration:none;
}
address {
	font-style:normal;
	font-family: 'din_alternate_regular' !important;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* 1.2 Common Tags */
.heading {
	margin-bottom:100px;
	font-size:66px;
	text-transform:uppercase;
}
.input,
.textarea {
	/* font-family: 'din_alternatebold'; */
	/* background:#fff;
	border:none; */
	box-sizing:border-box;
	width:100%;
	height:39px;
	line-height:39px;
	padding:5px 13px;
	margin-bottom:12px;
	color:#fff;
	font-size:15px;
	/* text-transform:uppercase; */
	border: 1px solid #fff;
    background: none !important;
    font-style: normal;
    font-family: 'din_alternate_regular' !important;
}

::placeholder {
  color: #fff !important;
  opacity: 0.7;
}

.imgc {
	background:#fff;
	border:none;
	box-sizing:border-box;
	width:100%;
	line-height:39px;
	padding:5px 13px;
	/* margin-bottom:12px; */
	color:#00adef;
	font-size:20px;
	text-transform:uppercase;
}
.textarea {
	line-height:normal;
	margin-bottom:28px;
	resize:vertical;
}

::placeholder{
	color: #bbb;
}

.mensaje{
	height: 100px;
}
.btn-submit {
	background:none;
	border:none;
	line-height:27px;
	float:right;
	color:#fff;
	opacity: 0.8;
	font-size:30px;
	/* text-transform:uppercase; */
	cursor:pointer;
	-moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	margin-top: 10px;
}
.body_sodio_media .btn-submit {
	color:#00adef;
}
.btn-submit:hover {
	color:#fff;
}
.btn-submit span {
	/*background:url(../images/bg_btn_submit.svg) no-repeat right center;*/
	/* padding-right:20px; */
	opacity: 0.7;
}
.body_sodio_media .btn-submit span {
	/*background:url(../images/bg_btn_submit2.svg) no-repeat right center;*/
	/* padding-right:20px; */
}
.enviar {
	/*background:url(../images/bg_btn_submit.svg) no-repeat right center;*/
	width:50px;
	height:auto;
	padding-bottom:6px;
}
.body_sodio_media .enviar {
	/*background:url(../images/bg_btn_submit2.svg) no-repeat right center;*/
	width:50px;
	height:auto;
	padding-bottom:6px;

}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
.body_sodio {
	/* background:url(../images/bg_body.jpg) repeat-x left top #00adef; */
	background: linear-gradient(0deg, rgba(0,173,239,1) 0%, rgba(0,105,145,1) 80%);
/* max-height: 100%; */
	font-family: 'din_alternatebold';
	font-size:15px;
	color:#fff;
	background-attachment: fixed;
	overflow: auto;
		
}
.body_sodio_media {
	/* background:url(../images/bg_body_media.jpg) repeat-x left top #ffffff; */
	background: linear-gradient(0deg, rgba(0,173,239,1) 0%, rgba(0,105,145,1) 80%);
	font-family: 'din_alternatebold';
	font-size:15px;
	color:#00adef;
	background-attachment: fixed;	
	display:none;
}

.box {
	width:945px;
	margin:0 auto;
}

/* 2.1 Header */
.header_sodio {
	/* background:url(../images/bg_header.png) repeat-x left top; */
	background-color: rgb(0 105 145 / 85%);
	width:100%;
	    padding: 50px 0 25px 0;
	top:0;
	position:fixed;
	z-index:999;
	background-size: 100% 100%;
	/*display:none;*/
}
.header_sodio_media {
	/* background:url(../images/bg_header_media.png) repeat-x left top; */
	background-color: rgb(0,105,145,0.1);
	width:100%;
	    padding: 50px 0 10px 0;
	top:0;
	position:fixed;
	z-index:999;
	background-size: 100% 100%;
}
/* 2.1.1 Logo */
.logo {
	width:346px;
	float:left;
}

.logo a {
    display: inline-block;
    width: 165px;
    vertical-align: top;
	opacity: 1 !important;
}

/* .logo_sodio{
	-webkit-filter: drop-shadow( 20px 20px 5px rgba(0, 25, 45, .5));
    filter: drop-shadow( 20px 20px 5px rgba(0, 25, 45, .5));
} */

.fa{
	text-shadow: 20px 20px 5px rgb(0 25 45 / 50%);
}

.sodio_media {
    margin-left: 70px;
	opacity: 0.3;	
}

.sodio_media:hover {
	opacity: 1;	
}

.header-right {
	padding-top:20px;
	float:right;
}
/* 2.1.2 Social */
.social {
	float:right;
}
.social li {
	margin-left:25px;
	float:left;
}
.social li:first-child {
	margin-left:0;
}
/*.social li a {
	background:url(../images/sprite_social.svg) no-repeat left top;
	width:30px;
	height:26px;
	line-height:26px;
	display:block;
	text-indent:-9999px;
	background-size:129px 55px;
}*/
.redes{
	color: #fff;
	opacity: 0.4;
	font-size:30px;
	margin-right:10px;
}
.redes:hover{
	color: #00adef;
}

.redes_media{
	color: #00adef;
	opacity: 0.5;
	font-size:30px;
	margin-right:10px;
}
.redes_media:hover{
	color: #fff;
}

/*.body_sodio_media .social li a {
	background:url(../images/sprite_social2.svg) no-repeat left top;
	width:30px;
	height:26px;
	line-height:26px;
	display:block;
	text-indent:-9999px;
	background-size:129px 55px;
	}
.social li.facebook a {
	background-position:left top;
}
.social li.facebook a:hover {
	background-position:left bottom;
}
.social li.twitter a {
	background-position:-51px top;
}
.social li.twitter a:hover {
	background-position:-51px bottom;
}
.social li.the-rate a {
	background-position:-103px top;
}
.social li.the-rate a:hover {
	background-position:-103px bottom;
}*/
/* 2.1.3 Navigation */
.navigation {
	background:none;
	border:none;
	border-radius:0;
	width:50px;
	min-height:inherit;
	margin-right:28px;
	padding:0 0 7px 0;
	float:right;
	position:relative;
}
.navigation ul {
	padding:20px 0 40px 0;
	background-color:rgba(0, 105, 145, 0.9);
/*	width:100%;*/
	display:none;
	position:absolute;
	top:100%;
	width:200px;
	z-index:9999;
}
.navigation li {
	line-height:60px;
	padding:0 20px;
	text-align:right;
}
.navigation li a {
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
}
.navigation li a:hover {
	color:#80b7cc;
	text-decoration:none;
}
/*.menu-icon {
	background:url(../images/ico_menu.svg) left top no-repeat;
	display:block;
	width:23px;
	height:25px;
	float:right;
	padding:0 !important;
	text-indent:-9999px;
	transition:none;
	background-size:23px 51px;
}
.body_sodio_media .menu-icon {
	background:url(../images/ico_menu2.svg) left top no-repeat;
	display:block;
	width:23px;
	height:25px;
	float:right;
	padding:0 !important;
	text-indent:-9999px;
	transition:none;
	background-size:23px 51px;
}
.navigation:hover .menu-icon {
	background-position:left bottom;
}*/

/* 2.2 Hero Slider */
.flexslider {
	background:url(../images/loader.gif) no-repeat scroll center center;
	overflow:hidden;
}
.flexslider .slides {
	margin:0;
	list-style-type:none;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	background-position:center top!important;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
* html .slides {
	height: 1%;
}
.flexslider .slides {
	zoom: 1;
}
.hero-slider {
	background:none;
	padding-top:180px;
	margin-bottom:117px;
	position:relative;
	overflow:visible;
}
.hero-slider li img {
	margin-left:6px;
	/* filter: blur(1.5px); */
}
/* 2.2.1 Hero Caption */
.hero-caption {
	width:100%;
	top:120px;
	left:0;
	position:absolute;
	z-index: 10000;
}
.hero-caption h3 {
	line-height:67px;
	color:#fff;
	font-size:66px;
	text-transform:uppercase;
}
.body_sodio_media .hero-caption  h3  {
	
	color:#00adef;
	
}
.hero-slider .flex-control-nav {
	width:100%;
	left:0;
	bottom:-38px;
	position:absolute;
	text-align:center;
}
.hero-slider .flex-control-nav li {
	display:inline-block;
	margin:0 0 0 20px;
}
.hero-slider .flex-control-nav li:first-child {
	margin-left:0;
}
.hero-slider .flex-control-nav li a {
	background:url(../images/sprite_pagination.svg) no-repeat left top;
	width:15px;
	height:15px;
	line-height:15px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	background-size:32px 15px;
}
.body_sodio_media .hero-slider .flex-control-nav li a {
	background:url(../images/sprite_pagination2.svg) no-repeat left top;
	width:15px;
	height:15px;
	line-height:15px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	background-size:32px 15px;
}
.hero-slider .flex-control-nav li a.flex-active {
	background-position:right top;
}

/* 2.3 Services */
.services {
	padding-top:180px;
	margin-bottom:73px;
}
.services .services-column,
.products .services-column {
	width:400px;
}
.accordion-section {
	margin-bottom:50px;
}
.accordion-section .accordion-title {
	margin-bottom:15px;
	font-size:30px;
	text-transform:uppercase;
	cursor:pointer;
}
.accordion-section .accordion-title strong {
	float:left;
}
.accordion-section .accordion-title span {
	background:url(../images/sprite_accordion_icon.svg) no-repeat left top;
	width:34px;
	height:25px;
	margin:3px 0 0 12px;
	float:left;
	text-indent:-9999px;
	background-size:34px 54px;
	opacity: 0.7;
}
.body_sodio_media .accordion-section .accordion-title span {
	background:url(../images/sprite_accordion_icon2.svg) no-repeat left top;
	width:34px;
	height:25px;
	margin:3px 0 0 12px;
	float:left;
	text-indent:-9999px;
	background-size:34px 54px;
	opacity: 0.5;
}
.accordion-section .accordion-title.active span {
	background-position:left bottom;
	display:none;
}
.accordion-section .accordion-content p {
	line-height:22px;
}
.products {
	padding-top:180px;
	margin-bottom:70px;
}
.products .accordion-section .accordion-title span {
	margin:8px 0 0 20px;
}

.products a { 
	color: #fff;
	text-decoration:none;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition: all 0.6s ease;
}
.products a:hover {
	color:#fff;
	text-decoration:none;
}

.products a:focus {
	outline:none;
	text-decoration:none;
}

/* 2.4 Contact Box */
.contact-box {
	padding-top:180px;
	margin-bottom:108px;
}
.contact-box .contact-left-col {
	width:450px;
	margin-bottom:30px;
	float:left;
}
.contact-box .contact-right-col {
	width: 400px;
    margin-bottom: 30px;
    float: right;
    margin-top: 150px;
}
.contact-info {
	line-height:25px;
	padding-top:11px;
	margin-bottom:29px;
	font-size:20px;
	/* text-align:right; */
}
.contact-info .mail {
	display:block;
}
.contact-info .mail a {
	color:#fff;
}
.contact-info .mail a:hover {
	color:#fff;
	text-decoration:none;
}
.contact-info .phone {
	display:block;
}
.contact-info .phone a {
	color:#fff;
}
.contact-info .phone a:hover {
	color:#fff;
	text-decoration:none;
}

/* 2.5 Clients Box */
.clients-box {
	padding:180px 0 315px 0;
}
.clients-box h4 {
	margin-bottom:33px;
	font-size:30px;
	text-transform:uppercase;
}
.clients-box .clients-col {
	width:380px;
}
.clients-box li {
	line-height: 22px;
    font-family: 'din_alternate_regular' !important;
}
.clients-box li a {
	color:#fff;
	font-size:15px;
}
.clients-box li a:hover,
.clients-box li.active a {
	text-decoration:underline;
}


.contact-left-col form {
	position:relative;
}

.contact-left-col form .formulario_validacion {
	color:#FD414E;
	right:10px;
	position: absolute;
	display:none;
}



/* Responsive */
@media only screen and (max-width:1023px) {
	.services .services-column, 
	.products .services-column,
	.contact-box .contact-left-col,
	.contact-box .contact-right-col {
		width:auto;
		float:none !important;
	}
	.hero-slider,
	.services,
	.products,
	.contact-box,
	.clients-box {
		margin-bottom:0;
	}
	.clients-box {
		padding-bottom:60px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.box {
		width:720px;
	}
	.hero-caption h3 {
		line-height:60px;
		font-size:50px;
	}
	.hero-caption {
		top:140px;
	}
	.heading {
		margin-bottom:50px;
		font-size:35px;
	}
	.accordion-section .accordion-title,
	.clients-box h4 {
		font-size:25px;
	}
	.contact-box .contact-right-col {
		padding-top:30px;
	}
	.contact-info {
		float:left;
	}
	.map {
		float:right;	
	}
	.clients-box .clients-col {
		width:50%;
	}
}

@media only screen and (max-width:767px) {
	.redes{
		font-size:20px;

	}

	.redes img{
		height:30px !important;
		
	}

	.box {
		width:auto;
		padding:0 15px;
	}
	.header {
		border-bottom:1px solid #80b7cc;
		padding:30px 0 0 0;
	}
	.logo {
		/*border-bottom:1px solid #80b7cc;*/
		width:50%;
		padding-bottom:10px;
		margin-bottom:7px;
		float:left;
		/*text-align:center;*/
	}
	.logo a {
    	width: 101px;
	}
	.header-right {
		float:right;
		width:50%;
		
	}
	.social li {
		margin-left:10px;
	}
	.navigation {
		width:170px;
		margin:0 0 12px 0;
		float:left;
	}
	.navigation .menu-icon {
		float:left;
	}
	.navigation ul {
		width:140px;
		left:0;
		right:inherit;
	}
	.navigation li {
		line-height:40px;
	}
	.navigation li a {
		font-size:18px;
	}
	.collapse {
		border-top:0;
		display:block !important;
	}
	.hero-caption {
		top:40px;
	}
	.hero-caption h3 {
		line-height:30px;
		font-size:28px;
	}
	.heading {
		margin-bottom:35px;
		font-size:28px;
	}
	.accordion-section {
		margin-bottom:35px;
	}
	.accordion-section .accordion-title {
		margin-bottom:20px;
		font-size:22px;
	}
	.accordion-section .accordion-title span {
		margin-top:0;
	}
	.contact-info {
		font-size:16px;
	}
	.map img {
		width:100%;
	}
	.map {
	max-width: 400px;
    overflow: hidden;
	}
	.contact-box .contact-left-col,
	.contact-box .contact-right-col {
		width:auto;
		float:none;
	}
	.contact-box .contact-right-col {
		padding-top:25px;
	}
	.clients-box h4 {
		line-height:27px;
		margin-bottom:15px;
		font-size:18px;
	}
	.clients-box .clients-col {
		width:auto;
		float:none !important;
	}
}

@media only screen and (max-width:374px) {

	.sodio_media {
		margin-left: 40px;
	}

}