/*  
Theme Name: SEA
Description:  Theme for SEA 
Version: 0.2
Author: Ainara Latorre
Author URI: http://ainaralatorre.com
*/
@font-face {
  font-family: 'Gotham-Book';
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.otf') format('opentype'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Bold.otf') format('opentype'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Light.otf') format('opentype'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
     COLORES
   ========================================================================== */
/* ==========================================================================
     GENERAL
   ========================================================================== */
body {
  padding: 0;
  margin: 0;
  color: #737276;
  font-family: 'Gotham-Book', serif;
  line-height: 1.4;
  font-size: 14px;
}
#content {
  min-height: 50vh;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.4;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.font {
  font-family: 'Gotham-Book', serif;
}
.font-light {
  font-family: 'Gotham-Light', serif;
}
.font-bold,
strong {
  font-family: 'Gotham-Bold', serif;
}
.uncode-admin-panel__left {
  display: none;
}
.container {
  width: 95%;
  max-width: 1120px !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 667px) {
  .container {
    width: 94%;
  }
}
p:empty {
  display: none !important;
}
p {
  margin: 0 0 20px;
  line-height: 1.7;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: #004F87;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
}
a hover {
  color: #000;
}
.material-icons,
.material-icons-outlined {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 36px !important;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #444;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
a:hover .material-icons,
a:hover .material-icons-outlined {
  color: #fff;
}
/* ==========================================================================
     HEADER
   ========================================================================== */
#header {
  padding-bottom: 16px;
}
#header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#header .logo img {
  width: 230px;
  margin-top: 11px;
}
#header .header-info .btn-asociarse {
  background: #2BB5E4;
  color: #fff;
  white-space: nowrap;
  font-family: 'Gotham-Bold', serif;
  display: block;
  text-align: center;
  padding: 13px 30px;
  font-size: 13px;
  margin-bottom: 18px;
}
#header .header-info .btn-asociarse:hover {
  background: #004F87;
}
#header .header-info p {
  margin: 0 !important;
  text-align: right;
  font-size: 13px;
  color: #4A4A4A;
  line-height: 1.5;
}
#header .header-info p a.sea-web {
  display: inline-block;
  font-size: 12px;
  color: #4A4A4A;
  font-family: 'Gotham-Bold', serif;
  padding-bottom: 2px;
}
#header .header-info p a.sea-web:hover {
  color: #004F87;
}
#header .header-info p a.email {
  color: #4A4A4A;
}
#header .header-info p a.email:hover {
  color: #2BB5E4;
  ttext-decoration: underline;
}
@media (max-width: 667px) {
  #header .logo img {
    width: 130px;
    margin-top: 24px;
  }
  #header .header-info .btn-asociarse {
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  #header .header-info p a.sea-web .line2 {
    display: block;
  }
}
/* ==========================================================================
     FOOTER
   ========================================================================== */
#footer {
  hheight: 400px;
  padding-bottom: 20px;
  background: url(images/footer.png) no-repeat 0 100%;
  background-size: 405px 430px;
  text-align: center;
  padding-top: 150px;
  box-sizing: border-box;
}
#footer .footer-patrocinador {
  margin: 0 auto;
  max-width: 550px;
}
#footer .footer-patrocinador p {
  text-transform: uppercase;
  font-weight: 300;
  color: #004F87;
  border-bottom: 1px solid #c3d6e3;
  padding-bottom: 3px;
  letter-spacing: 1px;
}
#footer .footer-patrocinador img {
  display: block;
  width: 270px;
  margin: 40px auto 33px;
}
#footer .footer-wrapper {
  margin: 0 auto;
  max-width: 550px;
  border-top: 1px solid #c3d6e3;
  padding-top: 50px;
}
#footer .footer-wrapper p {
  font-size: 12px;
}
#footer .footer-wrapper p.name {
  color: #004F87;
  font-family: 'Gotham-Bold', serif;
  margin-bottom: 10px;
  font-size: 13px;
}
#footer .footer-wrapper .web {
  font-weight: bold;
}
#footer .footer-wrapper .web:hover {
  text-decoration: underline;
}
#footer .footer-wrapper .twitter {
  font-weight: bold;
  color: #2BB5E4;
}
#footer .footer-wrapper .twitter:hover {
  text-decoration: underline;
}
#footer p#copy {
  font-size: 11px;
  margin: 45px auto 0 !important;
  color: #333;
}
@media (max-width: 768px) {
  #footer {
    height: 300px;
    padding-top: 70px;
    background: url(images/footer-alt.png) no-repeat -10% 100%;
    background-size: 240px 280px;
  }
}
/* ==========================================================================
     HOME
   ========================================================================== */
.buscador {
  background: url(images/bg-buscador.jpg) no-repeat 100% 0;
  background-size: cover;
  height: 300px;
  text-align: center;
  box-sizing: border-box;
  padding: 42px 40px 40px;
  margin-bottom: 30px;
}
.buscador h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Gotham-Light', serif;
  line-height: 1.2;
}
.buscador .header-txt h1 {
  text-transform: none;
  letter-spacing: -1px;
  line-height: 1;
  font-size: 35px;
}
.buscador .header-txt h1 span {
  display: block;
}
.buscador .header-txt h1 span strong {
  text-transform: uppercase;
}
.buscador .header-txt h1 span.es {
  padding-top: 3px;
  padding-bottom: 15px;
}
.buscador .header-txt h1 span.eu {
  color: #90cefd;
  font-size: 27px;
}
.buscador form {
  margin-top: 50px;
  margin-top: 35px;
}
.buscador form input[type="text"],
.buscador form input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: 'Gotham-Book', serif;
  font-size: 15px;
  box-sizing: border-box;
  padding: 14px;
  outline: none;
  height: 46px;
  width: 450px;
}
.buscador form input[type="submit"] {
  border-radius: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  height: 48px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
  font-family: 'Gotham-Light', serif;
  margin-left: 3px;
}
.buscador form input[type="submit"]:hover {
  cursor: pointer;
  background: #232323;
}
@media (max-width: 768px) {
  .buscador {
    height: 250px;
  }
  .buscador h1 {
    font-size: 32px;
  }
  .buscador .header-txt h1 {
    font-size: 32px;
  }
  .buscador .header-txt h1 br {
    display: none;
  }
  .buscador .header-txt h1 span.eu {
    font-size: 24px;
  }
  .buscador form {
    margin-top: 35px;
    margin-top: 25px;
  }
  .buscador form input[type="text"],
  .buscador form input[type="search"] {
    width: 60%;
  }
  .buscador form input[type="submit"] {
    padding: 0 25px;
  }
}
@media (max-width: 667px) {
  .buscador {
    margin-bottom: 25px;
    height: 200px;
    padding: 30px 10px !important;
  }
  .buscador h1 {
    font-size: 26px !important;
  }
  .buscador .header-txt h1 {
    font-size: 22px !important;
  }
  .buscador .header-txt h1 br {
    display: none;
  }
  .buscador .header-txt h1 span.es {
    padding-bottom: 5px;
  }
  .buscador .header-txt h1 span.eu {
    font-size: 16px !important;
  }
  .buscador form {
    margin-top: 25px;
  }
  .buscador form input[type="text"],
  .buscador form input[type="search"] {
    width: 68%;
    font-size: 12px;
    padding: 12px 10px;
    height: 44px;
  }
  .buscador form input[type="submit"] {
    font-size: 11px;
    padding: 0 13px;
    margin-left: 0;
    height: 44px;
  }
}
@media (max-width: 320px) {
  .buscador {
    padding-top: 22px;
  }
  .buscador .header-txt h1 {
    font-size: 19px !important;
  }
  .buscador .header-txt h1 span.eu {
    font-size: 15px !important;
  }
}
.cats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.cats-wrapper .cat {
  box-sizing: border-box;
  width: 15.83%;
  margin-right: 1%;
  background: #F6F6F6;
  display: block;
  padding: 33px 10px 0;
  text-align: center;
  margin-bottom: 1vh;
  height: 130px;
  width: 19.2%;
  margin-bottom: 1.5vh;
  margin-bottom: 10px;
  height: 150px;
}
.cats-wrapper .cat:nth-child(5n) {
  margin-right: 0;
}
.cats-wrapper .cat .eu {
  color: #80beed;
  display: block;
}
.cats-wrapper .cat .ico-wrap {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 14px;
  width: 38px;
  height: 38px;
  overflow: hidden;
}
.cats-wrapper .cat img {
  width: 38px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.cats-wrapper .cat .txt {
  text-transform: uppercase;
  font-family: 'Gotham-Light', serif;
  font-size: 12px;
  display: block;
  color: #333;
  letter-spacing: -0.2px;
  line-height: 1.2;
}
.cats-wrapper .cat:hover {
  background: #caecf8;
  background: #4780a9;
}
.cats-wrapper .cat:hover .txt {
  color: #fff;
}
.cats-wrapper .cat:hover img {
  top: -38px;
}
@media (max-width: 768px) {
  .cats-wrapper .cat {
    padding-left: 7px;
    padding-right: 7px;
  }
  .cats-wrapper .cat .txt {
    font-size: 11px;
  }
}
@media (max-width: 667px) {
  .cats-wrapper .cat {
    height: 118px;
    width: 49%;
    margin-right: 2% !important;
    padding: 25px 7px;
  }
  .cats-wrapper .cat:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 320px) {
  .cats-wrapper .cat {
    height: 118px;
    width: 100%;
    margin-right: 0 !important;
    padding: 25px 7px;
  }
  .cats-wrapper .cat:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.cats-lvl1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.cats-lvl1-wrapper article {
  width: 32.66%;
  margin-right: 1%;
  margin-bottom: 35px;
}
.cats-lvl1-wrapper article:nth-child(3n) {
  margin-right: 0;
}
.cats-lvl1-wrapper a.cat {
  width: 32.66%;
  margin-right: 1%;
  margin-bottom: 0.94vh;
  box-sizing: border-box;
  background: #4780a9;
  display: block;
  padding: 40px 10px 25px;
  padding-top: 25px;
  text-align: center;
}
.cats-lvl1-wrapper a.cat:nth-child(3n) {
  margin-right: 0;
}
.cats-lvl1-wrapper a.cat.color1 {
  background: #FF5252;
}
.cats-lvl1-wrapper a.cat.color2 {
  background: #FF4081;
}
.cats-lvl1-wrapper a.cat.color3 {
  background: #7C4DFF;
}
.cats-lvl1-wrapper a.cat.color4 {
  background: #3F51B5;
}
.cats-lvl1-wrapper a.cat.color5 {
  background: #448AFF;
}
.cats-lvl1-wrapper a.cat.color6 {
  background: #00BCD4;
}
.cats-lvl1-wrapper a.cat.color7 {
  background: #009688;
}
.cats-lvl1-wrapper a.cat.color8 {
  background: #8BC34A;
}
.cats-lvl1-wrapper a.cat.color9 {
  background: #FFC107;
}
.cats-lvl1-wrapper a.cat.color10 {
  background: #FF9800;
}
.cats-lvl1-wrapper a.cat.color11 {
  background: #FF5722;
}
.cats-lvl1-wrapper a.cat.color12 {
  background: #795548;
}
.cats-lvl1-wrapper a.cat.color13 {
  background: #9E9E9E;
}
.cats-lvl1-wrapper a.cat.color14 {
  background: #607D8B;
}
.cats-lvl1-wrapper a.cat:hover {
  background: #f1f1f1;
  background: #333;
  bbackground: #4780a9;
}
.cats-lvl1-wrapper a.cat:hover iimg {
  top: -38px;
}
.cats-lvl1-wrapper .ico-wrap {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 9px;
  width: 80px;
  height: 80px;
  width: 110px;
  height: 120px;
  overflow: hidden;
}
.cats-lvl1-wrapper img {
  width: 64px;
  width: 180px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.cats-lvl1-wrapper span {
  display: block;
}
.cats-lvl1-wrapper span.txt {
  text-transform: uppercase;
  font-size: 12px;
}
.cats-lvl1-wrapper span.es {
  color: #fff;
  margin-bottom: 7px;
}
.cats-lvl1-wrapper span.eu {
  color: #90cefd;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 667px) {
  .cats-lvl1-wrapper a.cat {
    width: 49%;
    margin-right: 2% !important;
  }
  .cats-lvl1-wrapper a.cat:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 560px) {
  .cats-lvl1-wrapper a.cat {
    padding: 20px 10px 18px;
  }
  .cats-lvl1-wrapper .ico-wrap {
    width: 60px;
    height: 60px;
  }
  .cats-lvl1-wrapper img {
    width: 50px;
  }
}
@media (max-width: 320px) {
  .cats-lvl1-wrapper a.cat {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cats-lvl1-wrapper a.cat:nth-child(2n) {
    margin-right: 0 !important;
  }
  .cats-lvl1-wrapper span.txt {
    font-size: 11px;
  }
}
.cats-tit {
  margin-bottom: 25px;
  padding-top: 6px;
}
.cats-tit .img-wrapper {
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  width: 60px;
  position: relative;
  z-index: 2;
}
.cats-tit .img-wrapper img {
  width: 100%;
}
.cats-tit:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #004F87;
  position: relative;
  top: -30px;
  z-index: 1;
}
@media (max-width: 667px) {
  .cats-tit .img-wrapper {
    width: 54px;
  }
  .cats-tit:after {
    top: -27px;
  }
}
/* ==========================================================================
     LISTADO EMPRESAS
   ========================================================================== */
.list-empresas {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.list-empresas a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.2%;
          flex: 0 0 49.2%;
  margin-bottom: 10px;
  display: block;
  background: #F6F6F6;
  box-sizing: border-box;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  -webkit-transition: none;
  transition: none;
}
.list-empresas a:hover {
  background: #caecf8;
  background: #4780a9;
  color: #fff;
}
@media (max-width: 667px) {
  .list-empresas {
    display: block;
  }
  .list-empresas a {
    margin-bottom: 8px;
  }
}
/* ==========================================================================
     PAGE
   ========================================================================== */
.header-page {
  background: url(images/bg-buscador.jpg) no-repeat 100% 0;
  background-size: cover;
  height: 300px;
  text-align: center;
  box-sizing: border-box;
  padding: 42px 40px 40px;
  margin-bottom: 30px;
  height: 170px;
  height: 200px;
}
.header-page h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Gotham-Light', serif;
  line-height: 1.2;
}
.header-page .header-txt h1 {
  text-transform: none;
  letter-spacing: -1px;
  line-height: 1;
  font-size: 35px;
}
.header-page .header-txt h1 span {
  display: block;
}
.header-page .header-txt h1 span strong {
  text-transform: uppercase;
}
.header-page .header-txt h1 span.es {
  padding-top: 3px;
  padding-bottom: 15px;
}
.header-page .header-txt h1 span.eu {
  color: #90cefd;
  font-size: 27px;
}
.header-page form {
  margin-top: 50px;
  margin-top: 35px;
}
.header-page form input[type="text"],
.header-page form input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: 'Gotham-Book', serif;
  font-size: 15px;
  box-sizing: border-box;
  padding: 14px;
  outline: none;
  height: 46px;
  width: 450px;
}
.header-page form input[type="submit"] {
  border-radius: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  height: 48px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
  font-family: 'Gotham-Light', serif;
  margin-left: 3px;
}
.header-page form input[type="submit"]:hover {
  cursor: pointer;
  background: #232323;
}
@media (max-width: 768px) {
  .header-page {
    height: 250px;
  }
  .header-page h1 {
    font-size: 32px;
  }
  .header-page .header-txt h1 {
    font-size: 32px;
  }
  .header-page .header-txt h1 br {
    display: none;
  }
  .header-page .header-txt h1 span.eu {
    font-size: 24px;
  }
  .header-page form {
    margin-top: 35px;
    margin-top: 25px;
  }
  .header-page form input[type="text"],
  .header-page form input[type="search"] {
    width: 60%;
  }
  .header-page form input[type="submit"] {
    padding: 0 25px;
  }
}
@media (max-width: 667px) {
  .header-page {
    margin-bottom: 25px;
    height: 200px;
    padding: 30px 10px !important;
  }
  .header-page h1 {
    font-size: 26px !important;
  }
  .header-page .header-txt h1 {
    font-size: 22px !important;
  }
  .header-page .header-txt h1 br {
    display: none;
  }
  .header-page .header-txt h1 span.es {
    padding-bottom: 5px;
  }
  .header-page .header-txt h1 span.eu {
    font-size: 16px !important;
  }
  .header-page form {
    margin-top: 25px;
  }
  .header-page form input[type="text"],
  .header-page form input[type="search"] {
    width: 68%;
    font-size: 12px;
    padding: 12px 10px;
    height: 44px;
  }
  .header-page form input[type="submit"] {
    font-size: 11px;
    padding: 0 13px;
    margin-left: 0;
    height: 44px;
  }
}
@media (max-width: 320px) {
  .header-page {
    padding-top: 22px;
  }
  .header-page .header-txt h1 {
    font-size: 19px !important;
  }
  .header-page .header-txt h1 span.eu {
    font-size: 15px !important;
  }
}
.header-page h1 {
  text-transform: none;
  letter-spacing: -1px;
  line-height: 1;
  font-size: 35px;
}
.header-page h1 strong {
  text-transform: uppercase;
}
.header-page h1 span {
  display: block;
}
.header-page h1 span.es {
  padding-top: 3px;
  padding-bottom: 15px;
}
.header-page h1 span.eu {
  color: #90cefd;
  font-size: 27px;
}
@media (max-width: 768px) {
  .header-page {
    height: auto;
    padding: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 667px) {
  .header-page h1 {
    font-size: 22px !important;
  }
  .header-page h1 span.eu {
    font-size: 16px !important;
  }
}
@media (max-width: 320px) {
  .header-page h1 {
    font-size: 19px !important;
  }
  .header-page h1 span.eu {
    font-size: 15px !important;
  }
}
.cat-link {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
}
.cat-link:hover {
  color: #000;
}
.cat-link:hover:before {
  color: #999;
}
.cat-link + .cat-link:before {
  display: inline-block;
  content: ", ";
  position: relative;
  left: -3px;
  margin-right: 2px;
}
h1.page-tit {
  text-transform: uppercase;
  color: #004F87;
  font-size: 32px;
  line-height: 1.3;
  margin-top: 2px;
}
h1.page-tit.mb {
  margin-bottom: 15px !important;
}
h1.page-tit .results {
  font-size: 13px;
  font-style: italic;
  text-transform: none;
}
@media (max-width: 667px) {
  h1.page-tit {
    font-size: 25px;
  }
  h1.page-tit .results {
    display: block;
  }
}
.page-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.page-content .sidebar {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 335px;
          flex: 0 0 335px;
  background: #F6F6F6;
}
.page-content .sidebar p {
  margin: 0;
}
.page-content .sidebar .header {
  background: #4780a9;
  padding: 12px 20px 14px;
  color: #fff;
}
.page-content .sidebar .header a {
  color: #fff;
}
.page-content .sidebar .header .ico-phone {
  display: inline-block;
  background: url(images/phone.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.page-content .sidebar .header .phone .txt {
  font-size: 22px;
}
.page-content .sidebar .header .ico-email {
  display: inline-block;
  background: url(images/email.png) no-repeat 0 0;
  width: 17px;
  height: 14px;
  background-size: 17px 14px;
  margin-right: 10px;
  position: relative;
  left: 1px;
  top: 2px;
}
.page-content .sidebar .header .email a {
  -webkit-transition: none;
  transition: none;
  font-family: 'Gotham-Light', serif;
}
.page-content .sidebar .header .email a:hover {
  border-bottom: 1px solid #fff;
}
.page-content .sidebar .main {
  padding: 30px 20px;
  font-size: 14px;
  color: #333;
}
.page-content .sidebar .main strong {
  font-size: 12px;
  text-transform: uppercase;
}
.page-content .sidebar .main p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-content .sidebar .main .web a {
  ccolor: #333;
  -webkit-transition: none;
  transition: none;
}
.page-content .sidebar .main .web a:hover {
  color: #004F87;
  border-bottom: 1px solid #004F87;
}
.page-content .sidebar .main .person {
  margin-bottom: 25px;
}
.page-content .main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  mmargin-left: 30px;
  margin-right: 30px;
}
.page-content .main-content p {
  margin-bottom: 15px;
}
.page-content .main-content p a {
  border-bottom: 1px solid #004F87;
}
.page-content .main-content p a:hover {
  color: #2BB5E4;
  border-color: #2BB5E4;
}
.page-content .main-content h2 {
  font-size: 15px;
  font-family: 'Gotham-Bold', serif;
  color: #333;
  color: #555;
  margin: 0 0 12px;
}
.page-content .main-content p + h2 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-content {
    ddisplay: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-top: 30px;
  }
  .page-content .sidebar {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
  .page-content .main-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
}
.acf-map {
  width: 100%;
  height: 260px;
  background-color: grey;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.page-content .logo {
  max-width: 180px;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #dedede;
}
@media (max-width: 760px) {
  .page-content .logo {
    margin: 0 auto;
  }
}
.page-content .wpb_single_image.wpb_content_element {
  margin-bottom: 20px !important;
}
/* ==========================================================================
     Error 404
   ========================================================================== */
.error404-wrapper {
  margin-top: 80px;
  text-align: center;
}
.error404-wrapper h2 {
  font-family: 'Gotham-Bold', serif;
  margin-bottom: 20px;
}
.error404-wrapper p a {
  border-bottom: 1px solid #004F87;
}
.error404-wrapper p a:hover {
  color: #2BB5E4;
  border-color: #2BB5E4;
}
@media (max-width: 667px) {
  .error404-wrapper {
    margin-top: 40px;
  }
}
/* ==========================================================================
     Buscador
   ========================================================================== */
h1.results-tit {
  font-size: 24px;
  text-transform: none !important;
}
p.results {
  ffont-style: italic;
}
.go-home {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.go-home:after {
  content: "";
  display: inline-block;
  background: url(images/arrow-right.png) no-repeat 100% 50%;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  padding-left: 8px;
}
.go-home:hover {
  text-decoration: underline;
}
.content-wrapper {
  position: relative;
}
