@charset "UTF-8";
html, body {
  height: 100%;
  width: 100%;
  font-weight: 300;
  line-height: 1.5;
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
}
div.wrapp {
  float: left;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  font-size: 15px;
}
.home div.wrapp {
  background-size: cover;
}
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Header */
.section-banner{
  padding: 0 !important;
  height: 365px;
}
#header-coquimbo {
  background-image: url(../img/coquimbo/banner_coquimbo.jpg) !important;
  padding-bottom: 70px;
  color: #FFF !important;
}

#header-biobio {
  background-image: url(../img/biobio/banner_biobio.jpg) !important;
  padding-bottom: 70px;
  color: #FFF !important;
}

#header-aysen {
  background-image: url(../img/aysen/banner_aysen.jpg) !important;
  padding-bottom: 70px;
  color: #FFF !important;
}

#header-magallanes {
  background-image: url(../img/magallanes/banner_magallanes.jpg) !important;
  padding-bottom: 70px;
  color: #FFF !important;
}

#header-coquimbo p, #header-biobio p, #header-aysen p, #header-magallanes p {
  font-style: italic;
}

.page .et_divi_builder #et_builder_outer_content .et_pb_post_title_0 .et_pb_title_container h1.entry-title, #header-biobio p {
  color: #FFF !important;
}

div#coquimbo-img-seccion {
  background-color: #fcfae1 !important;
  color: #314577 !important;
}

div.fondo-azul, div#biobio-img-seccion, div#aysen-img-seccion, div#magallanes-img-seccion {
  color: #FFF !important;
  background-color: #344478 !important;
}

#header-bajada {
  text-align: center;
  font-style: italic;
}
.marca-bajada{
  text-align: right;
  padding-top: 26px;
    padding-bottom: 26px;
}

.fondo-coquimbo a:hover, .fondo-biobio a:hover, .fondo-aysen a:hover, .fondo-magallanes a:hover {
  text-decoration: underline !important;
}

.fondo-coquimbo {
  color: #FFF !important;
  background-color: #bd7a11 !important;
}

.fondo-coquimbo a {
  color: #7dfffa !important;
}

.fondo-biobio {
  color: #FFF !important;
  background-color: #b3b607 !important;
}
.fondo-valpo {
  color: #FFF !important;
  background-color: #d46875 !important;
}
.bg-fondojfernandez,
.bg-valpo{
  background-color: #268fc8 !important;
}
.bg-rapanui{
  background-color: #d46973!important;
}
.fondo-biobio a {
  color: #2e61f7 !important;
}

.fondo-aysen {
  color: #FFF !important;
  background-color: #0D74B6 !important;
}

.fondo-aysen a {
  color: #cdd215 !important;
}

.fondo-magallanes {
  color: #FFF !important;
  background-color: #0b4688 !important;
}

.fondo-magallanes a {
  color: #cdd215 !important;
}


header {
  min-height: 70px;
  padding: 30px 0;
  overflow: hidden;
}

header p {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

#brand {
  display: block;
  /* margin: 10px auto;
  width: 124px; */
}

.btn-header {
  display: inline-block;
  padding: 40px;
  text-transform: uppercase;
  background: #344478;
  color: #FFF;
}

.btn-header:hover {
  text-decoration: none;
  color: #c3c3c3;
}

/*
Barra nombre regiones */
.barra-regiones{
  position: fixed;
  top: 136px;
  z-index: 99999;
}
.nom-region{
  margin-bottom: 2px;
}
.nom-region a{
  display: block;
  font-size: 13px;
  color: #fff;
  border-radius: 0 5px 5px 0;
  padding: 1px 4px;
  text-decoration: none;
  border-top: solid 1px #5f5e5e;
    border-bottom: solid 1px #5f5e5e;
    border-right: solid 1px #5f5e5e;
}

.nom-region.inicio a{
  background-color: #0a3f7c;
}
.nom-region.inicio a:hover{
  background-color: #002a5a
}

.nom-region.coquimbo a{
  background-color: #b78338;
}
.nom-region.coquimbo a:hover{
  background-color: #b17620;
}

.nom-region.valparaiso a,
.nom-region.rapanui a,
.nom-region.juanfernandez a{
  background-color: #c76e75;
}
.nom-region.valparaiso a:hover,
.nom-region.rapanui a:hover,
.nom-region.juanfernandez a:hover{
  background-color: #a94d54;
}

.nom-region.biobio a{
  background-color: #8b9136;
}
.nom-region.biobio a:hover{
  background-color: #73791a;
}

.nom-region.aysen a{
  background-color: #2e6784;
}
.nom-region.biobio a:hover{
  background-color: #175371;
}

.nom-region.magallanes a{
  background-color: #2b467c;
}
.nom-region.magallanes a:hover{
  background-color: #0f285a;
}

/*
  Barra de accesibilidad
------------------------------------------------------------------------------*/
#barra-access{
  width: 54px;
  position: fixed;
  z-index: 999999;
  right: 0;
  top: 136px;
  text-align: center;
}
.icon-accesibilidad{
  height: 35px !important;
  background-color: #153a63 !important;
  width: 250px;
  height: 25px;
  background: #FFF;
  color: #FFF;
  float: right;
  line-height: 18px;
  clear: both;
  text-align: left;
  margin-right: -225px;
  margin-bottom: 2px;
  border-radius: 5px 0 0 5px;
  border-left: solid 1px #222;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  -webkit-transition: all .5s linear;
     -moz-transition: all .5s linear;
          transition: all .5s linear;
}
.icon-accesibilidad img{
    padding: 4px;
}
a.btn-accesibilidad{
  padding: 8px 6px;
  border-radius: 5px 0 0 5px;
  height: 35px;
  font-weight: 700;
  font-size: 12px;
}
a.btn-accesibilidad:hover{
  text-decoration: none;
}
.btn-accesibilidad{
  width: 250px;
  height: 25px;
  background: #FFF;
  color: #000;
  float: right;
  line-height: 18px;
  clear: both;
  text-align: left;
  margin-right: -225px;
  margin-bottom: 2px;
  -webkit-transition: margin-right .2s linear;
     -moz-transition: margin-right .2s linear;
          transition: margin-right .2s linear;
  border-left: solid 1px #222;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  transition: all .5s linear;
}
.icon-accesibilidad:hover,
.btn-accesibilidad:hover{
    margin-right: 0;
}
.btn-accesibilidad img{
  vertical-align: inherit !important;
}
#jfontsize-d2{
  border-top: 1px solid #000;
}
#jfontsize-d2,
#jfontsize-p2{
    border-bottom: 1px solid #000;
}
#barra-access .bg-estandar{
  color: #666;
  background-color: #fff;
}
#barra-access .bg-azul{
  color: #fff500;
  background-color: #0017eb;
}
#barra-access .bg-blanco{
  color: #000;
  background-color: #FFF;
}
#barra-access .bg-negro{
  color: #FFF;
  background-color: #000;
}

.btn-rs {
  text-align: center;
  display: inline-block;
  width: 145px;
  padding: 6px 12px 6px 12px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 10px;
  -webkit-transition: background-color .4s linear;
     -moz-transition: background-color .4s linear;
          transition: background-color .4s linear;
}

.btn-rs:hover i.fa {color: #fff;}


.btn-rs.face{background-color: #3e5b98;}
.btn-rs.face:hover {background-color: #577bc7;}

.btn-rs.yt {background-color: #c00412;}
.btn-rs.yt:hover {background-color: #e00516;}

.btn-rs.twitter{background-color: #1da1f2;}
.btn-rs.twitter:hover{background-color: #0a94e8;}

.btn-rs.insta{background-color: #cf0056;}
.btn-rs.insta:hover{background-color: #da3278;}


.btn-rs.face:hover,
.btn-rs.yt:hover,
.btn-rs.twitter:hover,
.btn-rs.insta:hover{
  color: #fff;
  text-decoration: none;
}


h3 + ul {
  padding: 0;
}
h3 + ul li{
  margin-bottom: 10px;
  list-style: none !important;
}

/*
  Migas de pan al footer
------------------------------------------------------------------------------*/
.breadcrumb-fix{
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0;
  z-index: 100;
  width: 100%;
  float: left;
  background-color: #e1e6f9;
}
.breadcrumb-fix a{
  color: #000;
  font-size: 15px !important;
}
.breadcrumb-fix activa{
  font-size: 15px !important;
}
.bg-breadcrumb {
  background-color: #e1e6f9;
}
.cont-breadcrumb{
  margin: 0 auto;
    max-width: 1140px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.breadcrumb li.activa {
  color: #010e3a;
  font-weight: 700;
}
.breadcrumb>li+li:before {
    color: #0e1933;
    font-family:'FontAwesome';
    content:"\f105";
}


/*
  Page home
-------------------------------------------------------------------------------*/
.section-intro{
  background: url(../img/bienvenida.png) no-repeat right top;
  background-size: contain;
  height: 700px;
}
.btn-vermas{
  background-color: #2fb0fd;
  display: inline-block;
  color: #fff;
  padding: 10px 50px;
  line-height: 1;
  border-radius: 3px;
  margin: 15px 0;
  -webkit-transition: background-color .4s linear;
     -moz-transition: background-color .4s linear;
          transition: background-color .4s linear;
}
.btn-vermas:hover{
  background-color: #0089da;
  color: #fff;
  text-decoration: none;
}

.section-btns{
  background: url(../img/chile.png) no-repeat right top;
  background-size: contain;
  height: 700px;
}

.section-fondomar{
  background: url(../img/banner_ChileMIO_Navega.png) no-repeat;
  background-size: cover;
  height: 835px;
}


body.home .main-content h1 {
  color: #153a63;
  font-size: 48px;
}
body.page h1 {
  font-size: 35px;
  line-height: 1;
  margin: 30px 0 20px;
  font-weight: 700;
}

.bienvenida {
  margin-top: 30px;
  font-size: 3.5rem;
  line-height: 1;
  color: #153a63;
}

.bajada {
  text-transform: uppercase;
  font-size: 5.5rem;
  color: #663;
  /* 10px = 1rem*/
}

.txt-enbarco {
  margin-bottom: 50px;
}
.txt-enbarco  h2{
    font-size: 4rem;
    line-height: 1.2;
}
.bg-txt-destacado{
  /* width: 100%; */
  position: relative;
  z-index: 1;
  font-weight: 900;
  /* float: left;
  left: 0; */
  display: inline-block;
}
.bg-txt-destacado::before{
  content: "";
  background: #e2de23;
  position: absolute;
  width: 105%;
  height: 20px;
  z-index: -1;
  left: -2px;
  top: 30px;
}

.main-content {
  font-size: 18px;
}

body.home .main-content {
  color: #153a63;
  position: relative;
  overflow: hidden;
}

.main-content-bg {
  background: #000;
  position: absolute;
  height: 780px;
  z-index: 1;
  width: 100%;
  top: 101px;
  ;
  bottom: 0;
  opacity: .3;
  -webkit-transition: all .6s .1s linear;
  -moz-transition: all .6s .1s linear;
  -ms-transition: all .6s .1s linear;
  transition: all .6s .1s linear;
}
.main-content-bg.luz {
  opacity: 0
}

/*
  Regiones Home
------------------------------------------------------------------------------*/
.home-region-bienvenida{
  font-size: 15px;
  padding-bottom: 50px;
}
.btn-region {
  display: inline-block;
  padding: 5px 15px;
  color: #FFF;
  font-size: 17px;
}

.btn-region.current {
  font-weight: 700;
}

.btn-region:hover {
  color: #fff;
  text-decoration: none;
}

.btn-region.coquimbo { background-color: #a87605;}
.btn-region.biobio { background-color: #b3b607;}
.btn-region.aysen { background-color: #2965ad;}
.btn-region.magallanes { background-color: #23458c; }

.box-region img {
  margin: 0 auto;
}

.box-region-item {
  margin-bottom: 15px;
}
.box-region, .box-region-item{
  float: left;
  position: relative;
  z-index: 2;
  /* -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear; */
  border: solid 1px #153a63;
  border-radius: 10px;
}
.box-region {
  width: 100%;
  margin-bottom: 30px;
}
.box-region-item {
  background: #FFF;
  height: 135px;
  width: 100%;
}

.box-region:hover, .box-region-item:hover {
  /* -webkit-box-shadow: 2px 2px 25px #000;
  -moz-box-shadow: 2px 2px 25px #000;
  -ms-box-shadow: 2px 2px 25px #000;
  box-shadow: 2px 2px 25px #000;
  border-radius: 12px;
  background: rgba(23, 23, 23, 0.3); */
}

.main-content.home-region {
  color: #153a63;
  position: relative;
  overflow: hidden;
}

/* Home regiones */
.bg-tarjetas{
  background: url(../img/fondo_celeste.png) center center no-repeat;
  padding: 180px 0;
}
.home-region {}
.home-region h1{
  font-weight: 400 !important;
}

.home-region .section-bienvenida{
  /* height: 640px; */
}
.home-region .section-cards{
  padding: 30px 0;
}

.bg-region-de-coquimbo .section-bienvenida {
  background: url(../img/coquimbo/fondo_coquimbo.jpg) right no-repeat;
}

.bg-region-del-biobio .section-bienvenida{
  background: url(../img/biobio/fondo_biobio.jpg) right no-repeat;
}

.bg-region-de-aysen .section-bienvenida{
  background: url(../img/aysen/fondo_aysen.jpg) right no-repeat;
}

.bg-region-de-magallanes .section-bienvenida{
  background: url(../img/magallanes/fondo_magallanes.jpg) right no-repeat;
}

.bg-region-de-valparaiso .section-bienvenida{
  background-color: #fff8f0;
}
.bg-isla-juan-fernandez .section-bienvenida{
  background-color: #833;
}
.bg-isla-rapa-nui .section-bienvenida{
  background-color: #401;
}

.bg-rapa-nui{
  /* background: url(../img/prueba.jpg);
  background-position: top center; */
}

.bg-region-de-coquimbo,
.bg-region-del-biobio,
.bg-region-de-aysen,
.bg-region-de-magallanes,
.bg-region-de-valparaiso,
.bg-isla-juan-fernandez,
.bg-isla-rapa-nui,
.bg-rapa-nui {
  background-size: cover;
}

.content-main-region {
  margin-bottom: 30px;
  text-shadow: 10px 10px 60px #000;
  font-size: 16px;
}

.box-region a, .box-region-item a {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.main-content a:hover {
  /*cursor: url(../img/barquito1.png), auto;*/
}

.region-de-coquimbo .bg-caption, .bg-coquimbo {
  /* background-color: #a87605; */
}

.region-del-biobio .bg-caption, .bg-biobio {
  /* background-color: #b3b607; */
}

.region-de-aysen .bg-caption, .bg-aysen {
  /* background-color: #236aa8; */
}

.region-de-magallanes .bg-caption, .bg-magallanes {
  /* background-color: #23458c; */
}

.caption {
  position: absolute;
  border-radius: 0 0 6px 6px;
  text-align: center;
  color: #153a63;
}

.box-region-item a .caption {
  bottom: 0;
  padding: 0 1px;
  margin: 0 5px;
  width: 102px;
}

.box-region .caption.bg-coquimbo{
  background-color: #e0bd11;
}
.box-region .caption.bg-biobio{
  background-color: #9dc10e;
}
.box-region .caption.bg-aysen{
  background-color: #038acc;
}
.box-region .caption.bg-magallanes{
  background-color: #3e5b98;
}
.box-region .caption.bg-valparaiso{
  background-color: #e66d94;
}
.box-region .caption.bg-juanfernandez{
  background-color: #e66d94;
}
.box-region .caption.bg-rapanui{
  background-color: #e66d94;
}

.box-region .caption{
  color: #fff;
}


.box-region a .caption {
  bottom: 0px;
  padding:10px;
  float: left;
  background: #443;
  width: 100%;
}

.box-region .caption h2 {
  font-size: 17px;
  line-height: 1;
  margin: 0;
}
.box-region .caption h2 span{
  line-height: 1;
}

.box-region a .caption h2 {}

.box-region-item .caption h2,
.box-region-item a .caption h2 {
  font-size: 13px;
  font-weight: 700;
  margin-top: 0;
}

.caption h2 span {
  font-size: 23px;
  line-height: 1.4;
  text-transform: initial;
}

.btn-sabes .caption {
  border-radius: 5px;
  border: solid 5px #fff;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  transition: all .4s linear;
}

.btn-sabes a {
  color: #FFF;
}

.btn-sabes:hover>.caption {
  border: solid 5px #a87605;
  background-color: #FFF;
}

.btn-sabes:hover>.caption a {
  color: #a87605;
}

.btn-sabes a:hover {
  text-decoration: none;
}


.globo{
    background: url(../img/globo.png);
    height: 441px;
    width: 419px;
    margin: 0 auto;
    text-align: center;
}
.globo img{
  margin: 0 auto !important;
  padding-top: 60px !important;
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
.btn-juego{
  background: #00bcd1;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 5px;
}
.btn-juego:hover{
  background:#0679a5;
  color: #fff;
}
.camila{
  float: right;
}


/*     Page Interiores contenido
------------------------------------------------------------------------------*/
.page-preguntas{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eff7ff;
}
#contenido,
#contenido-region {
  color: #314577;
  font-size: 15px;
  float: left;
  width: 100%;
}

#contenido h1, #contenido-region h1 {
  font-size: 5rem;
  color: #093f7d !important;
  font-weight: 900 !important;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#contenido h2, #contenido-region h2 {
  font-size: 3.2rem;
  font-weight: 900!important;
  line-height: 1.1 !important;
}

.et_pb_blurb_container h4.et_pb_module_header,
.et_pb_blurb_container h4.et_pb_module_header a,
.et-db #et-boc .et-l .et_pb_module a{
  color:#314577 !important;
}

.link-glosario {
  font-weight: 700;
  color: #FFF;
  margin-right: 4px;
  text-decoration: underline;
}

.link-glosario:after {
  font-family: 'FontAwesome';
  content: "\f08e";
  font-size: 11px;
  color: #FFF;
}

.link-glosario:hover, .link-glosario:hover:after {
  color: #b3b607;
}

.mejs-time-rail {
  /* min-width: 300px !important; */
}

.mejs-time-rail .mejs-time-slider {
  /* min-width: 300px !important; */
}
.et-db #et-boc .et-l .et_pb_audio_1.et_pb_audio_module .et_pb_audio_module_content {
    padding: 15px 0px 10px !important;
}
.et-db #et-boc .et-l .mejs-container .mejs-controls .mejs-time {
    padding: 3px 3px 3px !important;
}
.et-db #et-boc .et-l .et_audio_container .mejs-time {
    margin-right: 65px !important;
}
.et-db #et-boc .et-l .et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 15px !important;
}
.et-db #et-boc .et-l .et_audio_container .mejs-button.mejs-volume-button {
    right: 55px !important;
    bottom: 0px !important;
}
.et-db #et-boc .et-l .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
    bottom: inherit !important;
    margin-right: 4px !important;
}

/* Juego */

.pagination li {
  padding: 5px 20px;
  background: #e0e0e0;
  color: #000;
  margin: 0;
  float: left;
  height: auto;
  border-radius: 0;
}

.pagination li.active {
  background-color: #1de620;
}

.pagination li:first-child {
  border-radius: 10px 0 0 10px;
}

.pagination li:last-child {
  border-radius: 0 10px 10px 0;
}

.datos{
  margin-bottom: 20px;
}
.datos > div {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}
.datos > div strong{
  font-size: 20px;
  font-weight: 900;
}

.info-datos-1,
.info-datos-2{
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.info-datos-1 img {
  float: left;
  margin-right: 15px;
}
.info-datos-2 img {
  float: right;
  margin-left: 15px;
}
.info-datos-1 div{
  float: left;
  font-size: 22px;
  line-height: 1.2;
  width: 300px;
  font-weight: 700;
}
.info-datos-2 div{
  float: left;
  width: 300px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
.info-datos-1 div,
.info-datos-2 div{
  padding-top: 25px;
}


/* Paginas coorporativas
------------------------------------------------------------------------------*/

.coorp {
  color: #314577;
}

/* Mensaje 404
-----------------------------------------------------------------------------*/

.msn-404 {
  height: 770px;
  background: url(../img/fondo_home.jpg) no-repeat center;
  background-size: cover;
}

.msn-404 h1 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 100px;
}

.msn-404 p {
  font-size: 20px;
}

.msn-404 .caption h2 {
  font-size: 15px;
}

/* Single */

#single {
  font-size: 17px;
  color: #314577;
}

/* Footer
----------------------------------------------------------------------------- */
#navegacion-footer {
  padding: 15px 0;
  width: 100%;
  background-color: #347378;
}
.cont-btn-foot {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.btn-nav-footer {
  margin: 0 15px;
  text-align: center;
  color: #fff;
}
.btn-nav-footer:hover {
  text-decoration: none;
  color: #ded7d7;
}

div.clear {
  clear: both;
  padding: 534px 0 0 0;
}
footer {
  height: 534px;
  margin-top: -534px;
  float: left;
  width: 100%;
  padding-top: 50px;
}
/* .footer-paisaje {
  height: 612px;
  background: url(../img/footer_piepaisaje.jpg);
} */
img.img-footer {
  margin: 0;
  clear: both;
}
img.img-footer-cfrd {
  margin-top: 60px;
}
body.page-template-contenido-region #foot-top {
  background-color: transparent;
}
#foot-top {
  background-color: transparent;
  padding: 15px 0;
}
#foot-top a {
  display: inline-block;
  margin-right: 30px;
}
#foot-top p {
  color: #344478;
  margin: 0;
}
#foot-bottom {
  background-color: #FFF;
  padding: 0;
}
#foot-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#foot-bottom ul li{
  margin-bottom: 3px;
}
#foot-bottom ul li a {
  color: #22458b;
  font-size: 14px;
}
#foot-bottom strong{
  color: #22458b;
  font-size: 16px;
}


/*
  5 Columnas
-----------------------------------------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}


/*
  Mapa del sitio
------------------------------------------------------------------------------*/
.mapa-sitio {
  font-size: 14px;
}

.mapa-sitio .bg-txt-destacado::before {
    content:none;
}

.mapa-sitio h1 {
  color: #153a63;
}

ul#menu-mapa-sitio {
  float: left;
  padding: 0;
}

ul#menu-mapa-sitio>li {
  margin-bottom: 60px;
  float: left;
  margin-right: 30px;
}

ul#menu-mapa-sitio>li>a {
  font-weight: 700;
}

ul#menu-mapa-sitio li a {
  color: #153a63;
}
ul#menu-mapa-sitio li ul.children{
  padding-left: 20px;
}
/* gallery overdriver */

.mfp-title {
  font-size: 19px;
  background: #000;
  padding: 15px 10px;
}

.centrar-texto {
  text-align: center;
}

/* Contacto */

.et_divi_builder #et_builder_outer_content .et_pb_contact p input, .et_divi_builder #et_builder_outer_content .et_pb_contact p textarea {
  margin-bottom: 10px;
  color: #fff;
}
.et-db #et-boc .et-l .et_pb_contact_form_0 .input{
  color: #fff !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #FFF;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::placeholder {
  color: #FFF;
}
.et-db #et-boc .et_pb_contact_form_label {
    display: block !important;
}
