* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  color: #4b4b4b; }

header {
  padding-top: 93.00px; }

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

.active {
  color: white; }

.section-slider {
  height: auto;
  font-size: 1.9rem;
  padding-bottom: 20px; }
  .section-slider img {
    width: 100%;
    height: 700px;
    object-fit: cover; }

.section-one, .section-two, .section-three {
  font-size: 1rem;
  display: flex;
  margin: 50px;
  line-height: 22px; }
  .section-one .uk-height-large, .section-two .uk-height-large, .section-three .uk-height-large {
    height: auto !important; }
  .section-one__text, .section-two__text, .section-three__text {
    width: 100%; }
  .section-one .bg-primary, .section-two .bg-primary, .section-three .bg-primary {
    background-color: #606060 !important; }
  .section-one__text--col p, .section-two__text--col p, .section-three__text--col p {
    padding-bottom: 9px; }
  .section-one__text--col p:last-child, .section-two__text--col p:last-child, .section-three__text--col p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0; }
  .section-one .section-one__text, .section-one .section-three__text, .section-two .section-one__text, .section-two .section-three__text, .section-three .section-one__text, .section-three .section-three__text {
    padding-left: 30px; }
  .section-one .section-two__text, .section-two .section-two__text, .section-three .section-two__text {
    padding-right: 30px; }

.section-galeria {
  margin: 50px;
  overflow: hidden; }
  .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;
  margin: 50px; }

.anchor {
  padding-top: 115px;
  margin-top: -55px; }

/* 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: 40px 0px 0px 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: 16px; }

/* css para movil */
@media only screen and (min-width: 0px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2) {
  .section-slider img {
    width: 100%;
    height: 550px;
    object-fit: cover; }
  .section-one, .section-two, .section-three {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0px;
    width: 100%;
    flex-wrap: wrap; }
    .section-one .uk-height-large, .section-two .uk-height-large, .section-three .uk-height-large {
      height: 450px !important;
      width: 100%; }
    .section-one__text--col p, .section-two__text--col p, .section-three__text--col p {
      padding-left: 10px;
      padding-right: 10px; }
    .section-one p:first-child, .section-two p:first-child, .section-three p:first-child {
      margin-top: 40px; }
    .section-one .section-one__text, .section-one .section-three__text, .section-two .section-one__text, .section-two .section-three__text, .section-three .section-one__text, .section-three .section-three__text {
      padding-left: 0px !important; }
    .section-one .section-two__text, .section-two .section-two__text, .section-three .section-two__text {
      padding-right: 0px !important; }
  .section-two {
    flex-direction: column-reverse; }
  .section-form {
    font-size: 0.95rem;
    margin-top: 10px;
    margin-left: 25px;
    margin-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; } }