@font-face {
  font-family: "carlasans";
  src: url("../fonts/CarlaSans.otf") format("opentype");
}
.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: #222;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover {
  color: #1F1801;
  text-decoration: underline;
}

body {
  color: #1F1801;
  font-size: 16px;
  font-family: "montserrat-regular", sans-serif !important;
  font-weight: 300;
  background-color: #f2f2eb;
}

body.page {
  margin-bottom: 0px !important;
}

#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: "carlasans";
  color: #ae571f;
}

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

p {
  font-size: 14px;
}

h2 {
  font-family: "montserrat-regular", sans-serif;
  font-weight: 700;
  font-size: 1.4rem; /* 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 #ae571f;
}

.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;
}

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

.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: #222;
}

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

.btn {
  border-radius: 0 !important;
}
.btn.btn-primary {
  background-color: #111;
  border: 0px;
  transition: all 0.5s ease;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "carlasans", 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;
  text-decoration: none;
}
.btn.btn-primary:visited {
  color: white;
}

footer {
  background-color: #f2f2eb;
  font-size: 0.8rem;
}
footer a {
  display: inline-block;
}

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

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

#menu-footer li,
#menu-footer-eng li,
#menu-footer-cat li,
#menu-footer-fra li {
  list-style: none;
  display: inline-block;
}
#menu-footer li:after,
#menu-footer-eng li:after,
#menu-footer-cat li:after,
#menu-footer-fra li:after {
  content: "|";
  margin: 0 10px;
}
#menu-footer li a,
#menu-footer-eng li a,
#menu-footer-cat li a,
#menu-footer-fra li a {
  color: #1F1801;
  text-decoration: none;
  transition: all 0.5s ease;
}
#menu-footer li a:hover,
#menu-footer-eng li a:hover,
#menu-footer-cat li a:hover,
#menu-footer-fra li a:hover {
  color: #222;
}
#menu-footer li:last-child:after,
#menu-footer-eng li:last-child:after,
#menu-footer-cat li:last-child:after,
#menu-footer-fra li:last-child:after {
  content: "";
}

.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;
}

.languages {
  position: absolute;
  z-index: 9;
}
.languages ul li {
  display: inline-block;
  padding-left: 10px;
}
.languages ul li.active a {
  padding-bottom: 10px;
  border-bottom: 3px solid #ae571f;
}
.languages ul li img {
  width: 25px;
  height: auto;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  height: 40px;
  border: 1px solid #ccc;
  text-indent: 10px;
}

.input-group p {
  display: flex !important;
}

form p {
  margin-bottom: 0;
  font-size: 0.7rem;
}
form .form-control,
form .input-group-text,
form .form-check-label {
  border-color: #ccc !important;
}
form .input-group-text {
  height: 40px;
}
form textarea.wpcf7-form-control {
  text-indent: 0px;
  height: 80px;
  border: 1px solid #ccc !important;
}
form .wpcf7-list-item-label {
  font-size: 0.8rem;
}
form .form-check {
  padding-left: 10px;
}
form input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
form input[type=submit].btn-primary {
  background-color: #ae571f;
  color: white;
  border-radius: 0;
  height: 40px;
}

/* 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 {
  width: 190px;
}

h1 {
  font-size: 1.3rem;
}

.languages {
  top: -60px;
  right: 30px;
}

.input-group p {
  display: block;
  width: calc(100% - 40px) !important;
}

form p {
  width: 98%;
}

@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;
  }
  .languages {
    top: 0px;
    right: 40px;
  }
}
@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.3rem;
  }
  .content-primary {
    padding-top: 0px;
    max-height: 100vh;
  }
  .content-primary .col-info {
    align-items: center;
    padding-top: 50px;
  }
  #mensaje-in-image {
    right: 30px;
  }
  #logo {
    margin-top: 40px;
  }
  .languages {
    top: 40px;
    right: 40px;
  }
  .col-img img {
    object-position: center bottom;
  }
  form p {
    width: 100%;
  }
  .input-group p {
    width: 80% !important;
  }
}
@media (min-width: 1200px) {
  #resp {
    background-color: blue;
  }
  #resp:after {
    padding-left: 5px;
    content: "xl";
    color: white;
  }
  h1 {
    font-size: 1.3rem;
  }
  .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: 1.7rem;
  }
  .content-primary {
    max-height: 100vh;
  }
  .content-primary .col-info {
    align-items: center;
    height: 100vh;
  }
  .content-primary .col-img {
    height: 100vh;
  }
  #logo {
    width: 190px;
    margin-top: 0px;
  }
  .languages {
    top: 40px;
    right: 40px;
  }
  .col-img img {
    object-position: right bottom;
  }
}
@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.3rem;
  }
  #logo {
    width: 250px;
  }
  .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: 2rem;
  }
  img.logo {
    margin-top: 1rem;
  }
  #logo {
    width: 240px;
  }
  .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: 2rem;
  }
  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;
  }
}