
/* reset */
/*
======================================================================================
Reset
Updated: Feb, 2015
Based on normalize.css v3.0.2 | MIT License | http://necolas.github.io/normalize.css/
Author: Juan Gagliardo
======================================================================================
Estandariza la renderización de elementos HTML
*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

b,strong {
	font-weight: 700;
}


h1 {
	margin: .67em 0;
	font-size: 2em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,th {
	padding: 0;
}

/*! Source: https: //github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,:before,:after {
		color: #000!important;
		text-shadow: none!important;
		background: transparent!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	
	a,a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after,a[href^="javascript: "]:after {
		content: "";
	}
	
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr,img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100%!important;
	}
	
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2,h3 {
		page-break-after: avoid;
	}
	
	select {
		background: #fff!important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:before,:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}

h1,.h1,h2,.h2,h3,.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
	font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
	font-size: 75%;
}

h1,.h1 {
	font-size: 36px;
}

h2,.h2 {
	font-size: 30px;
}

h3,.h3 {
	font-size: 24px;
}

h4,.h4 {
	font-size: 18px;
}

h5,.h5 {
	font-size: 14px;
}

h6,.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}


small,.small {
	font-size: 85%;
}

mark,.mark {
	padding: .2em;
	background-color: #fcf8e3;
}

ul,ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,ol ul,ul ol,ol ol {
	margin-bottom: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,dd {
	line-height: 1.42857143;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

abbr[title],abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,blockquote small,blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
	content: '\2014 \00A0';
}


address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

th {
	text-align: left;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=radio],input[type=checkbox] {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
}

input[type=file] {
	display: block;
}

input[type=range] {
	display: block;
	width: 100%;
}

select[multiple],select[size] {
	height: auto;
}

select::-ms-expand {
	display: none;
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {
	outline: none;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

input[type=search] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
		line-height: 34px;
	}
}

input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox] {
	cursor: not-allowed;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav>li>a>img {
	max-width: none;
}

@-ms-viewport {
	width: device-width;
}/* END reset */

/* global */
/* Estilos básicos para todas las páginas */

/* Modal */
#modalwrapper {
position: fixed;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.83);
z-index: 999999;
text-align: center;
/*padding: 10px;*/
padding: 50px 10px 10px 10px;
}

#modalwrapper.landscape {
padding: 10px 50px;
}

#modalcontentwrapper {
position: relative;
display: inline-block;
max-width: 100%;
margin: 0 auto;
background: transparent;
text-align: left;
visibility: hidden;
}

#modalcontent {
background: white;
border: none;
border-radius: 0;
margin: 0 auto;
padding: 0;
display: block;
position: relative;
z-index: 9999999;
overflow-x: hidden;
overflow-y: auto;
}

#modalcontent.imgmodal {
display: -moz-inline-stack; /* Corrige bug de FF: el ancho de display:block no se ajusta al contenido display:inline-block */
}

#modalcontent.framed {
border: 1px solid silver;
/*border-radius: 10px;*/
padding: 12px;
}

#modalcontent.framed.titled {
border-top: 0;
/*border-radius: 0 0 10px 10px;*/
}

#modalcontent a {
text-decoration: none;
}

#modalcontent img {
}

#modalheader {
background: white;
display: block;
min-height: 50px;
margin: 0 auto;
padding: 12px 42px 12px 12px;
position: relative;
border: 1px solid silver;
border-bottom: 0;
/*border-radius: 10px 10px 0 0;*/
}

#modalheader .pagetitle {
padding: 0;
}

#modalheader, #modalcontent {
max-width: 90%;
max-width: 100%;
}

#closemodal, .closemodal {
width: 22px;
height: 22px;
box-sizing: content-box;
/*background: rgba(255, 255, 255, 0.53);*/
background: transparent;
display: block;
position: absolute;
/*top: 10px;*/
top: -40px;
/*left: -6px;*/
right: -7px;
cursor: pointer;
z-index: 10000000;
border-radius: 50%;
overflow: hidden;
border: 4px solid transparent;
}

@media (max-width: 699px), (orientation: portrait) {
#closemodal, .closemodal {
right: calc(100% - 23px);
position: absolute;
}
}

#modalwrapper.landscape #closemodal, #modalwrapper.landscape .closemodal {
top: -5px;
right: -40px;
}

.closemodalcross {
/*background: #2A2A2A;*/
background: #EAEAEA;
display: block;
width: 40px;
height: 2px;
position: absolute;
top: 10px;
left: -9px;
}

.closemodalcross.top {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.closemodalcross.bottom {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.modalsubtit {
width: 100%;
display: block;
padding: 12px;
}

.modalsubtit.respuestaopcion {
padding: 0 0 0 12px;
}

.pedido {
padding: 0;
margin: 0;
}

h3.pedido {
font-size: 18px;
}

/* animación mientras carga el contenido */
.loading {
position: fixed;
display: block;
width: 40px;
height: 40px;
background: url(../img/loading.png) no-repeat center center;
background-size: cover;
border-radius: 50%;
padding: 0;
margin: 0;
top: 50%;
top: calc(50% - 20px);
left: 50%;
left: calc(50% - 20px);
visibility: hidden;
}

.searcherblockinner .loading {
position: relative;
}

.sliderblock .loading {
margin: 15px 0 -15px 0;
}

.loading.loaded {
visibility: visible;
-webkit-animation: loading 1s infinite;
-webkit-animation-timing-function: linear;
animation: loading 1s infinite;
animation-timing-function: linear;
}

@-webkit-keyframes loading {
from {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@keyframes loading {
from {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}

/* END Modal */

body {
padding: 0;
margin: 0;
font-family: Open Sans Condensed, sans-serif;
overflow-y: scroll;
}

@media (max-width: 699px), (orientation: portrait) {
body {
padding-top: 46px;
-moz-transition: -moz-transform .25s ease;
-webkit-transition: -webkit-transform .25s ease;
-o-transition: -o-transform .25s ease;
transition: transform .25s ease;
width: 100%;
overflow-x: hidden;
}
}

* {
font: inherit;
}

*:focus {
outline: none;
}

img {
max-width: 100%;
display: block;
margin: 0 auto;
}

.hide {
display: none;
visibility: hidden;
opacity: 0;
width: 0;
}

/* Table styles */
.tablestyle {
display: table;
}

.tablerow {
display: table-row;
}

.tablecell {
display: table-cell;
}
/* END Table styles */

.xxxbutton {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}

.xxxbuttonget, .xxxbuttonget:active, .xxxbuttonget:hover, .xxxbuttonget:focus, .xxxbuttonget:visited {
border-radius: 5px;
/*background-color: #662D91;*/
background-color: #FF9800;
color: white;
border: none;
font-weight: bold;
text-transform: uppercase;
font-size: 21px;
}

.table .xxxbuttonget, .table .xxxbuttonget:hover, .table .xxxbuttonget:active {
font-size: inherit;
padding: 2px 12px;
color: white;
text-decoration: none;
}

.xxxbuttonget:hover {
/*background: #7C37B0;*/
background: #FFA623;
}

.xxxbuttonget:active {
/*background: #421762;*/
background: #EA8400;
}

@media (max-width: 525px) {
.xxxbuttonget, .xxxbuttonget:hover, .xxxbuttonget:active {
font-size: 1em;
}
}

#contentwrapper {
width: 100%;
z-index: -2;
}

@media (max-width: 699px) {
#contentwrapper {
z-index: 0;
}
}

#maincontent {
padding-top: 6px;
position: relative;
}

.section {
width: 100%;
padding: 0;
margin: 0;
display: block;
}

.blockcontainer {
display: block;
max-width: 1080px;
margin: 0 auto;
position: relative;
padding: 12px 60px;
}

@media (max-width: 800px) {
.blockcontainer {
padding: 12px;
}
}

.blockcontainer.maintitle {
padding-bottom: 0px;
}

/* Títulos */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
color: #005A96;
padding: .5em 0;
}

.pagetitle {
padding: 6px 0 14px 0;
}

.section.titlesection .pagetitle {
padding-top: 20px;
padding-bottom: 2px;
}

.pagetitle .h1, .pagetitle h1, .pagetitle .h2, .pagetitle h2, .pagetitle .h3, .pagetitle h3, .pagetitle .h4, .pagetitle h4 {
text-transform: uppercase;
display: inline-block;
padding: 0;
margin: 0 .5rem 0 0;
font-weight: normal;
}

.pagetitle h1 {
font-weight: bold;
}

.section .pagetitle h1 {
font-size: 30px;
}

.section .pagetitle h2 {
font-size: 30px;
}

.section.titlesection .pagetitle h1 {
font-size: 36px;
}

@media (max-width: 965px) {
.section .pagetitle h1 {
font-size: 22px;
}

.section .pagetitle h2 {
font-size: 22px;
}

.pagetitle {
padding: 6px 0;
}

.section.titlesection .pagetitle {
padding: 0;
}

.h1, .section.titlesection .pagetitle h1 {
font-size: 24px;
}
}

/* END Títulos */

/* Texto legal */
.legales {
font-size: 12px;
background: rgba(0, 0, 0, 0.05);
padding: 20px 24px;
}

.legales.sub {
padding: 14px;
}

.legales p:last-child {
margin: 0;
}

/* END Texto legal */

/* Confirmación de form */

.mensaje {
position: fixed;
display: block;
margin: 0 auto;
top: 40px;
max-height: 100%;
width: 70%;
max-width: 100%;
left: 15%;
z-index: 1000000;
text-align: center;
padding: 1em;
font-size: 16px;
font-weight: bold;
border-radius: 10px;
}

.mensaje p {
padding: 0;
margin: 0;
}

.correcto {
background: rgb(176, 228, 176);
border: 1px solid rgb(1, 116, 1);
}

.incorrecto {
background: rgb(244, 157, 157);
border: 1px solid rgb(171, 6, 6);
}


.advertencia {
background: rgb(241, 187, 34);
border: 1px solid rgb(199, 136, 19);
}

input.incompleto, .inputwrapper .incompleto, .triviawrapper textarea.incompleto, .triviawrapper qna.incompleto textarea {
border: 1px solid rgb(171, 6, 6);
}
.qna.required.incompleto {
color: #ca0b0b;
}

/* END Confirmación de form */

/* Chat */
#designstudio-button {
display: none !important;
width: 0 !important;
height: 0 !important;
position: absolute !important;
z-index: -1 !important;
}
.-snapengage-tab {
display: none !important; /* oculta la solapa de chat en versión mobile */
}

/* Botón para chatear en tabla contáctenos */
.row.chatrow {
display: none;
}
/* END Botón para chatear en tabla contáctenos */

/* Botón online para chatear en tabla contáctenos */
.row.chatrow.online {
display: table-row;
}

@media (max-width: 699px) {
.row.chatrow.online {
/*display: block;*/
}
}

.row.chatrow.online .chatbutton {
/*background-color: #F99213; */
/*background-color: #FF9613;*/
background-color: #03b303;
}

.row.chatrow.online .chatbutton:hover {
background-color: #FFB227;
background-color: #068d06;
}

.row.chatrow.online .chatbutton:active {
background-color: #ED890C;
background-color: #046004;
}
/* END Botón online para chatear en tabla contáctenos */

/* Botón offline para chatear en tabla contáctenos */
/*
.row.chatrow.offline {
display: table-row;
}
*/

.row.chatrow.offline .chatbutton {
background-color: #5E749B;
}

.row.chatrow.offline .chatbutton:hover {
background-color: #6D91CA;
}

.row.chatrow.offline .chatbutton:active {
background-color: #4D6288;
}
/* END Botón offline para chatear en tabla contáctenos */

@media (max-width: 699px), (orientation: portrait) {
.SnapABug_Button, #snapengage-button {
display: none !important;
}
}

/* Solapa propia */
#solapachat {
font-weight: bold;
display: block;
margin: 0;
padding: 0;
border: 1px solid rgb(33, 139, 42);
border-right: 0;
border-radius: 5px 0 0 5px;
width: 30px;
height: 30px;
text-transform: uppercase;
cursor: pointer;
text-align: center;
background: url('/img/icono_mail.svg') rgb(57, 166, 67) no-repeat center;
background-size: cover;
position: fixed;
z-index: 999998;
right: 0;
top: 170px;
-webkit-transform-origin: 100% 50% 0px;
transform-origin: 100% 50% 0px;
}

#solapachat:hover {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.54);
}

#solapachat:active {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.42) inset;
border-color: rgb(25, 108, 32);
}

@media (max-width: 699px), (orientation: portrait) {
/* mobile */
#solapachat {
top: 75px;
}
}
/* END Solapa propia */

/* Ocultar botón */
body div#SnapABug_Button.SnapABug_Button {
display: none !important;
}
/* END Ocultar botón */

p.chatoffmsg {
background: transparent;
display: block;
margin-top: 0;
padding: 0;
font-size: 23px;
font-weight: normal;
}

/* END Chat */

/* estilos especiales */
.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.size1 {
font-size: 1.3em;
line-height: 1.8;
}

@media (max-width: 350px) {
.size1 {
font-size: 1.2em;
}
}
/* END estilos especiales */

.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}

/* END global */

div#headermenucero {
    margin-top: -60px;
}
.nav {
    max-width: 1080px;
    padding: 0 60px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    height: 60px;
    top: 0;
    position: relative;
}
@media (max-width: 800px) {
	.nav {
	    padding: 0 12px;
	}
}
#headdoslogoinline {
    background: url(../img/logo_contenedor-19092018.svg) no-repeat center center;
    width: 152px;
    height: 60px;
    float: left;
    background-size: contain;
    margin: 0;
    position: relative;
}
#topmobile {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
}
@media (max-width: 699px), (orientation: portrait) {
	div#headermenucero {
	    margin-top: -46px;
	}
	.headertop {
		background: #005f97;
		height: 46px;
		margin-top: -46px;
	}
	#topmobile {
		display: block;
		position: relative;
	}
	.nav {
	    display: none;
	}
	a#headdoslogointop {
	    background: url(../img/logo_texto-19092018.svg) no-repeat center center;
	    width: 120px;
	    height: 46px;
	    background-size: contain;
	    display: block;
	    margin: 0 auto;
	    position: relative;
	}
}
/* END Social Links */