* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  color: #7f7f7f; }

header {
  padding-top: 0px; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

.active {
  color: white; }

.section-slider {
  height: auto;
  font-size: 1.9rem;
  overflow: hidden;
  margin-bottom: 50px; }

.section-slider img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
  display: block; }

.section-slider .pickgradient {
  display: inline-block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
  /* IE6-9 */ }

.section-slider .uk-overlay {
  margin: 0 52px 0 52px;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.42) !important; }

.section-slider .uk-overlay2 {
  width: 150px;
  margin: 0 0 30px 0px !important;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.42) !important; }

.section-one, .section-two, .section-three {
  z-index: 3 !important;
  font-size: 1rem;
  line-height: 22px;
  width: 100%;
  margin: 0px 0 50px 0; }

.section-one .uk-height-large, .section-two .uk-height-large, .section-three .uk-height-large {
  height: 450px !important;
  width: 100%;
  margin: 0;
  padding: 0; }

.section-one .section-one__text, .section-one .section-three__text, .section-one .section-two__text, .section-two .section-one__text, .section-two .section-three__text, .section-two .section-two__text, .section-three .section-one__text, .section-three .section-three__text, .section-three .section-two__text {
  margin: 0 50px 0 50px;
  width: auto;
  margin-top: -90px; }

.section-one__text, .section-two__text, .section-three__text {
  padding: 40px 30px 40px 30px;
  width: 100%; }

.section-one .bg-gray, .section-two .bg-gray, .section-three .bg-gray {
  background-color: #7f7f7f !important; }

.section-galeria {
  overflow: hidden;
  width: 100%;
  margin: 0px 0 50px 0; }

.section-galeria .tz-gallery img {
  width: 100%;
  height: 450px;
  object-fit: cover; }

footer {
  padding: 50px; }

footer .text-secondary {
  color: #787878 !important; }

footer .right {
  text-align: right; }

footer .words {
  padding-top: 30px; }

.section-form {
  font-size: 0.95rem; }

.section-form__content {
  margin: 50px;
  padding: 50px;
  margin-top: -90px; }

.anchor {
  padding-top: 89px; }

/* validar email desde javascrip */
.valid {
  background-image: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 50 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-56.000000, -59.000000%29' fill='%232EEC96'%3E%3Cpolygon points='70.1468531 85.8671329 97.013986 59 100.58042 62.5664336 70.1468531 93 56 78.8531469 59.5664336 75.2867133'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat; }

.invalid {
  background-image: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 40 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-128.000000, -59.000000%29' fill='%23F44336'%3E%3Cpolygon points='157.848404 61.9920213 145.980053 73.8603723 157.848404 85.7287234 154.856383 88.7207447 142.988032 76.8523936 131.119681 88.7207447 128.12766 85.7287234 139.996011 73.8603723 128.12766 61.9920213 131.119681 59 142.988032 70.8683511 154.856383 59'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat; }

.container {
  padding-top: 100px !important; }

.font-weight-bolder {
  text-decoration: underline; }

.pwords {
  padding: 20px 0px 20px 0px;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.7rem; }

.uk-dotnav {
  height: 12px !important;
  margin-bottom: 0; }

.float, .float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100; }

.float2 {
  right: 90px;
  background-color: #808080; }

.my-float {
  margin-top: 16px; }

.d-noneW {
  display: none; }

.btn_form:hover, .btn_form:active {
  background-color: #504f4f; }

.design {
  margin-top: 25px; }

/* css para movil */
@media only screen and (min-width: 0px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-slider img {
    object-position: 35% 50%;
    /* default value: image is centered*/ }
  .section-slider .uk-overlay {
    padding: 20px; }
  .section-slider .uk-overlay2 {
    margin: 0 0 30px 40px !important;
    left: 50px; }
  .section-one__text, .section-three__text, .section-two__text {
    margin: 0 !important; }
  .section-one__text__text--col p, .section-three__text__text--col p, .section-two__text__text--col p {
    padding-left: 10px;
    padding-right: 10px; }
  .section-form {
    font-size: 0.95rem;
    margin: 0;
    padding: 0;
    margin-bottom: 50px; }
  .section-form__content {
    margin: 0px;
    padding-left: 25px;
    padding-right: 25px; }
  .section-galeria {
    overflow: hidden;
    margin: 0px !important; }
  footer {
    padding: 35px 25px 35px 25px; }
  footer .row {
    display: flex;
    flex-direction: column;
    text-align: center; }
  footer .col {
    padding-bottom: 30px; }
  footer .right {
    text-align: center !important; }
  footer a {
    color: white; }
  .pwords {
    padding-top: 25px; }
  .d-noneW {
    display: initial; }
  .anchor {
    padding-top: 84px; } }

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