* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Raleway';
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0;
  }
}
header {
  min-height: 600px;
  background: url("../img/bg_header.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 570px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header {
    min-height: 500px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  header {
    min-height: 300px;
  }
}
header .container {
  position: relative;
  min-height: 570px;
}
@media screen and (max-width: 1024px) {
  header .container {
    min-height: 500px;
  }
}
@media screen and (max-width: 480px) {
  header .container {
    min-height: 300px;
  }
}
header #logo {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 45%;
  max-width: 70%;
  right: 0;
  margin: auto;
  background: rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.9);
  box-shadow: 0 0 7px rgba(0,0,0,0.9);
}
@media screen and (max-width: 480px) {
  header #logo {
    max-width: 90%;
    top: 40%;
  }
}
header .nav-sec {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
}
header .nav-sec .redes {
  float: right;
  max-width: 272px;
  width: 100%;
  display: table;
}
@media screen and (max-width: 480px) {
  header .nav-sec .redes {
    max-width: 100%;
  }
}
header .nav-sec .redes a {
  display: table-cell;
  text-align: right;
  padding-left: 20px;
}
header .nav-sec .redes a:first-child {
  text-align: left;
  padding: 0;
}
header .nav-sec .idioma {
  float: left;
}
@media screen and (max-width: 480px) {
  header .nav-sec .idioma {
    position: relative;
    top: -230px;
    font-size: 0.8em;
  }
}
header .nav-sec .idioma a,
header .nav-sec .idioma span {
  font-family: "Cinzel";
  font-size: 1em;
  color: #fff;
  padding-left: 10px;
  padding-top: 10px;
  float: left;
}
header .nav-sec .idioma a.active,
header .nav-sec .idioma span.active {
  text-decoration: underline;
}
header .nav-sec .idioma:hover {
  text-decoration: none;
}
#mobile-header {
  width: 100%;
  display: none;
  position: fixed;
  top: 10px;
  right: 0px;
  left: 0;
  z-index: 10;
  color: #fff;
}
#mobile-header .container {
  padding-right: 10px;
}
#mobile-header .container a {
  float: right;
}
@media only screen and (max-width: 1024px) {
  #mobile-header {
    display: block;
  }
}
.sidr-open #mobile-header .container {
  padding-right: 280px;
}
#nav {
  padding: 20px 10px 0;
}
#nav.fixed {
  position: fixed;
  width: 100%;
  background: rgba(255,255,255,0.9);
  top: 0;
  z-index: 100;
  padding: 20px 10px;
  -webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.5);
  box-shadow: 0 2px 9px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1024px) {
  #nav {
    display: none;
  }
}
#nav nav {
  border-top: solid 1px #9a9a9a;
  border-bottom: solid 1px #9a9a9a;
}
#nav nav ul {
  display: table;
  width: 100%;
}
#nav nav ul li {
  padding: 13px 10px;
  display: table-cell;
  text-align: center;
}
#nav nav ul li a {
  font-family: 'Cinzel';
  font-size: 1.2em;
}
@media screen and (max-width: 1200px) {
  #nav nav ul li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  #nav nav ul li {
    display: block;
    width: 100%;
  }
  #nav nav ul li a {
    text-align: center;
    display: block;
  }
}
@media (max-width: 1024px) {
  #nav {
    border: none;
  }
  #nav ul li {
    padding: 0;
  }
}
.bar {
  background: rgba(154,154,154,0.5);
  border-radius: 3px;
  padding: 6px 7px;
  margin: 4px 0;
  float: right;
}
.bar li {
  display: block;
  height: 4px;
  width: 21px;
  margin: 0 auto;
  padding: 0;
  background: rgba(255,255,255,0.75);
  margin-top: 4px;
  border-radius: 1px;
}
.bar li:first-child {
  margin-top: 0;
}
h2 {
  font-family: 'Cinzel';
}
h2.img-circle {
  background: #9a9a9a;
  line-height: 130px;
  height: 130px;
  width: 130px;
  color: #fff;
  font-size: 2em;
}
@media screen and (max-width: 1200px) {
  h2.img-circle {
    line-height: 115px;
    height: 115px;
    width: 115px;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 992px) {
  h2.img-circle {
    line-height: 100px;
    height: 100px;
    width: 100px;
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  h2.img-circle {
    line-height: 130px;
    height: 130px;
    width: 130px;
    font-size: 2em;
  }
}
footer {
  background: #e6e6e6;
  width: 100%;
  min-height: 245px;
}
#cuerpo {
  padding-top: 20px;
}
#cuerpo section {
  position: relative;
}
#cuerpo section:last-child:after {
  display: none;
}
#cuerpo section:after {
  content: '';
  background: url("../img/divisor.svg") 50% 50% no-repeat, #fff;
  -webkit-background-size: 70% auto, 100% 100%;
  background-size: 70% auto, 100% 100%;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 65px;
  width: 65px;
}
#cuerpo #ctd {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #9a9a9a;
}
#cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child {
  padding-bottom: 15px;
  border-bottom: solid 1px #9a9a9a;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child .col-xs-12 {
    padding: 0 0 15px 0;
  }
}
#cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child h2 {
  margin-top: 0;
  text-align: center;
}
#cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child .col-lg-6.col-md-12.visible-lg {
  padding: 0;
}
#cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child .col-lg-6.col-md-12.pull-right {
  padding: 0 0 0 15px;
}
@media (max-width: 1200px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child .col-lg-6.col-md-12.pull-right {
    padding: 0;
  }
}
#cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child figure {
  background: url("../img/ctd_1.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 400px;
  width: 100%;
}
@media (max-width: 1200px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child figure {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child figure {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block:first-child figure {
    min-height: 180px;
  }
}
#cuerpo #ctd .row .col-sm-6.col-xs-12 .block .col-sm-12.col-xs-12 {
  padding: 0;
}
#cuerpo #ctd .row .col-sm-6.col-xs-12 .block figure {
  background: url("../img/ctd_2.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 331px;
}
@media (max-width: 1200px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block figure {
    min-height: 275px;
  }
}
@media (max-width: 992px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block figure {
    background-position: 50% 10%;
    min-height: 273px;
  }
}
@media (max-width: 768px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12 .block figure {
    background-position: 50% 10%;
    min-height: 250px;
  }
}
#cuerpo #ctd .row .col-sm-6.col-xs-12:last-child {
  border-left: solid 1px #9a9a9a;
}
#cuerpo #ctd .row .col-sm-6.col-xs-12:last-child .block:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
#cuerpo #ctd .row .col-sm-6.col-xs-12:last-child .block figure {
  background: url("../img/ctd_3.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 300px;
  width: 100%;
}
#cuerpo #ctd .row .col-sm-6.col-xs-12:last-child .block.texto {
  padding: 25px 0;
}
@media (max-width: 1200px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12:last-child .block.texto {
    padding: 25px 0 0 0;
  }
}
#cuerpo #ctd .row .col-sm-6.col-xs-12:last-child .block:last-child figure {
  background: url("../img/ctd_4.jpg") 50% 10% no-repeat;
  min-height: 242px;
  width: 100%;
}
@media (max-width: 1200px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12:last-child .block:last-child figure {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12:last-child .block:last-child figure {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  #cuerpo #ctd .row .col-sm-6.col-xs-12:last-child .block:last-child figure {
    min-height: 180px;
  }
}
#cuerpo #sid {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #9a9a9a;
  position: relative;
}
#cuerpo #sid .row {
  position: relative;
}
#cuerpo #sid .row .col-lg-4.pull-right.visible-lg .block figure {
  background: url("../img/sid_3.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 450px;
}
#cuerpo #sid .row .col-lg-4.pull-right h2 {
  margin: 0 auto;
}
#cuerpo #sid .row .col-lg-4.pull-right .col-xs-12.col-md-7 p {
  padding: 0;
}
#cuerpo #sid .row .col-lg-4.pull-right .block figure {
  background: url("../img/sid_2.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 260px;
  width: 100%;
}
@media (max-width: 1280px) {
  #cuerpo #sid .row .col-lg-4.pull-right .block figure {
    min-height: 260px;
  }
}
@media (max-width: 1200px) {
  #cuerpo #sid .row .col-lg-4.pull-right .block figure {
    min-height: 250px;
    background-position: 100% 40%;
  }
}
@media (max-width: 1024px) {
  #cuerpo #sid .row .col-lg-4.pull-right .block figure {
    min-height: 235px;
  }
}
@media (max-width: 992px) {
  #cuerpo #sid .row .col-lg-4.pull-right .block figure {
    min-height: 157px;
    background-position: 100% 35%;
  }
}
#cuerpo #sid .row .col-lg-4 .block figure {
  background: url("../img/sid_1.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 350px;
  width: 100%;
}
@media (max-width: 1200px) {
  #cuerpo #sid .row .col-lg-4 .block figure {
    min-height: 290px;
    background-position: 50% 10%;
  }
}
@media (max-width: 992px) {
  #cuerpo #sid .row .col-lg-4 .block figure {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  #cuerpo #sid .row .col-lg-4 .block figure {
    min-height: 250px;
  }
}
#cuerpo #dw {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #9a9a9a;
}
#cuerpo #dw .row .col-lg-4 h2 {
  margin-top: 0;
  text-align: center;
}
#cuerpo #dw .row .col-lg-4 .block {
  padding-right: 15px;
}
#cuerpo #dw .row .col-lg-4.col-sm-6.col-xs-12:first-child {
  padding-top: 80px;
}
@media (max-width: 768px) {
  #cuerpo #dw .row .col-lg-4.col-sm-6.col-xs-12:first-child {
    padding-top: 0px;
  }
}
#cuerpo #dw .row .col-lg-4:nth-child(2) {
  border-left: solid 1px #9a9a9a;
}
#cuerpo #dw .row .col-lg-4:nth-child(2) .block:first-child {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #9a9a9a;
}
@media (max-width: 768px) {
  #cuerpo #dw .row .col-lg-4:nth-child(2) .block:first-child {
    border: none;
    padding: 0;
    margin: 0;
  }
}
#cuerpo #dw .row .col-lg-4:nth-child(2) .block:first-child figure {
  background: url("../img/dw_1.jpg") 100% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 210px;
  width: 100%;
}
@media (max-width: 768px) {
  #cuerpo #dw .row .col-lg-4:nth-child(2) .block:first-child figure {
    min-height: 250px;
  }
}
#cuerpo #dw .row .col-lg-4:nth-child(2) .block figure {
  background: url("../img/dw_2.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 210px;
  width: 100%;
}
#cuerpo #dw .row .col-lg-4:last-child {
  border-left: solid 1px #9a9a9a;
}
#cuerpo #dw .row .col-lg-4 .block {
  margin: 0;
  padding: 0;
}
#cuerpo #dw .row .col-lg-4 .block figure {
  background: url("../img/dw_3.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 450px;
  width: 100%;
}
#cuerpo #invitados {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #9a9a9a;
}
#cuerpo #invitados .col-lg-4.col-sm-6 h2 {
  margin-top: 0;
  text-align: center;
}
#cuerpo #invitados .col-lg-4.col-sm-6:first-child figure {
  background: url("../img/trasyaloj_1.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 157px;
  width: 100%;
}
@media (max-width: 1200px) {
  #cuerpo #invitados .col-lg-4.col-sm-6:first-child figure {
    min-height: 217px;
  }
}
@media (max-width: 992px) {
  #cuerpo #invitados .col-lg-4.col-sm-6:first-child figure {
    min-height: 157px;
  }
}
@media (max-width: 768px) {
  #cuerpo #invitados .col-lg-4.col-sm-6:first-child figure {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  #cuerpo #invitados .col-lg-4.col-sm-6:first-child figure {
    min-height: 250px;
  }
}
#cuerpo #invitados .col-lg-4.col-sm-6 figure {
  background: url("../img/trasyaloj_2.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 450px;
  width: 100%;
}
#cuerpo #invitados .col-lg-4 figure {
  background: url("../img/trasyaloj_3.jpg") 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 450px;
  width: 100%;
}
@media (max-width: 1200px) {
  #cuerpo #invitados .col-lg-4 figure {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  #cuerpo #invitados .col-lg-4 figure {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  #cuerpo #invitados .col-lg-4 figure {
    min-height: 180px;
  }
}
#cuerpo #equipo {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #9a9a9a;
}
#cuerpo #equipo h2 {
  text-align: center;
}
#cuerpo #equipo .col-lg-4 .block figure {
  background: url("../img/equipo_1.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 450px;
  width: 100%;
}
#cuerpo #equipo .col-lg-4.col-md-6 .block figure {
  background: url("../img/equipo_2.jpg") 100% 10% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  #cuerpo #equipo .col-lg-4.col-md-6 .block figure {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  #cuerpo #equipo .col-lg-4.col-md-6 .block figure {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  #cuerpo #equipo .col-lg-4.col-md-6 .block figure {
    min-height: 250px;
  }
}
#cuerpo #pegfrec {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #9a9a9a;
}
#cuerpo #pegfrec .row .col-sm-8.col-xs-12 h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  #cuerpo #pegfrec .row .col-sm-8.col-xs-12 h2 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cuerpo #pegfrec .row .col-sm-8.col-xs-12 .block {
    padding: 0 15px;
  }
}
#cuerpo #pegfrec .row .col-sm-8.col-xs-12 .block h3 {
  font-size: 1em;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #cuerpo #pegfrec .row .col-sm-8.col-xs-12 .block h3 {
    text-decoration: underline;
  }
}
#cuerpo #pegfrec .row .col-sm-8.col-xs-12 .block .respuesta {
  position: relative;
  background-color: #e6e6e6;
  padding: 20px 25px 10px 25px;
  display: none;
}
#cuerpo #pegfrec .row .col-sm-8.col-xs-12 .block .respuesta:nth-child(2) {
  display: block;
}
#cuerpo #pegfrec .row .col-sm-8.col-xs-12 .block .respuesta:before {
  content: '';
  border-bottom: solid 6px #e6e6e6;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  position: absolute;
  top: -6px;
  left: 5%;
}
#cuerpo #pegfrec .row .col-sm-4.col-xs-12 figure {
  background: url("../img/pegfrec_1.jpg") 100% 0% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 450px;
  width: 100%;
}
@media (max-width: 768px) {
  #cuerpo #pegfrec .row .col-sm-4.col-xs-12 figure {
    min-height: 250px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  #cuerpo #pegfrec .row .col-sm-4.col-xs-12 figure {
    min-height: 250px;
  }
}
#cuerpo #galeria {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #9a9a9a;
}
#cuerpo #galeria .row .col-xs-12 h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  #cuerpo #galeria .row .col-xs-12 h2 {
    text-align: center;
  }
}
#cuerpo #galeria .row .col-sm-3.col-sm-3 .block {
  margin-bottom: 15px;
}
#cuerpo #galeria .row .col-sm-3.col-sm-3 .block figure {
  position: relative;
}
#cuerpo #galeria .row .col-sm-3.col-sm-3 .block figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  padding: 8px 0px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 480px) {
  #cuerpo #galeria .row .col-sm-3.col-sm-3 .block figure figcaption {
    padding: 5px 0px;
    font-size: 0.9em;
  }
}
#cuerpo #video {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #9a9a9a;
}
#cuerpo #video .row .col-md-12 h2 {
  margin-top: 0;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #cuerpo #video .row .col-md-12 h2 {
    text-align: center;
    padding: 0px;
  }
}
#cuerpo #video .row .col-sm-3.col-sm-3 .block {
  margin-bottom: 15px;
}
#cuerpo #video .row .col-sm-3.col-sm-3 .block figure {
  position: relative;
}
#cuerpo #video .row .col-sm-3.col-sm-3 .block figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  padding: 8px 0px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
#cuerpo #contacto {
  margin-bottom: 60px;
}
#cuerpo #contacto h2 {
  margin-top: 0;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #cuerpo #contacto h2 {
    text-align: center;
    padding: 0px;
    width: 100%;
  }
}
#cuerpo #contacto .col-md-4.col-xs-12 .block figure {
  background: url("../img/marinacook.jpg") 50% 0% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 200px;
  width: 200px;
}
@media (max-width: 768px) {
  #cuerpo #contacto .col-md-4.col-xs-12 .block figure {
    margin: 0 auto;
  }
}
#cuerpo #contacto .col-md-4.col-xs-12 ul {
  margin-top: 15px;
  border-left: solid 1px #9a9a9a;
  padding-left: 15px;
}
@media (max-width: 768px) {
  #cuerpo #contacto .col-md-4.col-xs-12 ul {
    width: 50%;
    margin: 10px auto;
  }
}
@media (max-width: 480px) {
  #cuerpo #contacto .col-md-4.col-xs-12 ul {
    width: 100%;
  }
}
#cuerpo #contacto .col-md-4.col-xs-12 ul .tel {
  font-family: arial;
}
#cuerpo #contacto #contact-form .controls,
#cuerpo #contacto #contact-form label {
  margin: 0;
}
#cuerpo #contacto #contact-form input {
  height: 30px;
}
#cuerpo #contacto #contact-form input,
#cuerpo #contacto #contact-form textarea {
  padding: 3px 5px;
  font-size: 1em;
  border-radius: 0;
  outline-color: transparent;
}
.wrapper-top {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 10;
}
.wrapper-top .container {
  padding-right: 30px;
}
#totop {
  width: 40px;
  display: none;
  height: 40px;
  background: #9a9a9a;
  border-radius: 50%;
  padding: 6px;
  border: solid 3px #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.4);
  box-shadow: 0 0 16px rgba(0,0,0,0.4);
}
#totop .triangulito {
  border-bottom: solid 16px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
footer {
  padding-top: 30px;
}
footer .col-sm-6.hidden-xs nav {
  padding-left: 10px;
  border-left: solid 1px #9a9a9a;
}
footer #logo {
  float: right;
}
footer #social {
  float: right;
  padding: 10px 0;
  max-width: 272px;
  width: 100%;
  display: table;
}
footer #social a {
  display: table-cell;
  text-align: right;
  padding-left: 20px;
}
footer #social a:first-child {
  text-align: left;
  padding: 0;
}
footer #derechos {
  float: right;
  padding-top: 10px;
  font-size: 0.8em;
  max-width: 272px;
  width: 100%;
}
@media (max-width: 768px) {
  footer #logo img {
    margin: 0 auto;
  }
  footer #logo,
  footer #social,
  footer #derechos {
    float: none;
    margin: 0 auto;
  }
}
.wrapper {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  height: inherit;
}
.wrapper .caption {
  position: absolute;
  top: 0;
  color: blueDark;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrapper:hover .caption {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.wrapper img {
  z-index: 1;
}
.limitar {
  max-width: 80%;
  margin: 0 auto;
}
.centrar {
  margin: 0 auto;
}
.small {
  font-size: 0.8em;
}
.big {
  font-size: 1.2em;
}
.sinmargen {
  margin: 0;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.half {
  width: 50%;
}
.third {
  width: 33.3%;
}
.right {
  float: right;
}
.left {
  float: left;
}
.fade {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child+html .clearfix {
  zoom: 1;
}
@media screen and (max-width: 768px) {
  p {
    padding: 0 15px;
  }
}
