.container{
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.menu{
  text-align: left;
}

.seccion_1
{
  display: inline-block;
  height: 20%;
  width: auto;
}

.texto-sobre-imagen-1{
  position: absolute;
  top: 45vw;
  left: 55vw;
  transform: translate(-40%, -60%);
}

.texto-sobre-imagen-2{
  position: absolute;
  top: 50vw;
  left: 66vw;
  transform: translate(-35%, -67%);
}

.texto_desvanecido_1{
  display: inline-block;
font-size: 4vw;
background: -webkit-linear-gradient(left top, rgb(82, 69, 51), rgb(161, 154, 103));
background: linear-gradient(to bottom right, rgb(90, 87, 68), rgb(161, 154, 103));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.seccion_2{
  height: 100vh;
  justify-content: space-around;
  align-content: center;
  background-color:white;
}

.seccion_3{
    height: 100%;
    justify-content: space-around;
    align-content: center;
    background-color:#f0edd3;
}

.seccion_4{
  min-height: 1400px;
  z-index: 2;
}

.Vseccion_4{
            left: 0;
            top: 0;
            position: fixed;
            width: 100%;
            z-index: -20;
}

.seccion_5{
      height: 15%;
      justify-content: space-around;
      align-content: center;
      background-color:#f0edd3;
}
.seccion_6{
  height: 100%;
  justify-content: space-around;
  align-content: center;
  background-color:black;
}

table {
   width: 50%;
   border: 1px solid #000;
}
th, td {
   width: 25%;;
   border: 1px solid #4c7444;
   border-spacing: 0;
}

.figure{
  padding: 5px;
}

.fcaption{
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  text-align: center;
  padding: 15px;
  font-size: 30px;
}

.Texto_desvanecido_2{
  font-size: 40px;
  background: -webkit-linear-gradient(left top, rgb(23, 85, 17),rgb(129,178,0));
  background: linear-gradient(to bottom right, rgb(23, 85, 17),rgb(129,178,0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.texto_desvanecido_3{
display: inline-block;
font-size: 30px;
background: -webkit-linear-gradient(left top, rgb(82, 69, 51), rgb(161, 154, 103));
background: linear-gradient(to bottom right, rgb(90, 87, 68), rgb(161, 154, 103));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.texto_desvanecido_contacto{
display: inline-block;
font-size: 20px;
text-decoration: underline;
background: -webkit-linear-gradient(left top, rgb(82, 69, 51), rgb(161, 154, 103));
background: linear-gradient(to bottom right, rgb(90, 87, 68), rgb(161, 154, 103));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.seccion_7{
  height: 80vh;
  justify-content: space-around;
  align-content: center;
  background-color:white;
}
.centro{
  display: flex;
   align-items: center;
   justify-content: center;
}

.justificado{
  text-align: justify;
}
.seccion_8{
  height: 50%;
  justify-content: space-around;
  align-content: center;
  background-color:white;
}
.seccion_9{
  height: 7vh;
  justify-content: space-around;
  align-content: center;
  background-color:#4c7444;
}

.custom-toggler.navbar-toggler {
    border-color: lightgreen;
    color: black;
}

.navbar-nav {
   width: 100%;
   text-align: center;
 }

 .navbar-nav > li {
      float: none;
      display: inline-block;
    }

.navbar-fixed.scrolled {
  background-color: rgb(255,255,255) !important;
  transition: background-color 200ms linear;
  opacity: 0.9;
}

@media only screen and (max-width:1300px) {
  .seccion_7 {
    height: 100vh;
  }

  .seccion_2 {
    height: 90vh;
  }

  body {
    overflow: hidden;
  }
  .Vseccion_4{
    left: 20;
    top: 0;
    position: absolute;
    width: 100vw;
    z-index: -50;
}
}

@media only screen and (max-width:1050px) {
  .seccion_2 {
    height: 100%;
  }

  .seccion_1 #a1 {
    font-size: 6vw !important;
  }
  .seccion_1 #a2 {
    font-size: 4vw !important;
  }

  .seccion_3 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .seccion_6 video {
    height: 300px !important;
    width: 200px !important;
  }

  .seccion_6 img {
    height: auto !important;
    width: 64vw !important;
  }

  #serv{
    height: 35vw !important;
    width: 50vw !important;
  }
}

@media only screen and (max-width:991px) {
  .seccion_7 {
    height: 50%;
  }

  .seccion_2 video {
    height: auto;
    width: 80vw;
  }

  .seccion_4 {
    width: 50%;
    min-height: 1400px;
    overflow: hidden;
  }

  .seccion_7 video {
    height: auto !important;
    width: 80vw !important;
  }

  .navbar-nav a {
    font-size: 3.5vw !important;
  }
}

@media only screen and (max-width:767px) {
  .seccion_3 br {
    display: none;
  }

  .seccion_3 #fn {
    display: unset;
  }
}

@media only screen and (max-width:750px) {
  .texto_desvanecido_1, .fcaption {
    font-size: 6vw;
  }

  .texto_desvanecido_contacto {
    font-size: 3vw;
  }

  .Texto_desvanecido_2{
    font-size: 7vw;
    background: -webkit-linear-gradient(left top, rgb(23, 85, 17),rgb(129,178,0));
    background: linear-gradient(to bottom right, rgb(23, 85, 17),rgb(129,178,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .seccion_6 video {
    height: 70vw !important;
    width: 60vw !important;
  }

  .seccion_7 video {
    height: auto !important;
    width: 100vw !important;
  }

  .seccion_8 picture img {
    height: 25vw !important;
    width: 35vw !important;
  }
}
