@charset "UTF-8";
/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSans-Regular.ttf");
}
body {
  min-height: 100%;
  font-family: "OpenSansRegular";
  font-size: 14px;
  overflow-x: hidden;
  text-rendering: auto !important;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.contenidoBanner {
  filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.75));
}

.contenedorContacto {
  background-color: #fff !important;
  min-height: 600px !important;
  z-index: 0;
}

.contenidoContacto {
  width: 80%;
  margin-top: 50px !important;
}
.contenidoContacto h2 {
  color: #6bbe45 !important;
  font-family: "OpenSansBold";
  font-size: 28px !important;
}
.contenidoContacto p {
  font-family: "OpenSansRegular";
  font-size: 14px !important;
  color: #000 !important;
}
.contenidoContacto ul {
  color: #6bbe45 !important;
  font-size: 14px !important;
  list-style: none;
  margin-left: 0px;
  padding: 0px !important;
}
.contenidoContacto ul li {
  margin-left: 0px !important;
  margin-top: 10px;
  padding: 0px;
}

.formulario {
  min-height: 450px;
  width: 90%;
  margin-top: 50px !important;
}

.formCase {
  padding: 10px;
  background-color: #fff !important;
  border-radius: 10px !important;
  min-height: 450px;
}

.form-group {
  width: 90%;
  margin-left: 5%;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.form-group input {
  border-color: #6bbe45 !important;
  border-width: 2px;
}
.form-group textarea {
  border-color: #6bbe45 !important;
  border-width: 2px;
  margin-bottom: 10px !important;
}
.form-group label {
  color: #000 !important;
  font-family: "RobotoBold";
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.btnEnviar {
  text-transform: capitalize;
  width: 50%;
  margin-left: 25%;
  margin-top: -20px;
  height: 40px;
  text-align: center;
  background-color: #6bbe45 !important;
  color: #fff !important;
  font-family: "RobotoBold";
  font-size: 12px !important;
  border-radius: 100px;
  transition: ease-in-out 0.35s;
}
.btnEnviar span {
  display: inline-block;
  transition: ease-in-out 0.35s;
  opacity: 0;
  transform: translateX(30px);
}
.btnEnviar:hover {
  background-color: #fff !important;
  color: #6bbe45 !important;
  border-style: solid;
  border-width: 2px;
  border-color: #6bbe45 !important;
}
.btnEnviar:hover span {
  display: inline-block;
  opacity: 1;
  transform: translateX(10px);
}

.contenedorFooter {
  overflow: hidden;
  background-color: #6bbe45 !important;
  max-height: 200px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  margin-top: -50px !important;
}

.contenedorImgFooter {
  padding: 10px;
}

.imgFooter {
  width: 10%;
  margin-left: 40%;
  align-self: center;
  margin-top: 20px;
}

.txtFooter {
  color: #fff !important;
  font-family: "OpenSansRegular";
  font-size: 12px !important;
  text-align: center;
}
.txtFooter a {
  color: #000 !important;
  text-decoration: none;
}

#newsletter {
  padding: 10px;
  width: 100%;
}
#newsletter label {
  color: #fff !important;
  font-family: "RobotoRegular";
  font-size: 14px !important;
  margin-bottom: 10px;
}
#newsletter .input-group {
  width: 100%;
}
#newsletter input {
  width: 80%;
  border: none;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  padding: 10px;
}
#newsletter input::placeholder {
  padding: 10px;
}
#newsletter button {
  background-color: #000 !important;
  color: #fff !important;
  font-family: "RobotoBold";
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  transition: ease-in-out 0.35s;
}
#newsletter button:hover {
  background-color: #6bbe45 !important;
  color: #fff !important;
  border-style: solid;
  border-color: #fff !important;
  border-width: 2px;
}

.rrssFooter {
  display: inline-flex;
  padding: 10px !important;
  list-style: none;
  float: right;
}
.rrssFooter li {
  margin-right: 20px;
}
.rrssFooter i {
  color: #fff !important;
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 7px #707070 !important;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #6bbe45 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff !important;
}

@media screen and (max-width: 500px) {
  .contenedorContacto {
    background-color: #fff !important;
    min-height: 600px !important;
    z-index: 0;
    margin-bottom: 100px !important;
  }

  .contenidoContacto {
    width: 90%;
    margin-top: 50px !important;
  }
  .contenidoContacto h2 {
    color: #6bbe45 !important;
    font-family: "OpenSansBold";
    font-size: 28px !important;
  }
  .contenidoContacto p {
    font-family: "OpenSansRegular";
    font-size: 14px !important;
    color: #000 !important;
  }
  .contenidoContacto ul {
    color: #6bbe45 !important;
    font-size: 14px !important;
    list-style: none;
    margin-left: 0px;
    padding: 0px !important;
  }
  .contenidoContacto ul li {
    margin-left: 0px !important;
    margin-top: 10px;
    padding: 0px;
  }

  .formulario {
    min-height: 450px;
    width: 90%;
    margin-top: 50px !important;
    margin-left: 5%;
  }

  .formCase {
    padding: 10px;
    background-color: #fff !important;
    border-radius: 10px !important;
    min-height: 450px;
  }

  .form-group {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .form-group input {
    border-color: #6bbe45 !important;
    border-width: 2px;
  }
  .form-group textarea {
    border-color: #6bbe45 !important;
    border-width: 2px;
    margin-bottom: 10px !important;
  }
  .form-group label {
    color: #000 !important;
    font-family: "RobotoBold";
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .btnEnviar {
    text-transform: capitalize;
    width: 50%;
    margin-left: 25%;
    margin-top: -20px;
    height: 40px;
    text-align: center;
    background-color: #6bbe45 !important;
    color: #fff !important;
    font-family: "RobotoBold";
    font-size: 12px !important;
    border-radius: 100px;
    transition: ease-in-out 0.35s;
  }
  .btnEnviar span {
    display: inline-block;
    transition: ease-in-out 0.35s;
    opacity: 0;
    transform: translateX(30px);
  }
  .btnEnviar:hover {
    background-color: #fff !important;
    color: #6bbe45 !important;
    border-style: solid;
    border-width: 2px;
    border-color: #6bbe45 !important;
  }
  .btnEnviar:hover span {
    display: inline-block;
    opacity: 1;
    transform: translateX(10px);
  }

  .contenedorFooter {
    overflow: hidden;
    background-color: #6bbe45 !important;
    max-height: 300px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin-top: -50px !important;
  }

  .contenedorImgFooter {
    padding: 10px;
  }

  .imgFooter {
    width: 40%;
    margin-left: 30%;
    align-self: center;
    margin-top: 20px;
  }

  .txtFooter {
    color: #fff !important;
    font-family: "OpenSansRegular";
    font-size: 12px !important;
    text-align: center;
  }
  .txtFooter a {
    color: #000 !important;
    text-decoration: none;
  }

  #newsletter {
    padding: 10px;
    width: 100%;
  }
  #newsletter label {
    color: #fff !important;
    font-family: "RobotoRegular";
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  #newsletter .input-group {
    width: 100%;
  }
  #newsletter input {
    width: 70%;
    border: none;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 10px;
  }
  #newsletter input::placeholder {
    padding: 10px;
  }
  #newsletter button {
    background-color: #000 !important;
    color: #fff !important;
    font-family: "RobotoBold";
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    transition: ease-in-out 0.35s;
  }
  #newsletter button:hover {
    background-color: #6bbe45 !important;
    color: #fff !important;
    border-style: solid;
    border-color: #fff !important;
    border-width: 2px;
  }

  .rrssFooter {
    display: inline-flex;
    float: unset;
    padding: 10px !important;
    list-style: none;
    width: 70%;
    margin-left: 30%;
  }
  .rrssFooter li {
    margin-right: 20px;
  }
  .rrssFooter i {
    color: #fff !important;
  }
}
/*==============================================*/
/*                 MENÚ PRINCIPAL               */
/*==============================================*/
.menu {
  width: 100% !important;
  padding: 0px;
  background-color: #fff !important;
}

.navbar-brand {
  margin-left: 25px;
}

.navbar-nav {
  width: 100% !important;
}

.linkMenu {
  font-family: "OpenSansBold";
  font-size: 12px !important;
  color: #000 !important;
  transition: ease-in-out 0.35s;
  margin-left: 10px;
}
.linkMenu:hover {
  cursor: pointer;
  color: #6bbe45 !important;
}

.activo {
  background-color: #6bbe45 !important;
  color: #fff !important;
  border-radius: 100px !important;
  transition: ease-in-out 0.35s;
}
.activo:hover {
  background-color: #6bbe45 !important;
  color: #fff !important;
  cursor: pointer;
  border-radius: 100px !important;
}

@media screen and (max-width: 500px) {
  .menu {
    width: 100% !important;
    padding: 10px !important;
    background-color: #fff !important;
  }

  .activo {
    background-color: #6bbe45 !important;
    color: #fff !important;
    border-radius: 100px !important;
    transition: ease-in-out 0.35s;
  }
  .activo:hover {
    background-color: #6bbe45 !important;
    color: #fff !important;
    cursor: pointer;
    border-radius: 100px !important;
  }

  .linkMenu {
    font-family: "RobotoBold";
    font-size: 12px !important;
    color: #000 !important;
    transition: ease-in-out 0.35s;
    margin-left: 10px;
    width: 50%;
    text-align: center;
    margin-left: 25%;
  }
  .linkMenu:hover {
    cursor: pointer;
    color: #fff !important;
  }
}
@supports (-webkit-touch-callout: none) {
  .bannerAll {
    background-attachment: unset !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
}
.bannerT {
  background-image: url("../images/banner.jpg");
  background-size: 100%;
  min-height: 500px;
  background-attachment: fixed;
}

.contenidoBanner {
  margin-top: 250px;
  text-align: center;
}
.contenidoBanner h1 {
  color: #fff !important;
  font-size: 35px !important;
  line-height: 40px;
}
.contenidoBanner h1 span {
  font-family: "OpenSansBold";
  font-size: 35px !important;
  color: #6bbe45 !important;
}

.contenedorQS {
  min-height: 400px;
  width: 70%;
  margin-left: 15%;
}

.contenidoQS {
  margin-top: 50px !important;
}
.contenidoQS h2 {
  color: #6bbe45 !important;
  font-family: "OpenSansBold";
  font-size: 35px !important;
}
.contenidoQS p {
  font-family: "OpenSansRegular";
  font-size: 14px !important;
}

.contenedorCarta {
  min-height: 400px;
}

#cartaPdf {
  height: 400px !important;
  width: 80%;
  margin: 20px auto;
}

.noVisible {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (max-width: 500px) {
  .bannerT {
    background-image: url("../images/banner.jpg");
    background-size: 200%;
    min-height: 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
  }

  .contenidoBanner {
    margin-top: 150px;
  }
  .contenidoBanner h2 {
    color: #fff !important;
    font-size: 28px !important;
    line-height: 20px;
  }
  .contenidoBanner h2 span {
    font-family: "OpenSansBold";
    font-size: 55px !important;
    color: #6bbe45 !important;
  }

  .contenedorQS {
    min-height: 400px;
    width: 70%;
    margin-left: 15%;
  }

  .contenidoQS {
    margin-top: 50px !important;
  }
  .contenidoQS h2 {
    color: #6bbe45 !important;
    font-size: 35px !important;
  }
  .contenidoQS h1 {
    font-family: "OpenSansRegular";
    font-size: 14px !important;
  }
  .contenidoQS p {
    font-family: "OpenSansRegular";
    font-size: 14px !important;
  }

  .contenedorCarta {
    min-height: 400px;
  }

  #cartaPdf {
    height: 400px !important;
    width: 80%;
    margin: 20px auto;
  }

  .noVisible {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 320px) {
  .bannerT {
    background-image: url("../images/banner.jpg");
    background-size: 200%;
    min-height: 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
  }

  .contenidoBanner {
    margin-top: 150px;
  }
  .contenidoBanner h2 {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 20px;
  }
  .contenidoBanner h2 span {
    font-family: "OpenSansBold";
    font-size: 45px !important;
    color: #6bbe45 !important;
  }
}

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