body {
  width: 100%;
  background-color: white;
  margin: auto;
  position: relative;
}

header {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #f1f2f2;
  z-index: 1;
}

.nav-arrow {
  display: none;
}

.nav-arrow img {
  transition: all 300ms ease-in-out;
}

.nav-logo-wrapper {
  position: relative;
  height: 160px;
  width: 1080px;
  margin: auto;
  background-color: #f1f2f2;
  transition: all 300ms ease-in-out;
  background-image: url("../img/logo-nav.svg");
  background-repeat: no-repeat;
  background-position: left;
}

.nav-logo-wrapper.shrink {
  height: 15px;
  width: 100%;
  background-color: #7f3f98;
  background-image: none;
}

.nav-logo-wrapper.shrink:hover {
  height: 160px;
  width: 1080px;
  margin: auto;
  background-color: #f1f2f2;
  background-image: url("../img/logo-nav.svg");
  background-position: left;
}

.nav-logo-wrapper.shrink:hover .btn-cotizar {
  display: block;
}

.nav-logo-wrapper.shrink:hover .nav-arrow {
  display: none;
}

.nav-logo-wrapper.shrink:hover .col-1 {
  display: block;
}

.nav-logo-wrapper.shrink .btn-cotizar {
  display: none;
}

.nav-logo-wrapper.shrink .col-1 {
  display: none;
}

.nav-logo-wrapper.shrink .nav-arrow {
  position: relative;
  display: block;
  height: 15px;
}

.nav-logo-wrapper.shrink .nav-arrow img {
  position: relative;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -7px;
}

.nav-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-logo .col-1 {
  position: relative;
  width: 320px;
  height: 160px;
  margin: auto 20px auto 20px;
}

.nav-logo .col-1 a {
  text-decoration: none !important;
}

.nav-logo .col-1 a .btn-cotizar {
  height: 50px;
  width: 150px;
  background-color: #8dc640;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 55px;
  margin-left: 85px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.nav-logo .col-1 a .btn-cotizar:hover {
  cursor: pointer;
}

.nav-nav-wrapper {
  width: 100%;
  height: 50px;
  background-color: #373638;
}

.nav-ul {
  margin-left: -20px;
}

.nav-nav {
  width: 1080px;
  height: 50px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #373638;
}

.nav-li, .soc-li {
  font-family: Raleway;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin-top: -16px;
  margin-right: 7px;
  padding: 0 15px;
}

.nav-li:hover, .soc-li:hover {
  background-color: #7f3f98;
}

.nav-li a, .soc-li a {
  text-decoration: none;
  color: white;
}

.soc-li {
  margin-top: -16px;
}

.soc-li img {
  margin-top: 12.5px;
}

.mob-nav-wrapper {
  display: none;
}

@media only screen and (max-width: 1079px) {
  .nav-logo-wrapper {
    display: none !important;
  }
  .nav-nav-wrapper {
    display: none !important;
  }
  header {
    height: 50px;
    background-color: #373638;
  }
  .mob-nav-wrapper {
    display: block;
    position: relative;
  }
  .mob-logo-nav {
    width: 40px;
  }
  .mob-logo-nav a .img-nav {
    height: 40px;
    width: 40px;
    margin: 5px auto auto 5px;
    background-image: url(../img/mob-logo-nav.svg);
  }
  #mob-btn-nav {
    position: relative;
    width: 30px;
    height: 28px;
    clear: both;
    float: right;
    margin: -34px 11px auto auto;
  }
  #mob-btn-nav:hover {
    cursor: pointer;
  }
  #mob-btn-nav .btn-lines {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: #f1f2f2;
    transition: all 300ms ease-in-out;
  }
  #mob-btn-nav .btn-lines:nth-child(2) {
    margin-top: 11px;
  }
  #mob-btn-nav .btn-lines:nth-child(3) {
    margin-top: 11px;
  }
  .btn-x .btn-lines:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(10px, 8px);
    -ms-transform: rotate(45deg) translate(10px, 8px);
    transform: rotate(45deg) translate(10px, 8px);
  }
  .btn-x .btn-lines:nth-child(2) {
    opacity: 0;
  }
  .btn-x .btn-lines:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(10px, -8px);
    -ms-transform: rotate(-45deg) translate(10px, -8px);
    transform: rotate(-45deg) translate(10px, -8px);
  }
  #mob-menu {
    width: 320px;
    float: right;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 300ms ease-in-out;
    margin-top: 5px;
  }
  #mob-menu.mob-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mob-ul, .mob-soc-ul {
    margin: 0;
    padding: 0;
  }
  hr {
    margin: 0;
    border: none;
    height: 1px;
    background-color: #616366;
  }
  .mob-nav-li {
    list-style: none;
    text-align: center;
    background-color: rgba(55, 54, 56, 0.9);
  }
  .mob-nav-li:hover {
    background-color: rgba(127, 63, 152, 0.9);
  }
  .mob-nav-li a {
    text-decoration: none;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 300;
    line-height: 39px;
    color: white;
  }
  .mob-nav-li.dif-color {
    background-color: rgba(141, 198, 64, 0.9);
  }
  .mob-nav-li.dif-color:hover {
    background-color: rgba(127, 63, 152, 0.9);
  }
  .mob-soc-li {
    list-style: none;
    text-align: center;
    background-color: rgba(55, 54, 56, 0.9);
  }
  .mob-soc-li:hover {
    background-color: rgba(127, 63, 152, 0.9);
  }
  .mob-soc-li img {
    margin: 12.5px auto 8.5px auto;
  }
}

.space {
  height: 1000px;
  background-color: white;
}

.fotorama {
  position: relative;
  top: 210px;
}

.slider-info {
  position: relative;
  height: 250px;
  width: 300px;
  top: 180px;
  left: 50%;
  margin-left: -150px;
}

.slider-info p {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px black;
  margin-bottom: 20px;
}

.btn-slider {
  height: 50px;
  width: 150px;
  background-color: #8dc640;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-left: 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn-slider:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1079px) {
  .fotorama {
    top: 50px;
  }
  .slider-info {
    top: 100px;
  }
}

.index-insta {
  position: relative;
  width: 100%;
  height: auto;
}

.index-insta .insta-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f2f2;
  margin: 210px auto auto auto;
  padding-bottom: 50px;
}

.index-insta .insta-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding-top: 40px;
  color: #7f3f98;
}

.index-insta .insta-wrapper .col-wrapper {
  width: 1020px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.index-insta .insta-wrapper .col-wrapper .col-1 {
  width: 320px;
  height: 320px;
  margin: 10px;
}

.index-insta .insta-wrapper .col-wrapper .col-1:nth-child(1) {
  background-image: url("../img/insta/insta-01.png");
}

.index-insta .insta-wrapper .col-wrapper .col-1:nth-child(2) {
  background-image: url("../img/insta/insta-02.png");
}

.index-insta .insta-wrapper .col-wrapper .col-1:nth-child(3) {
  background-image: url("../img/insta/insta-03.png");
}

.index-insta .insta-wrapper .col-wrapper .col-1:hover .col-hover {
  background-color: rgba(141, 198, 64, 0.7);
}

.index-insta .insta-wrapper .col-wrapper .col-1:hover .col-hover p {
  color: white;
  padding-top: 70px;
}

.index-insta .insta-wrapper .col-wrapper .col-1 .col-hover {
  width: 100%;
  height: 100%;
  background-color: rgba(141, 198, 64, 0);
  overflow: hidden;
  transition: all 200ms ease-in-out;
}

.index-insta .insta-wrapper .col-wrapper .col-1 .col-hover p {
  font-family: Raleway;
  font-size: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  padding-top: 90px;
  transition: all 200ms ease-in-out;
}

.index-insta .insta-wrapper .btn-sub {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #7f3f98;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 40px;
  left: 50%;
  margin-left: -75px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.index-insta .insta-wrapper .btn-sub:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1079px) {
  .index-insta {
    width: 100%;
  }
  .index-insta .insta-wrapper {
    margin-top: 50px;
  }
  .index-insta .insta-wrapper .col-wrapper {
    width: 100%;
  }
  .index-insta .insta-wrapper .col-wrapper .col-1 {
    margin: 10px auto;
  }
}

.event-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  padding-bottom: 50px;
}

.event-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #7f3f98;
  padding-top: 30px;
}

.event-wrapper p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin-top: 20px;
}

.event-wrapper .btn-sub {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #7f3f98;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 75px;
  left: 50%;
  margin-left: -75px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.event-wrapper .btn-sub:hover {
  cursor: pointer;
}

.event-wrapper .sph-wrapper {
  width: 1080px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.event-wrapper .sph-wrapper .sph {
  position: relative;
  height: 150px;
  width: 150px;
  margin: 20px 10px;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0);
  transition: all 200ms ease-in-out;
}

.event-wrapper .sph-wrapper .sph:nth-child(1) {
  background-image: url(../img/event/event-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.event-wrapper .sph-wrapper .sph:nth-child(2) {
  background-image: url(../img/event/event-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.event-wrapper .sph-wrapper .sph:nth-child(3) {
  background-image: url(../img/event/event-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.event-wrapper .sph-wrapper .sph:nth-child(4) {
  background-image: url(../img/event/event-04.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.event-wrapper .sph-wrapper .sph:nth-child(5) {
  background-image: url(../img/event/event-05.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.event-wrapper .sph-wrapper .sph p {
  margin-top: 170px;
}

.event-wrapper .sph-wrapper .sph:hover {
  border: 7px solid #8dc640;
}

.event-wrapper .sph-wrapper .sph:hover p {
  text-decoration: underline;
}

@media only screen and (max-width: 1079px) {
  .event-wrapper .sph-wrapper {
    width: 100%;
  }
}

.edi-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.edi-wrapper #Edi-h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: white;
  margin-top: -250px;
  text-shadow: 0px 0px 10px black;
}

.edi-wrapper .img-back {
  width: 100%;
  height: 500px;
  background-image: url(../img/Edificio/Edi-01.png);
  background-size: cover;
  background-position: center;
}

.edi-wrapper p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin: 232px auto 10px auto;
}

.edi-wrapper .btn-sub {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #7f3f98;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 10px;
  left: 50%;
  margin-left: -75px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.edi-wrapper .btn-sub:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1079px) {
  .edi-wrapper h1 {
    padding-top: 0;
    margin-top: -250px;
  }
}

.gal-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px auto auto auto;
  background-color: #373638;
  padding-top: 22px;
}

.gal-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  color: white;
  margin: 0 auto 25px auto;
  padding-top: 10px;
}

.gal-wrapper .mini-wrapper {
  width: 760px;
  max-width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.gal-wrapper .mini-wrapper .gal-mini {
  position: relative;
  width: 140px;
  height: 140px;
  background-color: #8dc640;
  margin: 5px;
  transition: all 150ms ease-in-out;
}

.gal-wrapper .mini-wrapper .gal-mini:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(1) {
  background-image: url("../img/gale/miniGal-01.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(2) {
  background-image: url("../img/gale/miniGal-02.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(3) {
  background-image: url("../img/gale/miniGal-03.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(4) {
  background-image: url("../img/gale/miniGal-04.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(5) {
  background-image: url("../img/gale/miniGal-05.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(6) {
  background-image: url("../img/gale/miniGal-06.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(7) {
  background-image: url("../img/gale/miniGal-07.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(8) {
  background-image: url("../img/gale/miniGal-08.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(9) {
  background-image: url("../img/gale/miniGal-09.png");
}

.gal-wrapper .mini-wrapper .gal-mini:nth-child(10) {
  background-image: url("../img/gale/miniGal-10.png");
}

.gal-wrapper .btn-sub {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #7f3f98;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 10px;
  left: 50%;
  margin-left: -75px;
  margin-bottom: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gal-wrapper .btn-sub:hover {
  cursor: pointer;
}

#map-wrapper {
  position: relative;
  max-width: 100%;
  height: 560px;
  margin: auto;
}

#map-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #7f3f98;
  padding-top: 20px;
}

#map-wrapper .iframe#map-canvas1 {
  width: 100%;
  height: 400px;
}

.map-text {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin: 4px auto 0 auto;
  padding-top: 0;
}

.scrollOff {
  pointer-events: none;
}

@media only screen and (max-width: 350px) {
  .map-text {
    margin-top: 5px;
    padding-top: 20px;
  }
}

.cont-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.cont-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #7f3f98;
  margin: 20px auto 0 auto;
  padding-top: 10px;
}

.cont-wrapper form {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.cont-wrapper form input {
  width: 49%;
  height: 30px;
  margin: 5px 0 5px 5px;
  border: none;
  background-color: #f1f2f2;
  color: #373638;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: Raleway;
}

.cont-wrapper form .asunto {
  width: 99%;
}

.cont-wrapper form textarea {
  width: 99%;
  min-height: 150px;
  max-height: 350px;
  margin: 5px 2.5px 5px 5px;
  padding: 5px 1px 0 10px;
  border: none;
  background-color: #f1f2f2;
  color: #373638;
  box-sizing: border-box;
  font-family: Raleway;
}

.cont-wrapper form .btn-send {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #7f3f98;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 10px;
  left: 50%;
  margin-left: -75px;
  margin-bottom: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cont-wrapper form .btn-send:hover {
  cursor: pointer;
}

.cont-wrapper form p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 760px) {
  .cont-wrapper form input {
    width: 100%;
  }
  .cont-wrapper form .asunto {
    width: 100%;
  }
  .cont-wrapper form textarea {
    width: 100%;
  }
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #7f3f98;
}

.footer .foot-wrapper {
  width: 1020px;
  max-width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer .foot-wrapper .col-1 {
  height: 200px;
  margin: 10px;
  width: 320px;
}

.footer .foot-wrapper .col-1:nth-child(3) {
  background-image: url(../img/foot-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.footer .foot-wrapper .col-1 .btn-cotizar {
  height: 50px;
  width: 150px;
  background-color: #8dc640;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 80px;
  left: 50%;
  margin-left: 85px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.footer .foot-wrapper .col-1 .btn-cotizar:hover {
  cursor: pointer;
}

.footer .foot-wrapper .col-1 .foot-ul {
  list-style: none;
  width: 240px;
  margin: auto;
  padding-top: 20px;
}

.footer .foot-wrapper .col-1 .foot-ul .foot-li a {
  text-decoration: none;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 100;
  line-height: 27px;
}

@media only screen and (max-width: 700px) {
  .footer .foot-wrapper .col-1 {
    height: 160px;
  }
  .footer .foot-wrapper .col-1:nth-child(1) {
    height: 50px;
  }
  .footer .foot-wrapper .col-1 .btn-cotizar {
    margin-top: 0;
  }
  .footer .foot-wrapper .col-1:nth-child(2) .foot-ul {
    padding-top: 0;
  }
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform,width;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame, .fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url(../img/fotorama.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(../img/fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important;
  }
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: .3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform,opacity;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  transition-duration: .3s;
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%,5px 100%;
}

.fotorama__nav:before, .fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after, .fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

/*! jQuery UI - v1.12.1 - 2016-09-30
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.btns-wrapper {
  width: 300px;
  padding-top: 230px;
  margin: auto;
  clear: both;
}

.btns-wrapper .button {
  height: 50px;
  width: 140px;
  background-color: #8dc640;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin: 55px 4px auto 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btns-wrapper .button:hover {
  cursor: pointer;
}

.btns-wrapper .button:nth-child(2) {
  background-color: #7f3f98;
}

#cotizar-wrapper.container h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #8dc640;
  margin: 10px auto 0 auto;
  padding-top: 30px;
}

#cotizar-wrapper.container form {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

#cotizar-wrapper.container form input {
  width: 49%;
  height: 30px;
  margin: 5px 0 5px 5px;
  border: none;
  background-color: #f1f2f2;
  color: #373638;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: Raleway;
}

#cotizar-wrapper.container form textarea {
  width: 99%;
  min-height: 150px;
  max-height: 350px;
  margin: 5px 2.5px 5px 5px;
  padding: 5px 1px 0 10px;
  border: none;
  background-color: #f1f2f2;
  color: #373638;
  box-sizing: border-box;
  font-family: Raleway;
}

#cotizar-wrapper.container form .btn-send {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #8dc640;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 10px;
  left: 50%;
  margin-left: -75px;
  margin-bottom: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#cotizar-wrapper.container form .btn-send:hover {
  cursor: pointer;
}

#cotizar-wrapper.container form p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 760px) {
  #cotizar-wrapper form input {
    width: 100% !important;
  }
  #cotizar-wrapper form textarea {
    width: 100% !important;
  }
  #cotizar-wrapper form .btn-send {
    width: 150px !important;
  }
}

#cont-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #7f3f98;
  margin: 10px auto 0 auto;
  padding-top: 30px;
}

#cont-wrapper form {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

#cont-wrapper form input {
  width: 49%;
  height: 30px;
  margin: 5px 0 5px 5px;
  border: none;
  background-color: #f1f2f2;
  color: #373638;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: Raleway;
}

#cont-wrapper form .asunto {
  width: 99%;
}

#cont-wrapper form textarea {
  width: 99%;
  min-height: 150px;
  max-height: 350px;
  margin: 5px 2.5px 5px 5px;
  padding: 5px 1px 0 10px;
  border: none;
  background-color: #f1f2f2;
  color: #373638;
  box-sizing: border-box;
  font-family: Raleway;
}

#cont-wrapper form .btn-send {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #7f3f98;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 10px;
  left: 50%;
  margin-left: -75px;
  margin-bottom: 30px;
}

#cont-wrapper form .btn-send:hover {
  cursor: pointer;
}

#cont-wrapper form p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 760px) {
  #cont-wrapper form input {
    width: 100%;
  }
  #cont-wrapper form .asunto {
    width: 100%;
  }
  #cont-wrapper form textarea {
    width: 100%;
  }
}

@media only screen and (max-width: 1079px) {
  .btns-wrapper {
    padding-top: 20px;
  }
}

.tnks-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 300px;
  margin: auto;
  padding-top: 300px;
}

.tnks-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #7f3f98;
}

.tnks-wrapper .btn-cotizar {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #8dc640;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin: 40px auto 0 -75px;
  left: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tnks-wrapper .btn-cotizar:hover {
  cursor: pointer;
}

.tnks-wrapper p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin: auto;
}

.sal-fot {
  margin-top: -200px;
}

.sal-p {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 80px 10px 0 10px;
  margin-top: 120px;
  box-sizing: border-box;
}

.sal-p p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  color: #373638;
  text-align: justify;
  padding: 50px;
  margin: auto;
}

#salon {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #7f3f98;
  padding-top: 220px;
  margin-top: 0;
  margin-bottom: -30px;
}

@media only screen and (max-width: 1079px) {
  .sal-fot {
    margin-top: -20px;
  }
  .sal-p {
    margin-top: 0;
    padding: 20px 10px 20px 10px;
  }
  .sal-p p {
    margin-top: 20px;
    padding: 10px;
  }
  #salon {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 500px) {
  .sal-p p {
    padding: 0 10px 0 10px;
  }
}

.eventos-wrapper {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding-top: 200px;
}

.eventos-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #7f3f98;
  margin: auto;
  padding-top: 30px;
}

.eventos-wrapper p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  color: #373638;
  margin-top: 40px;
  padding: 20px 50px 60px 50px;
}

.eventos-wrapper .btn-sub {
  position: relative;
  height: 50px;
  width: 150px;
  background-color: #7f3f98;
  border: none;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 75px;
  left: 50%;
  margin-left: -75px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.eventos-wrapper .btn-sub:hover {
  cursor: pointer;
}

.eventos-wrapper .sph-wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper {
  padding-top: 40px;
  width: 100%;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(1) {
  background-color: #f1f2f2;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(1) .sph {
  background-image: url(../img/event/event-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(2) {
  background-color: #373638;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(2) .sph {
  background-image: url(../img/event/event-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(2) .sph p {
  color: white;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(2) p {
  color: white;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(3) {
  background-color: #f1f2f2;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(3) .sph {
  background-image: url(../img/event/event-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(4) {
  background-color: #373638;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(4) .sph {
  background-image: url(../img/event/event-04.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(4) .sph p {
  color: white;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(4) p {
  color: white;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(5) {
  background-color: #f1f2f2;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper:nth-child(5) .sph {
  background-image: url(../img/event/event-05.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper p {
  padding: 20px 50px;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper .sph {
  position: relative;
  height: 156px;
  width: 156px;
  margin: auto;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0);
  transition: all 200ms ease-in-out;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper .sph p {
  margin-top: 180px;
  padding: 0;
  text-align: center;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper .sph:hover {
  border: 7px solid #8dc640;
}

.eventos-wrapper .sph-wrapper .sph-inner-wrapper .sph:hover p {
  text-decoration: underline;
}

@media only screen and (max-width: 1079px) {
  .eventos-wrapper {
    padding-top: 40px;
  }
  .eventos-wrapper .sph-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .eventos-wrapper p {
    padding: 20px 5px 60px 5px;
  }
  .eventos-wrapper .sph-wrapper .sph-inner-wrapper p {
    padding: 20px 5px;
  }
}

.edificio-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.edificio-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #8dc640;
  margin-top: 0;
  padding-top: 250px;
}

.edificio-wrapper .img-back {
  width: 100%;
  height: 500px;
  background-image: url(../img/Edificio/Edi-01.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.edificio-wrapper p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin: 40px auto 20px auto;
  padding: 0 30px;
  text-align: justify;
}

.edificio-wrapper .insta-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f2f2;
  margin: 50px auto auto auto;
  padding-bottom: 50px;
}

.edificio-wrapper .insta-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding-top: 40px;
  color: #7f3f98;
}

.edificio-wrapper .insta-wrapper .col-wrapper {
  width: 1020px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.edificio-wrapper .insta-wrapper .col-wrapper .col-1 {
  width: 320px;
  height: 320px;
  margin: 10px;
}

.edificio-wrapper .insta-wrapper .col-wrapper .col-1:nth-child(1) {
  background-image: url("../img/parking/parking-01.png");
}

.edificio-wrapper .insta-wrapper .col-wrapper .col-1:nth-child(2) {
  background-image: url("../img/parking/parking-02.png");
}

.edificio-wrapper .insta-wrapper .col-wrapper .col-1:nth-child(3) {
  background-image: url("../img/parking/parking-03.png");
}

.edificio-wrapper .insta-wrapper .col-wrapper .col-1:hover .col-hover {
  background-color: rgba(141, 198, 64, 0.7);
}

.edificio-wrapper .insta-wrapper .col-wrapper .col-1:hover .col-hover p {
  color: white;
  padding-top: 80px;
}

.edificio-wrapper .insta-wrapper .col-wrapper .col-1 .col-hover {
  width: 100%;
  height: 100%;
  background-color: rgba(141, 198, 64, 0);
  overflow: hidden;
  transition: all 200ms ease-in-out;
}

.edificio-wrapper .insta-wrapper .col-wrapper .col-1 .col-hover p {
  font-family: Raleway;
  font-size: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  padding-top: 100px;
  transition: all 200ms ease-in-out;
}

@media only screen and (max-width: 1079px) {
  .edificio-wrapper h1 {
    padding-top: 70px;
  }
  .edificio-wrapper .insta-wrapper {
    margin-top: 50px;
  }
  .edificio-wrapper .insta-wrapper .col-wrapper {
    width: 100%;
  }
  .edificio-wrapper .insta-wrapper .col-wrapper .col-1 {
    margin: 10px auto;
  }
}

@media only screen and (max-width: 360px) {
  .edificio-wrapper .insta-wrapper h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .edificio-wrapper p {
    padding: 20px 10px;
  }
}

#mapa-wrapper {
  position: relative;
  max-width: 100%;
  height: 880px;
  margin: auto;
}

#mapa-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #7f3f98;
  margin: 0 auto 30px 0;
  padding-top: 250px;
}

#mapa-wrapper .iframe#map-canvas1 {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

#mapa-wrapper p {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
  color: #373638;
  margin: 0 auto 0 auto;
  padding: 0 5px 0 5px;
}

#mapa-wrapper p.primer {
  margin-top: 20px;
  margin-bottom: -10px;
  text-align: center;
}

.scrollOff {
  pointer-events: none;
}

@media only screen and (max-width: 1079px) {
  #mapa-wrapper {
    height: auto;
    padding-bottom: 25px;
  }
  #mapa-wrapper h1 {
    padding-top: 80px;
  }
  #mapa-wrapper p {
    text-align: justify;
  }
  #mapa-wrapper p.primer {
    text-align: justify;
  }
}

@media only screen and (max-width: 350px) {
  p {
    margin-top: 5px;
  }
}

.nosotros-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.nosotros-wrapper h1 {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #8dc640;
  margin-top: 0;
  padding-top: 250px;
}

.nosotros-wrapper .img-back {
  width: 100% !important;
  max-width: 100% !important;
  height: 200px !important;
  background-image: url("../img/nosotros/Nos-01.jpg") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.nosotros-wrapper p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #373638;
  margin: 20px auto 20px auto;
  padding: 50px;
  text-align: justify;
}

@media only screen and (max-width: 1079px) {
  .nosotros-wrapper h1 {
    padding-top: 70px;
  }
  .nosotros-wrapper .insta-wrapper {
    margin-top: 50px;
  }
  .nosotros-wrapper .insta-wrapper .col-wrapper {
    width: 100%;
  }
  .nosotros-wrapper .insta-wrapper .col-wrapper .col-1 {
    margin: 10px auto;
  }
}

@media only screen and (max-width: 360px) {
  .nosotros-wrapper .insta-wrapper h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .nosotros-wrapper p {
    padding: 20px 10px 20px 10px;
  }
}

.gale-spacer {
  height: 220px;
}

@media only screen and (max-width: 1080px) {
  .gale-spacer {
    height: 80px;
  }
}
