
body, html {
  padding:0;
  margin:0;
  overflow-x: hidden;
}

* {-webkit-padding-start: 0px;}
* {-webkit-padding-end: 0px;}
* {-webkit-padding-before: 0px;}
* {-webkit-padding-after: 0px;}

@keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.uk-navbar-container {
  height: 45px;
  width: 100%;
  top: 35px;
  position: fixed;
  z-index: 3;
  background-color: white !important;
  filter: drop-shadow(0 0 2px #333);
}

.nav-opacity {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 35px;
  top: -35px;
  z-index: -1;
  opacity: 0.3;
}

.circle {
  position: absolute;
  left: -25px;
  top: -60px;
  width: 122px;
  height: 122px;
  background: white;
  border-radius: 50%;
  z-index: 2;
}

.logo-image {
  margin-top: 27px;
  margin-left: 30px;
  width: 60px;
  height: 78px;
}

@media screen and (max-width: 1050px)  {
  .uk-navbar-nav {
    display: none;
  }
}

.uk-navbar-nav>li>a {
  padding-top: 3px;
  min-height: 45px !important;
  font-family: 'Montserrat', serif !important;
  font-weight: 300;
  font-size: 18px;
}

.first-menu {
  margin-left: 110px !important;
}

.link-menu {
  margin-left: 0px;
}

.language {
  padding-top: 10px;
  z-index: 4;
  width:73px;
  height:45px;
  position: fixed;
  top:35px;
  right:20px;
  border-radius: 10px;
}

.li {
  text-decoration:none;
  display: inline-block;
  color: #999;
  font-family: 'Montserrat', serif !important;
  font-weight: 300;
  font-size: 18px;
}

.li:hover {
  text-decoration:none;
  color: #e42285;
}

#vline {
  display: inline-block;
  border-left: 1px solid #bfbfbf;
  height:23px;
  margin-bottom: -4px;
  margin-left: 2px;
  margin-right: 1px;
}

.uk-navbar-nav>li.uk-active>a {
  color: #e42285 !important;
}

.inline {
  display: inline-block;
}

.box {
  display: none;
  position:fixed;
  width: 100%;
  height:100vh;
  top:0;
  background-color: #d2d2d2;
  opacity: 0.6;
  z-index: 24;
}

.box-menu {
  display: none;
  position: fixed;
  left:50%;
  top:45%;
  transform: translate(-50%,-50%);
  z-index: 25;
}

.box-wrap {
  width: 220px;
}

.link-burger {
  font-family: 'Montserrat', serif !important;
  font-weight: 300;
  font-style: normal;
  color: black !important;
  font-size: 18px;
  text-align: center;
  margin-top: 3px;
  background-color: white;
  transition: 0.2s;
}

.link-burger:hover {
  color: #8F8F8F !important;
  transition: 0.2s;
}

.link-close {
  font-family: 'Montserrat', serif !important;
  font-weight: 400;
  position: absolute;
  margin-top: -40px;
  margin-left: 90px;
  background-color: white;
  width:32px;
  color: black !important;
  border-radius: 30px;
  padding-left: 1px !important;
  padding-right: 1px !important;
  padding-top: 4px !important;
  padding-bottom: 3px !important;
  transition: 0.7s;
}

.link-close:hover {
  color: #4F4F4F !important;
  transition: 0.1s;
}

.icon-wrap-2 {
  text-align: center;
  padding-top: 10px;
}

#close {
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.nav-responsive {
  display: none;
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: 3;
}

@media screen and (max-width: 1050px) {
  .nav-responsive {
    display: block;
    position: absolute;
    width: 120px;
    left:50%;
    transform: translate(-50%,-50%);
    top: 26px;
  }
}

.nav-button {
  font-family: 'Montserrat', serif !important;
  font-weight: 300;
  font-size: 25px;
  color: #999;
  text-align: center;
  background-color: transparent;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}

.nav-button:hover {
  color: #e42285;
  transition: 0.2s;
}

.nav-button:focus, .nav-button:active {
  outline: none !important;
}

.svg-wrap {
  width:100%;
  position: relative;
  height: 50px;
  margin-top: -50px;
  background-color: transparent;
}

.left-svg {
  width:50%;
  left:50%;
  position: absolute;
  overflow: visible !important;
  bottom: -0.5px;
}

.right-svg {
  width:50%;
  position: absolute;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  overflow: visible !important;
  bottom: -0.5px;
}

.image-wrap {
  position:relative;
  text-align: center;
  width:100%;
  height: 100vh;
  bottom: 100px;
}

.image {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.image-wrap > .image {
  min-width: 50%;
}

.logo-wrap {
  position:absolute;
  top: -65px;
  left:50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 480px) {
  .logo-wrap {
    top: -40px;
  }
}

#logo {
  width: 240px;
  min-width: 240px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  #logo {
    width: 180px;
    min-width: 180px;
  }
}

.home-wrap {
  position: relative;
  margin-top: -280px;
  width: 100%;
  bottom: 0;
}

.white-bottom {
  width: 100%;
  background-color: white;
}

.home-bottom {
  padding-top: 1px;
  position: relative;
  margin-top: 0px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.h1-bottom {
  padding-top: 7px;
  font-size: 41px;
  margin-top: 30px;
  letter-spacing: -1px;
  font-family: 'Montserrat', serif !important;
  font-weight: 700;
  color: white;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .h1-bottom  {
    font-size: 33px;
  }
}

@media screen and (max-width: 480px) {
  .h1-bottom  {
    font-size: 23px;
    margin-bottom: 10px;
  }
}

.h2-bottom {
  margin-top: 25px;
  font-family: 'Montserrat', serif !important;
  font-weight: 300;
  color: #e42285;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .h2-bottom  {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .h2-bottom  {
    margin-top: 15px;
    font-size: 20px;
  }
}

#puntobottom {
  font-family: 'helvetica', sans-serif;
}

.h1-center {
  width: 500px;
  height: 65px;
  background-color: #bfbfbf;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 700px) {
  .h1-center {
    width: 370px;
    height: 50px;
    background-color: #bfbfbf;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .h1-center {
    width: 280px;
    height: 40px;
    background-color: #bfbfbf;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-bottom {
  margin-top: 20px;
  font-family: 'Montserrat', serif !important;
  font-weight: 300;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  color: #8c8c8c;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .p-bottom {
    margin-top: 15px;
    font-size: 15px;
  }
}

.images-wrap {
  position: relative;
  width:100%;
  background-color: #f2f2f2;
  padding-top: 15px;
  padding-bottom: 15px;
}

.images-center {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .images-center {
    display: block;
  }
}

.images {
  display: inline-block;
  max-width: 47%;
  padding-top: 2%;
  padding-bottom: 2%;
}

@media screen and (max-width: 480px) {
  .images {
    display: block;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}

.images-left {
  padding-right: 2%;
  align-self: flex-start;
}

@media screen and (max-width: 480px) {
  .images-left {
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.images-right {
  padding-left: 2%;
  align-self: flex-end;
}

@media screen and (max-width: 480px) {
  .images-right {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.frame {
  width: 100%;
  height: 349px;
}

@media screen and (max-width: 1050px) {
  .frame {
    height: 854px;
  }
}

@media screen and (max-width: 550px) {
  .frame {
    height: 726px;
  }
}

.white-space {
  white-space: nowrap;
}
