.hidden-custom {
  visibility: hidden;
  opacity: 0;
  transition: visibility 2s, opacity 0.5s linear;
}

.hidden-now {
  visibility: visible;
  opacity: 1;
  transition: visibility 2s, opacity 0.5s linear;
}

.absolute-title {
  position: absolute;
  left: 257px;
}

@media (max-width: 800px) {
  .hidden-custom {
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s, opacity 0.5s linear;
  }

  .hidden-now {
    visibility: visible;
    opacity: 1;
    transition: visibility 2s, opacity 0.5s linear;
  }

  .absolute-title {
    position: absolute;
    top: 50px;
    left: 10px;
    text-align: center;
  }
}

.h5 {
  color: #012877;
  font-size: 24pt;
  text-align: center;
  font-weight: 700;
}

.card {
  float: left;
  margin: 0px;
  width: 100%;
  background: #111;
  height: 345px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  overflow: hidden;
}

.card-image {
  max-width: 100%;
  min-height: 60%;
  //transform: scale(1.1);
  transform-origin: 0 0;
  transition: 0.2s all ease;
}

.card-meta {
  position: absolute;
  height: 60%;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s all ease;
}

.card-meta .tag,
.card-meta .date {
  background: #3170ac;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 12px;
  position: absolute;
  font-weight: bold;
}

.card-meta .tag {
  left: 0;
  bottom: 0;
  font-size: 14px;
}

.card-meta .date {
  top: 20px;
  left: auto;
  width: 60px;
  height: 10px;
  margin-left: -10px;
  padding: 8px;
  border-radius: 0;
  text-align: center;
}

.card-meta .date span {
  vertical-align: -1px;
  line-height: 0.8;
}

.card-meta .date em {
  display: block;
  font-style: normal;
  font-size: 70%;
  padding-top: 2px;
}

.card-details {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  bottom: 0;
  padding: 20px;
  transition: 0.2s all ease;
}

.card-details h2 {
  font-family: "OpenSans", sans-serif;
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  text-transform: inherit !important;
}

.card-details h3 {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}

.card-details p {
  color: #666666;
  font-size: 15px;
  line-height: 1.2em;
  opacity: 0;
  transition: 0.4s all ease;
}

.post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #999;
  padding: 30px;
}

.post-meta a {
  color: inherit;
  text-decoration: none;
}

.post-meta span {
  margin-right: 1em;
}

.card:hover,
.card.hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.card:hover .card-image,
.card.hover .card-image {
  transform: scale(1.3);
  opacity: 0.6;
}

.card:hover .card-meta,
.card.hover .card-meta {
  height: 30%;
}

.card:hover .card-details,
.card.hover .card-details {
  top: 30%;
}

.card:hover .card-details p,
.card.hover .card-details p {
  opacity: 1;
}

.hidden-custom {
  visibility: hidden;
  opacity: 0;
  transition: visibility 2s, opacity 0.5s linear;
}

.hidden-now {
  visibility: visible;
  opacity: 1;
  transition: visibility 2s, opacity 0.5s linear;
}

.absolute-title {
  position: absolute;
  left: 257px;
}

.ver-todas-las-noticias li {
  cursor: unset !important;
}

@media (max-width: 800px) {
  .hidden-custom {
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s, opacity 0.5s linear;
  }

  .hidden-now {
    visibility: visible;
    opacity: 1;
    transition: visibility 2s, opacity 0.5s linear;
  }

  .absolute-title {
    position: absolute;
    top: 50px;
    left: 10px;
    text-align: center;
  }
}

.titulos {
  font-family: "Open Sans", Arial, Verdana;
  font-weight: 700 !important;
  font-size: 24pt;
}

.card-meta .date span {
  vertical-align: 0px;
  margin-left: 15px;
  line-height: 1;
  display: flex;
}

.menu-puerto .m-ventas {
  background-image: url(https://www.apmotril.com/images/venta-publica-de-buques.png);
  background-size: 75px !important;
  background-position: 50% 42% !important;
  padding: 14px 24px !important;
}

@media only screen and (min-width: 200px) and (max-width: 480px) {
  .menu-puerto .m-ventas {
    background-image: none;
  }
}

/*galeria*/
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/*carousel*/

#footer {
  margin-bottom: 0px !important;
}

.inner {
  display: table;
  margin: 0 auto;
}

.outer {
  width: 100%;
}

.asociados a {
  text-decoration: underline !important;
}

.logo-puerto img {
  width: 73% !important;
  margin-top: 12px;
}

.logo-puerto-der img {
  width: 41% !important;
  margin-top: 5px;
}

.video-background-slider {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background-slider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }

  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.head-wrapp {
  margin: 3px 0 !important;
}

hr.dotted {
  border-top: 1px solid #bbb;
}

a,
a:hover,
a > *,
ins {
  text-decoration: none;
}

a#logo span,
mark {
  font-style: italic;
}

.main-menu ol,
ol,
ul,
ul.social-icons {
  list-style: none;
}

.cortarImg {
  width: 130px;
  /* anchura del contenedor */
  height: 120px;
  /* altura del contenedor */
  object-fit: cover;
}

@media only screen and (min-width: 360px) and (max-width: 899px) {
  .cortarImg {
    width: 130px;
    /* anchura del contenedor */
    height: 160px;
    /* altura del contenedor */
    object-fit: cover;
  }
}

.container {
  margin: 0 auto;
  width: 940px;
  position: relative;
}

#container {
  width: 100%;
  margin: 0 auto;
}

ul.wave {
  list-style-type: none;
  width: 110%;
  height: 600px;
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: -10px;
  padding: 0;
  background: #14265f;
  animation: current 2s linear infinite;
}

ul.wave:after {
  content: "";
  clear: both;
  display: table;
}

ul.wave li {
  float: left;
  width: 10%;
  height: 20px;
  margin: 0 -1% 31px 0;
  border-radius: 0 0 50% 50%;
  background: #fff;
  animation: waves 2s linear infinite;
}

ul.wave li:first-of-type {
  margin-left: 0;
}

@keyframes current {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -10%;
  }
}

@keyframes waves {
  0%,
  100% {
    height: 20px;
    border-radius: 0 0 50% 50%;
  }

  50% {
    height: 30px;
    border-radius: 0;
  }
}

.h2,
a,
abbr,
address,
applet,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

del {
  text-decoration: line-through;
}

hr {
  border: 0;
  clear: both;
  background-color: #ccc;
  height: 1px;
  margin: 20px 0 0;
  padding: 0;
}

.clear,
.clearfix:after {
  height: 0;
  visibility: hidden;
  width: 0;
  display: block;
  clear: both;
}

mark {
  background-color: #ffffb3;
}

input,
select {
  vertical-align: middle;
}

ins {
  background-color: red;
  color: #fff;
}

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

.clear {
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  font-size: 0;
  line-height: 0;
}

header,
img {
  height: auto;
}

#status,
#status1 {
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

* html .clearfix,
:first-child + html .clearfix {
  zoom: 1;
}

small {
  font-size: 80%;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #f0f0f0;
  color: #1d1d1d;
  font-family: "Open Sans", Arial, Verdana;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  font-size: 13px;
}

.ls_large_text_01,
.ls_large_text_02,
.ls_large_text_03,
strong {
  font-family: "Open Sans", sans-serif;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#status {
  background-image: url(../img/336.gif);
  margin: -100px 0 0 -100px;
}

#status1 {
  margin: -45px 0 0 -100px;
}

#status1 .h3 {
  text-align: center !important;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

body,
html {
  height: 100%;
}

body.empty {
  margin-top: 50px;
}

p {
  margin-bottom: 10px;
}

code,
pre {
  display: block;
  clear: both;
  overflow: auto;
  padding: 10px;
  text-align: left;
  white-space: pre;
  line-height: 18px;
  margin: 20px 0;
  background-color: #ebebeb;
}

.isotope .isotope-item.texto .h2,
.isotope .isotope-item.texto h2,
.texto .h2.centrado,
.texto h2.centrado {
  text-align: center !important;
}

img {
  max-width: 100%;
}

a,
a > * {
  color: #3081b9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.no-padding {
  padding: 0 !important;
}

a:hover {
  color: #47b3ff;
}

#logo {
  margin-right: 90px;
}

#logo img {
  width: 100%;
}

a#logo span {
  color: #aab2bd;
  font-size: 11px;
  margin-left: 10px;
  margin-top: 7px;
  position: absolute;
}

.logo-estado {
  margin-top: 7px;
  text-align: center;
}

.logo-puerto {
  text-align: center;
  padding: 10px 0;
}

blockquote {
  border-left: 3px solid #e8e8e8;
  padding-left: 20px;
  color: #afafaf;
  line-height: 20px;
  margin: 20px 0 20px 15px;
}

strong {
  font-weight: 700;
  color: #333;
}

.h2,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
}

.texto h2,
.texto h2 .h2,
.texto h3,
.texto h4 {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

.motrilportvid {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center !important;
}

.h2,
h2 {
  font-size: 24px;
  line-height: 24px;
}

.texto h2,
.texto h2 .h2 {
  font-size: 16px;
  line-height: 22px;
  color: #656d78;
}

.texto h3 {
  font-size: 12px;
  line-height: 16px;
  color: #3171ad;
}

.texto h4,
h4,
h5,
h6 {
  line-height: 22px;
}

.texto h4 {
  font-size: 11px;
  color: #4f4f4f;
}

.historia h3 {
  border-bottom: solid 2px;
}

.intro-features,
header#header.header-3 {
  border-bottom: 1px solid #e6e9ee;
}

.telefono {
  display: inline;
  font-size: 20px;
  font-weight: 400;
  color: #d9dfe7;
  margin: -4px 6px 0 0;
  padding-right: 15px;
  border-right: 1px solid #f0f8ff;
}

#meteoslider .iaa,
#meteoslider .iaa a,
.telefonoli span.h2 {
  color: #fff;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4,
h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.inicio .h2,
.inicio h2 {
  font-weight: 600;
}

.inicio .bienvenidos .h2,
.inicio .bienvenidos h2 {
  text-align: left;
}

header {
  width: 100%;
  float: left;
  margin: 0;
}

#meteoslider {
  float: left;
  position: relative;
}

.slider-tiempo {
  display: inline-block;
  width: 100%;
  background: -moz-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -webkit-gradient(
    radial,
    50% 500%,
    0,
    50% 100%,
    100%,
    color-stop(0, #2ea0cf),
    color-stop(100%, #3170ac)
  ) !important;
  background: -webkit-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -o-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -ms-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  -webkit-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 1);
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 1);
}

a.info-meteo {
  display: none;
}

.meteo-motril a.info-meteo {
  display: block;
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}

.hide {
  display: none;
}

.owl-carousel .owl-stage-outer {
  max-height: 115px;
}

.slider-tiempo .better-weather,
.slider-tiempo .better-weather .bw_days {
  background: 0 0 !important;
}

#meteoslider .better-weather[max-width~="2000px"] .bw_date-loc {
  top: 20px;
  left: inherit;
  width: 210px;
  right: 0;
}

#meteoslider .meteo-motril.better-weather[max-width~="2000px"] .bw_date-loc {
  top: 10px;
}

#meteoslider .better-weather.have-next-days[max-width~="2000px"] .bw_date-loc {
  left: 0;
}

#meteoslider .better-weather[max-width~="2000px"] .bw_down-degree,
#meteoslider .better-weather[max-width~="2000px"] .bw_up-degree {
  left: 610px;
}

#meteoslider .better-weather[max-width~="2000px"] .bw_summary {
  position: absolute;
  top: 22px;
  width: 100px;
  left: inherit;
  right: 210px;
  text-align: center;
}

#meteoslider .better-weather[max-width~="2000px"] .bw_summary p {
  white-space: initial;
}

#meteoslider .better-weather[max-width~="2000px"] .bw_degree {
  top: 23px;
  width: 120px;
  right: 175px;
  left: 489px;
}

#meteoslider .iaa {
  padding: 3px 10px;
  display: block !important;
}

.better-weather span.bw_location {
  font-size: 28px;
}

.better-weather span.bw_date {
  display: block;
  font-size: 12px;
}

.caption .button.huge {
  font-size: 18px;
}

#wrapp {
  float: left;
  width: 100%;
  backgrond: #fff;
}

#content {
  float: left;
  width: 100%;
  margin: 0 0 50px;
  position: relative;
}

header#header {
  padding: 0;
  width: 100%;
  background: #fff;
  float: left;
}

#header-links {
  width: 100%;
  float: left;
  background: #424648;
  padding: 15px 0 10px;
}

.intro-features {
  width: 100%;
  float: left;
  background: #f6f7fb;
  padding: 40px 0;
}

.intro-features .h2,
.intro-features h2 {
  margin-bottom: 40px;
}

.separador {
  position: relative;
  height: 3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
}

.separador div {
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height: 10px;
  margin-left: -9px;
  background-image: url(../images/sprite.png);
  background-position: 0 -15px;
}

.flecha-amarilla {
  padding: 1px 14px;
}

.rojo {
  color: #d00 !important;
}

.noticias .titular {
  padding-top: 6px;
  font-size: 14px;
  color: #3170ac;
}

.noticias .descripcion {
  padding-top: 0;
  font-size: 12px;
}

.noticias .descripcion span {
  color: #3170ac;
}

.noticias .h2,
.noticias h2 {
  margin: 0 0 45px;
}

.seguridad-maritima {
  background: #012a77;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
}

.seguridad-maritima p {
  text-align: center;
}

.seguridad-maritima a {
  padding: 10px;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.seguridad-maritima i {
  color: #fff;
}

.seguridad-maritima:hover {
  background: #003fb6;
}

.subrayado {
  background: #fbff03;
  color: inherit;
}

.intro-features.no-bottom-margin {
  margin-bottom: 0;
  margin-top: 55px;
}

.intro-features.no-top-margin {
  margin-bottom: 55px;
  margin-top: 0;
}

.intro-features.bottom-margin-minus {
  margin-bottom: -40px;
}

#header-links a {
  color: #aab2bd;
  font-size: 9px;
}

#header-links a * {
  color: #aab2bd;
}

.social-links a {
  font-size: 20px;
}

.header-page {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 25vw;
}

#breadcrumb {
  float: left;
  background: #f6f7fb;
  width: 100%;
  padding: 15px 0 5px;
  margin-left: 0;
  border-top: 1px solid #e6e9ee;
  border-bottom: 1px solid #e6e9ee;
  margin-bottom: 40px;
}

.area-recursos .button {
  display: inline-block;
  margin-bottom: 3px;
}

ul.menu-prensa li {
  float: left;
}

ul.menu-prensa {
  float: left;
  width: 100%;
  height: auto;
  margin-top: -40px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid 1px #ccc;
}

.menu-prensa li a {
  text-transform: initial;
  display: block;
  color: #3078b2;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  padding: 15px 20px;
}

.menu-prensa li:hover a {
  color: #169fe6;
  border-bottom: #169fe6 solid 1px;
  margin: 0 0 -1px;
}

#breadcrumb h1,
#breadcrumb h4 {
  font-size: 16px;
  line-height: 22px;
  color: #656d78;
  margin-bottom: 10px;
  text-align: left !important;
  font-weight: 700;
}

#breadcrumbs ul {
  float: left;
  padding: 0 0 10px;
  font-size: 12px;
  margin-top: 0;
}

#breadcrumbs ul li {
  font-size: 11px;
  display: inline-block;
  color: #888;
  padding: 0 11px 0 0;
  margin: 0 0 0 5px;
  background: url(../images/breadcrumbs.png) 100% 50% no-repeat;
}

#breadcrumbs ul li a,
#breadcrumbs ul li:last-child a {
  color: #888;
}

#breadcrumbs ul li a:hover,
#breadcrumbs ul li:last-child a:hover {
  text-decoration: underline;
}

#breadcrumbs ul li:first-child {
  padding-right: 0;
  margin-left: 0;
}

#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
  color: #888;
  background: 0 0;
}

#breadcrumbs ul li:last-child {
  padding: 0;
  background: 0 0;
}

.one,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-septh,
.one-third,
.three-fourth,
.two-third,
five-sixth {
  float: left;
  position: relative;
  margin-right: 2.21%;
}

.one,
.one-fifth:nth-child(5n),
.one-fourth:nth-child(4n),
.one-half:nth-child(2n),
.one-sixth:nth-child(6n),
.one-septh:nth-child(7n),
.one-third:nth-child(3n) {
  margin-right: 0 !important;
}

.one {
  width: 100%;
}

.one-half {
  width: 48.895%;
}

.two-third {
  width: 65.93%;
}

.one-third {
  width: 31.86%;
}

.one-fourth {
  width: 23.34%;
}

.three-fourth {
  width: 74.44%;
}

.one-fifth {
  width: 18.23%;
}

.one-sixth {
  width: 14.82%;
  text-align: center;
}

.one-septh {
  width: 14.28571% !important;
  text-align: center !important;
}

.five-sixth {
  width: 100%;
}

.horizontal-line {
  width: 100%;
  margin: 40px 0;
  float: left;
  border-top: 1px solid #e3e3e3;
}

.container .one-fourth:last-child,
.container .one-third:last-child,
.container .three-fourth:last-child,
.container .two-third:last-child,
.one .one-fourth:last-child,
.one .two-third:last-child,
.one-third.full {
  margin-right: 0 !important;
}

#current,
#navigation ul li ul li ul li:first-child,
#navigation ul li ul li:first-child {
  margin-left: 0;
}

.one-third.full {
  width: 33.33%;
}

#main-navigation.sticky {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0 !important;
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1cccc);
}

#main-navigation,
.main-menu li,
.main-menu ul a {
  position: relative;
}

#main-navigation.sticky-fullwidth {
  width: 100% !important;
}

#main-navigation {
  background: -moz-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -webkit-gradient(
    radial,
    50% 500%,
    0,
    50% 100%,
    100%,
    color-stop(0, #2ea0cf),
    color-stop(100%, #3170ac)
  ) !important;
  background: -webkit-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -o-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -ms-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 1);
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 1);
  z-index: 2;
}

#main-navigation select {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  padding: 10px 5px;
  color: #676767;
}

ul.main-menu.alternative {
  float: right;
}

ul.main-menu.alternative li a {
  color: #898989;
  border-right: none;
  border-left: none;
}

.main-menu.alternative > li:hover > a {
  color: #fff;
}

ul.main-menu.alternative li a#current {
  border: none;
}

.main-menu,
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu > li {
  float: left;
}

.main-menu > li.floatr {
  float: right;
}

.main-menu li > a {
  display: block;
}

.main-menu ul {
  position: absolute;
  display: none;
  width: 180px;
}

.main-menu ul ul {
  top: 0;
  left: 180px;
}

.main-menu li:hover > ul {
  display: block;
}

#navigation ul li:first-child {
  margin-left: -8px;
}

ul.main-menu li a i {
  color: #fff;
  margin-right: 10px;
}

ul.main-menu ul li a i {
  color: #aab3bc;
}

#current {
  background-color: #ccd0d9;
  border-right: 1px solid #ccd0d9;
  padding-left: 20px;
  z-index: 8;
  position: relative;
}

.main-menu a {
  text-decoration: none;
}

.main-menu > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 15px 13px;
}

.main-menu > li > a i {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.main-menu > li:hover > a {
  color: #169fe6;
}

ul.main-menu li a,
ul.main-menu li li a {
  -webkit-transition: all 80ms ease-in-out;
  -moz-transition: all 80ms ease-in-out;
  -o-transition: all 80ms ease-in-out;
  -ms-transition: all 80ms ease-in-out;
  transition: all 80ms ease-in-out;
}

.main-menu li li a:hover {
  color: #317bb4;
}

.main-menu ul li a {
  -webkit-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
  -moz-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
  -o-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
  -ms-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
  transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
}

.main-menu li a span {
  display: block;
  color: #ccd0d9;
  width: 100%;
  font-style: italic;
  font-size: 11px;
  line-height: 14px;
}

.main-menu li > ul > li > a img,
.main-menu > li > a img {
  border: 0;
  margin-right: 7px;
}

.main-menu h5,
.main-menu h6 {
  font-weight: 600;
  margin: 2px 0;
  letter-spacing: 0;
}

.main-menu ul {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  left: 1px;
  z-index: 999;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.main-menu ul a {
  color: #aab2bd;
  font-size: 12px;
  line-height: 18px;
  padding: 9px 12px;
  border-top: 1px solid #e6e6e6;
}

.main-menu .five-columns,
.main-menu .four-columns,
.main-menu .one-column,
.main-menu .three-columns,
.main-menu .two-columns {
  position: absolute;
  display: none;
  overflow: auto;
  z-index: 999;
  background: #fff;
}

.search-btn,
input.search-field {
  position: relative;
  float: right;
}

.main-menu .one,
.main-menu .one-column {
  width: 160px;
}

.main-menu .two,
.main-menu .two-columns {
  width: 320px;
}

.main-menu .three,
.main-menu .three-columns {
  width: 480px;
}

.main-menu .four,
.main-menu .four-columns {
  width: 640px;
}

.main-menu .five,
.main-menu .five-columns {
  width: 800px;
}

.main-menu > li.floatr > ul.one-column,
ul.five-columns,
ul.four-columns,
ul.three-columns,
ul.two-columns {
  right: 0;
}

.main-menu > li:hover > ul.one-column,
ul.five-columns,
ul.four-columns,
ul.three-columns,
ul.two-columns {
  display: block;
}

.main-menu .colfive5,
.main-menu .four,
.main-menu .one,
.main-menu .three,
.main-menu .two {
  float: left;
}

.main-menu li > ul.one-column,
ul.five-columns,
ul.four-columns,
ul.three-columns,
ul.two-columns {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  left: -1px;
  padding: 10px;
}

ul.five-columns a,
ul.five-columns a:hover,
ul.four-columns a,
ul.four-columns a:hover,
ul.one-column a,
ul.one-column a:hover,
ul.three-columns a,
ul.three-columns a:hover,
ul.two-columns a,
ul.two-columns a:hover {
  background: 0 0;
  border: none;
}

ul.five-columns p a,
ul.four-columns p a,
ul.one-column p a,
ul.three-columns p a,
ul.two-columns p a {
  padding: 0;
}

.main-menu h5 {
  font-size: 12px;
  color: #656d78;
}

.main-menu h6 {
  font-size: 11px;
  color: #307db6;
}

.main-menu ol {
  margin: 2px 10px;
  padding: 0;
}

.main-menu ol li {
  text-align: left;
  border-bottom: 1px dotted #e0e0e0;
}

.main-menu ol a {
  color: #656d78;
  font-size: 12px;
  padding: 6px 0 0;
  text-transform: initial;
}

.flex-caption h3,
.flex-small-caption h4 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.main-menu p {
  font-size: 12px;
  line-height: 18px;
  margin: 9px 10px;
  padding: 0;
}

.main-menu p a {
  color: #aab2bd;
  text-decoration: underline;
}

.main-menu p a:hover {
  color: #555;
}

.main-menu ol a i {
  margin-right: 7px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.search-btn,
ul.social-icons li a i {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.top-search {
  float: right;
  margin-top: 5px;
}

#tiempo-motril {
  float: right !important;
  width: 100%;
  height: 80px !important;
}

.l-regulares a:hover {
  opacity: 0.65;
}

.marquesina-tiempo {
  width: 100%;
  height: 22px;
  background: #3170ac;
  background: -moz-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  );
  background: -webkit-gradient(
    radial,
    50% 500%,
    0,
    50% 100%,
    100%,
    color-stop(0, #2ea0cf),
    color-stop(100%, #3170ac)
  );
  background: -webkit-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  );
  background: -o-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  );
  background: -ms-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  );
  background: radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
  display: inline-block;
  margin-bottom: 40px;
}

#tiempo-motril .bw_degree {
  top: 0;
}

#tiempo-motril .bw_date-loc {
  display: none;
}

#header-links .top-search {
  float: right;
  margin-top: 0;
}

.top-search input {
  width: 220px;
  font-size: 11px;
  color: #888;
  border: 1px solid #e6e9ee !important;
}

.top-search input:focus {
  border: 1px solid #aab3bc !important;
}

.search-btn {
  padding: 0;
  top: 0;
  right: 0;
  margin: 0 0 0 -40px;
  background: url(../images/search-bg.png) center center no-repeat #ccd0d9;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  z-index: 100;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  transition: all 0.25s ease-out;
}

.search-btn:hover {
  background-color: #aab3bc;
}

ul.contact-links {
  float: left;
}

.derecha {
  float: right !important;
}

.derecha li {
  margin-top: -2px !important;
}

ul.social-icons {
  float: right;
  display: block;
}

ul.social-icons.header {
  float: right;
  width: auto;
}

ul.social-icons li {
  float: left;
  margin-left: 2px;
  display: inline;
}

ul.social-icons li a {
  background: #2c2c2c;
  padding: 7px 7px 5px 5px;
}

ul.social-icons li a:hover {
  background: #1f1f1f;
}

ul.social-icons.header li a {
  background: #fff;
  padding: 7px 7px 5px 2px;
}

ul.social-icons.header li a:hover {
  background: #fff;
}

ul.social-icons li a i {
  font-size: 16px;
  transition: all 0.25s ease-out;
  color: #ababab;
}

ul.social-links li a,
ul.social-links.alternative li a {
  width: 32px;
  height: 25px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  float: left;
  text-align: center;
}

ul.social-icons li a:hover i {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

ul.social-icons.header li a:hover i {
  text-decoration: none;
}

ul.contact-links li {
  float: left;
  margin-left: 10px;
}

.social-links {
  text-align: center;
  padding: 0 14px;
}

ul.social-links li {
  margin-left: 3px;
  float: left;
}

ul.social-links li a {
  transition: all 0.25s ease-out;
  font-size: 14px;
}

ul.social-links.alternative li a {
  background-color: #fff;
  border-radius: 4px;
  padding-top: 7px;
  border: 1px solid #e6e9ee;
  transition: all 0.25s ease-out;
}

ul.social-links.alternative li a.facebook:hover {
  background-color: #45619d;
}

ul.social-links.alternative li a.twitter:hover {
  background-color: #2daae2;
}

ul.social-links.alternative li a.linkedin:hover {
  background-color: #1881b0;
}

ul.social-links.alternative li a.google:hover {
  background-color: #d73d32;
}

ul.social-links.alternative li a.skype:hover {
  background-color: #00a6e3;
}

ul.social-links.alternative li a.dribbble:hover {
  background-color: #ea4c88;
}

ul.social-links.alternative li a.pinterest:hover {
  background-color: #cb2229;
}

ul.social-links.alternative li a.tumblr:hover {
  background-color: #3e5a70;
}

ul.contact-links li a i,
ul.social-links li a i {
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.flex-control-nav li a,
.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

ul.social-links.alternative li a:hover i {
  color: #fff;
}

ul.contact-links li a i {
  margin-right: 5px;
  font-size: 15px;
}

.head-wrapp {
  float: left;
  width: 100%;
  margin: 12px 0;
}

#header-links a:hover,
ul.contact-links li a:hover i,
ul.social-links li a:hover i {
  color: #656d78;
}

.input-wrapp {
  float: left;
  width: 100%;
  display: block;
}

ul.contact-links.derecha li a i {
  font-size: 20px;
}

.jssora22l,
.jssora22r {
  display: block;
  position: absolute;
  width: 40px;
  height: 58px;
  cursor: pointer;
  background: url(../images/a22.png) center center no-repeat;
  overflow: hidden;
}

.jssora22l {
  background-position: -10px -31px;
}

.jssora22l:hover {
  background-position: -130px -31px;
}

.jssora22r {
  background-position: -70px -31px;
}

.jssora22r:hover {
  background-position: -190px -31px;
}

#slider2 .pav {
  position: absolute;
  bottom: 0;
  width: 98%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

#slider2 .pav .t {
  font-weight: 600;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}

.slider-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  background: url(../images/shadow-top.png) center center no-repeat;
  z-index: 99;
}

.slider-shadow-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: url(../images/shadow-bottom.png) center center no-repeat;
  z-index: 99;
}

.ls-fullwidth .ls-nav-next,
.ls-fullwidth .ls-nav-prev {
  width: 44px;
  height: 70px;
  z-index: 10000;
  top: 42%;
  position: absolute;
}

.ls-fullwidth .ls-nav-prev {
  background: url(../images/slider-prev.png) 50% 50% no-repeat #aab2bd;
  left: 0;
  border-radius: 0 4px 4px 0;
}

.ls-fullwidth .ls-nav-next {
  background: url(../images/slider-next.png) 50% 50% no-repeat #aab2bd;
  right: 0;
  border-radius: 4px 0 0 4px;
}

.large_heading_01 {
  font-size: 22px;
}

.large_heading_02 {
  color: #aab2bd;
  font-size: 24px;
}

.ls_large_text_01 {
  line-height: 45px;
  font-size: 34px;
  z-index: 19999;
  padding: 10px 20px !important;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #fff;
  font-weight: 300;
}

.ls_large_text_02,
.ls_large_text_03 {
  z-index: 19999;
  font-weight: 400;
  font-style: italic;
}

.ls_large_text_02 {
  color: #656d78;
  font-size: 16px;
}

.ls_large_text_03 {
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
}

.tp-leftarrow.large,
.tp-rightarrow.large {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  width: 64px;
  height: 60px;
  border-radius: 4px;
}

.tp-leftarrow.large {
  left: 80px;
  background: url(../images/slider-prev.png) 50% 50% no-repeat #aab2bd;
}

.flex-direction-nav li .flex-next,
.tp-rightarrow.large {
  background: url(../images/slider-next.png) 50% 50% no-repeat #aab2bd;
}

.tp-rightarrow.large {
  left: -80px;
}

.tp-leftarrow.tparrows.square.large {
  position: absolute !important;
  top: 42% !important;
  left: 3% !important;
}

.tp-rightarrow.tparrows.square.large {
  position: absolute !important;
  top: 42% !important;
  left: 92% !important;
}

.flex-container,
.revolution-slider {
  float: left;
  width: 100%;
  position: relative;
}

.fullwidthbanner {
  max-height: 450px;
  height: auto;
}

.fullwidthimagen {
  margin-top: -40px;
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.fullwidthimagen img {
  width: 100%;
}

.revolution-slider {
  padding: 0;
  height: 450px;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}

.tp-caption.large_title {
  padding: 10px 15px;
  font-size: 20px;
  font-family: "Open Sans", Arial;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
}

.flex-slider-text .text,
.flex-slider-text .text_2,
.tp-caption.grey_subtitle,
.tp-caption.grey_subtitle_alt {
  font-family: "Open Sans", Arial;
  line-height: 24px;
  border-radius: 4px;
  font-size: 14px;
  font-style: italic;
}

#footer h4,
form.simple-form input,
form.simple-form textarea,
select {
  font-family: "Open Sans", sans-serif;
}

.tp-caption.grey_subtitle {
  color: #656d78;
}

.tp-caption.grey_subtitle_alt {
  color: #fff;
}

.flex-container {
  height: auto;
}

.flex-slider-text {
  margin-top: 100px;
}

.flex-slider-text .text {
  color: #656d78;
}

.flex-slider-text .text_2 {
  color: #fff;
}

.flex-home-img {
  margin-bottom: -10px !important;
  float: right;
}

.flex-home-img img {
  width: auto !important;
  height: auto !important;
}

.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
  z-index: 2222;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 70px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 38%;
}

.flex-direction-nav li .flex-next {
  border-radius: 4px 0 0 4px;
  right: -40px;
}

.flex-direction-nav li .flex-prev {
  background: url(../images/slider-prev.png) 50% 50% no-repeat #aab2bd;
  border-radius: 0 4px 4px 0;
  left: -40px;
}

.flex-direction-nav {
  display: none;
}

.flexslider:hover .flex-direction-nav li .flex-next {
  right: 0;
}

.flexslider:hover .flex-direction-nav li .flex-prev {
  left: 0;
}

.flexslider.clients-slider .flex-direction-nav li a.flex-next,
.flexslider.clients-slider .flex-direction-nav li a.flex-prev,
.flexslider.team-member-slider .flex-direction-nav li a.flex-next,
.flexslider.team-member-slider .flex-direction-nav li a.flex-prev {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 35%;
  z-index: 2222;
}

.flexslider.clients-slider .flex-direction-nav li .flex-prev,
.flexslider.team-member-slider .flex-direction-nav li .flex-prev {
  background: url(../images/carousel-prev-next.png) -23% 50% no-repeat #aab2bd;
  border-radius: 4px;
}

.flexslider.clients-slider .flex-direction-nav li .flex-next,
.flexslider.team-member-slider .flex-direction-nav li .flex-next {
  background: url(../images/carousel-prev-next.png) 125% 50% no-repeat #aab2bd;
  border-radius: 4px;
}

.flexslider.clients-slider .flex-direction-nav li .flex-next:hover,
.flexslider.clients-slider .flex-direction-nav li .flex-prev:hover,
.flexslider.team-member-slider .flex-direction-nav li .flex-next:hover,
.flexslider.team-member-slider .flex-direction-nav li .flex-prev:hover {
  background-color: #434a54;
}

.clients-slider .flex-direction-nav li .flex-next,
.team-member-slider .flex-direction-nav li .flex-next {
  right: 10px;
}

.clients-slider .flex-direction-nav li .flex-prev,
.team-member-slider .flex-direction-nav li .flex-prev {
  left: 10px;
}

.clients-slider:hover .flex-direction-nav li .flex-next,
.team-member-slider:hover .flex-direction-nav li .flex-next {
  right: -30px;
}

.clients-slider:hover .flex-direction-nav li .flex-prev,
.team-member-slider:hover .flex-direction-nav li .flex-prev {
  left: -30px;
}

.flexslider.clients-slider {
  margin: 30px 0;
}

.flexslider.clients-slider.no-margin {
  margin: 0;
}

.single-portfolio-item-slider.bottom-margin {
  margin-bottom: 40px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.no-margin {
  margin: 0 !important;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
  display: block;
  z-index: 250;
  right: 0;
  bottom: -35px;
}

.flex-control-nav li {
  margin: 0 0 0 3px;
  display: inline-block;
  zoom: 1;
  text-indent: -9999px;
}

.flex-control-nav li:first-child {
  margin: 0;
}

.flex-control-nav li a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 10px;
  height: 10px;
  display: block;
  background: #ccd0d9;
  border-bottom: none !important;
  cursor: pointer;
  text-indent: -999em;
  border-radius: 100px;
}

.flex-caption {
  zoom: 1;
  width: auto;
  height: auto;
  position: absolute;
  left: 30%;
  top: 40%;
  z-index: 111;
  padding: 10px 20px;
  border-radius: 4px;
}

.flex-caption h3 {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.flex-container.with-margin {
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.flex-small-caption {
  position: absolute;
  z-index: 999;
  bottom: 15px;
  left: 15px;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
}

.flex-small-caption h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

#footer h4,
.blogDescr,
.submitNewsletter {
  text-transform: uppercase;
}

.portfolio-items-slider .flex-direction-nav li a.flex-next,
.portfolio-items-slider .flex-direction-nav li a.flex-prev {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 37px;
  height: 37px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 43%;
  z-index: 19999;
}

#copyrights a,
.asociados a {
  -moz-transition: all 0.24s ease 0s;
  -webkit-transition: all 0.24s ease 0s;
  -o-transition: all 0.24s ease 0s;
}

#footer a i:hover,
#footer a:hover,
input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

#copyrights,
#footer {
  width: 100%;
  height: auto;
}

#copyrights,
#error-field,
#footer,
.inputNewsletter,
.submitNewsletter {
  position: relative;
}

.portfolio-items-slider .flex-direction-nav li .flex-next {
  background: url(../images/slider-next-small.png) 50% 50% no-repeat #656d78;
  border-radius: 4px;
  right: 0;
  opacity: 0;
}

.portfolio-items-slider .flex-direction-nav li .flex-prev {
  background: url(../images/slider-prev-small.png) 50% 50% no-repeat #656d78;
  border-radius: 4px;
  left: 0;
  opacity: 0;
}

.portfolio-items-slider:hover .flex-direction-nav li .flex-next {
  right: 15px;
  opacity: 100;
}

.portfolio-items-slider:hover .flex-direction-nav li .flex-prev {
  left: 15px;
  opacity: 100;
}

.flexslider.clients {
  text-align: center;
}

.footer-call-to-action {
  float: left;
  width: 100%;
  margin-bottom: -40px;
}

.footer-call-to-action .one-fourth {
  text-align: right;
}

.footer-call-to-action h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#footer,
#footer a,
#footer a i {
  color: #fff;
}

#footer a {
  text-decoration: underline;
}

#footer {
  padding: 40px 0;
  float: left;
  background: #4c4f51;
}

.asociados {
  background: #fff;
  width: 100%;
  float: left;
}

.ayuda-ue {
  text-align: center;
  background: #e6e9ee;
  width: 100%;
  float: left;
  padding: 25px 0;
}

.ayuda-ue p {
  text-align: left;
  padding: 15px 0px;
  margin: 0px;
  font-size: 12px;
}

.ayuda-ue-pesca {
  border-top: 1px solid #c3c3c3;
  text-align: center;
  background: #e6e9ee;
  width: 100%;
  float: left;
  padding: 25px 0;
}

.ayuda-ue-pesca img {
  margin-top: 15px;
  width: 40%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 55.1875em) {
  .ayuda-ue-pesca img {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 5px;
  }
}

.ayuda-ue-pesca p {
  float: right;
  text-align: left;
  padding: 15px 0px;
  margin: 0px;
  font-size: 12px;
  margin-right: 10px;
}

.descargar-app {
  background: #1e1e1e;
  width: 100%;
  float: left;
  padding: 45px 0;
}

#footer .redes ul li,
#footer ul li {
  float: left;
  padding: 0 0 16px;
  list-style: none;
}

#footer img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.descargar-app .h2,
.descargar-app h2 {
  font-weight: 600;
  margin-top: 8%;
  font-size: 30px;
  color: #fff;
}

.descargar-app img {
  max-width: 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.asociados img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

form.simple-form input,
select {
  max-width: 95%;
  outline: 0;
}

#footer .one-sixth {
  text-align: left;
}

#footer .one-septh {
  text-align: left;
}

.asociados .one-fourth {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#filterable li a,
.asociados .one-fourth {
  text-align: center;
}

#footer .one-sixth img {
  margin-top: 4px;
}

#footer .one-septh img {
  margin-top: 4px;
}

#copyrights {
  padding: 20px 0 10px;
  float: left;
  background: #f6f7fb;
  color: #4d5560;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .redes ul li {
  width: auto;
  border-bottom: none;
}

.blogDescr {
  font-size: 10px;
}

#footer p,
.blogCuerpo,
.blogTitulo {
  font-size: 12px;
}

.blogTitulo {
  color: #bbdbef;
}

#footer .redes a {
  display: inline-block;
}

#footer.s2 {
  background: #3b3b3b;
  color: #999;
}

#copyrights.s2 {
  background: #333;
  color: #999;
}

.asociados .one {
  margin: 20px auto;
}

.asociados a:hover img {
  -webkit-filter: grayscale(95%);
}

#copyrights.s2 a,
#footer.s2 a {
  color: #ababab;
}

#footer.s2 ul li {
  border-bottom: 1px solid #464646;
}

#copyrights.s2 a:hover,
#footer.s2 a:hover {
  color: #fff;
  text-decoration: none;
}

#copyrights.s3 a,
#footer.s3,
#footer.s3 a,
#footer.s3 h4 {
  color: #656d78;
}

#footer.s2 .flickr-widget li {
  border: 3px solid #2a2929;
}

#footer.s2 .flickr-widget li:hover {
  border: 3px solid #6b6b6b;
}

#footer.s3 {
  background: #f6f7fb;
}

#copyrights.s3 {
  background: #e6e9ee;
  color: #656d78;
}

#footer.s3 ul li {
  border-bottom: 1px solid #e6e9ee;
}

#copyrights.s3 a:hover,
#footer.s3 a:hover {
  color: #929ca9;
  text-decoration: none;
}

#footer.s3 .flickr-widget li {
  border: 3px solid #aab2bd;
}

#footer.s3 .flickr-widget li:hover {
  border: 3px solid #c1c6cc;
}

#copyrights a {
  color: #4d5560;
}

#copyrights a:hover {
  color: #317bb4;
  text-decoration: none;
}

#footer h4 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

#footer ul {
  float: left;
  list-style: none;
}

#footer ul li {
  width: 100%;
  border-bottom: 1px solid #434a54;
}

#footer ul li.padding-top {
  padding: 16px 0;
}

#footer ul li a i {
  margin-right: 5px;
  font-size: 20px;
}

#footer a i:hover,
#footer a:hover {
  color: #317bb4;
  transition: all 0.25s ease-out;
}

.copyright_links {
  float: right;
}

.copyright_links li {
  display: inline;
  float: left;
}

.copyright_links li a {
  float: left;
}

.copyright_links .separacion {
  margin: 0 10px;
}

.copyright_links li.last a,
.copyright_links ul li:last-child a {
  background: 0 0;
}

.copyright_links li a:hover {
  text-decoration: underline;
}

#filterable li a,
.comment-author span.reply a:hover,
.comment-author span.reply a:hover i,
.pagination ul li a,
.permalink a:hover,
.tabs-nav li a,
ul.post-meta li a:hover {
  text-decoration: none;
}

input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  padding: 7px 10px;
  outline: 0;
  font-size: 13px;
  color: #000;
  margin: 0;
  display: block;
  border-radius: 4px;
  transition: all 0.25s ease-out;
  background: #fff;
}

.submitNewsletter,
footer input[type="email"],
footer input[type="password"],
footer input[type="text"],
footer select,
footer textarea {
  font-size: 12px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

select {
  font-size: 12px;
  color: #888;
  display: block;
  background: #fff;
  border: none;
  border-radius: none;
}

footer input[type="email"],
footer input[type="password"],
footer input[type="text"],
footer select,
footer textarea {
  border: 0;
  border-radius: 6px;
  transition: all 0.25s ease-out;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0;
  overflow: hidden;
  color: #b1b6b9;
  position: relative;
  height: 35px;
  padding: 5px 80px 5px 10px;
  background: #262b2e;
  outline: 0;
  -webkit-box-shadow: inset 0 0 4px #4d5560;
  -moz-box-shadow: inset 0 0 4px #4d5560;
  box-shadow: inset 0 0 4px #4d5560;
}

.inputNewsletter:focus ~ .newsletter {
  width: 120%;
}

.submitNewsletter {
  background-color: #333942;
  cursor: pointer;
  margin-right: 6px;
  margin-top: -46px;
  float: right;
  width: 60px;
  height: 27px;
  border: 1px solid #373d40;
  border-radius: 6px;
  color: #7e8793;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.07);
  transition: all 0.25s ease-out;
}

.submitNewsletter:hover {
  background-color: #444952;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

footer select {
  padding: 0;
}

footer input[type="email"]:focus,
footer input[type="password"]:focus,
footer input[type="text"]:focus,
footer textarea:focus {
  background: #292f38;
  -webkit-box-shadow: inset 0 0 1px #4d5560;
  -moz-box-shadow: inset 0 0 1px #4d5560;
  box-shadow: inset 0 0 1px #4d5560;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.item-wrapp,
form.simple-form fieldset i {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

textarea {
  min-height: 60px;
  resize: none;
}

label,
legend {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: 400;
  font-size: 12px;
  color: #444;
}

form.simple-form {
  margin-bottom: 30px;
  float: left;
}

.busqueda form.simple-form input {
  width: 55%;
}

.busqueda form.simple-form fieldset i {
  cursor: pointer;
}

form.simple-form fieldset i:hover {
  background: #3084bb;
}

form.simple-form input {
  width: 100%;
  font-size: 12px;
  color: #888;
  margin: 0;
  display: block;
  background: #fff;
  border: none;
  border-radius: none;
}

form.simple-form input[type="submit"] {
  background: #002b84;
}

form.simple-form input[type="checkbox"] {
  width: inherit;
  display: inline;
}

#error-field {
  float: left;
  width: 100%;
  height: auto;
}

#mensaje-enviado,
#mensaje-noenviado {
  display: none;
}

.input-title {
  float: left;
  margin-bottom: 5px;
  padding: 10px 0 0 10px;
}

form.simple-form fieldset {
  padding: 0;
  border-radius: 2px;
  width: 100%;
  border: 1px solid #aab2bd;
}

form.simple-form fieldset.inputError i {
  background-color: #db4453;
}

form.simple-form fieldset i {
  background-color: #aab2bd;
  float: left;
  width: 23px;
  height: 23px;
  color: #fff;
  text-align: center;
  padding: 10px 2px 0;
  transition: all 0.25s ease-out;
}

form.simple-form fieldset.inputError {
  border-color: #db4453;
}

form.simple-form input:focus,
form.simple-form textarea:focus {
  border: none;
}

form.simple-form input[type="submit"] {
  width: auto;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #fff;
  box-shadow: none;
}

form.simple-form textarea {
  width: 95%;
  margin: 0 0 15px;
  border: none;
}

form.simple-form fieldset {
  margin-bottom: 15px;
  float: left;
}

form.simple-form label {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

form.simple-form label span {
  color: #e64135;
}

.inputNewsletter {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  margin: 10px 1px 0 0;
  overflow: hidden;
  color: #b1b6b9;
  font-size: 12px;
  height: 44px;
  padding: 8px;
  background: #262b2e;
  outline: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

#filterable {
  display: inline;
  float: left;
  margin-bottom: 40px;
  margin-right: 0;
  width: 100%;
}

#filterable li {
  float: left;
  list-style: none;
  margin-left: 1px;
}

#filterable li:first-child {
  margin-left: 0;
}

#filterable li a {
  cursor: pointer;
  display: block;
  color: #fff;
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #aab2bd;
  border-bottom: 1px solid #8d95a0;
}

#filterable li a:hover {
  color: #fff;
}

#filterable li:first-child a {
  border-radius: 2px 0 0 2px;
}

#filterable li:last-child a {
  border-radius: 0 2px 2px 0;
}

#filterable li a.active {
  color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}

#filterable li a i {
  color: #fff;
  margin-right: 7px;
}

.isotope-item {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
  width: 100%;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -ms-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  background: #fff;
  border: 1px solid #e6e9ee;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.isotope .isotope-item.texto {
  z-index: 0;
  background: 0 0;
  border: 0;
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

ul#portfolio-container,
ul#portfolio-container-2 {
  position: relative;
  height: 1266px;
  overflow: visible !important;
  margin: 0 0 0 -2%;
  padding: 0;
  float: left;
  width: 100%;
  border: none;
}

ul#portfolio-container li,
ul#portfolio-container-2 li {
  margin: 0 0 20px 1.7%;
  list-style: none;
}

ul#portfolio-container .portfolio-item-title li,
ul#portfolio-container-2 .portfolio-item-title li {
  margin: 0 0 8px 2%;
  list-style: none;
}

ul#portfolio-container.four-columns li {
  width: 23%;
}

ul#portfolio-container.three-columns li {
  width: 31%;
}

ul#portfolio-container.two-columns li {
  width: 48%;
}

ul#portfolio-container li ul.flex-direction-nav li,
ul#portfolio-container li ul.slides li {
  margin: 0 !important;
}

.blog-post .flex-control-nav,
ul#portfolio-container .flex-control-nav {
  width: 100%;
  position: absolute;
  display: block;
  z-index: 9999;
  right: -15px !important;
  bottom: 15px;
}

.blog-post .flex-control-nav li,
ul#portfolio-container .flex-control-nav li {
  margin: 0 0 0 4px;
  padding: 0;
  float: left;
  width: 10px;
}

ul#portfolio-container li ol.flex-control-nav li a {
  background-color: #aab2bd;
  border-bottom: 1px solid #919aa6;
  margin: 0;
}

ul#portfolio-container-2.four-columns li {
  width: 23%;
}

ul#portfolio-container-2.three-columns li {
  width: 31%;
}

ul#portfolio-container-2.two-columns li {
  width: 48%;
}

ul#portfolio-container-2 li ul.flex-direction-nav li,
ul#portfolio-container-2 li ul.slides li {
  margin: 0 !important;
}

.blog-post .flex-control-nav,
ul#portfolio-container-2 .flex-control-nav {
  width: 100%;
  position: absolute;
  display: block;
  z-index: 9999;
  right: -15px !important;
  bottom: 15px;
}

.blog-post .flex-control-nav li,
ul#portfolio-container-2 .flex-control-nav li {
  margin: 0 0 0 4px;
  padding: 0;
  float: left;
  width: 10px;
}

ul#portfolio-container-2 li ol.flex-control-nav li a {
  background-color: #aab2bd;
  border-bottom: 1px solid #919aa6;
  margin: 0;
}

.item-wrapp {
  border-radius: 4px;
  transition: all 0.25s ease-out;
}

.item-wrapp:hover {
  box-shadow: 0 0 5px #e6e9ee;
}

.blog-item,
.portfolio-item {
  width: 100%;
  min-height: 45px;
  float: left;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin-bottom: 25px;
}

.portfolio-item .h2,
.portfolio-item h2 {
  font-size: 12px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.portfolio-item-title .three-fourth {
  margin-bottom: 15px;
}

.portfolio-item-title .one-fourth {
  float: right;
}

.blog-item a,
.portfolio-item a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog-item img,
.instagram-widget div a,
.portfolio-item img {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.blog-item img,
.portfolio-item img {
  transition: all 0.35s ease-out;
  -webkit-backface-visibility: hidden;
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: auto;
  float: left;
}

.column-block a,
.permalink a,
.portfolio-item-title a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.blog-item img {
  border-radius: 4px;
}

.blog-item.large:hover img,
.blog-item.medium:hover img,
.blog-item.small:hover img,
.portfolio-item:hover img {
  position: relative;
  z-index: 10;
  opacity: 0.1;
  -webkit-transform: scale(1.18);
  -moz-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  -webkit-perspective: 1000;
  border-radius: 4px 4px 0 0;
}

.blog-item.large img,
.blog-item.large:hover img,
.blog-item.medium img,
.blog-item.medium:hover img,
.blog-item.small img,
.blog-item.small:hover img {
  border-radius: 4px !important;
}

.blog-item {
  border-radius: 4px;
}

.blog-item a.item-permalink,
.portfolio-item a.item-permalink {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 40%;
  left: -50px;
  z-index: 120;
  border-radius: 4px;
  padding: 8px 12px;
}

.blog-item a.item-preview,
.portfolio-item a.item-preview {
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 40%;
  right: -50px;
  z-index: 121;
  border-radius: 4px;
}

.blog-item a.item-permalink:hover,
.blog-item a.item-preview:hover,
.portfolio-item a.item-permalink:hover,
.portfolio-item a.item-preview:hover {
  background: #fff;
}

.blog-item a.item-permalink:hover i,
.blog-item a.item-preview:hover i,
.portfolio-item a.item-permalink:hover i,
.portfolio-item a.item-preview:hover i {
  color: #434a54;
}

.blog-item a.item-permalink i,
.blog-item a.item-preview i,
.portfolio-item a.item-permalink i,
.portfolio-item a.item-preview i {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

ul#portfolio-container-2.two-columns
  li
  .item-wrapp
  .portfolio-item:hover
  a.item-permalink {
  left: 41%;
}

ul#portfolio-container-2.two-columns
  li
  .item-wrapp
  .portfolio-item:hover
  a.item-preview {
  right: 41%;
}

ul#portfolio-container-2.three-columns
  li
  .item-wrapp
  .portfolio-item:hover
  a.item-permalink {
  left: 35.5%;
}

ul#portfolio-container-2.three-columns
  li
  .item-wrapp
  .portfolio-item:hover
  a.item-preview {
  right: 35.5%;
}

.one-third.product .item-wrapp .portfolio-item:hover a.item-permalink {
  left: 32%;
}

.one-third.product .item-wrapp .portfolio-item:hover a.item-preview {
  right: 32%;
}

.one-third .separator {
  margin-left: -10px;
  margin-bottom: 30px;
}

.portfolio-item:hover a.item-permalink {
  left: 31.5%;
}

.portfolio-item:hover a.item-preview {
  right: 31.5%;
}

.blog-item.small:hover a.item-permalink {
  left: 30%;
}

.blog-item.small:hover a.item-preview {
  right: 30%;
}

.blog-item.medium:hover a.item-permalink {
  left: 38%;
}

.blog-item.medium:hover a.item-preview {
  right: 38%;
}

.blog-item.large:hover a.item-permalink {
  left: 44%;
}

.blog-item.large:hover a.item-preview {
  right: 44%;
}

.portfolio-item-title {
  padding: 20px 15px 15px;
  border: 1px solid #ccd0d9;
  border-top: none;
}

.portfolio-item-title .container {
  width: inherit;
}

.youtube-container li {
  margin-top: 20px;
}

.column-block a,
.portfolio-item-title a {
  color: #169fe6;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.25s ease-out;
}

.column-block a:hover,
.portfolio-item-title a:hover {
  text-decoration: none;
  color: #434a54 !important;
}

.texto .h2.titulo-perfil,
.texto h2.titulo-perfil {
  color: #307cb5;
  text-align: center !important;
  font-size: 25px;
}

.blog-post {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.blog-post h4,
.permalink h1 {
  text-align: left;
}

.permalink .titulo-hemeroteca,
.permalink h1 {
  line-height: 20px;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}

.permalink .titulo-hemeroteca,
.permalink h1,
.permalink h4 {
  margin-bottom: 0;
}

.permalink a {
  color: #3078b2;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18px;
  transition: all 0.25s ease-out;
}

.media-holder img,
ul.pricing-boxes li {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.imagen {
  padding: 0 10px 5px 0;
  float: left;
}

.texto-imagen {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 151px;
  background: rgba(0, 0, 0, 0.5);
}

.texto-imagen p {
  padding: 5px 20px 20px;
  font-size: 12px;
}

.texto-imagen span {
  font-size: 10px;
}

.texto-imagen h3,
.texto-menu h3 {
  font-size: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: left;
}

.item-con-t1 {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  opacity: 0;
  border-radius: 2px;
}

.accesos h3,
.container-t1 {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.container-t1 {
  height: auto;
  border-radius: 2px;
}

.container-t1 img {
  width: 100%;
}

.clients-wrapp .one {
  margin-top: 10px;
}

.clients-wrapp .container-t1 img:hover {
  opacity: 1 !important;
}

.lista-premios .activo,
.lista-premios li a:hover,
.media-holder img:hover {
  opacity: 0.8;
}

.noticias .container-t1 {
  padding-bottom: 0;
}

.blog-post.layout-2 .post-intro {
  width: 68.5%;
  float: left;
}

.blog-post.layout-3 {
  width: 48.89%;
  margin-right: 2.21%;
}

.blog-post.layout-3:nth-child(2n) {
  margin-right: 0 !important;
}

.media-holder img {
  transition: all 0.25s ease-out;
}

.blog-post.layout-2 ul.post-meta {
  width: auto;
  display: block;
}

ul.post-meta {
  overflow: hidden;
  float: left;
  width: 100%;
}

ul.post-meta li {
  text-transform: capitalize;
  padding: 5px 0;
  margin: 0 0 5px 5px;
  display: inline-block;
  color: #a5a5a5;
}

ul.post-meta li:first-child {
  margin-left: 0;
}

ul.post-meta li i {
  margin-right: 5px;
  color: #a5a5a5;
}

ul.post-meta li a {
  color: #a5a5a5;
  font-weight: 400;
}

.plan-name h4,
.plan-price h4 {
  font-weight: 300;
  font-family: "Open Sans", Arial;
}

.pagination ul {
  margin: 10px 0 30px;
  float: left;
  position: relative;
  width: 100%;
}

.pagination ul li a {
  padding: 5px 10px;
  display: inline-block;
  float: left;
  margin-right: 1px;
  background: #aab2bd;
  color: #fff;
  border-bottom: 1px solid #8d95a0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.pagination ul li:first-child a {
  border-radius: 4px 0 0 4px;
}

.pagination ul li:last-child a {
  border-radius: 0 4px 4px 0;
}

ul.pricing-boxes {
  float: left;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.plan-name h1,
.plan-name h4,
.plan-price h4 {
  margin-bottom: 5px;
}

ul.pricing-boxes li {
  float: left;
  list-style: none;
  text-align: center;
  transition: all 0.25s ease-out;
}

.plan-name h1 i,
ul.pricing-boxes li:hover .plan-name,
ul.pricing-boxes li:hover .plan-price {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

ul.pricing-boxes li.best-plan {
  position: relative;
  top: -10px;
}

ul.pricing-boxes li.best-plan:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

ul.pricing-boxes.five li {
  width: 20%;
}

ul.pricing-boxes.four li {
  width: 25%;
}

ul.pricing-boxes.three li {
  width: 33%;
}

ul.pricing-boxes li:nth-child(even) {
  background: #f6f7fb;
}

ul.pricing-boxes li.best-plan .plan-name {
  padding: 20px 0 15px;
}

ul.pricing-boxes li.best-plan .plan-features {
  padding: 0 0 35px;
}

.plan-name {
  background: #656d78;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14),
    inset -1px 0 0 rgba(0, 0, 0, 0.14);
  padding: 15px 0 10px;
  border-radius: 4px 4px 0 0;
}

.plan-name.color {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.plan-name h4 {
  color: #fff;
  font-size: 16px;
}

.plan-price h4,
.plan-price h4 span {
  color: #fff;
  font-size: 13px;
}

.plan-name h1 {
  color: #fff;
  text-align: center;
  line-height: 64px;
  margin-top: 7px;
}

.plan-name h1 i {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  padding: 15px;
}

.plan-price {
  background: #434a54;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14),
    inset -1px 0 0 rgba(0, 0, 0, 0.14);
  padding: 15px 0 10px;
}

.plan-price h4 i {
  margin-right: 5px;
}

.plan-features ul li,
ul.accordion .accordion-switch {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

ul.pricing-boxes li:hover .plan-name h1 i {
  border: 4px solid #fff;
}

ul.pricing-boxes li:hover .plan-name {
  background-color: #555d68;
}

ul.pricing-boxes li:hover .plan-price {
  background-color: #383f49;
}

.plan-features {
  background: #fff;
  border: 1px solid #e6e9ee;
  border-top: 0;
  padding: 0 0 25px;
  border-radius: 0 0 4px 4px;
  float: left;
}

ul.pricing-boxes li .plan-features {
  border-right: none;
}

ul.pricing-boxes li:last-child .plan-features {
  border: 1px solid #e6e9ee;
}

ul.pricing-boxes.standalone li .plan-features {
  border: 1px solid #e6e9ee !important;
}

.plan-features ul {
  float: left;
  list-style: none;
  margin-bottom: 25px;
}

.plan-features ul li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.25s ease-out;
  width: 100% !important;
  float: left;
}

.client-block div,
a.all-items {
  -ms-transition: all 0.15s ease-out;
}

.plan-features ul li i {
  margin-right: 10px;
  font-size: 16px;
}

.plan-features ul li:hover {
  box-shadow: none;
}

.plan-name.dark {
  background: #656d78;
}

.plan-price.dark {
  background: #434a54;
}

ul.star-rating {
  width: 100%;
  list-style: none;
  text-align: center;
  display: block;
  float: left;
  margin-bottom: 15px;
}

ul.star-rating li {
  list-style: none;
  display: inline;
  margin-right: 0 !important;
}

ul.star-rating li i {
  color: #ccd0d9;
  font-size: 14px;
}

ul.star-rating li i.color {
  color: #f6bb43;
}

ul.star-rating.big li i {
  font-size: 24px;
}

.shopping-cart-wrapp {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.shop-items {
  width: 100%;
  float: left;
  position: relative;
}

.shop-items > div {
  margin-bottom: 30px;
}

a.item-price {
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background-color: #76d17f;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1999;
}

a.item-price i {
  color: #fff;
  margin-left: 5px;
}

a.all-items {
  float: right;
  font-size: 13px;
  font-style: italic;
  color: #aab2bd;
  font-weight: 400;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a.all-items i {
  color: #aab2bd;
  margin-right: 5px;
}

#scrolltotop {
  width: 48px;
  height: 48px;
  background: url(../images/top.png) top no-repeat;
  margin: 0 15px 10px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 3px;
}

#scrolltotop:hover {
  background: url(../images/top.png) bottom no-repeat;
}

#amount {
  border: none;
  font-weight: 800;
  width: 100%;
  background: 0 0;
  float: left;
  margin: 15px 0 15px -10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccd0d9 !important;
  background: #e6e9ee !important;
  font-weight: 400;
  color: #555;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
}

.ui-widget-content {
  border: none !important;
  border-bottom: 1px solid #ccd0d9 !important;
  background: #e6e9ee !important;
  color: #222;
}

a.product-item-preview {
  border-radius: 4px;
  background-color: #aab2bd;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.comment-entry,
.comment > .avatar {
  background: #fff;
  box-shadow: 0 0 7px #e6e9ee;
  float: left;
}

a.product-item-preview i {
  color: #fff;
}

ul.commentlist {
  float: left;
  width: 100%;
  margin: 0;
}

ul.commentlist li {
  float: left;
  padding: 10px 0 20px;
  list-style: none;
}

ul.commentlist li.child {
  margin-left: 90px;
}

.comments-amount {
  font-weight: 300;
  color: #aaa;
}

.comment > .avatar {
  padding: 3px;
  position: relative;
  border: 1px solid #e6e9ee;
  margin-right: 10px;
}

.comment .avatar img {
  float: left;
  max-width: 64px;
}

.comment-entry p {
  margin: 0;
  line-height: 23px;
}

.comment-entry {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  margin: -70px 0 0 90px;
  width: 81%;
  color: #888;
  border-radius: 4px;
  border: 1px solid #e6e9ee;
  padding: 20px;
}

ul.commentlist li.child .comment-entry {
  width: 78%;
}

.comment-arrow {
  width: 10px;
  height: 20px;
  position: relative;
  float: left;
  background: url(../images/comment-arrow.png) no-repeat;
  margin-left: -30px;
}

.comment-entry strong {
  float: left;
  padding-right: 5px;
  font-size: 14px;
  color: #656d78;
}

.comment-entry span {
  float: left;
  color: #999;
}

.comment-author {
  float: left;
  width: 100%;
}

.comment-author span.reply {
  float: right;
  display: inline;
}

.comment-author span.reply a {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  float: right;
  padding: 0 7px;
  margin-left: 5px;
  font-weight: 400;
  color: #fff;
  background: #ccd0d9;
  border-radius: 4px;
  font-size: 11px;
}

.comment-author span.reply a i {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  color: #fff;
  font-size: 11px;
}

.comment-author span.date {
  color: #999;
  float: left;
  font-weight: 300;
  padding: 0;
  margin: 5px 0 0 5px;
}

.tabs-wrapp {
  float: left;
  position: relative;
  margin-top: 20px;
}

.tabs-nav,
.tabs-nav li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tabs-nav {
  list-style: none;
}

.tabs-nav li {
  float: left;
  line-height: 32px;
  position: relative;
}

.tabs-nav li.active {
  line-height: 31px;
}

.tabs-nav li a {
  background: #aab2bd;
  color: #fff;
  display: block;
  letter-spacing: 0;
  outline: 0;
  padding: 2px 15px;
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.12),
    inset -1px 0 0 rgba(0, 0, 0, 0.12);
}

.tabs-nav li:first-child a {
  border-left: none;
}

.tabs-nav li a:hover {
  background: #656d78;
  color: #fff;
}

.tabs-nav li a i {
  margin-right: 5px;
  color: #fff;
}

.tabs-nav li.active a {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.tab-content,
ul.accordion li.accordion-item.selected .accordion-switch {
  background: #fff;
}

.tabs-container {
  border: 1px solid #ddd;
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
}

.tab-content {
  padding: 20px;
}

ul.accordion {
  display: inline;
  float: left;
  width: 100%;
}

ul.accordion li {
  float: left;
  width: 100%;
  padding: 0;
  border: 1px solid #e1e1e1;
  border-bottom: none;
}

ul.accordion li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

ul.accordion .accordion-switch {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  cursor: pointer;
  font-size: 12px;
  color: #777;
  line-height: 22px;
  padding: 12px 0 0;
}

ul.accordion .accordion-switch:hover {
  background: #f6f7fb;
}

ul.accordion li.accordion-item .accordion-switch {
  font-size: 13px;
  text-transform: capitalize;
  float: left;
}

ul.accordion li a:hover {
  text-decoration: underline;
}

ul.accordion li.accordion-item .togglegfx {
  float: left;
  height: 22px;
  width: 22px;
  background: url(../images/accordion-toggle.png) left top no-repeat #aab2bd;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding-right: 0;
  border-radius: 100%;
  margin: 1px 15px 11px;
}

ol.carousel-tabs li,
ul.slidecontrols li a.next,
ul.slidecontrols li a.prev {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: block;
}

ul.accordion li.accordion-item:hover .togglegfx {
  background-color: #424953;
}

ul.accordion li.accordion-item .accordion-content {
  padding: 0 20px 10px 15px;
  margin-top: 5px;
}

ol.carousel-tabs {
  width: 100%;
  text-align: center;
  list-style: none;
  float: left;
}

ol.carousel-tabs li {
  float: left;
  list-style: none;
  margin: 0 0 0 3px;
  transition: all 0.3s ease-out;
  width: 10px;
  height: 10px;
  background: #ccd0d9;
  cursor: pointer;
  text-indent: -999em;
  border-radius: 100%;
}

ol.carousel-tabs li:first-child {
  margin: 0;
}

ul.slidecontrols {
  float: right;
  width: 100;
  list-style: none;
}

ul.slidecontrols li {
  float: left;
  list-style: none;
  margin-top: 20px;
}

ul.slidecontrols li a.next,
ul.slidecontrols li a.prev {
  height: 24px;
  width: 24px;
  position: relative;
  border-radius: 2px;
  color: #fff;
  border-bottom: 1px solid #434a54;
  text-indent: -99999px;
  cursor: auto;
  float: left;
  transition: all 0.3s ease-out;
}

ul.slidecontrols li a.prev {
  background: url(../images/carousel-prev-next.png) -15% 50% no-repeat #656d78;
  margin-right: 5px;
}

ul.slidecontrols li a.next {
  background: url(../images/carousel-prev-next.png) 115% 50% no-repeat #656d78;
}

ul.slidecontrols li a.ver-todas-noticias {
  position: relative;
  padding: 4.5px 7px;
  font-size: 11px;
  margin-right: 5px;
  border-radius: 2px;
  color: #fff;
  border-bottom: 1px solid #434a54;
  cursor: default !important;
  float: left;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #656d78;
}

ul.slidecontrols li a.carousel-disabled,
ul.slidecontrols li a.carousel-disabled:hover {
  background-color: #ccd0d9 !important;
  border-bottom: 1px solid #aab2bd !important;
  cursor: default;
}

ul.slidecontrols li a.ver-todas-noticias:hover {
  background-color: #89929d;
  border-bottom: 1px solid #0084c9;
}

.sidebar .widget {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.sidebar .widget .top-search input {
  width: 198px;
}

.sidebar .widget .flickr-widget li {
  width: 48px;
  height: 48px;
}

.price-wrapp {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.sidebar h4.widget-title {
  color: #656d78;
  font-family: "Open Sans", Arial;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

#tiptip_content,
.button,
.button.huge,
.colored-button.huge,
.grey-button.huge,
.modern-notice,
.notification {
  font-family: "Open Sans", sans-serif;
}

.sidebar h4.widget-title i {
  color: #aab2bd;
  margin-right: 5px;
}

.sidebar ul.popular-tags {
  list-style: none;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.sidebar ul.popular-tags li {
  float: left;
  margin-right: 5px;
  margin-bottom: 7px;
}

.sidebar ul.popular-tags li a i {
  margin-right: 5px;
  font-size: 12px;
  color: #fff;
}

.sidebar ul.popular-tags li a {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 11px;
  padding: 4px 8px;
  background: #aab2bd;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
}

ul.sidebar-nav {
  float: left;
  list-style: none;
  margin: 0;
}

ul.sidebar-nav li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}

ul.sidebar-nav li a {
  color: #a5a5a5;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  display: block;
}

ul.sidebar-nav li a i {
  margin-right: 5px;
}

table.simple-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
  border-radius: 4px;
}

table.simple-table th {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  text-align: left;
  padding: 10px 15px;
  color: #fff;
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
}

table.simple-table td:last-child,
table.simple-table th:last-child {
  border-right: 1px solid #e0e0e0;
}

table.simple-table td {
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-right: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

table.simple-table tr:hover td {
  background-color: #f6f7fb;
}

.instagram-widget div {
  list-style: none;
  float: left;
  margin: 0;
}

.instagram-widget div img {
  margin-bottom: 5px;
  border: none;
}

.instagram-widget div a {
  float: left;
  border: 3px solid #161616;
  width: 60px;
  height: 60px;
  margin: 7px 7px 0 0;
  display: block;
  position: relative;
  transition: all 0.35s ease-out;
  border-radius: 2px;
}

.instagram-widget.inner div a {
  border: 3px solid #656d78;
}

.flickr-widget {
  margin: -5px -10px 0 0;
}

.flickr-widget ul {
  float: left;
  list-style: none;
}

.flickr-widget li {
  float: left;
  border: 3px solid #212730;
  width: 60px;
  height: 60px;
  margin: 10px 10px 0 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  border-radius: 2px;
}

.button i,
.home-intro .button {
  float: right;
}

.flickr-widget li a span,
.notification {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  display: block;
}

.flickr-widget li a img {
  border: none;
}

.flickr-widget.inner li {
  border: 3px solid #ccd0d9;
}

.flickr-widget li a span {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
}

.flickr-widget.inner li a span {
  width: 48px;
  height: 48px;
}

.flickr-widget li a:hover span,
.flickr-widget.inner li a:hover span {
  opacity: 0.75;
}

.flickr-widget li:hover {
  border: 3px solid #656d78;
}

.flickr-widget.inner li:hover {
  border: 3px solid #aab2bd;
}

.flickr-widget.inner {
  margin-top: 15px;
}

.twitter-feeds li {
  border: none !important;
}

.twitter-feeds b a,
.twitter-feeds b a:hover {
  margin-top: 5px;
  display: block;
  color: #fff;
  font-weight: 400;
}

.twitter-feeds b a:hover.twitter-feeds a:hover {
  text-decoration: underline;
}

.twitter-feeds b a {
  font-weight: 800;
}

.notification {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
  position: relative;
  padding: 10px 5px 10px 10px;
  border-radius: 4px;
  font-style: normal;
  color: #fff;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.12),
    inset -1px -1px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease-out;
}

.notification:hover {
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.25),
    inset -1px -1px 0 rgba(0, 0, 0, 0.25);
}

span.close-notification {
  float: right;
  color: #fff;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  cursor: pointer;
}

span.close-notification i {
  color: #fff;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

span.close-notification:hover i {
  color: #fff;
  color: rgba(0, 0, 0, 0.7);
}

.notification p {
  margin: 0;
  color: #fff;
  color: rgba(0, 0, 0, 0.4);
}

.notification i {
  margin-right: 7px;
  font-size: 14px;
  color: #fff;
  color: rgba(0, 0, 0, 0.4);
}

.notification.success,
.notification.success strong {
  background-color: #a0d569;
}

.notification.error,
.notification.error strong {
  background-color: #ee5665;
}

.notification.warning,
.notification.warning strong {
  background-color: #ffce55;
}

.notification.notice,
.notification.notice strong {
  background-color: #4fc0e8;
}

.notification strong {
  border: none !important;
}

#tiptip_content,
.button.round,
.colored-button.round,
.grey-button.round {
  border-radius: 4px;
}

#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  font-size: 11px;
  color: #fff;
  padding: 5px 8px;
  background: #656d78;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #656d78;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #656d78;
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #656d78;
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #656d78;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #656d78;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -6px;
  border-bottom-color: #656d78;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #656d78;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #656d78;
}

.button {
  font-size: 12px;
  color: #fff !important;
  text-align: center;
  outline: 0;
  text-transform: capitalize !important;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.24s ease 0s;
  -webkit-transition: all 0.24s ease 0s;
  -o-transition: all 0.24s ease 0s;
  text-decoration: none;
}

.button.color-alt,
.button.simple-grey {
  border-bottom: none;
  font-size: 11px;
  color: #fff !important;
  text-decoration: none;
}

.button:hover {
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.15),
    inset -1px 0 0 rgba(0, 0, 0, 0.15);
}

.button.color,
.button.grey:hover {
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  background: #3085bb !important;
}

ul.team-member-links li a,
ul.team-member-links li a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.button.color:hover {
  background: #2d93ce !important;
}

.button.simple-grey {
  background: #aab2bd;
}

.button.color-alt:hover {
  background: #434a54 !important;
  color: #fff !important;
}

.button:active,
.colored-button:active,
.grey-button:active {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35) inset;
}

.button i.right,
.colored-button i.right,
.grey-button i.right {
  color: #fff;
  margin-left: 5px;
}

.button i.left,
.colored-button i.left,
.grey-button i.left {
  color: #fff;
  margin-right: 5px;
}

.button.small,
.colored-button.small,
.grey-button.small {
  padding: 6px 13px;
}

.button.big,
.colored-button.big,
.grey-button.big {
  padding: 11px 17px;
}

.button.huge,
.colored-button.huge,
.grey-button.huge {
  padding: 12px 22px;
  font-size: 12px;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 400;
  text-decoration: none;
}

.pdf a:hover,
.texto a {
  text-decoration: underline;
}

.button.full {
  display: block;
  text-align: left;
}

.button i {
  margin-top: 2px;
  color: #fff;
}

.button.circle,
.colored-button.circle,
.grey-button.circle {
  border-radius: 100px;
}

.bar_graph li {
  list-style: none !important;
  border-radius: 4px;
}

ul.feature-block-list,
ul.team-member-links,
ul.team-member-links li {
  list-style: none;
  float: left;
}

.bar_graph li:last-child span {
  margin-bottom: 0;
}

.bar_graph li .bar-wrap {
  margin-bottom: 10px;
  background-color: #f6f7fb;
  border-bottom: 1px solid #e6e9ee;
  border-radius: 4px;
}

.bar_graph li span {
  height: 30px;
  width: 0;
  display: block;
  border-radius: 4px;
}

.bar_graph li p {
  position: absolute;
  left: 10px;
  margin-top: 5px;
  z-index: 100;
  color: #fff;
  width: 100%;
  font-size: 12px;
}

.bar_graph li p i {
  margin-right: 7px;
}

.bar_graph li span {
  overflow: visible !important;
  position: relative;
}

.team-member h4 {
  margin-bottom: 0;
}

.team-member h4 a {
  margin-bottom: 0;
  color: #656d78;
  font-size: 16px;
  font-weight: 600;
}

.team-member h5 {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}

.team-member .avatar {
  margin-bottom: 15px;
}

.member-info {
  float: left;
  position: relative;
  background-color: #fff;
  width: 100%;
}

ul.team-member-links {
  width: 100%;
  height: auto;
}

ul.team-member-links li {
  margin-left: 5px;
}

ul.team-member-links li:first-child {
  margin-left: 0;
}

ul.team-member-links li a {
  transition: all 0.3s ease-out;
  font-size: 14px;
  float: left;
  padding: 7px 3px 2px;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  text-align: center;
}

ul.team-member-links li a i {
  transition: all 0.3s ease-out;
  color: #d0d0d0;
}

.team-member ul.social-links.alternative {
  float: left;
}

ul.feature-block-list li {
  float: left;
  margin-left: 5px;
}

ul.feature-block-list li:first-child {
  margin-left: 0;
}

.feature-block {
  position: relative;
}

.feature-block-center {
  position: relative;
  text-align: center;
}

.feature-block-center h3,
.feature-block-center h6 {
  margin-bottom: 5px;
}

.feature-block-center h3 {
  font-size: 18px;
}

.feature-block-title {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}

.feature-block-title:hover .feature-block-image {
  background-position: -100px 0;
}

.feature-block-image {
  position: relative;
  display: block;
  width: 100px;
  height: 65px;
  margin: 0 auto 25px;
}

.img-negocios {
  background: url(../images/negocios-sprite.png) no-repeat;
}

.img-puerto-ciudad {
  background: url(../images/puerto-ciudad-sprite.png) no-repeat;
}

.img-comunidad-portuaria {
  background: url(../images/comunidad-portuaria-sprite.png) no-repeat;
}

.feature-block-title img {
  margin-bottom: 20px;
}

.one-third .separator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #717476;
  border-right: solid 1px #babec1;
}

.feature-block-title-center {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}

.feature-block-title h4,
.feature-block-title-center h4 {
  display: block;
  line-height: 23px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 25px;
  color: #53575b !important;
}

.feature-block-title h6,
.feature-block-title-center h6 {
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.5;
  color: #444749 !important;
}

.feature-block-icon,
.feature-block-icon-center {
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}

.feature-block:hover .feature-block-icon {
  background: #aab2bd;
}

.feature-block-icon {
  padding: 9px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}

.feature-block-icon.round,
.feature-block-icon.round span {
  border-radius: 100%;
}

.feature-block-icon-center {
  padding: 25px 30px 30px;
  border-radius: 100%;
  margin-left: 30%;
  margin-bottom: 25px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 2px solid #aab2bd;
}

.feature-block-icon-center i {
  color: #aab2bd;
  font-size: 28px;
}

.feature-block-icon i {
  color: #fff;
}

.feature-block-icon span {
  padding: 9px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  color: #fff;
  margin-left: -9px;
  margin-top: -30px;
  margin-bottom: 0;
  float: left;
  text-align: center;
  z-index: 50;
}

.feature-block:hover > .feature-block-title .feature-block-icon span {
  background: #a0a0a0;
  opacity: 0;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.testimonial {
  text-align: center;
}

.testimonial .testimonial-avatar {
  margin: 15px 0;
}

.testimonial .testimonial-avatar img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 100%;
  padding: 4px;
  border: 1px solid #ccd0d9;
}

.testimonial h3 {
  color: #656d78;
  font-weight: 300;
  font-size: 18px;
}

.service-item h4,
.service-item li {
  text-align: left;
}

.service-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #e6e9ee;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 20px;
}

.feature-padding,
.modern-notice {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.service-item:hover {
  border: 1px solid #aab2bd;
}

.service-item h1 i {
  font-size: 100px;
}

.modern-notice {
  margin-bottom: 15px;
  position: relative;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  transition: all 0.25s ease-out;
  display: block;
  background: #434a54;
}

.modern-notice.light {
  background: #f6f7fb;
  color: #656d78;
}

.modern-notice.dark {
  background: #434a54;
  color: #fff;
}

.modern-notice.dark h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.modern-notice.light h3 {
  font-size: 14px;
  color: #656d78;
  font-weight: 300;
}

.modern-notice p {
  font-size: 12px;
}

.modern-notice .avatar img {
  margin: 0 auto 10px;
  display: block;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  opacity: 100;
}

.modern-notice .text {
  font-size: 18px;
  font-weight: 300;
  color: #999;
  margin: 0 auto 15px;
  display: block;
  text-align: center;
  line-height: 26px;
  font-style: italic;
}

.modern-notice .author {
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 22px;
}

.client-block div {
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.client-block img {
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.client-block div:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.happy-clients-photo img {
  width: 64px;
  height: 64px;
}

ul.client-block.modern li {
  text-align: center;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.12),
    inset -1px -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

ul.client-block.modern li:hover {
  box-shadow: inset 4px 4px 0 #e6e9ee, inset -4px -4px 0 #e6e9ee;
}

.column-block {
  width: 100%;
  height: auto;
  float: left;
  background-color: #f6f7fb;
  text-align: center;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset -1px -1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.after-nav-info h4,
.after-nav-info.alt h4 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}

.area-descargas.column-block {
  padding: 10px;
}

.area-descargas.column-block li,
.cerrar-evento {
  padding: 5px 10px;
}

.area-descargas.column-block .h2,
.area-descargas.column-block h2 {
  text-align: left !important;
  padding: 5px 10px;
}

.column-block .h2,
.column-block h2 {
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  margin: 0;
}

.column-block li {
  text-align: left;
  padding: 0 10px;
}

.after-nav-info {
  margin-top: 15px;
  float: right;
}

.after-nav-info h4 {
  font-size: 14px;
  font-weight: 400;
}

.after-nav-info.alt {
  margin-top: 28px;
}

.after-nav-info.alt h4 {
  font-size: 16px;
  font-weight: 700;
}

p.item-price {
  color: #8dc153 !important;
  font-size: 11px;
  font-weight: 500;
}

.post-author {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  color: #888;
  border-radius: 4px;
  border: 1px solid #e6e9ee;
}

.intro .fecha,
.intro a {
  color: #bbdbef;
}

.post-author h4 {
  margin: 0 0 5px;
  font-size: 16px;
}

.post-author img {
  float: left;
  margin: 15px 5px 5px;
  width: 65px;
  height: 65px;
  border-radius: 4px;
}

ul.simple-list,
ul.simple-list li {
  border: none !important;
  list-style: none;
}

.hemeroteca .post-intro {
  margin-bottom: 50px;
}

.hemeroteca .post-intro.last {
  margin-bottom: 0;
}

.post-intro img {
  max-width: 100%;
  float: left;
  padding-bottom: 5px;
  padding-right: 15px;
}

.about-description {
  margin: 0 0 0 90px;
}

.home-intro {
  padding: 10px 0 15px 0;
  float: left;
  width: 100%;
}

.home-intro:hover {
  opacity: 0.85;
}

.guia-empresarial {
  top: 22%;
  position: absolute;
}

.home-intro h4 {
  margin-top: 15px;
}

.intro .fecha {
  font-size: 10px;
}

.bienvenidos,
.bienvenidos h4 {
  font-weight: 300;
  color: #898989;
}

.saber-mas {
  width: 80px;
  float: right !important;
  margin-top: -70px;
}

.motrilport-home {
  margin-top: -15px;
}

.motrilport-home img {
  width: 120px;
}

.icono-twitter {
  width: 80px !important;
  float: left !important;
}

.bienvenidos {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}

.bienvenidos h4,
.home-intro h4 {
  font-size: 24px;
  margin-bottom: 5px;
  text-align: left;
}

.home-intro h4 {
  font-weight: 600;
  color: #fff;
}

.chart,
.chart .label,
.error-layout {
  text-align: center;
}

.home-intro p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 2px;
}

.featured {
  background-color: #a7acaf !important;
  float: left;
  width: 100%;
}

.feature-padding {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 0.25s ease-out;
}

.feature-padding:hover .feature-block-title h4,
.feature-padding:hover .feature-block-title h6 {
  color: #f3f3f3 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

ul.simple-list {
  float: left;
  margin: 0;
}

ul.simple-list-servicios {
  margin-left: 28%;
  font-size: 12px;
}

ul.simple-list li {
  padding: 6px 0 !important;
  float: left;
  display: block;
  width: 100%;
}

ul.simple-list li i {
  margin-right: 5px;
  padding: 2px;
  font-size: 14px;
}

.video-background #outer-wrap {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
}

.video-background .video-color {
  background-image: url(../images/grid.png);
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-background .video-texto {
  position: absolute;
  z-index: 21;
  width: 100%;
  top: 20%;
}

.video-background .video-texto h2,
.video-background .video-texto h1 {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
}

.play {
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #fff;
  margin: 80px auto 50px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.play.active:after,
.play:before {
  position: absolute;
  content: "";
}

.play:before {
  top: -50px;
  left: -70px;
  bottom: -50px;
  right: -30px;
  border-radius: 50%;
  border: 5px solid #fff;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.play:after {
  content: "";
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}

.play:focus:before,
.play:hover:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.play.active {
  border-color: transparent;
}

.play.active:after {
  opacity: 1;
  width: 50px;
  height: 80px;
  background: #fff;
  right: 5px;
  top: -40px;
  border-left: 20px solid #fff;
  box-shadow: inset 30px 0 0 0 #fff;
}

.home-intro.index:hover .saber-mas {
  width: 20px;
}

.saber-mas {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.saber-mas .play {
  margin-top: 25px;
  margin-bottom: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.saber-mas .play:before {
  border: 0;
}

.clients-wrapp {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
}

.clients-wrapp .h2,
.clients-wrapp h2 {
  margin: 0 0 45px;
}

.dropcap {
  float: left;
  font-size: 58px;
  line-height: 54px;
  padding-right: 10px;
  margin-top: -2px;
}

.dropcap.gray {
  color: #555;
}

.error-layout {
  margin: 80px 0 60px;
  width: 100%;
  border: 4px solid #ccd0d9;
  padding: 50px 0 40px;
  float: left;
  border-radius: 4px;
}

.error-layout h1,
.error-layout h1 i {
  font-size: 72px;
  line-height: 75px;
  margin-bottom: 20px;
}

.error-layout h1 {
  color: #656d78;
}

.error-layout h1 i {
  color: #d90e0e;
  margin-right: 30px;
}

.error-layout h3 {
  color: #656d78;
  font-weight: 400;
  font-style: italic;
}

.chart {
  margin-bottom: 0;
}

.chart:first-child {
  margin-left: 0;
}

.chart span {
  font-size: 34px;
  font-weight: 800;
}

.chart .label {
  margin: 20px 0 15px;
  text-transform: uppercase;
  font-weight: 800;
  color: #656d78;
  font-size: 16px;
}

.easyPieChart {
  margin: 0 auto;
  position: relative;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

ul.unstyled {
  float: left;
  width: 100%;
}

ul.unstyled li {
  float: left;
  width: 100%;
  padding: 4px 0;
  font-size: 14px;
}

ul.unstyled li i {
  margin-right: 10px;
  margin-top: 2px;
  color: #aab2bd;
  font-size: 18px;
}

.maps #mapa,
.maps iframe {
  height: 400px;
  padding: 0;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 0;
}

.maps.campeonato-maps {
  display: inline-block;
  width: 100%;
}

.maps.campeonato-maps iframe {
  height: 42vw;
}

.maps.campeonato-maps span {
  margin-left: 35px;
}

.maps.campeonato-maps .h2,
.maps.campeonato-maps h2 {
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
}

.accesos h3,
.servicios .h2,
.servicios h2 {
  font-weight: 800;
  text-transform: uppercase;
}

.maps.campeonato-maps i {
  font-size: 28px;
  position: absolute;
}

.maps #mapa:after,
.maps #mapa:before,
.maps iframe:after,
.maps iframe:before {
  background: 0 0;
  box-shadow: 0 0 5px 2px rgba(54, 55, 54, 0.25);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.maps #mapa:after,
.maps iframe:after {
  bottom: 0;
  top: auto;
}

.rutas #mapa {
  height: 520px;
}

.pdf {
  background: url(../images/pdf-icon.png) 5px 12px no-repeat;
  padding: 15px 10px 10px 65px;
  width: 125px;
  min-height: 48px;
  float: left;
  margin: 30px 0;
}

.lista-premios li,
ul.contact-info-widget li a:hover {
  text-decoration: none;
}

ul.contact-info-widget {
  list-style: none;
  float: left;
  width: 100%;
}

ul.contact-info-widget li {
  width: 100%;
  float: left;
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #e1e1e1;
  background: 0 0;
}

ul.contact-info-widget li:first-child {
  border-top: 1px dotted #e1e1e1;
}

ul.contact-info-widget li a {
  padding-left: 5px;
  color: #898989;
}

ul.contact-info-widget li i {
  font-size: 14px;
}

.img-holder-alt i {
  font-size: 24px;
  color: #434a54;
  padding: 25px;
  line-height: 78px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #434a54;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.margin-top {
  margin-top: 50px;
}

.margin-top-1 {
  margin-top: 20px;
}

.custom-slide {
  height: auto;
  position: relative;
  float: left;
  width: 100%;
}

.servicios a {
  display: inline-block;
  margin: 5px 0 0 88px;
}

.servicios .servicio {
  display: inline-block;
  margin: 5px 0 0 85px;
}

.servicios .h2,
.servicios h2 {
  text-align: left;
  font-size: 12px;
  color: #45484a;
  margin-bottom: 0;
}

.servicios-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 69px;
  height: 71px;
}

.servicios-img span:first-child {
  background-position: 0 -130px;
}

.servicios-img span:first-child + span {
  opacity: 0;
  filter: alpha(opacity=0);
}

.servicios a:hover .servicios-img span:first-child + span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.linear {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.servicios-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/sprite.png);
}

.servicios-img.img-1 span + span + span {
  background-position: -69px -130px;
}

.servicios-img.img-2 span + span + span {
  background-position: -138px -130px;
}

.servicios-img.img-3 span + span + span {
  background-position: -207px -130px;
}

.servicios-img span:first-child + span {
  background: #407eb5;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  width: 59px;
  height: 59px;
  box-shadow: inset 0 50px 30px -30px rgba(0, 0, 0, 0.2);
}

.caption-style-2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.caption-style-2 .caption-li {
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.caption-style-2 .caption-li:hover .caption {
  opacity: 1;
  transform: translateY(55px);
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
}

.evento-puerto {
  -ms-transform: perspective(1920px) rotate3d(0, 1, 0, 90deg);
  -webkit-transform: perspective(1920px) rotate3d(0, 1, 0, 90deg);
}

.caption-style-2 img {
  margin: 0;
  padding: 0;
  float: left;
  z-index: 4;
}

.caption-style-2 .caption {
  position: absolute;
  opacity: 0;
  top: 300px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.caption-style-2 .blur {
  background-color: rgba(0, 0, 0, 0.4);
  height: 35px;
  width: 295px;
  z-index: 5;
  top: -355px;
  position: absolute;
}

.caption-style-2 .caption-text h1 {
  text-transform: uppercase;
  font-size: 18px;
}

.caption-style-2 .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 280px;
  height: 35px;
  text-align: center;
  top: -355px;
}

.caption-text ul li {
  margin-right: 0 !important;
  padding-top: 12px;
  display: inline-block;
  font-size: 11px;
}

.accesos .accesos-img,
.accesos h3 {
  display: block;
  height: 41px;
  float: left;
}

.caption-text ul a,
.caption-text ul i {
  color: #fff;
}

.caption-text ul li i {
  margin-right: 8px;
}

.accesos.first {
  margin-bottom: 15px;
}

.accesos h3 {
  font-size: 11px;
  line-height: 21px;
  width: 100%;
  padding-left: 50px;
  color: #45484a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.accesos p {
  font-size: 13px;
}

.accesos .accesos-img {
  position: relative;
  width: 41px;
  margin-right: -45px;
  margin-left: 1px;
  border-radius: 50%;
  overflow: hidden;
}

.accesos .accesos-img span:first-child {
  background: #4c4f51;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.accesos .accesos-img span:first-child + span {
  background: #3789bd;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}

.accesos a:hover .accesos-img span:first-child + span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.accesos .accesos-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/sprite.png);
  border-radius: 50%;
}

.accesos .accesos-img.img-1 span + span + span {
  background-position: -111px -201px;
}

.accesos .accesos-img.img-2 span + span + span {
  background-position: -152px -201px;
}

.accesos .accesos-img.img-3 span + span + span {
  background-position: -193px -201px;
}

.accesos .accesos-img.img-4 span + span + span {
  background-position: -234px -201px;
}

.accesos .accesos-img.img-5 span + span + span {
  background-position: -112px -242px;
}

.accesos .accesos-img.img-6 span + span + span {
  background-position: -152px -242px;
}

.accesos .accesos-img.img-7 span + span + span {
  background-position: -193px -242px;
}

.accesos .accesos-img.img-8 span + span + span {
  background-position: -234px -242px;
}

.evento-puerto {
  position: fixed;
  bottom: 100px;
  right: -10px;
  width: 400px;
  height: 400px;
  background: 0 0;
  float: left;
  border-radius: 3px;
  z-index: 999999;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: perspective(1920px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.evento-puerto:hover {
  -ms-transform: perspective(1920px) rotate3d(0, 1, 0, -10deg) !important;
  -webkit-transform: perspective(1920px) rotate3d(0, 1, 0, -10deg) !important;
  transform: perspective(1920px) rotate3d(0, 1, 0, -10deg) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.evento-puerto.evento-puerto2.open {
  right: 400px;
  -ms-transform: perspective(1920px) rotate3d(0, 1, 0, 0deg);
  -webkit-transform: perspective(1920px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1920px) rotate3d(0, 1, 0, 0deg);
}

.evento-puerto.open {
  right: 40px;
  -ms-transform: perspective(1920px) rotate3d(0, 1, 0, 0deg);
  -webkit-transform: perspective(1920px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1920px) rotate3d(0, 1, 0, 0deg);
}

.evento-puerto.close {
  right: -500px;
}

.evento-puerto-c {
  position: relative;
}

.evento-puerto .contenido {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: inline-block;
}

.cerrar-evento {
  position: absolute;
  font-size: 16px;
  background: #fff;
  border-radius: 50%;
  top: -8px;
  right: -8px;
}

.atleta {
  width: 98%;
  padding: 10px;
  display: inline-block;
  background: #f6f7fb;
  margin-bottom: 10px;
}

.atleta p {
  color: #000;
}

.margen {
  margin-bottom: 40px;
}

.foto-centrada {
  width: 100%;
  text-align: center;
}

.texto a {
  color: #002364;
  word-wrap: break-word;
}

.texto a:hover {
  color: #317bb4;
}

.extracto {
  text-align: right;
  font-weight: 600;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.collapse-card table {
  width: 100%;
}

.collapse-card td {
  padding: 15px 0 16px;
  border-bottom: 1px solid #e6e9ee;
}

.collapse-card .title strong {
  color: #fff;
}

.tabs-container .bloque-tab h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #45484a;
  margin-bottom: 0;
}

.tabs-container .bloque-tab h4,
.tabs-container .bloque-tab h5 {
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
}

.tabs-container .bloque-tab h4 {
  color: #3170ac;
}

.tabs-container .bloque-tab h5 {
  color: #656d78;
}

.tabs-container .inside-tab {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.tabs-container .inside-tab p {
  margin: 0;
}

.bloque-tab {
  border-bottom: solid 2px;
  margin-bottom: 20px;
}

.texto .calendario {
  width: 40px;
  height: 40px;
  padding: 17px 5px 0 0;
  margin: 0 7px 0 0;
  background: url(../../img/autoridad_p/cronologia/calendar.png) no-repeat;
  color: #002364;
  font-size: 7pt;
  font-weight: 700;
  text-align: center;
  list-style: none;
  float: left;
}

.texto .apartado-cronologia {
  margin-bottom: 30px;
  min-height: 50px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px;
}

.lista-descargas {
  margin-bottom: 20px;
}

.contacto-visitas-guiadas {
  height: 242px;
  width: 100%;
  background: url(../images/visitas-guiadas-puerto-motril.jpg) no-repeat;
}

.contacto-visitas-guiadas h3 {
  margin: 0;
}

.contacto-visitas-guiadas .h2,
.contacto-visitas-guiadas h2 {
  margin: 0;
  font-size: 20px;
}

.tasas > ul {
  padding-left: 30px;
}

.tasas > ul > li > ol {
  padding-left: 20px;
  list-style: decimal;
}

.info-economico a img {
  height: 200px;
  width: auto;
}

.lista-premios li,
.lista-premios li a {
  width: 156px;
  height: 140px;
  display: inline-block;
}

.info-economico a {
  font-size: 12px;
}

.info-economico .one-half {
  margin-bottom: 20px;
}

.lista-premios li {
  font-family: "Droid Serif", serif;
  margin-right: 10px !important;
  margin-bottom: 10px;
}

#catapult-cookie-bar,
button#catapultCookie {
  font-family: "Droid Sans", sans-serif;
}

.lista-premios li a {
  background-color: #31353b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.premio-1 {
  background: url(../images/categoria-premio-1.jpg);
}

.premio-2 {
  background: url(../images/categoria-premio-2.jpg);
}

.premio-3 {
  background: url(../images/categoria-premio-3.jpg);
}

.premio-4 {
  background: url(../images/categoria-premio-4.jpg);
}

.premio-5 {
  background: url(../images/categoria-premio-5.jpg);
}

.premio-6 {
  background: url(../images/categoria-premio-6.jpg);
}

.premio-7 {
  background: url(../images/categoria-premio-7.jpg);
}

.menu-responsive-top {
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  background-color: #424648;
  z-index: 1000;
  font-size: 20px;
  overflow-y: hidden;
  transition: height 0.5s;
}

.comprimido,
.oculto {
  height: 0;
}

.oculto {
  padding-bottom: 0;
}

.enlaces-menu {
  background: #ededed;
}

.enlaces-menu-lv2.comprimido {
  padding-top: 0;
  padding-bottom: 0;
}

.enlaces-menu-lv2 {
  overflow-y: hidden;
  font-size: 17px;
  font-size: 15px;
}

.enlaces-menu-lv3 {
  overflow-y: hidden;
}

.enlaces-menu a {
  display: block;
  margin: 0;
  border-radius: 0;
  padding: 10px 20px;
  border-bottom: solid 1px #c4c4c4;
}

.documentos-subasta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 2rem;
}

.documentos-subasta .documento {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  flex: 1;
}

.documentos-subasta .documento h4 {
  font-size: 14px;
}

.documentos-subasta .documento div a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.documentos-subasta .documento div a i {
  margin-top: 0px;
}

.apartado-contacto-subasta {
  padding: 20px 20px 10px 20px;
  background: #f6f6f6;
}

.enlaces-menu-lv1 > a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  border: none;
  background: #408ad0;
}

.enlace-lv1 {
  background: #3170ac;
  margin: 3px auto;
}

.enlace-lv2,
.enlace-lv3 {
  background-color: #ededed;
}

.enlace-lv1,
.enlace-lv1 i,
.enlace-lv2,
.enlace-lv2 i,
.enlace-lv3,
.enlace-lv3 i {
  color: #343434;
}

.boton-responsive,
.enlace-lv1 i,
.enlaces-menu a:hover i {
  color: #fff;
}

.enlace-lv2 {
  margin: 3px auto 0;
}

.enlace-lv3 {
  margin: 3px auto;
  padding-left: 30px !important;
}

.enlaces-menu a:hover {
  background: #3170ac;
  color: #fff;
}

.boton-responsive {
  display: block;
  height: 52px;
  width: 52px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 35px;
  line-height: 52px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.menu-responsive-top {
  background: #3170ac;
}

.boton-responsive > p {
  float: left;
  font-size: 20px;
  padding: 0 18px;
  margin: 0;
}

.boton-responsive i {
  margin: 0 5px;
  line-height: 50px;
}

.enlace-lv1 i,
.enlace-lv2 i,
.enlace-lv3 i {
  float: right;
  line-height: 20px;
  font-size: 20px;
}

.enlace-lv2 i {
  line-height: 20px;
}

.lineas-regulares h3,
.texto-ferry h3 {
  font-size: 16px;
  line-height: 22px;
  color: #656d78;
  font-weight: 700;
}

.bloque-enlaces,
.bloque-enlaces li {
  width: 100%;
}

.bloque-enlaces > li > ul {
  width: 97.8% !important;
}

.bloque-enlaces > li > ul > li {
  width: 25% !important;
}

#comunidad h5,
#servicios h5,
#servicios h6 {
  padding-left: 10px;
  text-align: left;
}

#autoridad > *,
#comunidad > *,
#empresas > *,
#puertociudad > *,
#servicios > .two,
#servicios > .two > .one {
  width: 50% !important;
}

.enlaces-principales {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.enlaces-principales li {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  width: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.post-ficha {
  margin-top: 10px;
}

.post-ficha p {
  margin-left: 10px;
}

.ficha-comunidad img {
  padding: 10px;
  background: #f9f9f9;
  max-width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.enlace-web {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 20px;
  background: #f1f1f1;
}

.enlace-web {
  font-size: 26px;
}

.patrocinios h3 {
  margin: 0;
}

.patrocinios .row div a {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.patrocinios .row div a i{
  margin-top: 0px;
}

.tecuento h4 {
  margin: 10px 0;
}

.tecuento .bloque-tab {
  border-bottom: 0;
  display: inline-block;
  width: 100%;
}

.youtube-container .h2,
.youtube-container h2 {
  margin-top: 15px;
  text-align: center !important;
}

.youtube-container iframe {
  width: 99.8%;
  height: 19vw;
  min-height: 256px;
  max-width: 100%;
}

.ancla-lineas,
.lineas-regulares {
  display: inline-block;
  width: 100%;
}

.puertotv .home-intro {
  margin-bottom: -50px;
  margin-top: 30px;
}

@media only screen and (max-width: 761px) {
  .puertotv .home-intro {
    display: none;
  }
}

.puertotv .saber-mas {
  margin-top: 15px;
}

.puertotv .home-intro .guia-empresarial {
  top: 5%;
}

.plano-comunidad img {
  -webkit-filter: grayscale(0);
}

.plano-comunidad a:hover img {
  -webkit-filter: grayscale(95%);
}

.lineas-regulares {
  text-align: center;
  margin: 0 auto;
}

.lineas-regulares .one-third {
  float: none;
  display: inline-block;
}

.lineas-regulares-3 .one-third {
  float: left;
  display: inline-block;
}

.lineas-regulares h3 {
  margin-bottom: 10px;
  text-align: center !important;
}

.lineas-regulares .botones-lineas {
  display: inline-block;
}

.lineas-regulares .botones-lineas img {
  -webkit-box-shadow: 1px 10px 12px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 10px 12px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 10px 12px -10px rgba(0, 0, 0, 0.75);
}

.lineas-regulares .botones-lineas:hover img {
  -webkit-box-shadow: 5px 5px 1px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 1px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 1px -10px rgba(0, 0, 0, 0.75);
  opacity: 0.8;
}

.ancla-lineas {
  height: 20px;
}

.logo-lineas {
  text-align: center;
  background-color: white;
  padding-top: 30px;
}

.logo-titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.logo-titulo img {
  width: 35%;
  max-width: 200px;
}

.shipping-header {
  background: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px 8px 0 0;
}

.shipping-logo {
  width: 180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 15px;
}

.shipping-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.shipping-logo:hover img {
  transform: scale(1.05);
}

.shipping-title {
  flex: 1;
}

.shipping-title h3 {
  color: #2d4b8e;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}

.shipping-title h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #406197;
  border-radius: 2px;
}

.shipping-title .subtitle {
  color: #656d78;
  font-size: 14px;
  margin-top: 8px;
  display: block;
}

.shipping-content {
  padding: 30px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.info-block {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.info-block h4 {
  color: #2d4b8e;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-block h4 i {
  color: #406197;
}

.contact-info a {
  color: #406197;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #2d93ce;
}

.ship-info {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.ship-cards-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.ship-card {
  flex: 1;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.ship-card p {
  flex: 1;
  min-height: 40px;
  margin-bottom: 10px;
  align-items: center;
}

.ship-image {
  flex: 1;
  display: flex;
  align-items: center;
}

.ship-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 989px) {
  .ship-cards-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 760px) {
  .shipping-header {
    gap: 0;
  }

  .shipping-logo {
    width: auto;
  }

  .shipping-title h3 {
    font-size: 18px;
  }

  .ferryimg {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 425px) {
  .info-grid {
    grid-template-columns: none;
  }
}

.booking-button {
  display: inline-block;
  background: #3085bb;
  color: white;
  padding: 12px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
  font-family: "Exo", sans-serif;
}

.booking-button:hover {
  background: #2d93ce;
  color: white;
}

.fixed-lineas {
  width: auto;
  display: none;
  position: fixed;
  bottom: 90px;
  left: 90%;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 200px) and (max-width: 480px) {
  .fixed-lineas,
  lineas-regulares {
    left: 130% !important;
  }
}

.fixed-lineas h3 {
  display: inline;
  margin: 0;
  float: left;
  font-size: 16px;
  color: #656d78;
  text-align: center !important;
  font-weight: 700;
}

.fixed-lineas .botones-lineas {
  max-width: 120px;
  display: inline-block;
  max-height: 120px;
}

.fixed-lineas .botones-lineas img {
  max-width: 100%;
}

.col-centrar-one {
  text-align: center;
  margin: 0 auto;
}

.col-centrar {
  float: none;
  display: inline-block;
}

.horario-ferry .texto-ferry {
  border-left: 2px solid #e6e9ee;
  margin-left: -2px;
  margin-bottom: 50px;
  margin-right: 0;
  margin-top: 0;
}

.texto-ferry h3 {
  margin-bottom: 10px;
  text-align: left !important;
}

.horario-ferry .titulo-destinos,
.texto.texto-cabeceras .titulo-h2 {
  background: #e6e9ee;
  margin: 20px 0 15px;
}

.horario-ferry .titulo-destinos.consub,
.texto.texto-cabeceras .titulo-h2.consub {
  margin: 20px 0 0;
}

.texto.texto-cabeceras .titulo-h2 {
  margin: 30px 0 10px;
}

.horario-ferry .titulo-destinos .h2,
.horario-ferry .titulo-destinos h2,
.texto.texto-cabeceras .h2,
.texto.texto-cabeceras h2 {
  padding: 20px 20px 20px 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.subtexto-cabeceras {
  background: #0166b3;
}

.subtexto-cabeceras h3 {
  color: #fff;
  padding: 10px 20px 10px 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.texto.texto-cabeceras h3 {
  margin: 0;
}

.texto.texto-cabeceras strong {
  text-transform: uppercase;
}

.horario-ferry .destino {
  display: inline-block;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e9ee;
}

.horario-ferry .desmargin {
  margin-top: 40px;
}

.horario-ferry .texto-ferry div {
  padding: 20px;
}

.horario-ferry .three-fourth.no-margin {
  max-width: 100%;
}

.mapaweb .h2,
.mapaweb h2 {
  border-bottom: 2px solid;
}

.lista-memoria {
  width: 100%;
  padding: 0;
  margin: 10px;
  text-decoration: none;
  list-style: none;
}

.lista-memoria .memoria-descripcion,
.lista-memoria li {
  width: 156px;
  height: 136px;
  text-decoration: none;
  display: inline-block;
}

.lista-memoria li {
  margin-right: 10px;
}

.lista-memoria .memoria-descripcion {
  background-color: #31353b;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
}

.lista-memoria a:hover {
  background-color: #003f7d;
}

.lista-memoria p {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 20px;
  color: #ffc107;
}

.lista-memoria span {
  font-size: 44px;
  padding-left: 18px;
  color: #fff;
}

.destino td {
  margin: 5px;
}

.destino tr:nth-child(odd) {
  background: #f6f7fb;
}

.destino tr:nth-child(even) {
  background: #fff;
}

.horario-ferry .h2.titulo-destinos,
.horario-ferry h2.titulo-destinos {
  margin: 20px 0;
  padding: 20px;
}

.estadisticas-trafico .margin-trafico {
  border-bottom: solid 1px #ccc;
  padding-bottom: 25px;
}

.estadisticas-trafico .h2,
.estadisticas-trafico h2 {
  word-break: break-word;
}

.estadisticas-trafico .espacio {
  margin-bottom: 25px;
}

.estadisticas-trafico .espacio-corto {
  margin-bottom: 20px;
}

.estadisticas-trafico .button.color {
  text-transform: inherit !important;
}

.estadisticas-trafico .button.full {
  display: flex;
  align-items: center;
  justify-content: center;
}

.estadisticas-trafico .button i {
  margin-top: 4px;
  padding-left: 6px;
}

.estadisticas-trafico .fondo-estadistica {
  padding: 10px;
  background: #f6f7fb;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

@media screen and (max-width: 990px) {
  .estadisticas-trafico .button.full {
    width: 75px;
  }
}

@media screen and (max-width: 760px) {
  .estadisticas-trafico .button.full {
    width: auto;
  }
}

.fondo-estadistica h3 {
  text-align: center;
}

.lista-circulo {
  list-style: disc;
  padding-left: 17px;
}

.enlaces-interes a,
.enlaces-interes h3,
.enlaces-interes p {
  text-align: center !important;
  margin: 0 !important;
  display: block;
}

.enlaces-interes img {
  max-width: 100%;
  max-height: 65px;
  text-align: center;
}

.enlaces-interes .one-third {
  text-align: center;
  padding: 32px 0 22px;
}

.actividad-portuaria hr {
  margin: 6px 0 4px;
}

.actividad-portuaria-home {
  background: url(../images/enlace-actividad-portuaria.jpg) 50% no-repeat;
  background-size: cover;
  height: 150px;
  position: relative;
}

.actividad-portuaria-home .h2,
.actividad-portuaria-home h2 {
  color: #fff;
  text-align: right;
  padding: 22px 32px;
  position: absolute;
  bottom: 0;
  margin: 0;
  line-height: 36px;
  font-size: 36px;
  right: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.83);
}

.actividad-portuaria .tabla-header {
  background: -moz-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -webkit-gradient(
    radial,
    50% 500%,
    0,
    50% 100%,
    100%,
    color-stop(0, #2ea0cf),
    color-stop(100%, #3170ac)
  ) !important;
  background: -webkit-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -o-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: -ms-radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  background: radial-gradient(
    50% 500%,
    circle farthest-side,
    #2ea0cf,
    #3170ac
  ) !important;
  color: #fff;
}

.actividad-portuaria td {
  vertical-align: top;
  padding: 10px;
  font-weight: 700;
}

.actividad-portuaria tr:nth-child(even) {
  background: #f6f7fb;
}

#catapult-cookie-bar {
  display: none;
  direction: ltr;
  color: #ddd;
  min-height: 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding: 6px 0 4px;
  background-color: #464646;
  text-align: center;
  font-size: 12px;
}

#catapult-cookie-bar p {
  margin: 0;
  padding: 0 15px;
}

#catapult-cookie-bar a {
  color: #f9f9f9;
  text-decoration: underline;
}

button#catapultCookie {
  margin: 0 20px;
  line-height: 20px;
  background: #1e5799;
  border: none;
  color: #fff;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.background-overlay {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.cbp-spmenu-push-toright .background-overlay {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.cbp-spmenu {
  -webkit-text-size-adjust: 100%;
  background: #3170ac;
  position: fixed;
}

.cbp-spmenu .h3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.9em;
  padding: 11px;
  margin: 0;
  font-weight: 600;
  background: #333;
}

.cbp-spmenu a {
  display: block;
}

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 999999;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
}

.cbp-spmenu-left {
  left: -100%;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0;
  overflow-y: auto;
  transform: inherit;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}

.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  /*position: relative;
    */
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 0;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.rrssb-buttons {
  float: left;
  margin-bottom: 10px !important;
}

.rrssb-buttons li a .rrssb-text {
  color: #fff;
  padding: 0 8px;
}

.rrssb-buttons.large-format li a .rrssb-icon {
  left: 0 !important;
}

.rrssb-buttons li {
  padding: 0 4px 0 0 !important;
}

.smartbanner {
  z-index: 9;
}

.alhambra {
  position: absolute;
  width: 100%;
  padding: 20px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.25);
}

.alhambra .h2,
.alhambra h2 {
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.menu-adicional {
  position: relative;
  width: 100%;
  bottom: 0;
}

.menu-adicional .enlaces-menu li a {
  background: #333;
  color: #fff;
  padding: 8px 20px;
  border-bottom: solid 1px #444;
}

.menu-adicional .enlaces-redes {
  border-bottom: solid 1px #444;
  background: #333;
}

.menu-adicional .enlaces-redes li {
  display: inline-block;
  width: 15.9%;
  text-align: center;
  background: #333;
}

.menu-adicional .enlaces-redes li a {
  padding: 10px 0;
}

.menu-adicional .enlaces-redes li i {
  font-size: 16px;
  color: #fff;
}

.menu-adicional .enlaces-idiomas {
  border-bottom: solid 1px #444;
  background: #333;
}

.menu-adicional .enlaces-idiomas li {
  display: inline-block;
  width: 32.4%;
  text-align: center;
  background: #333;
}

.menu-adicional .enlaces-idiomas li a {
  padding: 10px 0 6px;
}

.menu-puerto {
  background: #3085bb;
  width: 100%;
  height: 165px;
}

.menu-puerto .one-sixth {
  margin: 0;
  width: 16.66667%;
}

.menu-puerto .one-septh {
  margin: 0 !important;
  width: 14.28571% !important;
}

@media only screen and (min-width: 761px) {
  .menu-puerto .one-sixth {
    margin: 0;
    width: 14.28571% !important;
  }
}

.menu-puerto a {
  background: #3085bb;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.menu-puerto a:hover {
  background: #2f91c4;
}

.menu-puerto a:hover .contenedor-menu-puerto {
  transform: scale(1.05);
}

.menu-puerto h3 {
  font-size: 11px;
  padding-top: 97px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.menu-puerto .contenedor-menu-puerto {
  -webkit-transition: transform 0.1s linear;
  -moz-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  background-size: 100%;
  background-position: 60% 50%;
  background-repeat: no-repeat;
  padding: 12px 0 36px;
}

.menu-puerto .contenedor-menu-puerto img {
  display: none;
}

.menu-puerto .m-prevision {
  background-image: url(https://www.apmotril.com/images/menupuerto/bicono-prevision-cruceros.png);
}

.menu-puerto .m-visitas {
  background-image: url(https://www.apmotril.com/images/menupuerto/bicono-visitas-guiadas.png);
}

.menu-puerto .m-patrocinios {
  background-size: 88%;
  background-position-y: 46%;
  background-image: url(https://www.apmotril.com/images/bicono-patrocinios.png);
}

.menu-puerto .m-perfil {
  background-image: url(https://www.apmotril.com/images/menupuerto/bicono-perfil-contratante.png);
  background-position: 50% 34%;
  padding: 22px 24px;
}

.menu-puerto .m-perfil h3 {
  padding-top: 81px;
}

.menu-puerto .m-ferrys {
  background-image: url(https://www.apmotril.com/images/menupuerto/bicono-informacion-ferries.png);
}

.menu-puerto .m-guia {
  background-image: url(https://www.apmotril.com/images/menupuerto/bicono-guia-empresarial.png);
}

.menu-puerto .m-seguridad {
  background-image: url(https://www.apmotril.com/images/icono-seguridad-maritima.png);
  background-size: 60px;
  background-position: 50% 41%;
}

.menu-puerto .m-sede-electronica {
  background-image: url(https://www.apmotril.com/images/icono-sede-electronica.png);
  background-size: 80px;
  background-position: 50% 41%;
}

.galeria-puerto .one-third a {
  padding: 5px;
  border-radius: 3px;
  background: #f3f3f3;
  display: inline-block;
  border: 1px solid #d8d8d8;
}

.enlace-foto {
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
}

.enlace-foto:hover:after {
  opacity: 1;
}

.enlace-foto:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.boat {
  -webkit-animation: rock-boat 6s ease-in-out infinite;
}

.mar-boat {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  background: url(../images/fondo-animado-jornada-puertas-abierta.jpg) 50% 50%
    no-repeat;
  height: 465px;
  -webkit-animation: mar-boat 6s ease-in-out infinite;
}

.atpyc {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  background: url(http://www.apmotril.com/cssmin/../images/atpyc-puerto-motril-fondo.jpg)
    no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position-y: -37vw;
}

.atpyc .texto-contenedor {
  margin-top: 10%;
}

.atpyc.texto h2 span {
  font-size: 52px;
}

.atpyc.texto h2 {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  text-shadow: 4px 2px 6px rgba(0, 0, 0, 0.65);
}

.lista-separacion li {
  margin-bottom: 10px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  left: 0px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container-drive {
  position: relative;
  padding-bottom: 72.4%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container-drive iframe,
.embed-container-drive object,
.embed-container-drive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ACTUALIZACIÓN BANNER */

.clients-wrapp .h2,
.clients-wrapp h2,
.noticias .h2,
.noticias h2 {
  margin: 30px 0 20px 0;
}

.clients-wrapp {
  padding: 0 0 30px 0;
}

.menu-puerto-responsive {
  display: none;
}

.enlaces-menu-lv1 > a {
  background: #002c75;
}

.cbp-spmenu {
  background: #333333;
}

.cbp-spmenu-vertical {
  width: 100%;
}

.cbp-spmenu .h3 {
  padding: 0px;
  height: 53px;
  border-bottom: 2px solid #01235a;
}

.boton-responsive i {
  line-height: 53px;
}

.smartbanner-show {
  margin-top: 0px;
}

.smartbanner {
  top: 52px;
}

.smartbanner-show .smartbanner {
  display: none;
}

.menu-logo {
  display: none;
}

.mSCaption.feliz {
  position: absolute;
  background: url("../images/texto-feliz.png");
  width: 254px;
  height: 138px;
  margin-top: -359px;
  margin-left: 331px;
  left: 50% !important;
}

.mSCaption.navidad {
  position: absolute;
  background: url("../images/texto-navidad.png");
  width: 662px;
  height: 254px;
  margin-top: 338px;
  margin-left: 378px;
  left: 50% !important;
}

.mSCaption.particula {
  position: absolute;
  background: url("../images/particula-navidad.png");
  width: 81px;
  height: 81px;
  margin-top: -48px;
  margin-left: 42px;
  left: 50% !important;
}

.background-armada {
  background: url("../images/background-armada-v2.jpg");
  height: 32vw;
  background-size: cover;
  background-position: 50% 37px;
  background-repeat: no-repeat;
}

#topcontrol {
  z-index: 20;
}

.parking-ferry {
  background: #f0f0f0;
  padding: 8px 0 0px 0;
}

.container-parking {
  text-align: center;
  display: table;
}

.texto-parking {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

.texto-parking h3 {
  text-align: center !important;
}

.icono-parking {
  position: absolute;
  margin-left: 101px;
  margin-top: -26px;
}

.jornada-puertas-abiertas-fondo {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  background: url(../images/fondo-jornada-puertas-abiertas-2017-julio.jpg) 50%
    0% no-repeat;
  height: 580px;
}

.solicitud {
  padding: 20px 0;
}

@media only screen and (min-width: 960px) and (max-width: 1400px) {
  .mSCaption.feliz {
    position: absolute;
    background: url("../images/texto-feliz.png");
    width: 254px;
    height: 138px;
    margin-top: -359px;
    margin-left: 331px;
    left: 15% !important;
  }

  .mSCaption.navidad {
    position: absolute;
    background: url("../images/texto-navidad.png");
    width: 662px;
    height: 254px;
    margin-top: 338px;
    margin-left: 378px;
    left: 15% !important;
  }

  .mSCaption.particula {
    position: absolute;
    background: url("../images/particula-navidad.png");
    width: 81px;
    height: 81px;
    margin-top: -48px;
    margin-left: 42px;
    left: 15% !important;
  }
}

@keyframes mar-boat {
  0%,
  100% {
    background-position-x: 50%;
  }

  50% {
    background-position-x: 65%;
  }
}

@-webkit-keyframes mar-boat {
  0%,
  100% {
    background-position-x: 50%;
  }

  50% {
    background-position-x: 65%;
  }
}

@keyframes rock-boat {
  0%,
  100% {
    transform: rotate(2deg) translateY(-10px);
  }

  50% {
    transform: rotate(-4deg) translateY(-20px);
  }
}

@-webkit-keyframes rock-boat {
  0%,
  100% {
    -webkit-transform: rotate(2deg) translateY(-10px);
  }

  50% {
    -webkit-transform: rotate(-4deg) translateY(-20px);
  }
}

@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }

  .cbp-spmenu-right {
    right: -190px;
  }

  .cbp-spmenu-push-toright {
    left: 0;
  }
}

@media only screen and (min-width: 767px) {
  .animacion.animado {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }

  .animado {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
  }

  .boton-responsive,
  .menu-responsive-top {
    display: none;
  }
}

/* LINEAS REGULARES */

.lineas-regulares {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.linea-regular {
  flex: 1;
  background-color: white;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 3rem;
}

.linea-regular .cabecera {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

.linea-regular .cabecera img {
  width: 100%;
  max-width: 200px;
  margin: 30px 0;
}

#logo-armas img {
  max-width: 250px !important;
}

.linea-regular .cabecera .nombre p {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.linea-regular .cabecera .lineas p {
  padding-bottom: 2px;
  font-size: 17px;
}

.linea-regular .informacion {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  width: -webkit-fill-available;
  background-color: #f8f9fa;
  padding: 1rem;
}

.linea-regular .informacion .titulo p {
  color: #26619a;
  text-transform: uppercase;
}

.linea-regular .informacion .texto1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  margin-bottom: 1rem;
}

.linea-regular .informacion .texto1 p {
  font-size: 17px;
  padding-bottom: 0px;
}

.linea-regular .informacion .texto1 a {
  font-size: 16px;
  color: #26619a;
}

.linea-regular .informacion .texto1 a:hover {
  color: #2d93ce;
}

.linea-regular .informacion .texto2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

.linea-regular .informacion .texto2 p {
  font-size: 17px;
  padding-bottom: 0px;
}

.linea-regular .informacion .texto2 a {
  font-size: 16px;
  color: #26619a;
}

.linea-regular .informacion .texto2 a:hover {
  color: #2d93ce;
}

.linea-regular .buques {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  width: -webkit-fill-available;
  background-color: #f8f9fa;
  padding: 1rem;
}

.linea-regular .buques .titulo p {
  color: #26619a;
  text-transform: uppercase;
}

.linea-regular .buques .buque {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

.linea-regular .buques .buque p {
  font-size: 17px;
}

.linea-regular .buques .buque p span {
  font-weight: bold;
}

.linea-regular .buques .buque img {
  border-radius: 4px;
}

@media screen and (max-width: 760px) {
  .lineas-regulares {
    flex-flow: column nowrap;
  }
}

/* Estilos formularios */
