/************************************
  @media (max-width: 1219px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 767px) {
  }
  @media (max-width: 479px) {
  }
 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 768px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1220px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-weight: 300;
  font-style: normal;
  margin-left: 0 !important;
  line-height: 24px;
  background: white;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
a {
  color: #87081b;
}
a:hover {
  color: #3f040d;
}
header {
  height: 80px;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-total-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container-large {
  max-width: 1430px;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .container-large {
    padding: 0 15px;
  }
}
.container-collapse {
  padding: 0 15px;
}
@media (max-width: 479px) {
  .container-collapse {
    padding: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial, sans-serif;
}
h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  color: #aaa;
}
h3 {
  font-size: 30px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 10;
}
header .dv-brand img,
header .dv-brand svg {
  width: 180px;
}
header .dv-brand img #dos,
header .dv-brand svg #dos {
  fill: #87081b;
}
header .dv-brand img #dosvalor,
header .dv-brand svg #dosvalor {
  fill: white;
}
@media (max-width: 767px) {
  header .dv-brand {
    width: 150px;
  }
}
@media (max-width: 479px) {
  header .dv-brand {
    width: 120px;
  }
}
header .dv-hamburger {
  position: absolute;
  right: 5px;
  top: 17px;
}
@media (max-width: 479px) {
  header .dv-hamburger {
    left: 5px;
    text-align: right;
  }
}
.dv-slideshow li:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  content: '';
  z-index: 1;
}
.dv-slideshow li .dv-info-slide {
  z-index: 20;
}
@media (max-width: 1219px) {
  .dv-slideshow li .dv-info-slide img {
    width: 100px;
  }
}
@media (max-width: 479px) {
  .dv-slideshow li .dv-info-slide img {
    width: 80px;
  }
}
.dv-slideshow li .dv-info-slide i {
  position: relative;
  top: -2px;
}
.dv-slideshow li .dv-info-slide i img,
.dv-slideshow li .dv-info-slide i svg {
  width: 35px!important;
}
.dv-slideshow li .dv-info-slide i img *,
.dv-slideshow li .dv-info-slide i svg * {
  fill: #fff;
  width: 35px!important;
}
.dv-slideshow li .dv-info-slide h3 {
  color: white;
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 400!important;
}
@media (max-width: 1219px) {
  .dv-slideshow li .dv-info-slide h3 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .dv-slideshow li .dv-info-slide h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.dv-slideshow li .dv-info-slide h1 {
  color: white;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 100;
  font-size: 74px;
  line-height: 65px;
  padding: 0;
  margin: 30px 0;
}
.dv-slideshow li .dv-info-slide h1 span {
  font-size: 55px;
  line-height: 50px;
}
@media (max-width: 1219px) {
  .dv-slideshow li .dv-info-slide h1 {
    font-size: 66px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .dv-slideshow li .dv-info-slide h1 {
    font-size: 55px;
    line-height: 50px;
    margin: 20px 0;
  }
  .dv-slideshow li .dv-info-slide h1 span {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 479px) {
  .dv-slideshow li .dv-info-slide h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .dv-slideshow li .dv-info-slide h1 span {
    font-size: 30px;
    line-height: 25px;
  }
}
a.dv-button {
  border-radius: 2px;
  height: 55px;
  display: inline-block;
  padding: 0 50px;
  text-align: center;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  background: #ddd;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 479px) {
  a.dv-button {
    display: block;
    padding: 0 20px;
  }
}
a.dv-button:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
a.dv-button.dv-burdeos {
  background: #87081b;
  color: #fff;
}
a.dv-button.dv-grey {
  background: #444;
  color: white;
}
a.dv-button.dv-button-large {
  height: 65px;
  line-height: 65px;
}
.dv-slidenav-next {
  right: 20px;
}
.dv-slidenav-prev {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.dv-nav-dropdown {
  background: rgba(135, 8, 27, 0.8) !important;
  color: white;
  width: 300px !important;
  font-size: 20px;
  padding: 30px;
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 479px) {
  .dv-nav-dropdown {
    /* min-width: 300px; */
    position: inherit;
    right: 0 !important;
    left: 0 !important;
    width: auto !important;
    background: rgba(135, 8, 27, 0.9) !important;
  }
}
.dv-nav-dropdown li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 479px) {
  .dv-nav-dropdown li {
    text-align: center;
  }
}
.dv-nav-dropdown li:last-child {
  border-bottom: none;
}
.dv-nav-dropdown li a {
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dv-nav-dropdown li a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.dv-section {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .dv-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .dv-section h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .dv-section h2 {
    font-size: 27px;
    line-height: 27px;
  }
}
.dv-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 960px) {
  .dv-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.uk-heading-line {
  overflow: hidden;
}
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}
.uk-heading-line > :before {
  right: 100%;
  margin-right: .6em;
}
.uk-heading-line > :after {
  left: 100%;
  margin-left: .6em;
}
.uk-heading-line > :after,
.uk-heading-line > :before {
  content: "";
  position: absolute;
  top: calc(49.5%);
  width: 2000px;
  border-bottom: 1px solid #E5E5E7;
}
.dv-block {
  text-align: left;
}
.dv-block h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #87081b;
}
.dv-block h2.uk-contrast {
  color: white;
}
@media (max-width: 767px) {
  .dv-block h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.dv-block h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
  color: #999;
}
@media (max-width: 767px) {
  .dv-block h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
.dv-block h3.uk-contrast {
  color: white;
}
.dv-block h3 em {
  color: #444;
}
@media (max-width: 767px) {
  .dv-block {
    text-align: center;
  }
}
.dv-block .dv-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .dv-block .dv-right {
    text-align: center !important;
  }
}
.dv-parallax {
  background-image: url('../img/slideshow-2.jpg');
  height: 600px;
  position: relative;
  background-attachment: fixed;
}
.dv-parallax:before {
  position: absolute;
  content: '';
  background: rgba(135, 8, 27, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.dv-bg-gray {
  background-color: #f6f6f6;
  margin: 100px 0 50px 0;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .dv-bg-gray {
    margin-top: 50px;
  }
}
.dv-overlay {
  background: rgba(135, 8, 27, 0.7);
}
.dv-overlay h3 {
  color: white;
  font-weight: 300;
}
.dv-overlay .uk-icon-button {
  background: rgba(0, 0, 0, 0.4);
  color: white;
}
.dv-overlay img,
.dv-overlay svg {
  width: 130px;
}
.dv-overlay img *,
.dv-overlay svg * {
  fill: white;
}
strong {
  font-weight: 300;
  color: #87081b;
}
footer a {
  color: #87081b;
}
footer a:hover {
  color: #87081b !important;
}
footer .dv-copyright {
  padding: 0 10px;
  margin-bottom: 20px;
  color: #999;
}
.dv-sticky {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dv-sticky .dv-brand img,
.dv-sticky .dv-brand svg {
  width: 150px;
}
.dv-sticky .dv-brand img #dos,
.dv-sticky .dv-brand svg #dos {
  fill: #87081b;
}
.dv-sticky .dv-brand img #dosvalor,
.dv-sticky .dv-brand svg #dosvalor {
  fill: black;
}
footer img,
footer svg {
  width: 150px;
}
footer img #dos,
footer svg #dos {
  fill: #87081b;
}
footer img #dosvalor,
footer svg #dosvalor {
  fill: black;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input.dv-checkbox:before {
  color: #87081b !important;
}
@media (max-width: 767px) {
  .dv-subnav-footer {
    display: block !important;
    width: 70%;
  }
  .dv-subnav-footer li {
    display: block !important;
    float: none !important;
    border-bottom: 1px solid #eee;
  }
  .dv-subnav-footer li:last-child {
    border-bottom: none;
  }
  .dv-subnav-footer li:before {
    /* margin: 0!important; */
    border: none !important;
  }
}
.dv-modal {
  background: rgba(0, 0, 0, 0.05);
}
.dv-modal > div {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
@media (max-width: 767px) {
  .dv-modal > div {
    padding: 30px 20px;
  }
}
.dv-modal > div h2 {
  color: #222;
}
.dv-modal > div .dv-legal h3 {
  color: #87081b;
  font-weight: 300;
  font-size: 18px;
}
.dv-img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.dv-list i {
  color: #87081b;
}
label.error {
  font-size: 12px;
  color: #C00;
}
.uk-form input[type=text].error,
.uk-form input[type=text].error:focus,
.uk-form textarea.erro,
.uk-form textarea.error:focus {
  border-color: #C00;
}
.dv-map {
  height: 450px;
  margin-bottom: 30px;
}
img.dv-concello {
  padding: 3px;
  background-color: white;
  margin-top: 5px;
  display: block;
  width: 240px;
  position: relative;
  text-align: center;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
img.dv-concello:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
img.modal-concello {
  padding: 10px;
  background-color: white;
}
.dv-small {
  font-size: 13px;
}
@media (max-width: 959px) {
  .dv-small {
    text-align: center!important;
    margin-top: 10px;
  }
  .dv-small span {
    display: block;
    text-align: center;
  }
  .dv-small a {
    display: inline-block;
    text-align: center;
  }
}
a.dv-cv {
  border-radius: 50px;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  color: white;
  margin-left: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
a.dv-cv i {
  display: inline-block;
  margin-right: 5px;
}
a.dv-cv:hover {
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */