@font-face {
  font-family: Heron;
  src: url(../fonts/HeronSansCond-SemiBold.otf); }
/*variables*/
/*fuentes*/
/* Mixin */
@font-face {
  font-family: Avenir;
  src: url(../fonts/AvenirNextLTPro-Bold.otf); }
/*extends*/
ul, li, h1, h2, h3, h4, h5, a, ol {
  padding: 0;
  margin: 0; }

img {
  width: 100%;
  height: auto; }

body, html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth; }

/*Scrollbar colores */
/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #111111; }

/* Handle */
::-webkit-scrollbar-thumb {
  transition: all 0.5s;
  background: #db0300; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00923f; }

/* Preloader */
.main-preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999999999;
  background-color: #fff;
  text-align: center; }

.main-preloader .main-preloader-inner {
  position: absolute;
  top: 0;
  width: 100%; }

.main-preloader .preloader-percentage {
  color: #00923f;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  opacity: 1;
  font-weight: 300; }

.main-preloader .preloader-bar-outer {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0; }

.main-preloader .preloader-bar-outer .preloader-bar {
  position: absolute;
  width: 1%;
  height: 100%;
  background: #00923f;
  top: 0;
  left: 0;
  z-index: 1; }

.main-preloader .preloader-bar-outer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: url(../img/index/mascara.png);
  background-position: center;
  background-size: cover;
  z-index: 3; }

.main-preloader .preloader-percentage span {
  display: inline-block;
  float: center; }

#logo {
  width: 150px;
  height: auto;
  position: fixed;
  left: 20px;
  top: 15px;
  z-index: 99; }

.lang{
  position: absolute;
  z-index: 10;
  right: 100px;
  top: 20px;
}

.lang li{
  display: inline-block;
}

.lang li a{
  display: block;
  width: 40px;
}

/*arrow scroll*/
.containerArrow {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  bottom: 60px;
  z-index: 99;
  transform: translateX(-50%); }

.chevron {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite; }

.chevron:first-child {
  animation: move 3s ease-out 1s infinite; }

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite; }

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff; }

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg); }

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg); }

@keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    transform: translateY(30px); }
  67% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } }
@keyframes pulse {
  to {
    opacity: 1; } }
footer {
  max-width: 100%;
  min-height: 100px;
  display: flex;
  background: #111111;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: -1px;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0 25px; }
  footer a {
    width: 150px;
    color: #8c368b;
    display: block;
    text-align: right;
    text-decoration: none; }
    footer a:hover {
      color: #cee7f9; }

.transition-fade {
  transition: 1s;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

.anchor {
  position: relative;
  top: -100px;
  /* your offset */ }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes gdr-bandaverde {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes gdr-opacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.70; } }
.button_container {
  position: fixed;
  top: 20px;
  right: 23px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 999;
  transition: opacity .5s ease;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 2px; }
  .button_container:hover {
    opacity: 1; }
  .button_container.active {
    border: 6px solid #db0300;
    background: #db0300; }
    .button_container.active .top {
      transform: translateY(11px) translateX(0) rotate(45deg);
      background: #FFF; }
    .button_container.active .middle {
      opacity: 0;
      background: #FFF; }
    .button_container.active .bottom {
      transform: translateY(-11px) translateX(0) rotate(-45deg);
      background: #FFF; }
  .button_container span {
    background: #db0300;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 11px; }
    .button_container span:nth-of-type(3) {
      top: 22px; }

.overlay {
  position: fixed;
  background: #db0300;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  visibility: hidden;
  transition: visibility .35s, height .35s;
  overflow: hidden;
  z-index: 998;
  display: flex; }
  .overlay.open {
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: .50s; }
      .overlay.open li:nth-of-type(5) {
        animation-delay: .55s; }
      .overlay.open li:nth-of-type(6) {
        animation-delay: .60s; }
      .overlay.open li:nth-of-type(7) {
        animation-delay: .65s; }
      .overlay.open li:nth-of-type(8) {
        animation-delay: .70s; }
      .overlay.open li:nth-of-type(9) {
        animation-delay: .75s; }
  .overlay nav {
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    width: 50%;
    align-items: center;
    display: flex;
    align-items: center; }
  .overlay ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-right: 50px; }
    .overlay ul li {
      position: relative;
      opacity: 0;
      margin: 0px 0px 0px 7%; }
      .overlay ul li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
        padding: 10px 0px; }
        .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
          width: 100%; }
        .overlay ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 10%;
          height: 1px;
          background: #FFF;
          transition: .35s; }
  .overlay #video-menu {
    width: 50%;
    overflow: hidden;
    position: relative; }
    .overlay #video-menu #newlogo {
      position: absolute;
      bottom: 2%;
      right: 3%;
      width: 100px;
      height: auto;
      z-index: 999999; }
    .overlay #video-menu video {
      min-width: 100%;
      min-height: 100%; }

#newlogo {
  position: absolute;
  bottom: 2%;
  right: 20px;
  width: 75px;
  height: auto;
  z-index: 99; }

.master-wrap {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%; }

.pagewrap {
  height: 100%; }

.pageblock {
  width: 100%; }

.pagewrap .fb-like {
  position: fixed;
  left: 30px;
  top: 75px;
  z-index: 100; }

.pagewrap .githubbuttons {
  position: fixed;
  left: 220px;
  top: 75px;
  z-index: 100; }

.pagewrap .copy {
  font-size: 10px;
  bottom: 20px;
  left: 30px;
  z-index: 100;
  position: absolute;
  color: white; }

.pagewrap .copy a, .pagewrap .copy a:hover {
  color: white; }

.pageblock#fullscreen {
  height: 100%;
  background: none;
  color: white; }

.pageblock#fullscreen h1 {
  color: white;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900; }

.pageblock#fullscreen .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.pageblock#fullscreen .slider .slide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  position: absolute; }

.pageblock#fullscreen .slider .slide .slidecontent {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center; }

.pageblock#fullscreen .slider .slide .slidecontent h1 {
  font-weight: 900;
  font-size: 2.5rem;
  margin: 0% 0 30px 6%;
  padding: 0;
  line-height: 2.7rem;
  text-align: left;
  text-shadow: 3px 3px 5px #000;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#slide03-titulo02 {
  display: none; }

.pageblock#fullscreen .slider .slide .slidecontent .headersur {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 10%;
  bottom: 0px;
  text-align: left;
  text-transform: uppercase;
  z-index: 999; }

.pageblock#fullscreen .slider .slide .slidecontent .button {
  padding: 10px 25px;
  border: 3px solid white;
  text-transform: uppercase;
  background: transparent;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 1px;
  margin: 20px 0;
  line-height: 20px; }

.pageblock#fullscreen .slider .slide .slidecontent .button a, .pageblock#fullscreen .slider .slide .slidecontent .button a:hover {
  text-decoration: none !important;
  color: white; }

.pageblock#fullscreen .slider .slide .slidecontent .button:hover {
  background: rgba(0, 0, 0, 0.3); }

.pageblock#fullscreen .slider .slide .slidecontent .text {
  width: 900px;
  margin: 0 auto;
  line-height: 28px; }

.pageblock#fullscreen .slider .slide .slidecontent .text a {
  color: white;
  text-decoration: underline; }

.pageblock#fullscreen .slider .slide .slidecontent .text a:hover {
  text-decoration: none; }

.pageblock#fullscreen .slider .slide .slidecontent .text xmp {
  font-size: 13px;
  text-align: left;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 15px; }

.pageblock#fullscreen #slideposition {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 500;
  transform: translateX(-50%); }

.pageblock#fullscreen #slideposition ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pageblock#fullscreen #slideposition ul li.indicator {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #222;
  margin: 0px 7px;
  padding: 0;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer; }

.pageblock#fullscreen #slideposition ul li.indicator.active {
  background: white; }

.master-wrap #sec h1 {
  margin-top: 30% !important; }

.master-wrap #thirth h1 {
  margin-top: -20% !important; }

.master-wrap #fourth h1 {
  margin-top: 15% !important; }

#master_nosotros02 {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_nosotros02 #cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -10px;
    background: url(../img/nosotros/nosotrosVideo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_nosotros02 #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_nosotros02 #cabecera video {
      width: 100%;
      height: 100%; }
  #master_nosotros02 > #bloque_01 {
    width: 100%;
    min-height: 880px;
    background: url(../img/nosotros/back01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%); }
    #master_nosotros02 > #bloque_01 > .left50 {
      max-width: 600px;
      float: left;
      height: auto; }
      #master_nosotros02 > #bloque_01 > .left50 > .left {
        max-width: 500px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-left: 100px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_nosotros02 > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_nosotros02 > #bloque_01 > .left50 > .left h1 {
          font-size: 4rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          /*text-shadow:5px 2px 0px #000;*/ }
        #master_nosotros02 > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_nosotros02 > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_nosotros02 > #bloque_02 {
    width: 100%;
    min-height: 850px;
    display: flex;
    background: #fff; }
    #master_nosotros02 > #bloque_02 .left {
      width: 50%;
      background: url(../img/nosotros/back02.jpg);
      background-size: cover;
      background-position: center bottom;
      margin-top: -75px; }
    #master_nosotros02 > #bloque_02 .right {
      width: 50%;
      height: auto; }
      #master_nosotros02 > #bloque_02 .right div {
        max-width: 550px;
        min-height: 20%;
        display: block; }
      #master_nosotros02 > #bloque_02 .right #primer_sticky {
        padding: 40px 50px 30px 0px;
        min-height: 45px; }
        #master_nosotros02 > #bloque_02 .right #primer_sticky p {
          margin-left: 30px;
          border-left: 3px solid #db0300;
          padding-left: 20px; }
          #master_nosotros02 > #bloque_02 .right #primer_sticky p span {
            font-weight: 700; }
  #master_nosotros02 > #bloque_03 {
    width: 100%;
    height: 850px;
    background: url(../img/nosotros/back03.jpg);
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -75px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%); }
    #master_nosotros02 > #bloque_03 .right {
      max-width: 430px;
      height: auto;
      background: #111111;
      color: #fff;
      margin-top: -1.5%;
      margin-right: 7%;
      -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
      clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); }
      #master_nosotros02 > #bloque_03 .right p {
        padding: 0px 1.7rem 2rem 2rem; }
      #master_nosotros02 > #bloque_03 .right #linea {
        width: 30%;
        height: 3px;
        display: block;
        background: #00923f;
        margin: 45px 0px 0px 0px; }
  #master_nosotros02 > #bloque_04 {
    width: 100%;
    min-height: 500px;
    display: flex;
    background: #fff; }
    #master_nosotros02 > #bloque_04 .right {
      width: 50%;
      background: url(../img/nosotros/back04.jpg);
      background-size: cover;
      background-position: right center;
      margin-top: -130px;
      -webkit-clip-path: polygon(0 8.9%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 9.5%, 100% 0%, 100% 100%, 0% 100%); }
    #master_nosotros02 > #bloque_04 .left {
      width: 50%;
      height: auto;
      display: flex;
      justify-content: flex-end; }
      #master_nosotros02 > #bloque_04 .left div {
        max-width: 500px;
        display: flex;
        align-items: center; }
      #master_nosotros02 > #bloque_04 .left #primer_sticky {
        padding: 40px 50px 30px 0px;
        height: auto; }
        #master_nosotros02 > #bloque_04 .left #primer_sticky p {
          margin-left: 30px;
          border-right: 3px solid #db0300;
          padding-right: 20px;
          text-align: justify;
          text-justify: inter-character; }
          #master_nosotros02 > #bloque_04 .left #primer_sticky p span {
            font-weight: 700; }
  #master_nosotros02 .sticky {
    position: fixed;
    top: 0;
    max-width: 550px !important;
    height: auto; }
  #master_nosotros02 .sticky + #bloque_02 .right {
    padding-top: 100px; }

/*Fin master*/
/*
@media screen and (max-width: 1400px) {
    
    #master_nosotros02{
    
        #cabecera{

            #logo_GDR{
                top:35%;
            }
        }
    }
}*/
#master_amarre {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_amarre #cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -10px;
    background: url(../img/amarre/amarreVideo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    /*&::before{
        content:'GDR';
        width:100%;
        font-family: "Avenir";
        font-size:10rem;
        display:flex;
        z-index:1;
        margin-right:-500px;
        color:#fff;
        justify-content: center;
        align-items: center;
        margin-bottom:-20%;
        z-index:999999999;
    }
    */ }
    #master_amarre #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_amarre #cabecera video {
      width: 100%;
      height: 100%; }
  #master_amarre > #bloque_01 {
    width: 100%;
    min-height: 880px;
    background: url(../img/amarre/back01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    z-index: 9; }
    #master_amarre > #bloque_01 > .left50 {
      max-width: 600px;
      float: right;
      height: auto; }
      #master_amarre > #bloque_01 > .left50 > .left {
        max-width: 500px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-right: 90px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_amarre > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_amarre > #bloque_01 > .left50 > .left h1 {
          font-size: 4rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          /*text-shadow:5px 2px 0px #000;*/ }
          #master_amarre > #bloque_01 > .left50 > .left h1 span {
            margin-top: 60px;
            display: block; }
        #master_amarre > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_amarre > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_amarre > #bloque_02 {
    width: 100%;
    min-height: 550px;
    display: flex;
    background: #fff; }
    #master_amarre > #bloque_02 .left {
      width: 60%;
      background: url(../img/amarre/back02.jpg);
      background-size: cover;
      background-position-x: center;
      margin-top: -85px; }
    #master_amarre > #bloque_02 .right {
      width: 40%;
      height: auto;
      display: flex;
      align-items: center;
      margin-top: -50px; }
      #master_amarre > #bloque_02 .right #primer_sticky {
        max-width: 450px;
        height: auto;
        border: 15px solid #fff;
        /*padding:20px 0 15px 20px;*/
        margin-left: -20%;
        margin-top: -35px;
        line-height: 0;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #master_amarre > #bloque_02 .right #primer_sticky video {
          width: 100%;
          height: auto; }
        #master_amarre > #bloque_02 .right #primer_sticky:hover {
          max-width: 650px; }
  #master_amarre > #bloque_03 {
    width: 100%;
    height: 700px;
    background: url(../img/amarre/back03.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -75px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
    #master_amarre > #bloque_03 .right {
      max-width: 430px;
      height: auto;
      background: #111111;
      color: #fff;
      margin-top: -1.5%;
      margin-right: 4%;
      -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
      clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); }
      #master_amarre > #bloque_03 .right p {
        padding: 0px 1.7rem 2rem 2rem; }
      #master_amarre > #bloque_03 .right #linea {
        width: 30%;
        height: 3px;
        display: block;
        background: #00923f;
        margin: 45px 0px 0px 0px; }
  #master_amarre .sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    overflow: hidden; }
  #master_amarre .sticky + #bloque_02 .right {
    padding-top: 100px; }

/*Fin master*/

/** master Politica **/

#master_politica {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_politica #cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -10px;
    background: url(../img/amarre/amarreVideo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    /*&::before{
        content:'GDR';
        width:100%;
        font-family: "Avenir";
        font-size:10rem;
        display:flex;
        z-index:1;
        margin-right:-500px;
        color:#fff;
        justify-content: center;
        align-items: center;
        margin-bottom:-20%;
        z-index:999999999;
    }
    */ }
    #master_politica #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_politica #cabecera video {
      width: 100%;
      height: 100%; }
  #master_politica > #bloque_01 {
    width: 100%;
    min-height: 880px;
    background: url(../img/amarre/back01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    z-index: 9; }
    #master_politica > #bloque_01 > .left50 {
      max-width: 600px;
      float: right;
      height: auto; }
      #master_politica > #bloque_01 > .left50 > .left {
        max-width: 500px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-right: 90px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_politica > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_politica > #bloque_01 > .left50 > .left h1 {
          font-size: 4rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          /*text-shadow:5px 2px 0px #000;*/ }
          #master_politica > #bloque_01 > .left50 > .left h1 span {
            margin-top: 60px;
            display: block; }
        #master_politica > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_politica > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_politica > #bloque_02 {
    width: 100%;
    min-height: 550px;
    display: flex;
    background: #fff; }
    #master_politica > #bloque_02 .left {
      width: 60%;
      background: url(../img/amarre/back02.jpg);
      background-size: cover;
      background-position-x: center;
      margin-top: -85px; }
    #master_politica > #bloque_02 .right {
      width: 40%;
      height: auto;
      display: flex;
      align-items: center;
      margin-top: -50px; }
      #master_politica > #bloque_02 .right #primer_sticky {
        max-width: 450px;
        height: auto;
        border: 15px solid #fff;
        /*padding:20px 0 15px 20px;*/
        margin-left: -20%;
        margin-top: -35px;
        line-height: 0;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #master_politica > #bloque_02 .right #primer_sticky video {
          width: 100%;
          height: auto; }
        #master_politica > #bloque_02 .right #primer_sticky:hover {
          max-width: 650px; }
  #master_politica > #bloque_03 {
    width: 100%;
    height: 700px;
    background: url(../img/amarre/back03.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -75px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
    #master_politica > #bloque_03 .right {
      max-width: 430px;
      height: auto;
      background: #111111;
      color: #fff;
      margin-top: -1.5%;
      margin-right: 4%;
      -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
      clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); }
      #master_politica > #bloque_03 .right p {
        padding: 0px 1.7rem 2rem 2rem; }
      #master_politica > #bloque_03 .right #linea {
        width: 30%;
        height: 3px;
        display: block;
        background: #00923f;
        margin: 45px 0px 0px 0px; }
  #master_politica .sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    overflow: hidden; }
  #master_politica .sticky + #bloque_02 .right {
    padding-top: 100px; }


/*
@media screen and (max-width: 1400px) {
    
    #master_nosotros02{
    
        #cabecera{

            #logo_GDR{
                top:35%;
            }
        }
    }
}*/
#master_traslado {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_traslado #cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -7px;
    background: url(../img/traslado/trasladoVideo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_traslado #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_traslado #cabecera video {
      width: 100%;
      height: 100%; }
  #master_traslado > #bloque_01 {
    width: 100%;
    min-height: 900px;
    background: url(../img/traslado/back02.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%); }
    #master_traslado > #bloque_01 > .left50 {
      max-width: 600px;
      float: right;
      height: auto; }
      #master_traslado > #bloque_01 > .left50 > .left {
        max-width: 500px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-right: 90px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_traslado > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_traslado > #bloque_01 > .left50 > .left h1 {
          font-size: 4rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          /*text-shadow:5px 2px 0px #000;*/ }
          #master_traslado > #bloque_01 > .left50 > .left h1 span {
            margin-top: 50px;
            display: block;
            font-size: 0.74em; }
        #master_traslado > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_traslado > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_traslado > #bloque_02 {
    width: 100%;
    min-height: 650px;
    display: flex;
    background: #fff; }
    #master_traslado > #bloque_02 .left {
      width: 60%;
      background: url(../img/traslado/back03.jpg);
      background-size: cover;
      background-position-x: center;
      margin-top: -75px; }
    #master_traslado > #bloque_02 .right {
      width: 50%;
      height: auto; }
      #master_traslado > #bloque_02 .right div {
        max-width: 100%;
        min-height: 20%;
        display: block; }
      #master_traslado > #bloque_02 .right #primer_sticky {
        padding: 40px 40px 30px 0px;
        min-height: 45px;
        margin-top: -75px; }
        #master_traslado > #bloque_02 .right #primer_sticky p {
          margin-left: 30px;
          border-left: 3px solid #db0300;
          padding-left: 20px;
          float: right;
          max-width: 350px; }
          #master_traslado > #bloque_02 .right #primer_sticky p span {
            font-weight: 700; }
  #master_traslado > #bloque_03 {
    width: 100%;
    height: 850px;
    background: url(../img/traslado/back04.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -128px;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%); }
    #master_traslado > #bloque_03 .right {
      max-width: 430px;
      height: auto;
      background: #111111;
      color: #fff;
      margin-top: -1.5%;
      margin-right: 4%;
      -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
      clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); }
      #master_traslado > #bloque_03 .right p {
        padding: 0px 1.7rem 2rem 2rem; }
      #master_traslado > #bloque_03 .right #linea {
        width: 30%;
        height: 3px;
        display: block;
        background: #00923f;
        margin: 45px 0px 0px 0px; }
  #master_traslado > #bloque_04 {
    width: 100%;
    height: 850px;
    background: url(../img/traslado/back05.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment:fixed;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -130px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
  #master_traslado .sticky {
    max-width: 550px !important;
    width: 100% !important;
    position: fixed;
    top: 40px;
    height: auto;
    padding-left: 30px !important; }
  #master_traslado > #bloque_extra {
    width: 100%;
    height: 850px;
    background: url(../img/traslado/back01.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -161px;
    -webkit-clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 85%); }

/*Fin master*/
/*
@media screen and (max-width: 1400px) {
    
    #master_nosotros02{
    
        #cabecera{

            #logo_GDR{
                top:35%;
            }
        }
    }
}*/
#master_transporte {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_transporte #cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -7px;
    background: url(../img/transporte/transporteVideo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_transporte #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_transporte #cabecera video {
      width: 100%;
      height: 100%; }
  #master_transporte > #bloque_01 {
    width: 100%;
    min-height: 880px;
    background: url(../img/transporte/back01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%); }
    #master_transporte > #bloque_01 > .left50 {
      max-width: 600px;
      float: left;
      height: auto; }
      #master_transporte > #bloque_01 > .left50 > .left {
        max-width: 500px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-left: 90px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_transporte > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_transporte > #bloque_01 > .left50 > .left h1 {
          font-size: 3.5rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          padding-right: 35px; }
          #master_transporte > #bloque_01 > .left50 > .left h1 span {
            margin-top: 50px;
            display: block;
            font-size: 0.79em; }
        #master_transporte > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_transporte > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_transporte > #bloque_02 {
    width: 100%;
    min-height: 700px;
    display: grid;
    grid-template-columns: auto 30% 30%;
    background: #fff;
    margin-top: -20px; }
    #master_transporte > #bloque_02 .b2_left {
      background: url(../img/transporte/back02.jpg);
      background-size: cover;
      background-position-x: center;
      margin-top: -75px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
    #master_transporte > #bloque_02 .b2_right {
      background: url(../img/transporte/back03.jpg);
      background-size: cover;
      background-position-x: center;
      margin-top: -75px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
    #master_transporte > #bloque_02 .b2_center {
      height: auto; }
      #master_transporte > #bloque_02 .b2_center div {
        max-width: 100%;
        min-height: 20%;
        display: flex;
        justify-content: center; }
      #master_transporte > #bloque_02 .b2_center #second_sticky {
        padding: 30px;
        min-height: 45px;
        margin-top: 20%; }
        #master_transporte > #bloque_02 .b2_center #second_sticky p {
          border-left: 3px solid #db0300;
          padding-left: 20px;
          max-width: 350px; }
          #master_transporte > #bloque_02 .b2_center #second_sticky p span {
            font-weight: 700; }
  #master_transporte > #bloque_03 {
    width: 100%;
    height: 850px;
    background: url(../img/transporte/back04.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -131px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
    #master_transporte > #bloque_03 .right {
      max-width: 430px;
      height: auto;
      background: #111111;
      color: #fff;
      margin-top: -1.5%;
      margin-right: 4%;
      -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
      clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); }
      #master_transporte > #bloque_03 .right p {
        padding: 0px 1.7rem 2rem 2rem; }
      #master_transporte > #bloque_03 .right #linea {
        width: 30%;
        height: 3px;
        display: block;
        background: #00923f;
        margin: 45px 0px 0px 0px; }
  #master_transporte > #bloque_04 {
    width: 100%;
    height: 850px;
    background: url(../img/transporte/back05.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment:fixed;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -125px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }

/*Fin master*/
/*
@media screen and (max-width: 1400px) {
    
    #master_nosotros02{
    
        #cabecera{

            #logo_GDR{
                top:35%;
            }
        }
    }
}*/
#master_seguridad {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_seguridad #cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -10px;
    background: url(../img/seguridad/seguridadVideo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_seguridad #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_seguridad #cabecera video {
      width: 100%;
      height: 100%; }
  #master_seguridad > #bloque_01 {
    width: 100%;
    min-height: 880px;
    background: url(../img/seguridad/back01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%); }
    #master_seguridad > #bloque_01 > .left50 {
      max-width: 600px;
      float: left;
      height: auto; }
      #master_seguridad > #bloque_01 > .left50 > .left {
        max-width: 500px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-left: 90px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_seguridad > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_seguridad > #bloque_01 > .left50 > .left h1 {
          font-size: 3.5rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          padding-right: 35px; }
          #master_seguridad > #bloque_01 > .left50 > .left h1 span {
            margin-top: 50px;
            display: block;
            font-size: 0.79em; }
        #master_seguridad > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_seguridad > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_seguridad > #bloque_02 {
    width: 100%;
    min-height: 650px;
    display: grid;
    grid-template-columns: auto 32% 32%;
    background: #fff;
    margin-top: -40px; }
    #master_seguridad > #bloque_02 .b2_left {
      background: url(../img/seguridad/back02.jpg);
      background-size: cover;
      background-position: center;
      margin-top: -75px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
    #master_seguridad > #bloque_02 .b2_right {
      background: url(../img/seguridad/back03.jpg);
      background-size: cover;
      background-position: left center;
      margin-top: -75px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
    #master_seguridad > #bloque_02 .b2_center {
      height: auto;
      display: flex;
      align-items: center; }
      #master_seguridad > #bloque_02 .b2_center div {
        width: 100%;
        min-height: 20%;
        display: flex;
        justify-content: flex-end; }
      #master_seguridad > #bloque_02 .b2_center #second_sticky {
        padding: 30px;
        min-height: 45px; }
        #master_seguridad > #bloque_02 .b2_center #second_sticky p {
          border-left: 3px solid #db0300;
          padding-left: 20px;
          max-width: 350px; }
          #master_seguridad > #bloque_02 .b2_center #second_sticky p span {
            font-weight: 700; }
  #master_seguridad > #bloque_03 {
    width: 100%;
    height: 800px;
    background: url(../img/seguridad/back06.jpg);
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -80px;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%); }
    #master_seguridad > #bloque_03 .right {
      max-width: 430px;
      height: auto;
      background: #111111;
      color: #fff;
      margin-top: -1.5%;
      margin-right: 4%;
      -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
      clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); }
      #master_seguridad > #bloque_03 .right p {
        padding: 0px 1.7rem 2rem 2rem; }
      #master_seguridad > #bloque_03 .right #linea {
        width: 30%;
        height: 3px;
        display: block;
        background: #00923f;
        margin: 45px 0px 0px 0px; }
  #master_seguridad > #bloque_02b {
    width: 100%;
    min-height: 650px;
    display: grid;
    grid-template-columns: 32% 32% auto;
    background: #fff;
    margin-top: -40px; }
    #master_seguridad > #bloque_02b .b2_left {
      background: url(../img/seguridad/back04.jpg);
      background-size: cover;
      background-position: center;
      margin-top: -75px;
      -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
    #master_seguridad > #bloque_02b .b2_right {
      background: url(../img/seguridad/back05.jpg);
      background-size: cover;
      background-position: left center;
      margin-top: -75px;
      -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
    #master_seguridad > #bloque_02b .b2_center {
      height: auto;
      display: flex;
      align-items: center; }
      #master_seguridad > #bloque_02b .b2_center div {
        width: 100%;
        min-height: 20%; }
      #master_seguridad > #bloque_02b .b2_center #primer_sticky {
        padding: 30px;
        min-height: 45px;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #master_seguridad > #bloque_02b .b2_center #primer_sticky p {
          border-left: 3px solid #db0300;
          padding-left: 20px;
          max-width: 350px; }
          #master_seguridad > #bloque_02b .b2_center #primer_sticky p span {
            font-weight: 700; }
  #master_seguridad > #bloque_04 {
    width: 100%;
    height: 850px;
    background: url(../img/seguridad/back07.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -105px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
  #master_seguridad > #bloque_05 {
    width: 100%;
    height: 850px;
    background: url(../img/seguridad/back08.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment:fixed;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -123px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
  #master_seguridad .sticky {
    position: fixed;
    top: 0;
    max-width: 550px !important;
    height: auto;
    z-index: 99;
    color: #fff !important;
    margin-top: 30% !important;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #111111 !important; }
    #master_seguridad .sticky p {
      border-left: 3px solid #00923f !important; }
  #master_seguridad .sticky + #bloque_02 .right {
    padding-top: 200px; }

/*Fin master*/
/*
@media screen and (max-width: 1400px) {
    
    #master_nosotros02{
    
        #cabecera{

            #logo_GDR{
                top:35%;
            }
        }
    }
}*/
#master_servicios {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111;
    /*
    &> #bloque_04{
        width:100%;
        height:850px;
        background: url(../img/transporte/back05.jpg);
        background-position:center;
        background-size:cover;
        display:flex;
        align-items:center;
        justify-content:flex-end;
        margin-top:-125px;
        
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    }
*/ }
  #master_servicios #cabecera {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(../img/servicios/back01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_servicios #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_servicios #cabecera video {
      width: 100%;
      height: 100%; }
  #master_servicios > #bloque_01 {
    width: 100%;
    min-height: 880px;
    background: url(../img/servicios/back02.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%); }
    #master_servicios > #bloque_01 > .left50 {
      max-width: 600px;
      float: left;
      height: auto; }
      #master_servicios > #bloque_01 > .left50 > .left {
        max-width: 500px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-left: 90px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_servicios > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_servicios > #bloque_01 > .left50 > .left h1 {
          font-size: 3.5rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          padding-right: 35px; }
          #master_servicios > #bloque_01 > .left50 > .left h1 span {
            margin-top: 50px;
            display: block; }
        #master_servicios > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_servicios > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_servicios > #bloque_02 {
    width: 100%;
    min-height: 700px;
    display: grid;
    grid-template-columns: auto 30% 30%;
    background: #fff;
    margin-top: -20px; }
    #master_servicios > #bloque_02 .b2_left {
      background: url(../img/servicios/back03.jpg);
      background-size: cover;
      background-position: right center;
      margin-top: -75px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
    #master_servicios > #bloque_02 .b2_right {
      background: url(../img/servicios/back04.jpg);
      background-size: cover;
      background-position: left center;
      margin-top: -75px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
    #master_servicios > #bloque_02 .b2_center {
      height: auto; }
      #master_servicios > #bloque_02 .b2_center div {
        max-width: 100%;
        min-height: 20%;
        display: flex;
        justify-content: center; }
      #master_servicios > #bloque_02 .b2_center #second_sticky {
        padding: 30px;
        min-height: 45px;
        margin-top: 20%; }
        #master_servicios > #bloque_02 .b2_center #second_sticky p {
          border-left: 3px solid #db0300;
          padding-left: 20px;
          max-width: 366px; }
          #master_servicios > #bloque_02 .b2_center #second_sticky p span {
            font-weight: 700; }
  #master_servicios > #bloque_03 {
    width: 100%;
    height: 850px;
    background: url(../img/servicios/back05.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -131px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
    #master_servicios > #bloque_03 .right {
      max-width: 430px;
      height: auto;
      background: #111111;
      color: #fff;
      margin-top: -1.5%;
      margin-right: 4%;
      -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
      clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); }
      #master_servicios > #bloque_03 .right p {
        padding: 0px 1.7rem 2rem 2rem; }
      #master_servicios > #bloque_03 .right #linea {
        width: 30%;
        height: 3px;
        display: block;
        background: #00923f;
        margin: 45px 0px 0px 0px; }

/*Fin master*/
/*
@media screen and (max-width: 1400px) {
    
    #master_nosotros02{
    
        #cabecera{

            #logo_GDR{
                top:35%;
            }
        }
    }
}*/
#master_puerto {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_puerto #cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -10px;
    background: url(../img/nosotros/nosotrosVideo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_puerto #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_puerto #cabecera video {
      width: 100%;
      height: 100%; }
  #master_puerto > #bloque_01 {
    width: 100%;
    min-height: 880px;
    background: url(../img/puerto/back01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 9;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%); }
    #master_puerto > #bloque_01 > .left50 {
      max-width: 600px;
      float: left;
      height: auto; }
      #master_puerto > #bloque_01 > .left50 > .left {
        max-width: 500px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-left: 90px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_puerto > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_puerto > #bloque_01 > .left50 > .left h1 {
          font-size: 3.5rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          padding-right: 35px; }
          #master_puerto > #bloque_01 > .left50 > .left h1 span {
            margin-top: 50px;
            display: block; }
        #master_puerto > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_puerto > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_puerto > #bloque_02 {
    width: 100%;
    min-height: 650px;
    display: flex;
    background: #fff;
    margin-top: -40px; }
    #master_puerto > #bloque_02 .b2_left {
      width: 68%;
      background: url(../img/puerto/back02.jpg);
      background-size: cover;
      background-position: center;
      margin-top: -124px;
      -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
    #master_puerto > #bloque_02 .b2_center {
      width: 32%;
      height: auto;
      display: flex;
      align-items: center; }
      #master_puerto > #bloque_02 .b2_center div {
        width: 100%;
        min-height: 20%; }
      #master_puerto > #bloque_02 .b2_center #primer_sticky {
        padding: 30px;
        min-height: 45px;
        background: #fff;
        font-size: 0.95rem;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #master_puerto > #bloque_02 .b2_center #primer_sticky p {
          border-left: 3px solid #db0300;
          padding-left: 20px;
          max-width: 350px; }
          #master_puerto > #bloque_02 .b2_center #primer_sticky p span {
            font-weight: 700; }
  #master_puerto > #bloque_03 {
    width: 100%;
    height: 850px;
    position: relative;
    z-index: 99;
    background: url(../img/puerto/back03.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -105px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%); }
  #master_puerto > #bloque_04 {
    width: 68%;
    height: 850px;
    background: url(../img/puerto/back04.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment:fixed;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -168px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
  #master_puerto > #bloque_05 {
    width: 100%;
    height: 850px;
    position: relative;
    z-index: 99;
    background: url(../img/puerto/back05.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -123px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); }
  #master_puerto .sticky {
    position: fixed;
    top: 0;
    max-width: 550px !important;
    height: auto;
    z-index: 99;
    margin-top: 10% !important;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #master_puerto .sticky p {
      border-left: 3px solid #00923f !important; }
  #master_puerto .sticky + #bloque_02 .right {
    padding-top: 200px; }

/*Fin master*/
/*
@media screen and (max-width: 1400px) {
    
    #master_nosotros02{
    
        #cabecera{

            #logo_GDR{
                top:35%;
            }
        }
    }
}*/
#master_embarcaciones {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_embarcaciones #cabecera {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../img/embarcaciones/embarcaVideo.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_embarcaciones #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_embarcaciones #cabecera video {
      width: 100%;
      height: 100%; }
  #master_embarcaciones > #bloque_01 {
    width: 100%;
    min-height: 800px;
    background: url(../img/embarcaciones/back01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    margin-top: -7px;
    position: relative;
    z-index: 9;
    clip-path: polygon(100% 0, 100% 85%, 66% 85%, 50% 100%, 33% 85%, 0 85%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 85%, 66% 85%, 50% 100%, 33% 85%, 0 85%, 0 0); }
    #master_embarcaciones > #bloque_01 > .left50 {
      max-width: 700px;
      float: left;
      height: auto; }
      #master_embarcaciones > #bloque_01 > .left50 > .left {
        max-width: 650px;
        min-height: 75px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        margin-top: 150px;
        margin-left: 90px;
        /*-webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);*/ }
        #master_embarcaciones > #bloque_01 > .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #00923f;
          margin-top: 40px;
          /*margin-left:37px;*/ }
        #master_embarcaciones > #bloque_01 > .left50 > .left h1 {
          font-size: 3.5rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          padding-right: 35px; }
          #master_embarcaciones > #bloque_01 > .left50 > .left h1 span {
            margin-top: 50px;
            display: block; }
        #master_embarcaciones > #bloque_01 > .left50 > .left p {
          padding: 10px 40px 15px 40px; }
      #master_embarcaciones > #bloque_01 > .left50 > .right {
        width: 100%;
        height: 500px; }
  #master_embarcaciones > #bloque_02 {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(7, 55vh);
    margin-top: -120px; }
    #master_embarcaciones > #bloque_02 > div {
      overflow: hidden;
      border: none;
      box-sizing: content-box;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #master_embarcaciones > #bloque_02 > div:hover {
        border-bottom: 10px solid #db0300; }
        #master_embarcaciones > #bloque_02 > div:hover div {
          margin-top: -50px;
          margin-left: -50px;
          padding: 50px; }
      #master_embarcaciones > #bloque_02 > div > div {
        width: 100%;
        height: 100%;
        position: relative;
        /*transform: scale(1);*/
        margin-top: 0;
        margin-left: 0;
        padding: 0;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #master_embarcaciones > #bloque_02 > div > div > article {
          width: 300px;
          height: auto;
          background: #db0300;
          position: absolute;
          bottom: -90px;
          padding: 20px;
          color: #fff;
          font-size: 0.8rem;
          line-height: 1.2rem;
          -webkit-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #master_embarcaciones > #bloque_02 > div > div > article h1 {
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 1.1rem; }
          #master_embarcaciones > #bloque_02 > div > div > article p {
            margin-bottom: 0;
            opacity: 0;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -o-opacity: 0;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            #master_embarcaciones > #bloque_02 > div > div > article p:first-line {
              margin-left: -20px; }
    #master_embarcaciones > #bloque_02 > div:nth-child(even) {
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
      -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%); }
      #master_embarcaciones > #bloque_02 > div:nth-child(even) > div article {
        webkit-clip-path: polygon(0 0, 65% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 65% 0%, 100% 100%, 0% 100%);
        left: 0; }
        #master_embarcaciones > #bloque_02 > div:nth-child(even) > div article h1 {
          border-left: 3px solid #a90200;
          padding-left: 8px; }
        #master_embarcaciones > #bloque_02 > div:nth-child(even) > div article p {
          margin-left: 50px; }
      #master_embarcaciones > #bloque_02 > div:nth-child(even):hover > div article {
        bottom: 50px;
        left: 50px; }
        #master_embarcaciones > #bloque_02 > div:nth-child(even):hover > div article p {
          margin-left: 0px;
          opacity: 0;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -o-opacity: 1; }
    #master_embarcaciones > #bloque_02 > div:nth-child(odd) {
      clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
      -webkit-clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0); }
      #master_embarcaciones > #bloque_02 > div:nth-child(odd) > div article {
        webkit-clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%);
        right: 0;
        text-align: right; }
        #master_embarcaciones > #bloque_02 > div:nth-child(odd) > div article h1 {
          border-right: 3px solid #a90200;
          padding-right: 8px; }
        #master_embarcaciones > #bloque_02 > div:nth-child(odd) > div article p {
          margin-right: 50px; }
      #master_embarcaciones > #bloque_02 > div:nth-child(odd):hover > div article {
        bottom: 50px;
        right: 50px; }
        #master_embarcaciones > #bloque_02 > div:nth-child(odd):hover > div article p {
          margin-right: 0px;
          opacity: 0;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -o-opacity: 1; }
    #master_embarcaciones > #bloque_02 > div:first-child > div {
      background: url(../img/embarcaciones/nancay.jpg);
      background-position: center bottom;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(2) > div {
      background: url(../img/embarcaciones/adolfo.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(3) > div {
      background: url(../img/embarcaciones/hernan.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(5) > div {
      background: url(../img/embarcaciones/matias.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(6) > div {
      background: url(../img/embarcaciones/delfina.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(7) > div {
      background: url(../img/embarcaciones/paulina.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(8) > div {
      background: url(../img/embarcaciones/alba.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(9) > div {
      background: url(../img/embarcaciones/paz.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(10) > div {
      background: url(../img/embarcaciones/julieta.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(11) > div {
      background: url(../img/embarcaciones/marta.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(12) > div {
      background: url(../img/embarcaciones/ramona.jpg);
      background-position: center;
      background-size: cover; }
      #master_embarcaciones > #bloque_02 > div:nth-child(12) > div article {
        bottom: -70px; }
    #master_embarcaciones > #bloque_02 > div:nth-child(13) > div {
      background: url(../img/embarcaciones/viviana.jpg);
      background-position: center;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(14) > div {
      background: url(../img/embarcaciones/huayra.jpg);
      background-position: center bottom;
      background-size: cover; }
    #master_embarcaciones > #bloque_02 > div:nth-child(15) > div {
      background: url(../img/embarcaciones/kylla.jpg);
      background-position: center;
      background-size: cover; }

      #doniasofia {
        background: url(../img/embarcaciones/DonaSofiajpg);
        background-position: center;
        background-size: cover; }

        #donjuan > div {
          background: url(../img/embarcaciones/DonaSofia.jpg);
          background-position: center;
          background-size: cover; }

/*Fin master*/
#master_contacto {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #111111; }
  #master_contacto #cabecera {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(../img/contacto/back01.jpg);
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover; }
    #master_contacto #cabecera #logo_GDR {
      position: absolute;
      max-width: 600px;
      width: 600px;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #master_contacto #cabecera video {
      width: 100%;
      height: 100%; }
  #master_contacto > #bloque_maps {
    width: 100%;
    min-height: 600px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 97%, 0% 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 97%, 0% 85%); }
  #master_contacto > #bloque_01 {
    display: flex;
    margin-top: 5%;
    padding-bottom: 5rem; }
    #master_contacto > #bloque_01 .left50 {
      width: 50%; }
      #master_contacto > #bloque_01 .left50 > .left {
        max-width: 450px;
        min-height: 100px;
        background: #111111;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 700;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 0.8rem; }
        #master_contacto > #bloque_01 .left50 > .left #line {
          width: 50%;
          height: 3px;
          background: #db0300;
          margin-top: 40px;
          margin-bottom: 20px;
          /*margin-left:37px;*/ }
        #master_contacto > #bloque_01 .left50 > .left #facebook {
          margin: 20px 0 30px 40px;
          font-size: 3.5rem; }
          #master_contacto > #bloque_01 .left50 > .left #facebook a {
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            #master_contacto > #bloque_01 .left50 > .left #facebook a:hover {
              color: #db0300; }
        #master_contacto > #bloque_01 .left50 > .left h1 {
          font-size: 3.5rem;
          line-height: 0rem;
          margin-left: 32px;
          font-weight: bolder;
          padding-right: 35px;
          color: #db0300; }
          #master_contacto > #bloque_01 .left50 > .left h1 span {
            margin-top: 50px;
            display: block; }
        #master_contacto > #bloque_01 .left50 > .left p {
          padding: 10px 40px 15px 40px;
          font-weight: 500;
          line-height: 1.6rem;
          margin: 0; }
          #master_contacto > #bloque_01 .left50 > .left p span {
            font-size: 1.3em;
            color: #fff;
            font-weight: 700;
            margin-bottom: 10px; }
          #master_contacto > #bloque_01 .left50 > .left p a {
            color: #fff;
            text-decoration: none; }
    #master_contacto > #bloque_01 .right50 {
      width: 50%;
      display: flex; }
      #master_contacto > #bloque_01 .right50 > div {
        width: 80%;
        margin-left: 1rem;
        /* reglas CSS para formulario */ }
        #master_contacto > #bloque_01 .right50 > div .contacto {
          width: 100%; }
          #master_contacto > #bloque_01 .right50 > div .contacto h2 {
            color: #111111;
            margin-bottom: 10px; }
          #master_contacto > #bloque_01 .right50 > div .contacto .campo-form {
            width: 100%;
            height: 36px;
            margin-bottom: 2rem;
            padding-left: 6px;
            box-sizing: border-box;
            border-radius: 3px;
            border: 0;
            font-size: 1rem;
            border-bottom: 2px solid #db0300; }
          #master_contacto > #bloque_01 .right50 > div .contacto label span {
            color: #f00; }
          #master_contacto > #bloque_01 .right50 > div .contacto input {
            outline: none;
            -webkit-outline: none; }
          #master_contacto > #bloque_01 .right50 > div .contacto textarea {
            min-height: 150px !important;
            padding: 10px;
            margin-top: 0px;
            border-bottom: 2px solid #db0300;
            outline: none;
            -webkit-outline: none;
            font-size: 1.3rem !important; }
          #master_contacto > #bloque_01 .right50 > div .contacto .btn-form {
            width: 100%;
            border: 0;
            background: #db0300;
            height: 46px;
            line-height: 46px;
            padding: 0 20px;
            border-radius: 6px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px; }
          #master_contacto > #bloque_01 .right50 > div .contacto .btn-form:hover {
            background: #444; }

/*Fin master*/
@media screen and (max-width: 700px) {
  .button_container:hover {
    opacity: 1; }

  /* Index */
  #logo {
    width: 100px;
    top: 10px;
    left: 10px; }

  .button_container {
    top: 15px;
    right: 15px; }

  #newlogo {
    right: 15px;
    width: 50px; }

  #slide03-titulo02 {
    display: block; }

  #slide03-titulo01 {
    display: none; }

  .master-wrap #thirth h1 {
    margin-top: 20% !important; }

  .master-wrap #sec h1 {
    margin-top: 50% !important; }

  .main-preloader .preloader-bar-outer::before {
    background: url(../img/index/mascara_res.png);
    background-position: center;
    background-size: cover; }

  /* Nosotros */
  #master_nosotros02 #cabecera {
    height: 105vh;
    margin-bottom: 0;
    background: url(../img/nosotros/nosotrosVideo.jpg);
    background-position: center;
    background-size: cover; }
    #master_nosotros02 #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_nosotros02 #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%; }
  #master_nosotros02 #bloque_01 {
    min-height: 700px;
    background: url(../img/nosotros/back01_res.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 99; }
    #master_nosotros02 #bloque_01 .left50 {
      float: none; }
      #master_nosotros02 #bloque_01 .left50 > .left {
        margin: 0;
        padding-top: 40px; }
        #master_nosotros02 #bloque_01 .left50 > .left h1 {
          font-size: 2.9rem;
          text-align: center;
          margin: 0;
          position: relative !important;
          z-index: 999999 !important; }
        #master_nosotros02 #bloque_01 .left50 > .left p {
          padding: 10px 25px 15px 25px;
          font-size: 0.9em;
          line-height: 1.6em; }
  #master_nosotros02 #bloque_02 {
    display: block;
    position: relative; }
    #master_nosotros02 #bloque_02 > .left {
      width: 100%;
      min-height: 800px;
      position: absolute;
      z-index: 1;
      margin: 0;
      top: -20px;
      background: url(../img/nosotros/back02_res.jpg);
      background-size: cover;
      background-position: left bottom; }
    #master_nosotros02 #bloque_02 > .right {
      width: 100%;
      font-size: 0.9em;
      line-height: 1.5em;
      position: absolute;
      top: -20px;
      z-index: 2; }
      #master_nosotros02 #bloque_02 > .right .sticky {
        position: static; }
      #master_nosotros02 #bloque_02 > .right #primer_sticky {
        padding: 25px;
        background: #fff;
        max-width: 100%;
        width: auto !important; }
        #master_nosotros02 #bloque_02 > .right #primer_sticky p {
          border: none;
          margin: 0;
          padding: 0; }
  #master_nosotros02 #bloque_03 {
    display: block;
    position: relative;
    background: url(../img/nosotros/back03_res.jpg);
    background-position: right center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
    #master_nosotros02 #bloque_03 .right {
      max-width: 100%;
      margin: 0;
      position: absolute;
      top: -20px;
      z-index: 10;
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%); }
      #master_nosotros02 #bloque_03 .right p {
        font-size: 0.92em;
        line-height: 1.65em;
        padding: 0 25px 40px 25px; }
  #master_nosotros02 #bloque_04 {
    display: block; }
    #master_nosotros02 #bloque_04 .left {
      width: 100%; }
      #master_nosotros02 #bloque_04 .left #primer_sticky {
        padding: 0; }
        #master_nosotros02 #bloque_04 .left #primer_sticky p {
          border: none;
          padding: 25px;
          margin: 0;
          font-size: 0.9em;
          line-height: 1.6em; }
    #master_nosotros02 #bloque_04 .right {
      width: 100%;
      height: 500px;
      margin: 0;
      background: url(../img/nosotros/back04_res.jpg);
      background-position: -170px;
      background-size: cover; }

  /* Amarre */
  #master_amarre #cabecera {
    height: 105vh;
    margin-bottom: 0; }
    #master_amarre #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_amarre #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%; }
  #master_amarre #bloque_01 {
    min-height: 900px;
    background: url(../img/amarre/back01_res.jpg);
    background-size: cover;
    background-position-x: -170px; }
    #master_amarre #bloque_01 .left50 {
      float: none; }
      #master_amarre #bloque_01 .left50 > .left {
        margin: 0;
        max-width: 100%;
        padding-top: 40px; }
        #master_amarre #bloque_01 .left50 > .left h1 {
          font-size: 2.9rem;
          text-align: center;
          margin: 0;
          position: relative;
          z-index: 99; }
          #master_amarre #bloque_01 .left50 > .left h1 span {
            margin-top: 45px; }
        #master_amarre #bloque_01 .left50 > .left p {
          padding: 10px 25px 15px 25px;
          font-size: 0.9em;
          line-height: 1.6em; }
  #master_amarre #bloque_02 {
    display: block;
    position: relative;
    min-height: 705px; }
    #master_amarre #bloque_02 > .left {
      width: 100%;
      min-height: 730px;
      position: absolute;
      z-index: 1;
      margin: 0;
      top: -20px;
      background: url(../img/amarre/back02_res.jpg);
      background-size: cover;
      background-position: left bottom; }
    #master_amarre #bloque_02 > .right {
      width: 100%;
      font-size: 0.9em;
      line-height: 1.5em;
      position: absolute;
      top: -20px;
      z-index: 2; }
      #master_amarre #bloque_02 > .right .sticky {
        position: static; }
      #master_amarre #bloque_02 > .right #primer_sticky {
        border: 0;
        background: #fff;
        margin-left: 0;
        margin-top: 0; }
        #master_amarre #bloque_02 > .right #primer_sticky p {
          border: none;
          margin: 0;
          padding: 0; }
  #master_amarre #bloque_03 {
    display: block;
    position: relative;
    margin-top: 0;
    background: url(../img/amarre/back03_res.jpg);
    background-position: -50px;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
    #master_amarre #bloque_03 .right {
      max-width: 100%;
      margin: 0;
      position: absolute;
      top: -20px;
      z-index: 10;
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%); }
      #master_amarre #bloque_03 .right p {
        font-size: 0.92em;
        line-height: 1.65em;
        padding: 0 25px 40px 25px; }

  /* Traslado */
  #master_traslado #cabecera {
    height: 105vh;
    margin-bottom: 0;
    background: url(../img/traslado/trasladoVideo.jpg);
    background-position: center;
    background-size: cover; }
    #master_traslado #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_traslado #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%; }
  #master_traslado #bloque_01 {
    min-height: 800px;
    background: url(../img/traslado/back02_res.jpg);
    background-position: left 120px;
    background-repeat: no-repeat;
    -webkit-clip-path: none;
    clip-path: none; }
    #master_traslado #bloque_01 .left50 {
      float: none; }
      #master_traslado #bloque_01 .left50 > .left {
        margin: 0;
        max-width: 100%;
        padding-top: 40px; }
        #master_traslado #bloque_01 .left50 > .left h1 {
          font-size: 2.9rem;
          text-align: center;
          margin: 0;
          position: relative;
          z-index: 99; }
          #master_traslado #bloque_01 .left50 > .left h1 span {
            margin-top: 38px; }
        #master_traslado #bloque_01 .left50 > .left p {
          padding: 10px 25px 15px 25px;
          font-size: 0.9em;
          line-height: 1.6em; }
  #master_traslado #bloque_02 {
    display: block;
    position: relative; }
    #master_traslado #bloque_02 > .left {
      width: 100%;
      min-height: 700px;
      position: absolute;
      z-index: 1;
      margin: 0;
      top: -20px;
      background: url(../img/traslado/back03_res.jpg);
      background-size: cover;
      background-position: left bottom;
      -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 25%, 100% 0%, 100% 85%, 0% 100%); }
    #master_traslado #bloque_02 > .right {
      width: 100%;
      font-size: 0.9em;
      line-height: 1.5em;
      position: absolute;
      top: -20px;
      z-index: 2; }
      #master_traslado #bloque_02 > .right .sticky {
        position: static; }
      #master_traslado #bloque_02 > .right #primer_sticky {
        padding: 24px;
        background: #fff;
        max-width: 100%;
        width: auto !important; }
        #master_traslado #bloque_02 > .right #primer_sticky p {
          border: none;
          margin: 0;
          padding: 0; }
  #master_traslado #bloque_03 {
    display: block;
    position: relative;
    height: 800px;
    background: url(../img/traslado/back04_res.jpg);
    background-position: center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 23%, 100% 87%, 0% 100%);
    clip-path: polygon(0 0, 100% 23%, 100% 87%, 0% 100%);
    margin-top: 0; }
  #master_traslado #bloque_04 {
    display: block;
    background: url(../img/traslado/back05_res.jpg);
    background-position: right center;
    background-size: cover;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
  #master_traslado #bloque_extra {
    display: block;
    background: url(../img/traslado/back01_res.jpg);
    background-position: center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 75%);
    clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 75%); }

  /* Transporte */
  #master_transporte #cabecera {
    height: 105vh;
    margin-bottom: 0;
    background: url(../img/transporte/transporteVideo.jpg);
    background-position: center;
    background-size: cover; }
    #master_transporte #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_transporte #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%; }
  #master_transporte #bloque_01 {
    min-height: 800px;
    background: url(../img/transporte/back01_res.jpg);
    background-position: center 70px;
    background-repeat: no-repeat;
    -webkit-clip-path: none;
    clip-path: none; }
    #master_transporte #bloque_01 .left50 {
      float: none; }
      #master_transporte #bloque_01 .left50 > .left {
        margin: 0;
        max-width: 100%;
        padding-top: 40px; }
        #master_transporte #bloque_01 .left50 > .left h1 {
          font-size: 2.8rem;
          text-align: center;
          margin: 0;
          position: relative;
          z-index: 99;
          padding-right: 0; }
          #master_transporte #bloque_01 .left50 > .left h1 span {
            margin-top: 38px; }
        #master_transporte #bloque_01 .left50 > .left p {
          padding: 10px 25px 15px 25px;
          font-size: 0.9em;
          line-height: 1.6em; }
  #master_transporte #bloque_02 {
    display: block;
    position: relative;
    z-index: 9;
    min-height: 700px; }
    #master_transporte #bloque_02 .b2_left {
      width: 100%;
      height: 380px;
      float: left;
      background: url(../img/transporte/back02_res.jpg);
      background-size: cover;
      background-position: center top;
      margin-top: 0px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%); }
    #master_transporte #bloque_02 .b2_right {
      display: none; }
    #master_transporte #bloque_02 .b2_center {
      width: 100%;
      height: auto; }
      #master_transporte #bloque_02 .b2_center #second_sticky {
        padding: 30px;
        min-height: 45px;
        margin-top: 0; }
        #master_transporte #bloque_02 .b2_center #second_sticky p {
          border-left: none;
          padding-left: 0px;
          max-width: 350px; }
  #master_transporte #bloque_03 {
    display: block;
    position: relative;
    height: 600px;
    background: url(../img/transporte/back04_res.jpg);
    background-position: center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    margin-top: -15px; }
  #master_transporte #bloque_04 {
    height: 500px;
    background: url(../img/transporte/back05_res.jpg);
    background-position: center top;
    background-size: cover;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }

  /* Seguridad */
  #master_seguridad #cabecera {
    height: 105vh;
    margin-bottom: 0;
    background: url(../img/seguridad/back01_res.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_seguridad #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_seguridad #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%; }
  #master_seguridad #bloque_01 {
    min-height: 750px;
    background: url(../img/seguridad/back01_res.jpg);
    background-position: center 70px;
    background-repeat: no-repeat;
    -webkit-clip-path: none;
    clip-path: none; }
    #master_seguridad #bloque_01 .left50 {
      float: none; }
      #master_seguridad #bloque_01 .left50 > .left {
        margin: 0;
        max-width: 100%;
        padding-top: 40px; }
        #master_seguridad #bloque_01 .left50 > .left h1 {
          font-size: 2.8rem;
          text-align: center;
          margin: 0;
          position: relative;
          z-index: 99;
          padding-right: 0; }
          #master_seguridad #bloque_01 .left50 > .left h1 span {
            margin-top: 38px; }
        #master_seguridad #bloque_01 .left50 > .left p {
          padding: 10px 25px 15px 25px;
          font-size: 0.9em;
          line-height: 1.6em; }
  #master_seguridad #bloque_02 {
    display: block;
    position: relative;
    z-index: 9;
    min-height: 500px; }
    #master_seguridad #bloque_02 .b2_left {
      width: 50%;
      height: 380px;
      float: left;
      background: url(../img/seguridad/back02_res.jpg);
      background-size: cover;
      background-position: center top;
      margin-top: 0px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%); }
    #master_seguridad #bloque_02 .b2_right {
      width: 50%;
      height: 380px;
      float: right;
      background: url(../img/seguridad/back03_res.jpg);
      background-size: cover;
      background-position: center top;
      margin-top: 0px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%); }
    #master_seguridad #bloque_02 .b2_center {
      width: 100%;
      height: auto; }
      #master_seguridad #bloque_02 .b2_center #second_sticky {
        padding: 30px;
        min-height: 45px;
        margin-top: 0;
        display: flex;
        justify-content: center; }
        #master_seguridad #bloque_02 .b2_center #second_sticky p {
          border-left: none;
          padding-left: 0px;
          max-width: 350px; }
  #master_seguridad #bloque_03 {
    display: block;
    position: relative;
    height: 600px;
    background: url(../img/seguridad/back06_res.jpg);
    background-position: center;
    background-size: cover;
    margin-top: -15px;
    clip-path: none;
    -webkit-clip-path: none; }
  #master_seguridad #bloque_02b {
    display: block;
    position: relative;
    z-index: 9;
    min-height: 600px; }
    #master_seguridad #bloque_02b .b2_left {
      width: 50%;
      height: 380px;
      float: left;
      background: url(../img/seguridad/back04_res.jpg);
      background-size: cover;
      background-position: center top;
      margin-top: 0px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%); }
    #master_seguridad #bloque_02b .b2_right {
      width: 50%;
      height: 380px;
      float: right;
      background: url(../img/seguridad/back05_res.jpg);
      background-size: cover;
      background-position: right top;
      margin-top: -58px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%); }
    #master_seguridad #bloque_02b .b2_center {
      width: 100%;
      height: auto; }
      #master_seguridad #bloque_02b .b2_center .sticky {
        position: static;
        margin-top: 0 !important; }
      #master_seguridad #bloque_02b .b2_center #primer_sticky {
        padding: 25px;
        background: #fff !important;
        max-width: 100%;
        width: auto !important; }
        #master_seguridad #bloque_02b .b2_center #primer_sticky p {
          border: none !important;
          margin: 0;
          padding: 0;
          color: #111111 !important; }
  #master_seguridad #bloque_04 {
    height: 500px;
    background: url(../img/seguridad/back07_res.jpg);
    background-position: right 100px;
    background-size: cover;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
  #master_seguridad #bloque_05 {
    height: 500px;
    background: url(../img/seguridad/back08_res.jpg);
    background-position: left center;
    background-size: cover;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }

  .overlay nav {
    width: 100%;
    font-size: 1.4rem; }
  .overlay #video-menu {
    display: none; }

  /* Servicios */
  #master_servicios #cabecera {
    height: 105vh;
    margin-bottom: 0;
    background: url(../img/servicios/back01_res.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_servicios #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_servicios #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%; }
  #master_servicios #bloque_01 {
    min-height: 700px;
    background: url(../img/servicios/back02_res.jpg);
    background-position: center 70px;
    background-repeat: no-repeat;
    -webkit-clip-path: none;
    clip-path: none; }
    #master_servicios #bloque_01 .left50 {
      float: none; }
      #master_servicios #bloque_01 .left50 > .left {
        margin: 0;
        max-width: 100%;
        padding-top: 40px; }
        #master_servicios #bloque_01 .left50 > .left h1 {
          font-size: 2.8rem;
          text-align: center;
          margin: 0;
          position: relative;
          z-index: 99;
          padding-right: 0; }
          #master_servicios #bloque_01 .left50 > .left h1 span {
            margin-top: 38px; }
        #master_servicios #bloque_01 .left50 > .left p {
          padding: 10px 25px 15px 25px;
          font-size: 0.9em;
          line-height: 1.6em; }
  #master_servicios #bloque_02 {
    display: block;
    position: relative;
    z-index: 9;
    min-height: 700px; }
    #master_servicios #bloque_02 .b2_left {
      width: 100%;
      height: 500px;
      background: url(../img/servicios/back03_res.jpg);
      background-size: cover;
      background-position: right center;
      margin-top: 0px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%); }
    #master_servicios #bloque_02 .b2_right {
      width: 100%;
      height: 500px;
      background: url(../img/servicios/back04_res.jpg);
      background-size: cover;
      background-position: right center;
      margin-top: -100px;
      -webkit-clip-path: polygon(0 0%, 100% 15%, 100% 100%, 0% 100%);
      clip-path: polygon(0 0%, 100% 15%, 100% 100%, 0% 100%); }
    #master_servicios #bloque_02 .b2_center {
      width: 100%;
      height: auto; }
      #master_servicios #bloque_02 .b2_center #second_sticky {
        padding: 30px;
        min-height: 45px;
        margin-top: 0; }
        #master_servicios #bloque_02 .b2_center #second_sticky p {
          border-left: none;
          padding-left: 0px;
          max-width: 350px; }
  #master_servicios #bloque_03 {
    display: block;
    position: relative;
    height: 600px;
    background: url(../img/servicios/back05_res.jpg);
    background-position: center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    margin-top: 0px; }

  /* Puerto */
  #master_puerto #cabecera {
    height: 105vh;
    margin-bottom: 0;
    background: url(../img/puerto/back01_res.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_puerto #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_puerto #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%; }
  #master_puerto #bloque_01 {
    min-height: 750px;
    background: url(../img/puerto/back01_res.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-clip-path: none;
    clip-path: none; }
    #master_puerto #bloque_01 .left50 {
      float: none; }
      #master_puerto #bloque_01 .left50 > .left {
        margin: 0;
        max-width: 100%;
        padding-top: 40px; }
        #master_puerto #bloque_01 .left50 > .left h1 {
          font-size: 2.8rem;
          text-align: center;
          margin: 0;
          position: relative;
          z-index: 99;
          padding-right: 0; }
          #master_puerto #bloque_01 .left50 > .left h1 span {
            margin-top: 38px; }
        #master_puerto #bloque_01 .left50 > .left p {
          padding: 10px 25px 15px 25px;
          font-size: 0.9em;
          line-height: 1.6em; }
  #master_puerto #bloque_02 {
    display: block;
    position: relative;
    z-index: 9;
    min-height: 600px; }
    #master_puerto #bloque_02 .b2_left {
      width: 100%;
      height: 380px;
      float: left;
      background: url(../img/puerto/back02_res.jpg);
      background-size: cover;
      background-position: center top;
      margin-top: -60px;
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
      clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%); }
    #master_puerto #bloque_02 .b2_center {
      width: 100%;
      height: auto; }
      #master_puerto #bloque_02 .b2_center .sticky {
        position: static;
        margin-top: 0 !important; }
      #master_puerto #bloque_02 .b2_center #primer_sticky {
        padding: 35px;
        background: #fff !important;
        max-width: 100%;
        width: auto !important; }
        #master_puerto #bloque_02 .b2_center #primer_sticky p {
          border: none !important;
          margin: 0;
          padding: 0;
          color: #111111 !important; }
  #master_puerto #bloque_03 {
    display: none; }
  #master_puerto #bloque_04 {
    width: 100%;
    height: 550px;
    background: url(../img/puerto/back03_res.jpg);
    background-position: left center;
    background-size: cover;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }
  #master_puerto #bloque_05 {
    height: 500px;
    background: url(../img/puerto/back05_res.jpg);
    background-position: center;
    background-size: cover;
    margin-top: -77px;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); }

  .overlay nav {
    width: 100%;
    font-size: 1.4rem; }
  .overlay #video-menu {
    display: none; }

  /*EMbarcaciones*/
  #master_embarcaciones #cabecera {
    height: 105vh;
    margin-bottom: 0;
    background: url(../img/embarcaciones/videoEmbarca.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_embarcaciones #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_embarcaciones #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%; }
  #master_embarcaciones > #bloque_01 {
    min-height: 700px;
    background: url(../img/embarcaciones/back01_res.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: none;
    clip-path: none; }
    #master_embarcaciones > #bloque_01 .left50 {
      float: none; }
      #master_embarcaciones > #bloque_01 .left50 > .left {
        margin: 0;
        max-width: 100%;
        padding-top: 40px; }
        #master_embarcaciones > #bloque_01 .left50 > .left h1 {
          font-size: 2rem;
          text-align: center;
          margin: 0;
          position: relative;
          z-index: 99;
          padding-right: 0; }
          #master_embarcaciones > #bloque_01 .left50 > .left h1 span {
            margin-top: 38px; }
        #master_embarcaciones > #bloque_01 .left50 > .left p {
          padding: 10px 25px 15px 25px;
          font-size: 0.9em;
          line-height: 1.6em; }
  #master_embarcaciones > #bloque_02 {
    grid-template-columns: 100%;
    grid-template-rows: repeat(14, 40vh);
    margin-top: -27px; }
    #master_embarcaciones > #bloque_02 > div:hover {
      border-bottom: 10px solid #db0300; }
      #master_embarcaciones > #bloque_02 > div:hover div {
        margin-top: -50px;
        margin-left: -50px;
        padding: 50px; }
    #master_embarcaciones > #bloque_02 > div > div > article {
      width: 65%;
      padding: 0.8rem; }
      #master_embarcaciones > #bloque_02 > div > div > article > h1 {
        font-size: 0.9rem; }
    #master_embarcaciones > #bloque_02 > div:nth-child(even) {
      clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%, 0 0%);
      -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%, 0 0%); }
      #master_embarcaciones > #bloque_02 > div:nth-child(even) > div article {
        webkit-clip-path: polygon(0 0, 65% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 65% 0%, 100% 100%, 0% 100%);
        left: 0; }
        #master_embarcaciones > #bloque_02 > div:nth-child(even) > div article h1 {
          border-left: 3px solid #a90200;
          padding-left: 8px; }
        #master_embarcaciones > #bloque_02 > div:nth-child(even) > div article p {
          margin-left: 50px; }
      #master_embarcaciones > #bloque_02 > div:nth-child(even):hover > div article {
        bottom: 50px;
        left: 50px; }
        #master_embarcaciones > #bloque_02 > div:nth-child(even):hover > div article p {
          margin-left: 0px;
          opacity: 0;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -o-opacity: 1; }
    #master_embarcaciones > #bloque_02 > div:nth-child(odd) {
      clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
      -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%, 0 0); }
      #master_embarcaciones > #bloque_02 > div:nth-child(odd) > div article {
        webkit-clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%);
        right: 0;
        text-align: right; }
        #master_embarcaciones > #bloque_02 > div:nth-child(odd) > div article h1 {
          border-right: 3px solid #a90200;
          padding-right: 8px; }
        #master_embarcaciones > #bloque_02 > div:nth-child(odd) > div article p {
          margin-right: 50px; }
      #master_embarcaciones > #bloque_02 > div:nth-child(odd):hover > div article {
        bottom: 50px;
        right: 50px; }
        #master_embarcaciones > #bloque_02 > div:nth-child(odd):hover > div article p {
          margin-right: 0px;
          opacity: 0;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -o-opacity: 1; }

  /*Fin master*/
  /* Contacto */
  #master_contacto #cabecera {
    height: 105vh;
    margin-bottom: 0;
    background: url(../img/contacto/back01_res.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    #master_contacto #cabecera #logo_GDR {
      width: 200px;
      z-index: 9; }
    #master_contacto #cabecera video {
      width: auto;
      min-height: 100%;
      min-width: 100%;
      transform: translateX(-50%); }
  #master_contacto #bloque_01 {
    display: block; }
    #master_contacto #bloque_01 .left50 {
      width: 100%; }
    #master_contacto #bloque_01 .right50 {
      width: 100%;
      margin-top: 30px; }
      #master_contacto #bloque_01 .right50 > div {
        width: 90%;
        margin: auto; }

  #video_screen {
    display: none; }

  #video_respo {
    display: block !important; } }

/*# sourceMappingURL=main.css.map */
