* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
}

.navbar {
  z-index: 1;
  border-bottom: 2px solid #F28800;
  background-image: radial-gradient(circle, #444444, #343434, #242424, #161616, #000000);
}

.navbar .navbar-brand {
  font-size: 20px;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 500;
  color: #F28800;
}

.navbar .navegacion li a {
  font-size: 18px;
  font-family: 'M PLUS 1', sans-serif;
}

header {
  background-image: url(../img/pexels-sebastian-beck-2397262.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  border-bottom: 3px solid #F28800;
}

header h1 {
  height: 70px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.651);
  font-size: 32px;
  font-weight: bold;
}

header .btn {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  min-width: 170px;
  max-width: 200px;
  height: 40px;
  color: #F28800;
  padding: 5px 10px;
  font-family: 'M PLUS 1', sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 7px;
  border: none;
  background-size: 120% auto;
  background-image: linear-gradient(315deg, #fff 0%, #242424 75%);
  -webkit-box-shadow: 0 5px #242424;
          box-shadow: 0 5px #242424;
}

header .btn:hover {
  -webkit-animation-iteration-count: 0;
          animation-iteration-count: 0;
  background-position: right center;
  -webkit-box-shadow: 0 3px #242424;
          box-shadow: 0 3px #242424;
  top: 3px;
}

header .btn:active {
  -webkit-box-shadow: 0 0 #242424;
          box-shadow: 0 0 #242424;
  top: 5px;
}

.separador {
  height: 150px;
  background-image: radial-gradient(circle, #444444, #343434, #242424, #161616, #000000);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0 80%);
  margin-bottom: 0;
  padding-top: 10px;
}

.separador .row {
  width: 100%;
}

.separador .row div {
  font-size: 40px;
  color: #fff;
}

.fondo {
  background-image: url(../img/fondovert.svg);
  background-position: center;
  -o-object-fit: fill;
     object-fit: fill;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -30px;
}

.text1 {
  height: auto;
  width: 100%;
  background-color: none;
  text-align: justify;
  color: #161616;
  font-size: 100%;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 500;
  -webkit-box-shadow: 5px 5px 10px;
          box-shadow: 5px 5px 10px;
  border-radius: 50px;
}

.text1 .rowImg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text1 .rowImg .imgdist {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  margin-left: -75px;
  margin-right: -75px;
}

.text1 .rowImg img {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  max-width: 200px;
}

.text1 h2 {
  font-family: cursive;
  font-weight: 500;
  font-size: 250%;
  color: #161616;
}

.text1 h2 span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 130%;
  color: #F84000;
}

.text1 strong {
  color: #F84000;
  font-size: 120%;
  font-weight: 700;
}

/* FORM DESARROLLO */
.formulario {
  background-image: url(../img/fondonegro.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.formulario h3 {
  color: #F84000;
  font-family: 'Permanent Marker', cursive;
  font-size: 35px;
}

.formulario label {
  color: #F28800;
  font-weight: 700;
}

.formulario .btn {
  min-width: 130px;
  height: 40px;
  color: #F28800;
  padding: 5px 10px;
  font-family: 'M PLUS 1', sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 7px;
  border: none;
  background-size: 120% auto;
  background-image: linear-gradient(315deg, #bdc3c7 0%, #242424 75%);
  -webkit-box-shadow: 0 5px #242424;
          box-shadow: 0 5px #242424;
}

.formulario .btn:hover {
  background-position: right center;
  -webkit-box-shadow: 0 3px #242424;
          box-shadow: 0 3px #242424;
  top: 3px;
}

@media only screen and (max-width: 996px) {
  .text1 .rowImg .resp {
    display: none;
  }
  .separador {
    padding-top: 25px;
  }
  .separador .row div {
    font-size: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .text1 .rowImg .imgdist {
    margin-left: -50px;
    margin-right: -50px;
  }
  .text1 .rowImg img {
    width: 150px;
  }
}

@media only screen and (max-width: 440px) {
  header h1 {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .separador .row div {
    font-size: 20px;
  }
  .text1 {
    border-radius: 0;
  }
  .text1 .rowImg img {
    display: none;
  }
  .text1 div {
    padding: 10px !important;
  }
  .text1 h1 {
    font-size: 200%;
  }
  .formulario h3 {
    font-size: 180%;
  }
  footer .arriba {
    display: none;
  }
}

/* Main DESARROLLO */
.bodyInicio {
  background-image: url(../img/fondovert.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

.secMapa {
  -webkit-box-shadow: 0 20px 50px;
          box-shadow: 0 20px 50px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.788);
}

.secMapa h1 {
  font-family: cursive;
  font-weight: 500;
  font-size: 300%;
  text-align: center;
}

.secMapa h1 span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 120%;
  color: #F84000;
}

.secMapa p {
  font-size: 115%;
  padding: 0 50px;
  text-align: justify;
}

.carousel-item {
  height: 600px;
  width: 100%;
  background-color: #242424;
  color: #fff;
  position: relative;
  background-position: center;
}

.carousel-item .overlay-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}

.carousel-item .titulo-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 50px;
  text-align: center;
}

.SecOpiniones {
  -webkit-box-shadow: 5px 5px 10px;
          box-shadow: 5px 5px 10px;
  border-radius: 50px;
}

.SecOpiniones .titulo-opiniones {
  max-height: 200px;
  text-align: justify;
}

.SecOpiniones .titulo-opiniones div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.SecOpiniones .titulo-opiniones div img {
  max-height: 200px;
}

.SecOpiniones .titulo-opiniones div h2 {
  font-family: cursive;
  font-weight: 500;
  font-size: 250%;
  text-align: center;
}

.SecOpiniones .titulo-opiniones div h2 span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 130%;
  color: #F84000;
}

.SecOpiniones .opiniones {
  margin-top: 100px;
}

.SecOpiniones .opiniones p {
  border: 3px solid #F28800;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 10px;
          box-shadow: 5px 5px 10px;
  text-align: justify;
  padding: 30px 10px;
}

.SecOpiniones .opiniones p span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 120%;
  color: #F84000;
}

.SecOpiniones .opiniones .opi:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (max-width: 440px) {
  .SecOpiniones {
    border-radius: 0;
  }
  .SecOpiniones .titulo-opiniones div h2 {
    font-size: 150%;
  }
  .SecOpiniones .titulo-opiniones div span {
    font-size: 100%;
  }
  .SecOpiniones .titulo-opiniones div .dibujo1 {
    display: none;
  }
  .secMapa h1 {
    font-size: 250%;
  }
  .secMapa p {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 700px) {
  .secMapa iframe {
    width: 300px;
  }
}

@media only screen and (max-width: 996px) {
  .SecOpiniones .titulo-opiniones div h2 {
    font-size: 200%;
  }
  .SecOpiniones .titulo-opiniones div span {
    font-size: 110%;
  }
  .SecOpiniones .titulo-opiniones div .dibujo2 {
    display: none;
  }
}

.body {
  background-image: url(../img/fondovert.svg);
  background-position: center;
  -o-object-fit: fill;
     object-fit: fill;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 20px 0;
}

.SecRecorrido h1 {
  font-family: cursive;
  font-weight: 500;
  font-size: 300%;
}

.SecRecorrido h1 span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 130%;
  color: #F84000;
}

.SecRecorrido .row {
  -webkit-box-shadow: 5px 5px 10px;
          box-shadow: 5px 5px 10px;
}

.SecRecorrido .row .texto {
  text-align: justify;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.SecRecorrido .row .texto span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 130%;
  color: #F84000;
}

@media only screen and (max-width: 576px) {
  .body {
    background-image: none;
  }
}

@media only screen and (min-width: 779px) and (max-width: 992px) {
  .SecRecorrido .row img:active {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.opacity {
  overflow: hidden;
  height: 500px;
  width: 100%;
  background-color: #242424;
  position: relative;
  background-position: center;
}

.opacity .imagenFondo {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-image: url(../img/FitzRoy.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

.opacity .tituloDatos {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  text-align: center;
}

.opacity .tituloDatos h1 {
  color: #fff;
  font-size: 350%;
  font-weight: 500;
}

.opacity .tituloDatos h1 span {
  color: #F28800;
}

.opacity .tituloDatos p {
  color: #fff;
  font-size: 20px;
}

.opacity .tituloDatos p strong {
  color: #F28800;
}

.contDatos {
  background-image: url(../img/fondovert.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 20px 0;
}

/* DATOS */
.contTransparente {
  -webkit-box-shadow: 0 20px 50px;
          box-shadow: 0 20px 50px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.788);
  position: relative;
  top: -100px;
  bottom: 0;
}

.contTransparente .titulo-epoca, .contTransparente .tituloTiempo, .contTransparente .tituloEquipaje {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
}

.contTransparente .titulo-epoca img, .contTransparente .tituloTiempo img, .contTransparente .tituloEquipaje img {
  max-height: 200px;
  max-width: 250px;
}

.contTransparente .titulo-epoca h2, .contTransparente .tituloTiempo h2, .contTransparente .tituloEquipaje h2 {
  font-family: cursive;
  font-weight: 500;
  font-size: 230%;
  color: #161616;
}

.contTransparente .titulo-epoca h2 span, .contTransparente .tituloTiempo h2 span, .contTransparente .tituloEquipaje h2 span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 130%;
  color: #F84000;
}

.contTransparente .texto-epoca p, .contTransparente .textoTiempo p, .contTransparente .textoEquipaje p {
  text-align: justify;
  color: #161616;
  font-size: 110%;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 500;
}

.contTransparente .texto-epoca p span, .contTransparente .textoTiempo p span, .contTransparente .textoEquipaje p span {
  color: #161616;
  font-size: 110%;
  font-weight: 700;
}

.contTransparente .texto-epoca p strong, .contTransparente .textoTiempo p strong, .contTransparente .textoEquipaje p strong {
  color: #F84000;
  font-size: 110%;
}

.contTransparente .texto-epoca p ul li, .contTransparente .textoTiempo p ul li, .contTransparente .textoEquipaje p ul li {
  list-style: square;
}

.contTransparente .textoTiempo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contTransparente .textoTiempo h6 {
  color: #F84000;
  font-size: 130%;
  font-weight: 700;
}

.contTransparente .textoTiempo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.contTransparente .tituloEquipaje {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contTransparente .tituloEquipaje img {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.contTransparente .textoEquipaje {
  padding-bottom: 100px;
}

@media only screen and (max-width: 992px) {
  .contTransparente .titulo-epoca, .contTransparente .tituloTiempo, .contTransparente .tituloEquipaje {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contTransparente .titulo-epoca h2, .contTransparente .tituloTiempo h2, .contTransparente .tituloEquipaje h2 {
    font-size: 180%;
  }
  .contTransparente .titulo-epoca h2 span, .contTransparente .tituloTiempo h2 span, .contTransparente .tituloEquipaje h2 span {
    font-size: 120%;
  }
  .contTransparente .titulo-epoca img, .contTransparente .tituloTiempo img, .contTransparente .tituloEquipaje img {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .opacity .tituloDatos h1 {
    font-size: 250%;
  }
  .opacity .tituloDatos p {
    font-size: 18px;
  }
  .contDatos {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .contDatos .contTransparente .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 600px) {
  .opacity .tituloDatos h1 {
    font-size: 200%;
  }
  .opacity .tituloDatos p {
    font-size: 14px;
  }
  .contDatos {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contDatos .contTransparente .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contDatos .contTransparente .titulo-epoca h2, .contDatos .contTransparente .tituloTiempo h2, .contDatos .contTransparente .tituloEquipaje h2 {
    font-size: 150%;
  }
  .contDatos .contTransparente .titulo-epoca h2 span, .contDatos .contTransparente .tituloTiempo h2 span, .contDatos .contTransparente .tituloEquipaje h2 span {
    font-size: 110%;
  }
  .contDatos .contTransparente .texto-epoca, .contDatos .contTransparente .textoTiempo, .contDatos .contTransparente .textoEquipaje {
    font-size: 90%;
  }
  .contDatos .contTransparente .textoTiempo img {
    height: 200px;
  }
}

.secDibujo {
  max-height: 400px;
  overflow: hidden;
}

.secDibujo .titulo-fotos {
  background-image: radial-gradient(circle, #a1a1a1, #818181, #626262, #444444, #292929, #1e1e1e, #121212, #000000, #000000, #000000, #000000, #000000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 400px;
}

.secDibujo .titulo-fotos h3 {
  font-family: 'Permanent Marker', cursive;
  font-size: 30px;
  text-align: center;
}

.secDibujo .titulo-fotos h3 span {
  font-size: 40px;
  color: orange;
}

.secDibujo .dibujo img {
  max-height: 400px;
  width: 100%;
}

.galeria {
  background-image: url(../img/fondovert.svg);
  background-position: center;
  -o-object-fit: fill;
     object-fit: fill;
  background-repeat: no-repeat;
  background-size: cover;
}

.galeria h1 {
  padding-top: 0;
  font-family: cursive;
  font-weight: 500;
  font-size: 350%;
}

.galeria h1 span {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 130%;
  color: #F84000;
}

.galeria .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.galeria .row .col {
  -webkit-box-flex: 33.3%;
      -ms-flex: 33.3%;
          flex: 33.3%;
  overflow: hidden;
  width: auto;
  padding: 0 5px;
  height: 100%;
}

.galeria .row .col img {
  margin: 5px 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-filter: grayscale(1) brightness(0.5);
          filter: grayscale(1) brightness(0.5);
  border-radius: 15px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.galeria .row .col img:hover {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.video {
  background-color: #ffc38c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='1000' height='1000'%3E%3Cpath fill='%23f84000' fill-opacity='0.4' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.video iframe {
  border-radius: 20px;
}

@media only screen and (max-width: 399px) {
  .secDibujo .titulo-fotos h3 {
    font-size: 12px;
  }
  .secDibujo .titulo-fotos h3 span {
    font-size: 18px;
  }
  .galeria h1 {
    font-size: 175%;
  }
  .galeria h1 span {
    font-size: 105%;
  }
  .galeria .row .col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .video iframe {
    width: 300px;
    height: 200px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 599px) {
  .secDibujo .titulo-fotos h3 {
    font-size: 17px;
  }
  .secDibujo .titulo-fotos h3 span {
    font-size: 21px;
  }
  .galeria h1 {
    font-size: 175%;
  }
  .galeria h1 span {
    font-size: 105%;
  }
  .galeria .row .col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .video iframe {
    width: 350px;
    height: 250px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .secDibujo .titulo-fotos h3 {
    font-size: 20px;
  }
  .secDibujo .titulo-fotos h3 span {
    font-size: 30px;
  }
  .galeria h1 {
    font-size: 200%;
  }
  .galeria h1 span {
    font-size: 110%;
  }
  .galeria .row .col {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .video iframe {
    width: 500px;
    height: 300px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .galeria h1 {
    font-size: 250%;
  }
  .galeria h1 span {
    font-size: 120%;
  }
  .video iframe {
    width: 500px;
    height: 300px;
  }
}

footer {
  border-top: 2px solid #F28800;
  color: #F28800;
  background-image: radial-gradient(circle, #444444, #343434, #242424, #161616, #000000);
  height: 50px;
  padding-top: 20px;
  padding-bottom: 50px;
}

footer a i {
  font-size: 35px;
  color: #F28800;
}
/*# sourceMappingURL=style.css.map */