@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap");
*, html, body, div, span, a {
  font-family: 'Titillium Web', sans-serif;
}

.bg-light-02 {
  background: #f8f9fad9;
}

.material-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 15vh;
  width: 40vw;
  z-index: 9999;
}

.material-menu-wrapper.active .material-content {
  visibility: visible;
}

.material-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background: transparent;
}

.material-btn {
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 10%;
  width: 75px;
  height: 75px;
  background: transparent;
  cursor: pointer;
}

.material-btn.active:before {
  -webkit-transform: scale(18);
          transform: scale(18);
}

@media (min-height: 800px) {
  .material-btn.active:before {
    -webkit-transform: scale(25);
            transform: scale(25);
  }
}

.material-btn:active:before {
  opacity: 0.75;
}

.material-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 75px;
  height: 75px;
  background: #101010;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transform-origin: center 70%;
          transform-origin: center 70%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.material-btn .tag {
  position: absolute;
  right: 90px;
  font-size: 1.5em;
  color: white;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.material-btn .material-close ~ .tag {
  display: none;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.material-content {
  padding: 3% 15%;
  position: absolute;
  z-index: 999999999;
  top: 95px;
  right: 0;
  visibility: hidden;
}

nav ul {
  list-style-type: none;
  padding: 0;
  text-align: right;
}

nav li {
  will-change: transform, opacity;
  margin: 10px 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

nav li.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

nav li hr {
  border-top: 4px solid goldenrod;
}

nav li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

nav li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

nav li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

nav li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

nav a {
  text-decoration: none;
  font-size: 2em;
  color: white;
  font-weight: 300;
}

.material-hamburger {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.material-hamburger .material-patty {
  will-change: transform, opacity;
  width: 32px;
  height: 3px;
  margin: 0 0 6px 0;
  background: white;
  opacity: 1;
  -webkit-transform: translate(0) rotate(0deg);
          transform: translate(0) rotate(0deg);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.material-hamburger .material-patty:last-child {
  margin-bottom: 0;
}

.material-hamburger.material-close {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.material-hamburger.material-close .material-patty:nth-child(1) {
  -webkit-transform: translate(-10px, 4px) rotate(-45deg) scale(0.5, 1);
          transform: translate(-10px, 4px) rotate(-45deg) scale(0.5, 1);
}

.material-hamburger.material-close .material-patty:nth-child(3) {
  -webkit-transform: translate(-10px, -4px) rotate(45deg) scale(0.5, 1);
          transform: translate(-10px, -4px) rotate(45deg) scale(0.5, 1);
}

html {
  scroll-behavior: smooth;
}
main{padding-top:62px;}

html body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 100vw;
  overflow-x: hidden;
  color: #333333;
}

html body .title-strong {
  font-weight: 700;
}

html body .title-gold {
  color: #daa520;
}

html body h2 {
  font-size: 2.5em;
}

html body div, html body p, html body ul, html body li {
  font-size: 1em;
  line-height: 1.5;
  color: #333333;
}

html body a:hover {
  text-decoration: none;
  color: white;
}

html body .btn {
  min-width: 140px;
}

html body .btn-black, .swal-button, .swal-button:not([disabled]):hover {
  background-color: #101010;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

html body .btn-black:hover{
  color: white;
}

html body .rrss {
  margin: 0;
  padding: 0;
}

html body .rrss .icon {
  display: inline-block;
  margin: 0 5px;
}

html body .rrss .icon a {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

html body .rrss .icon a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

html body .rrss .ic-facebook a {
  background-image: url(assets/img/ic-facebook.png);
}

html body .rrss .ic-twitter a {
  background-image: url(assets/img/ic-twitter.png);
}

html body .rrss .ic-instagram a {
  background-image: url(assets/img/ic-instagram.png);
}

html body .rrss .ic-linkedin a {
  background-image: url(assets/img/ic-linkedin.png);
}

html body .rrss .ic-messenger a {
  background-image: url(assets/img/ic-messenger.png);
}

html body .rrss .ic-whatsapp a {
  background-image: url(assets/img/ic-whatsapp1.png);
}

html body #header {
  background-color: #101010;
  position: fixed;
  width: 100%;
  z-index: 9;
}

html body #header .rrss .icon a {
  width: 40px;
  height: 40px;
}

html body #header .title {
  width: 88%;
  margin: auto;
  padding: 0 !important;
}

html body #header .title .logo {
  width: 25%;
  display: inline-block;
}

html body #header .title .rrss-menu {
  width: 50%;
  display: inline-block;
  padding-top: 10px;
}

html body #intro {
  background: #f0f0ee;
  position: relative;
}

html body #intro video {
 width: 100vw;
}

html body #intro #video-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  text-align: center;
  padding-top: 6%;
  top: 0;
  left: 0;
}

html body #intro #video-mask img {
  display: block;
  width: 265px;
  margin: 15px auto 25px auto;
}

html body #intro #video-mask img:first-child {
  width: 23%;
}

html body #property
{
  -webkit-mask-box-image: url(assets/img/mask-property-2.svg);
  position: relative;
  z-index: 1;
  background: #f0f0ee url(assets/img/bg-tuyu.jpg) no-repeat bottom center;
}

html body #property .proto-negociar {
  width: 90%;
  margin: 0 auto 100px auto;
}

html body #property .proto-negociar ::-webkit-input-placeholder {
  color: #333333;
}

html body #property .proto-negociar :-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}

html body #property .proto-negociar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}

html body #property .proto-negociar :-ms-input-placeholder {
  color: #333333;
}

html body #property .proto-negociar select, html body #property .proto-negociar input[type="text"], html body #property .proto-negociar input[type="email"], html body #property .proto-negociar input[type="number"], html body #property .proto-negociar textarea {
  background-color: #0000000d;
  border-width: 0;
}

html body #property .proto-negociar .input-group-append .input-group-text {
  border-width: 0;
  background-color: #d3d2d2;
}

html body #property .proto-negociar .p-img {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 6px 12px;
  padding-left: 35px;
}

html body #property .proto-negociar #identidad {
  background-image: url("assets/img/card-id.png");
}

html body #property .proto-negociar #email {
  background-image: url("assets/img/mail.png");
}

html body #property .proto-negociar #numero {
  background-image: url("assets/img/phone.png");
}

html body #video {
  margin-top: -100px;
  height: 105vh;
  position: relative;
  overflow: hidden;
}

html body #video video {
  width: 100%;
  
  top: 0;
  left: 0;
  z-index: -1;
}

html body #tuyu {
  background: #F0F0EE url(assets/img/bg-tuyu.png) no-repeat;
  background-position: bottom center;
  -webkit-mask-box-image: url(assets/img/mask-property-3.svg);
  background-size: cover;
  margin-top: -145px;
  z-index: 0;
  position: relative;
  padding-top: 170px;
}

html body #tuyu .menu-tuyu #gif {
  width: 80%;
}

html body #tuyu .menu-tuyu .help-menu {
  position: absolute;
  bottom: 20px;
  left: 47%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  margin: 0;
  padding: 0;
}

html body #tuyu .menu-tuyu .help-menu li {
  list-style: none;
  padding-left: 25px;
}

html body #tuyu .menu-tuyu .help-menu li:first-child {
  padding-left: 15px;
}

html body #tuyu .menu-tuyu .help-menu li:last-child {
  padding-left: 0;
}

html body #tuyu .menu-tuyu .help-menu li img {
  width: 50px;
  margin-bottom: 10px;
}

html body #tuyu .menu-tuyu:hover .help-menu {
  opacity: 1;
  -webkit-transition: 0.5s ease-in all;
  transition: 0.5s ease-in all;
}

html body #tuyu h2 {
  color: #101010;
}

html body #tuyu h2 span {
  font-weight: 600;
}

html body #contact {
  background: #eeeeed url(assets/img/bg-contact.jpg) no-repeat left bottom;
  background-size: contain;
  padding-bottom: 135px;
  padding-top: 110px;
  margin-top: -170px;
  position: relative;
}

html body #contact:before {
  content: "";
  display: block;
  background: url(https://informate.romerodyasociados.com/assets/img/lexi.gif) no-repeat center;
  height: 40%;
  width: 28%;
  z-index: 2;
  background-size: contain;
  position: absolute;
  top: -27%;
  left: 11%;
}

html body #contact form input[type="text"], html body #contact form input[type="email"], html body #contact form select, html body #contact form textarea {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #504f4f;
  padding-left: 30px;
}

html body #contact form #nombre, html body #contact form #email, html body #contact form #telefono {
  background-repeat: no-repeat;
  background-position: 10px center;
}

html body #contact form #nombre {
  background-image: url(assets/img/ic-user.png);
}

html body #contact form #email {
  background-image: url(assets/img/ic-email.png);
}

html body #contact form #telefono {
  background-image: url(assets/img/ic-phone.png);
}

html body #contact form .g-recaptcha > div {
  margin: 0 auto 15px auto;
}

html body #location {
  margin-top: -100px;
  height: 100vh;
  position: relative;
  -webkit-mask-box-image: url(assets/img/mask-property-5.svg);
  background: url(assets/img/bg-mapa.png) no-repeat center top;
  background-size: cover;
}

html body #location .contact-info {
  /*position: absolute;
                top: 0;
                width: 100%;/*/
   background: #ffffffc7;
       height: 100%;
  
}

html body #location .contact-info .pr-10 {
  padding-right: 12%;
  padding-top: 8%;
}

html body #location .contact-info .info {
 
}


.modal-body iframe {
    width: 100%;
}

.modal-open .modal{
        z-index: 99999;
    
}
html body #location .contact-info .info .telefonos a {
  color: #101010;
}

html body #location .contact-info iframe {
  height: 100vh;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 80%;
}

html body #follow {
  background-color: #eeeeed;
  margin-top: -135px;
  padding-top: 100px;
}

html body #follow h2 {
  color: #101010;
}

html body #follow .rrss li a {
  filter: brightness(0);
  -webkit-filter: brightness(0);
  -ms-filter: brightness(0);
}

html body #follow .copyright {
  font-weight: 600;
  font-size: 14px;
}

html body #follow .copyright .logo {
  vertical-align: text-bottom;
  width: 30px;
}

html, body, main {
  height: 100%;
}

.hidden {
  display: none !important;
}

@media (max-width: 1025px) {
  .hidden {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .material-btn .tag {
    display: none;
  }
  section {
    height: auto;
    min-height: unset !important;
    height: auto !important;
    position: relative !important;
    margin-top: -6px !important;
    -webkit-mask-box-image: none !important;
  }
  .btn-black {
    margin: 0 auto;
    width: 145px;
  }
  .material-btn {
    top: 0;
    right: 0;
  }
  .material-menu-wrapper {
    min-height: 12vh;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    font-size: 16px;
  }
  html body h2 {
    font-size: 1.7em;
  }
  html body .rrss .icon a {
    width: 40px;
    height: 40px;
  }
  html body #header img {
    width: 72%;
    margin: auto;
  }
  html body #intro {
    overflow: hidden;
  }
  html body #intro video {
    position: relative;
  }
  html body #intro #video-mask {
    height: 98% !important;
  }
  html body #intro #video-mask img {
    width: 200px;
    margin: 0px auto 18px auto;
  }
  html body #intro #video-mask img:first-child {
    width: 40%;
  }
  html body #property {
    padding-top: 0;
    background-size: contain;
  }
  html body #property .proto-negociar {
    margin: 0 auto;
  }
  html body #property .background {
    margin-top: 0;
    height: auto;
  }
  html body #property .parallax-container {
    background-image: none;
    height: auto;
  }
  html body #property .parallax-container .content {
    padding-bottom: 0;
    padding-top: 0;
  }
  html body #video video {
    position: relative;
  }
  html body #tuyu {
    background-position: center left;
    background-size: contain;
    padding-top: 0;
  }
  html body #tuyu .menu-tuyu #gif {
    width: 100%;
  }
  html body #tuyu .menu-tuyu .help-menu {
    opacity: 1;
    bottom: 0px;
    left: 53%;
  }
  html body #tuyu .menu-tuyu .help-menu li img {
    width: 60px;
  }
  html body #contact {
    background: #eeeeed;
    padding-top: 75px;
    padding-bottom: 50px;
  }
  html body #contact::before {
    display: none;
  }
  html body #location {
    background: white;
    padding-top: 50px;
  }
  html body #location .contact-info {
    height: auto;
  }
  html body #location .contact-info .info {
    padding: 0 0 25px 0;
    background-image: none;
  }
  html body #location .contact-info .info h2, html body #location .contact-info .info p {
    text-align: center !important;
  }
  html body #location .contact-info iframe {
    position: relative;
    height: 450px;
    width: 100%;
  }
  html body #follow {
    background-color: #eeeeed;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  html body #follow .animated {
    opacity: 1;
  }
  html body #follow .logo {
    display: block;
    margin: 0 auto !important;
  }
}

@media (min-width: 1440px) {
  html body {
    overflow-x: hidden;
  }
  
  html body #video {
    margin-top: -150px;
  }
  html body #tuyu {
    margin-top: -140px;
  }
  html body #location {
    margin-top: -135px;
  }
}
/*# sourceMappingURL=style.css.map */