#myCookies {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:10px;
    padding-top:10px;
    width:100%;
    text-align:center;
    min-height:60px;
    background-color: #022038;
    opacity: 0.88;
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:relative;
    font-size:10px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
}

.inner .cookieButton a.ok {
    padding:10px 60px;
    color:#fff;
    text-decoration:none;
    border: 1px solid #fff;
    display: flex;
}
.inner .cookieText{
	text-align: left;
	align-items:center;
}

.inner .cookieButton{
	
}
.inner .cookieText a.info {
    padding-left:5px;
    text-decoration:underline;
    color:#fff;
}

#myCookies .cookieCerrar{
	position: absolute;
	right: 10px;
	color:#fff;
}

/*MENU DE NAVEGACION*/
nav.desktop{
	padding: 3em 0 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header nav.desktop ul{
	display: flex;
}
#header nav.desktop li a{
	color: #fff
}
#header nav.desktop li:first-child{
	padding: 0 1.5em 0 0;
}
#header nav.desktop li.menu:not(:first-child) a{
	border-left: 1px solid #fff;
	padding: 0 1.5em;
}
#header nav.desktop .submenu{
	display: none;
	background-color: #003056;
	opacity:0.93;
}
#header nav.desktop li:hover > .submenu{
	display: flex;
	flex-direction:column;
	padding-top: 2em;
	border-left: 1px solid #fff;
	position: absolute;
	width: auto;
}
#header nav.desktop li:hover > .submenu a{
	border-left: 0px solid transparent;
}
#header nav.desktop .submenu li{
	padding: 0 1.5em 0 0;
	border: none;
	line-height: 2em;
	
}
#header nav.desktop .submenu li:hover{
	font-weight: bold;
}

@media(max-width: 1024px){
	nav:not(.mobile){
		display: none;
	}
}
/*Cambios gris noticias*/
#news #grid-news .column.content{
	flex-grow:1;
}
@media (min-width: 1025px){
	#news #grid-news .post-list .postDiv{
	    border-bottom: 1px solid #fff;
	}
}
/*Cambios suscripciones*/
#subscriptions .linkSuscription{
	margin-top: 30px;
}
#subscriptions .linkSuscription a{
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
}

#subscriptions .linkSuscription a:hover{
	color: #345878;
}

/*-----------------------------POPUP---------------------------------------*/
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.3);
}

.popup p{
	font-size: 1rem;
}

/* Inner */
.popup-inner {
	max-width:1000px;
	width:90%;
	padding:15px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#003056;
	opacity:.9;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}

a.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
	color: #009cde;
}

/*-------------------------FORM----------------------------*/
#suscriptionForm{
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 2%;
    width: 100%;
}
/* INPUT STYLE ======================================= */
* { box-sizing:border-box; }

/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:18px; 
}
/* active state */
input:focus ~ label, input:not(.noObli):valid ~ label, input.valid ~ label	{
  top:-10px;
  font-size:14px;
  color:#009cde;
}
input{
  font-size:.9rem;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
  background-color: transparent;
  color:#fff
}

input:focus{ outline:none; }

@media only screen and (max-width: 992px){
	.group{
		margin-right: 5%;
	}
}

/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size:.85rem;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.errorLabel{
	color: #fff;
	text-align: left;
	font-size: 12px !important;
}

#suscriptionForm .obli{
	font-size: 10px !important;
}

textarea:focus ~ label, textarea:valid ~ label		{
  top:-5px;
  font-size:14px;
  color:#009cde;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:#009cde; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

#contactForm textarea {
  font-size:14px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;  
  -webkit-box-flex: 1;
  background-color: transparent;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-appearance:none;
  min-height: auto;
}

#contactForm textarea:focus{
	-webkit-appearance:none;
	outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill {
	-webkit-appearance: none;
    -webkit-box-shadow: 0 0 0px 1000px #003056 inset !important;
    -webkit-text-fill-color: #fff !important;
    border-bottom: 1px solid #009cde;
}

/* BUTTON STYLE ======================================= */
.btn-boyaca-blue {
	background-color: #345878 !important;
	color: #fff;
	border: none;
	padding: 1.7% 7%;
	float: right;
	border-radius: 0;
	font-size: 1rem;
	font-weight: normal;
	margin-top: 4%;
}

.btn-boyaca-blue:hover{
	background-color: transparent;
}

#grid-contact .btn-boyaca-blue{
	align-self: flex-start;
	font-size: 0.8rem;
	margin-top: 2%;
}
@media ( max-width :767px) {
	#grid-contact .btn-boyaca-blue{
		margin: 2% 0;
		align-self: center;
	}
}
@media ( min-width :767px) and (max-width:1024px) {
	#grid-contact .btn-boyaca-blue{
		margin: 1% 0;
		align-self: center;
	}
}
#grid-contact .btn-boyaca-blue:hover{
	color:#fff !important;
}

a:link{
	color:#fff !important;
}

/*------link 404---------*/
.header-404 a{
	color: #fff;
	text-decoration: underline;
}
#index .index-header h1 a{
	color: #fff;
	font-weight: bold;
    margin: 0 auto;
}


/*---------MAPS---------------*/
.puntosVentaMap {
    max-width: 460px;
    margin: auto;
}
@media (min-width: 1650px){
	.puntosVentaMap {
   	 max-width: 600px;
    	margin: auto;
	}
}
@media ( max-width :767px) {
	.puntosVentaMap {
		max-width: 350px
	}
}


.localDistributorsMap, .contactMap{
	max-width: 500px;
	margin: auto;
}
@media (min-width: 1650px){
	.localDistributorsMap, .contactMap {
   	 max-width: 600px;
    	margin: auto;
	}
}
@media ( max-width :767px) {
	.localDistributorsMap, .contactMap {
		max-width: 340px
	}
}


.plot{
	top:-100px;
	position:absolute
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #5E728B;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    right: 0;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 40px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 70px;
}

/* Specific mapael css class are below
 * 'mapael' class is added by plugin
*/

.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
/*             opacity: 0.90; */
    padding: 10px 10px 20px;
    z-index: 1000;
    max-width: 150px;
    display: none;
    color: #003056;
    font-size: 10px;
    text-align: center;
}
     
.mapael .mapTooltip:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 1em solid transparent;
	border-top-color: #fff;
	z-index: 1000;
	border-bottom: 0;
	margin-left: -1em;
	margin-bottom: -1em;
}
.mapael .mapTooltip img.picture{
	margin:5px 0;
}
.mapael .mapTooltip p.title{
	font-weight: bold;
	text-align: left !important;
	margin:0;
}
@media (min-width: 1650px){
	.mapael .mapTooltip p.title {
	    font-size: .8rem;
	    text-align: left !important;
	}
}

.mapael .mapTooltip p.address{
	text-align: left;
	font-size: 10px;
	margin:0;
}
span.obli{
	font-size: 10px !important;
}

element.style {
    margin-left: auto;
}

#organization .head2 {
    padding: 0 10px;
    background-color: #335978;
    margin: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
    margin-top: 20px;

}
