/* Creado por Juan Gabriel Zafra Ruiz */
@import 'sweet-alert.css';
@import 'cookiebar.css';
* {
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  color: #898A8C;
  font-size: 1em;
  line-height: 1.6em;
}

::selection {
  background: #7DB62E;
  color: #fff;
}

address {
  font-style: normal;
}

button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

a {
  color: #7DB62E;
}

.videobox {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
.videobox .introvideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.videobox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(/imagenes/rejilla.png);
  background-repeat: repeat;
  z-index: 2;
}

.icobajar {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-image: url(/imagenes/ico40bajar.svg);
  z-index: 3;
  transition: background-color 0.4s ease-out;
}
.icobajar:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.menu {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.logo {
  position: fixed;
  width: 146px;
  height: 50px;
  top: 20px;
  left: 20px;
  right: 0;
  background-color: #fff;
  background-image: url("/imagenes/logom.svg");
  border-radius: 25px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 5;
}
.logo:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}

#layer0 {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out;
  z-index: 2;
}

#layer1 {
  position: fixed;
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

#layer2 {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.2s ease-out;
  z-index: 20;
}

#layer3 {
  position: fixed;
  display: flex;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
  z-index: 30;
  overflow: auto;
}

.exitlayer3 {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100vh;
  transition: all 0.2s ease-out;
  z-index: 30;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.smenu {
  position: relative;
  width: 280px;
  padding: 14px 20px 20px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.2s ease-out;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 31;
  overflow: auto;
}
.smenu header {
  width: 100%;
  background-color: #fff;
  color: #7DB62E;
}
.smenu .sclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("/imagenes/ico40aspa.svg");
  background-position: center;
}
.smenu .scontainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.smenu .scontainer a {
  text-decoration: none;
}
.smenu .scontainer div {
  padding-top: 20px;
  width: 80px;
  text-align: center;
}
.smenu .scontainer div img {
  width: 60px;
  height: 60px;
}
.smenu .scontainer div p {
  width: 100%;
  text-align: center;
  color: #898A8C;
}

.exitlayer {
  position: fixed;
  width: 100%;
  height: 100vh;
  transition: all 0.2s ease-out;
  z-index: 21;
}

.option {
  position: fixed;
  height: 40px;
  line-height: 40px;
  left: -100%;
  padding: 0 20px 0 40px;
  color: #898A8C;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-position: top left;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none;
  z-index: 30;
}
.option:hover {
  color: #7DB62E;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 101;
}

.oblock {
  width: 120px;
}

.opt1 {
  order: 1;
  bottom: 70px;
  background-image: url("/imagenes/ico40home.svg");
  transition: all 0.2s ease;
}

.opt2 {
  order: 2;
  bottom: 120px;
  background-image: url("/imagenes/ico40bambu.svg");
  transition: all 0.3s ease;
}

.opt3 {
  order: 3;
  bottom: 170px;
  background-image: url("/imagenes/ico40servicios.svg");
  transition: all 0.4s ease;
}

.opt4 {
  order: 4;
  bottom: 220px;
  background-image: url("/imagenes/ico40horario.svg");
  transition: all 0.5s ease;
}

.opt5 {
  order: 5;
  bottom: 270px;
  background-image: url("/imagenes/ico40contacto.svg");
  transition: all 0.7s ease;
}

.mainmenu {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  left: 20px;
  visibility: visible;
  opacity: 1;
  padding: 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-image: url("/imagenes/ico40menu.svg");
  z-index: 10;
}
.mainmenu:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}

.mainclose {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 40px;
  height: 40px;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("/imagenes/ico40aspa.svg");
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
  z-index: 30;
}
.mainclose:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}

.optrrss {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: -100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 30;
}
.optrrss:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}

.bfb {
  left: 70px;
  background-image: url("/imagenes/ico40facebook.svg");
  transition: all 0.2s ease;
}

.byt {
  left: 120px;
  background-image: url("/imagenes/ico40youtube.svg");
  transition: all 0.4s ease;
}

.btl {
  left: 170px;
  background-image: url("/imagenes/ico40telefono.svg");
  transition: all 0.6s ease;
}

.on {
  visibility: visible !important;
  opacity: 1 !important;
}
.on .option {
  left: 20px;
}
.on .optrrss {
  bottom: 20px;
}

.padtop {
  padding-top: 80px;
}

.frase {
  width: 100%;
  padding: 40px 16%;
  text-align: center;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.4em;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .frase {
    padding: 20px 30px;
    font-size: 1.2em;
  }
}
.frase b {
  font-size: 1.2em;
}
.frase .author {
  font-size: 0.8em;
  color: #7DB62E;
  font-weight: 400;
}

.contentbar {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
  user-select: none;
}

.blankbox {
  width: 100%;
  max-width: 1000px;
  margin: 60px 20px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
@media screen and (max-width: 600px) {
  .blankbox {
    padding: 40px;
  }
}
.blankbox .servicebox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.blankbox .servicebox .text {
  width: 60%;
  margin: 0;
}
.blankbox .servicebox .servimg {
  width: 40%;
}
.blankbox .servicebox .servimg img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .blankbox .servicebox {
    flex-wrap: wrap;
  }
}
.blankbox .servicebox .text {
  width: 100%;
  margin: 0 0 40px;
}
.blankbox .servicebox .servimg {
  width: 60%;
}

h1 {
  position: relative;
  color: #7DB62E;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 1.4em;
}
h1:before {
  content: "";
  position: absolute;
  display: block;
  height: 1em;
  width: 80px;
  bottom: 0;
  border-bottom: 2px solid #898A8C;
  margin: -12px 0;
}

b {
  font-weight: 400;
  color: #7DB62E;
}

i {
  font-weight: 400;
  color: #7DB62E;
}

ul {
  padding: 20px 0 20px 20px;
  color: #7DB62E;
}
ul li span {
  color: #898A8C;
}

.alert-color {
  color: #cc0000;
}

.btxt {
  font-size: 1.2em;
}

.separator {
  width: 100%;
  height: 20px;
  margin: 40px auto 50px;
  background-image: radial-gradient(ellipse farthest-corner at 50% 0, rgba(0, 0, 0, 0.1) -100%, rgba(0, 0, 0, 0) 75%);
}
@media screen and (max-width: 480px) {
  .separator {
    background-image: radial-gradient(ellipse farthest-corner at 50% 0, rgba(0, 0, 0, 0.2) -100%, rgba(0, 0, 0, 0) 75%);
  }
}

.separator-thin {
  margin: 40px auto 20px;
}

.icobox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.icobox .icoclave {
  width: 20%;
  min-width: 120px;
  text-align: center;
  margin: 30px 10px;
  font-size: 1.2em;
}
.icobox .icoclave img {
  display: block;
  width: 80%;
  min-width: 140px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 2px solid #E6E6E6;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  .icobox .icoclave img {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .icobox .icoclave img {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .icobox .icoclave img {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .icobox .icoclave {
    width: 40%;
    margin: 20px 6px;
  }
}
@media screen and (max-width: 600px) {
  .icobox .icoclave {
    width: 90%;
  }
}

.icoservbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
}
.icoservbox a {
  color: #898A8C;
  text-decoration: none;
}
.icoservbox .icoservicio {
  min-width: 80px;
  text-align: center;
  margin: 20px 30px;
  font-size: 1.1em;
}
.icoservbox .icoservicio img {
  display: block;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .icoservbox .icoservicio img {
    margin-bottom: 16px;
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .icoservbox .icoservicio img {
    margin-bottom: 14px;
    width: 80px;
  }
}
.icoservbox .icoservicio img:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.icoservbox .icoservicio figcaption {
  font-size: 1.2em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .icoservbox .icoservicio {
    margin: 18px 28px;
    font-size: 1em;
  }
}
@media screen and (max-width: 660px) {
  .icoservbox .icoservicio {
    margin: 16px 20px;
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .icoservbox .icoservicio {
    margin: 16px 8px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) {
  .icoservbox {
    justify-content: space-around;
  }
}
@media screen and (max-width: 480px) {
  .icoservbox {
    justify-content: center;
  }
}

.homeparallax {
  width: 100%;
  height: 100vh;
}

.firma {
  margin-top: 40px;
  font-weight: 400;
}
.firma span {
  font-size: 0.94em;
  color: #7DB62E;
}

.icoboxeh {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 0 0;
}
.icoboxeh .icoclave {
  width: 20%;
  min-width: 120px;
  text-align: center;
  margin: 30px 10px;
  font-size: 1.2em;
}
.icoboxeh .icoclave img {
  display: block;
  width: 100%;
  min-width: 140px;
  margin: 0 auto 10px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  .icoboxeh .icoclave img {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .icoboxeh .icoclave img {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .icoboxeh .icoclave img {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .icoboxeh .icoclave {
    width: 40%;
    margin: 20px 6px;
  }
}
@media screen and (max-width: 600px) {
  .icoboxeh .icoclave {
    width: 90%;
  }
}
.icoboxeh .icoclave figcaption {
  font-size: 0.86em;
}
.icoboxeh .icoclave figcaption .nombre {
  line-height: 20px;
  margin-bottom: 8px;
}
.icoboxeh .icoclave figcaption .titulo {
  color: #898A8C;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.4em;
}

.icoboxcol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0;
}
.icoboxcol .icoclave {
  width: 16%;
  min-width: 120px;
  text-align: center;
  margin: 30px;
  font-size: 1.2em;
}
.icoboxcol .icoclave img {
  display: block;
  width: 100%;
  min-width: 80px;
  margin: 0 auto 10px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  .icoboxcol .icoclave img {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .icoboxcol .icoclave img {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .icoboxcol .icoclave {
    width: 40%;
    margin: 20px 6px;
  }
}
@media screen and (max-width: 600px) {
  .icoboxcol .icoclave {
    width: 90%;
  }
}
.icoboxcol .icoclave figcaption {
  font-size: 0.86em;
}
.icoboxcol .icoclave figcaption .nombre {
  line-height: 20px;
  margin-bottom: 6px;
}
.icoboxcol .icoclave figcaption .titulo {
  color: #7DB62E;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.4em;
}

.bbhor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0.94;
}
@media screen and (max-width: 600px) {
  .bbhor {
    padding: 40px 10px;
    opacity: 0.8;
  }
}
.bbhor h1 {
  width: 100%;
  padding: 0 10px;
  text-align: left;
}
.bbhor p {
  padding: 0 10px;
}
.bbhor .horario {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .bbhor .horario {
    margin-top: 20px;
  }
}

.contactcontainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contactcontainer .contactbox h1 {
  text-align: left;
  padding: 0;
  margin-bottom: 40px;
}
.contactcontainer .data {
  order: 2;
  width: 50%;
  padding: 50px 0;
  line-height: 1.6em;
}
.contactcontainer .data .contactphone {
  font-size: 2.4em;
  font-weight: 400;
  color: #7DB62E;
  margin-bottom: 20px;
}
.contactcontainer .data .contactmail {
  font-size: 1.2em;
  font-weight: 400;
  color: #7DB62E;
}
.contactcontainer .data .contactaddress {
  color: #7DB62E;
}
.contactcontainer .data .contactaddress:hover {
  text-decoration: underline;
}
.contactcontainer .form {
  order: 3;
  width: 50%;
  padding: 50px 40px 50px 0;
}
.contactcontainer .form .campo {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  outline: none;
}
.contactcontainer .form .txtarea {
  min-height: 160px;
}
.contactcontainer .map {
  order: 1;
  width: 100%;
}
.contactcontainer .map iframe {
  width: 100%;
  min-height: 460px;
  height: 100%;
  border: none;
}
@media screen and (max-width: 820px) {
  .contactcontainer .data {
    width: 100%;
    padding: 50px;
  }
  .contactcontainer .form {
    width: 100%;
    padding: 50px;
  }
  .contactcontainer .map {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .contactcontainer .data {
    padding: 40px 20px 20px;
  }
  .contactcontainer .form {
    padding: 40px 20px;
  }
}

.checkdiv {
  margin: 10px auto;
}

#botonenviar {
  max-width: 180px;
  padding: 10px 30px 12px;
  margin: 20px auto;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #7DB62E;
  cursor: pointer;
}
#botonenviar:hover {
  background-color: #102903;
}

footer {
  width: 100%;
  padding: 40px 20px;
  background-color: #102903;
  text-align: center;
}
footer .separator {
  max-width: 960px;
  height: 14px;
  padding: 0 20px;
  margin: 0 auto;
  background-image: radial-gradient(ellipse farthest-corner at 50% 0, #001404 -100%, rgba(0, 20, 4, 0) 75%);
}
footer .logospie {
  user-select: none;
}
footer .logospie h2 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}
footer .logospie p {
  color: #fff;
  font-size: 0.9em;
}
footer .logospie .flogobox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 800px;
  margin: 20px auto;
}
footer .logospie .flogobox a {
  font-size: 0;
  text-decoration: none;
}
footer .logospie .flogobox a img {
  height: 140px;
  margin: 0 20px;
  transition: all 0.3s ease-out;
}
footer .logospie .flogobox a img:hover {
  transform: scale(1.1);
}
footer .footerdata b {
  color: #fff;
}
footer .legaltxt, footer .legaltxt a, footer .footerdata, footer .footerdata a {
  color: #fff;
  font-size: 0.96em;
  font-weight: 400;
  margin: 20px 0;
}
footer .footerdata, footer .footerdata a {
  margin: 20px 0 40px;
}
footer .author {
  margin: 20px 0 40px;
  color: #fff;
}
footer .author .footercinde {
  vertical-align: sub;
}

.legaltxtcontainer {
  max-width: 1200px;
  margin: 0 auto 180px;
  padding: 20px;
}
.legaltxtcontainer a {
  color: #7DB62E;
  text-decoration: underline;
}
.legaltxtcontainer h1 {
  font-weight: 600;
  margin: 0 auto 40px;
  color: #7DB62E;
}
.legaltxtcontainer h2 {
  font-weight: 600;
  margin: 60px auto 20px;
  text-align: left;
  color: #7DB62E;
}
.legaltxtcontainer h3 {
  margin: 40px auto 10px;
  text-align: left;
  font-weight: normal;
  color: #7DB62E;
}
.legaltxtcontainer ol, .legaltxtcontainer ul {
  padding-left: 20px;
  margin: 20px auto;
}

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