@font-face {
  font-family: "visbycf-bold";
  src: url("../fonts/VISBYCF-BOLD.OTF") format("opentype");
}
@font-face {
  font-family: "Migra-Extralight";
  src: url("../fonts/Migra-Extralight.otf") format("opentype");
}
@font-face {
  font-family: "Migra-Extrabold";
  src: url("../fonts/Migra-Extrabold.otf") format("opentype");
}
.migra {
  font-family: "Migra-Extralight";
}

.montserrat-regular {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.roboto-light {
  font-family: "montserrat-regular", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "montserrat-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "montserrat-regular", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fuente-principal {
  font-family: "montserrat-regular", sans-serif;
  font-weight: 400;
}

h2.fuente-principal {
  font-size: 1.5rem;
  text-transform: uppercase;
}

a {
  color: #458BBF;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover {
  color: #1F1801;
  text-decoration: underline;
}

body {
  color: #1F1801;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#mensaje-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  max-height: 80px;
  background-color: #eb3838;
  color: #FBFBFB;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  z-index: 99999;
}

#mensaje-in-image {
  z-index: 99999;
  position: absolute;
  bottom: 30px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 1.5rem;
}

h1 {
  font-family: "Migra-Extralight";
  font-size: 2.4rem;
}

.rallita {
  height: 3px;
  width: 100px;
  background-color: #7c7c5c;
}

p {
  font-size: 13px;
}

h2 {
  font-family: "montserrat-regular", sans-serif;
  font-weight: 700;
  font-size: 1.3rem; /* 24 */
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.subtitulo {
  font-size: 1rem;
}

.banda {
  height: auto;
  width: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.content__map {
  height: 600px;
  overflow: hidden;
  border-top: 2px solid #458BBF;
}

.logo {
  width: 85px;
}

.col-info {
  background-color: #f2f2eb;
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}

.form-control,
.input-group-text,
.form-check-label {
  border-radius: 3px !important;
  font-size: 0.8rem;
  border-color: #7c7c5c;
}

.input-group-text {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: #f2f2eb !important;
}

.form-control[type=email] {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.form-check-label {
  font-size: 0.7rem;
}
.form-check-label a {
  color: #1F1801;
  transition: all 0.5s ease;
}
.form-check-label a:hover {
  color: #458BBF;
}

.form-check-input {
  border-radius: 0 !important;
  border-color: #7c7c5c;
}

.btn {
  border-radius: 0 !important;
}
.btn.btn-primary {
  background-color: #7c7c5c;
  border: 0px;
  transition: all 0.5s ease;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "Migra-Extralight", serif;
  border-radius: 3px !important;
  letter-spacing: 1px;
  padding-top: 8px;
}
.btn.btn-primary span {
  padding: 0 10px;
}
.btn.btn-primary:hover {
  background-color: #000;
  color: white;
}

footer {
  background-color: #FBFBFB;
  font-size: 0.8rem;
}

.footer-border-top {
  border-top: 2px solid #458BBF;
}

.footer-border-top a {
  color: #1F1801;
  text-decoration: none;
}

.iti__flag {
  margin-right: 5px;
  background-color: white;
}

.iti__selected-dial-code {
  font-size: 0.8rem;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: white;
}

.iti--separate-dial-code {
  width: 100%;
}

#language {
  position: absolute;
  top: 20px;
  right: 35px;
}
#language.language_mobile {
  top: 40px;
  right: 30px;
}
#language a img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
#language a:hover img {
  filter: none;
}
#language a.active img {
  filter: none;
}

#btn-open-form {
  margin-top: 20px;
  width: 80px;
}
#btn-open-form img {
  width: 60px;
  height: auto;
  transition: all 0.5s ease;
}
#btn-open-form img:hover {
  opacity: 0.8;
}

#content__form {
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 500px;
  min-height: 400px;
  background-color: #fdfdfd;
  z-index: -1;
  transition: all 0.5s ease;
  padding: 50px;
  border-top-right-radius: 10px;
  box-shadow: inset 5px 0 10px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
#content__form.open {
  left: 0%;
  z-index: 9999;
}

/* SECTION MOBILE:   VERTICAL  */
#resp {
  width: auto;
  height: 20px;
  background-color: red;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#resp:after {
  content: "xs";
  color: white;
  font-size: 0.7rem;
}

.content-primary {
  padding-top: 80px;
}
.content-primary .col-info {
  padding-top: 50px;
}

#mensaje-in-image {
  right: 0;
}

#logo-ikebana {
  width: 240px;
}

h1 {
  font-size: 1.6rem;
}

@media (min-width: 577px) and (orientation: portrait) {
  #resp {
    background-color: fuchsia;
  }
  #resp:after {
    content: "sm";
    color: white;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #resp {
    background-color: rgb(92, 6, 36);
  }
  #resp:after {
    content: "sm h";
    color: white;
  }
}
@media (min-width: 768px) {
  #resp {
    background-color: green;
  }
  #resp:after {
    content: "md";
    color: white;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  #resp {
    background-color: rgb(49, 63, 28);
  }
  #resp:after {
    content: "md h";
    color: white;
  }
}
@media (min-width: 992px) {
  #resp {
    background-color: yellow;
  }
  #resp:after {
    padding-left: 5px;
    content: "lg";
    color: black;
  }
  h1 {
    font-size: 1.8rem;
  }
  .content-primary {
    padding-top: 0px;
    max-height: 100vh;
  }
  .content-primary .col-info {
    align-items: center;
    padding-top: 50px;
  }
  #mensaje-in-image {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  #resp {
    background-color: blue;
  }
  #resp:after {
    padding-left: 5px;
    content: "xl";
    color: white;
  }
  h1 {
    font-size: 1.8rem;
  }
  .content-primary {
    max-height: 100vh;
  }
  .content-primary .col-info {
    align-items: center;
    height: 100vh;
  }
  .content-primary .col-img {
    height: 100vh;
  }
}
@media (min-width: 1366px) {
  #resp {
    background-color: violet;
  }
  #resp:after {
    padding-left: 5px;
    content: "xl 1366";
    color: black;
  }
  h1 {
    font-size: 2rem;
  }
  .content-primary {
    max-height: 100vh;
  }
  .content-primary .col-info {
    align-items: center;
    height: 100vh;
  }
  .content-primary .col-img {
    height: 100vh;
  }
  #logo-ikebana {
    width: 240px;
  }
}
@media (min-width: 1400px) {
  #resp {
    background-color: #ccc;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "xxl";
    color: black;
  }
  h1 {
    font-size: 1.8rem;
  }
  #logo-ikebana {
    width: 300px;
  }
  .col-info {
    align-items: center;
  }
}
@media (min-width: 1920px) {
  #resp {
    background-color: black;
    border: 1px solid black;
  }
  #resp:after {
    padding-left: 5px;
    content: "C";
    color: white;
  }
  h1 {
    font-size: 2.4rem;
  }
  img.logo {
    margin-top: 1rem;
  }
  #logo-ikebana {
    width: 340px;
  }
  .content-primary {
    max-height: 100vh;
  }
  .col-info {
    align-items: center;
    height: 100vh;
  }
  .col-img {
    height: 100vh;
  }
}
@media (min-width: 2500px) {
  #resp {
    background-color: rgb(65, 65, 65);
    border: 1px solid rgb(65, 65, 65);
  }
  #resp:after {
    padding-left: 5px;
    content: "C2";
    color: white;
  }
  h1 {
    font-size: 2.4rem;
  }
  img.logo {
    margin-left: 5rem;
    margin-top: 2rem;
    width: 200px;
  }
  .content-padding-custom {
    border: 0px solid red;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  footer .padding-custom-lx {
    padding-left: 5rem !important;
  }
  footer .padding-custom-rx {
    padding-right: 5rem !important;
  }
  h1 {
    font-size: 2.5rem;
  }
  p {
    font-size: 1.125rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  .form-control,
  .input-group-text,
  .form-check-label {
    font-size: 1rem;
  }
  .btn.btn-primary {
    font-size: 1.125rem;
  }
  footer {
    font-size: 1rem;
  }
  .col-info {
    align-items: center;
  }
  .col-info form {
    margin-bottom: 0px;
  }
}