/*
Theme Name: Real Estate Investment Experts Unlimited
Text Domain: realestateinvestmentexperts
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
/*Responsive Layout*/
body {
  box-sizing: border-box;
  margin: 0px;
}

body * {
  box-sizing: inherit;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.main-wrapper {
  min-height: 100vh;
  margin-bottom: 2em;
}

.un-image a {
  text-decoration: none;
  background-color: white !important;
  border-radius: 20px;
  padding: 13px 2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #0E3560;
}
.un-image a {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .un-image a {
    font-size: calc(16px + 9 * ((100vw - 400px) / 1200));
  }
}
@media screen and (min-width: 1600px) {
  .un-image a {
    font-size: 25px;
  }
}

a:hover {
  font-weight: bold;
  color: #9F5909;
}

.title {
  position: absolute;
  left: 0px;
  z-index: 15;
  bottom: 15%;
  background-color: rgba(14, 53, 96, 0.6);
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.title {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .title {
    font-size: calc(16px + 8 * ((100vw - 400px) / 1200));
  }
}
@media screen and (min-width: 1600px) {
  .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 800px) {
  .un-image {
    width: 100% !important;
  }

  .un-image a {
    padding: 13px;
  }

  .some-container {
    display: block !important;
  }

  .look-a-link {
    margin-bottom: 15px;
  }

  .copyright-area {
    text-align: end;
    padding: 1em;
  }
}
#page {
  background-color: #0E3560;
}

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main {
    margin: 0 auto;
  }

  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw;
  }

  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em;
  }
}
.title-of-sorts {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
  margin: 0;
}
.title-of-sorts {
  font-size: 18px;
}
@media screen and (min-width: 400px) {
  .title-of-sorts {
    font-size: calc(18px + 12 * ((100vw - 400px) / 1200));
  }
}
@media screen and (min-width: 1600px) {
  .title-of-sorts {
    font-size: 30px;
  }
}

.dat-intro {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
}
.dat-intro {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .dat-intro {
    font-size: calc(16px + 9 * ((100vw - 400px) / 1200));
  }
}
@media screen and (min-width: 1600px) {
  .dat-intro {
    font-size: 25px;
  }
}

.un-image {
  width: 45%;
  position: relative;
}

@media screen and (max-width: 800px) {
  .un-image {
    height: 100%;
    margin-bottom: 40px;
  }
}
.some-container {
  display: flex;
  justify-content: space-around;
  height: max-content;
}

#hello-image {
  max-height: 700px;
}

#hola-image {
  max-height: 700px;
}

#scroll {
  margin-bottom: 2em;
}

.look-a-link {
  text-align: center;
}

/*Footer*/
.site-footer {
  bottom: 0;
  left: 0;
  background-color: #0E3560;
  width: 100%;
  color: #fff;
  padding: 1em;
}

.bottom-footer a {
  color: #fff;
}

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