@charset "UTF-8";
/*empieza Normalize*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*Termina Normalize*/
/*empieza globales*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "rubik", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

p {
  color: #000000;
  font-size: 1.5rem;
}

.contenedor {
  width: 95%;
  max-width: 145rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

a[href^=tel] {
  color: #FFFFFF !important;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "rubik", sans-serif;
  margin: 2.5rem 0;
  font-weight: 300;
  text-align: center;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.4rem;
}

/*Termina globales*/
/*empieza utilidades*/
.seccion {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.contenido-centrado {
  max-width: 80rem;
}

.alinear-derecha {
  display: flex;
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}

/*termina utilidades*/
/*empieza dark mode*/
.dark-mode {
  background-color: black;
}
.dark-mode p {
  color: #FFFFFF;
}
.dark-mode a, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4 {
  color: #000000;
}
.dark-mode .anuncio, .dark-mode .resumen-propiedad {
  background-color: #000000;
  border: 1px solid #000000;
}
.dark-mode .anuncio .precio, .dark-mode .resumen-propiedad .precio {
  color: #12558C;
}
.dark-mode .anuncio .icono, .dark-mode .resumen-propiedad .icono {
  filter: invert(100%);
}
.dark-mode .texto-nosotros blockquote {
  color: #FFFFFF;
}
.dark-mode .formulario label, .dark-mode .formulario legend, .dark-mode .formulario p {
  color: #000000;
}
.dark-mode .formulario input:not([type=submit]), .dark-mode .formulario textarea, .dark-mode .formulario select {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}

/*termina dark mode*/
/*empieza modal*/
.modal {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 120;
  transform: translateY(-20rem);
  visibility: visible;
}
@media (min-width: 870px) {
  .modal {
    transform: translateY(-13rem);
  }
}

.modal-inactivo {
  display: none;
  position: absolute;
  transform: translateY(-200rem);
  z-index: 0;
  visibility: hidden;
}

.contenedor-modal {
  width: 100%;
  height: 120%;
  padding-top: 20rem;
  transform: translateY(-5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 870px) {
  .contenedor-modal {
    padding-top: 15rem;
  }
}
@media (min-width: 1260px) {
  .contenedor-modal {
    padding-top: 12rem;
  }
}
@media (max-height: 450px) {
  .contenedor-modal {
    padding-top: 9rem;
  }
}

.modal-galeria {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
@media (min-width: 870px) {
  .modal-galeria {
    width: 70%;
  }
}
@media (min-width: 1260px) {
  .modal-galeria {
    width: 55%;
  }
}
@media (min-width: 1600px) {
  .modal-galeria {
    width: 45%;
  }
}
@media (max-height: 450px) {
  .modal-galeria {
    width: 43%;
  }
}

.modal-carrusel, .modal-carrusel2 {
  display: flex;
  flex-direction: row;
  margin-left: -100%;
}

.carrusel-irlanda, .carrusel-britania {
  width: 600%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.modal-carrusel-item, .modal-carrusel-item2 {
  width: 90rem;
  height: auto;
}
@media (min-width: 870px) {
  .modal-carrusel-item, .modal-carrusel-item2 {
    width: 104rem;
  }
}
@media (min-width: 1260px) {
  .modal-carrusel-item, .modal-carrusel-item2 {
    width: 140rem;
  }
}
.modal-carrusel-item img, .modal-carrusel-item2 img {
  min-width: 100%;
  height: auto;
}

.slider-boton {
  position: absolute;
  align-items: center;
  width: 3rem;
  height: 10rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.5rem;
  background-color: #000000;
  opacity: 0.5;
  display: inline-block;
}

.modal-boton-izq {
  z-index: 122;
  left: 1rem;
}
@media (min-width: 870px) {
  .modal-boton-izq {
    left: 5rem;
  }
}
@media (min-width: 1260px) {
  .modal-boton-izq {
    left: 20rem;
  }
}

.modal-boton-der {
  z-index: 122;
  right: 1rem;
}
@media (min-width: 870px) {
  .modal-boton-der {
    right: 5rem;
  }
}
@media (min-width: 1260px) {
  .modal-boton-der {
    right: 20rem;
  }
}

.slider-boton:hover {
  opacity: 0.7;
}

.modal-boton-cerrar {
  position: absolute;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 1260px) {
  .modal-boton-cerrar {
    bottom: 20%;
  }
}
@media (min-width: 1600px) {
  .modal-boton-cerrar {
    bottom: 15%;
  }
}
@media (max-height: 450px) {
  .modal-boton-cerrar {
    bottom: 13%;
  }
}
.modal-boton-cerrar a {
  color: #FFFFFF !important;
  -webkit-color: #FFFFFF !important;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/*termina modal*/
/**Paginas Internas**/
/*empieza Header*/
.header {
  width: 100%;
  overflow-y: hidden;
}

.nav {
  background-color: #12558C;
  overflow: hidden;
}

.menu-oculto {
  z-index: 100;
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.barra {
  width: 100%;
  min-height: 13rem;
  display: flex;
}
@media (min-width: 300px) {
  .barra {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 870px) {
  .barra {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .barra {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.logo-inicio {
  display: flex;
}
@media (min-width: 300px) {
  .logo-inicio {
    margin: 5rem;
    margin-left: 3rem;
    margin-right: 0;
    padding-top: 3rem;
  }
}
@media (min-width: 870px) {
  .logo-inicio {
    padding-top: 1.5rem;
    display: block;
    margin: auto;
  }
}
@media (min-width: 1260px) {
  .logo-inicio {
    padding-top: 0;
    margin-left: 8rem;
  }
}
@media (min-width: 1600px) {
  .logo-inicio {
    margin-left: 0;
  }
}
@media (min-width: 300px) {
  .logo-inicio img {
    width: 15rem;
    height: auto;
  }
}
@media (min-width: 870px) {
  .logo-inicio img {
    width: 22rem;
    height: auto;
  }
}

.derecha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navegacion {
  display: flex;
  flex-direction: column;
}
@media (min-width: 300px) {
  .navegacion {
    padding-right: 1rem;
  }
}
@media (min-width: 870px) {
  .navegacion {
    flex-direction: row;
  }
}
.navegacion a {
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media (min-width: 300px) {
  .navegacion a {
    padding: 0 4rem;
    padding-bottom: 2rem;
    margin-right: 2rem;
    text-align: end;
  }
}
@media (min-width: 870px) {
  .navegacion a {
    padding: 0 4rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 1260px) {
  .navegacion a {
    padding: 0 4rem;
  }
}
.navegacion a:last-child {
  padding-right: 4rem;
}
@media (min-width: 870px) {
  .navegacion a:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1260px) {
  .navegacion a:last-child {
    margin-right: 8rem;
  }
}
@media (min-width: 1600px) {
  .navegacion a:last-child {
    margin-right: 0;
  }
}
.navegacion a:hover {
  color: #FFC94C;
}

.navegacion-oculta a {
  color: #000000;
}

.logo-menu {
  width: 5rem;
  height: 6rem;
  display: flex;
  justify-content: flex-end;
  margin: 6rem;
  cursor: pointer;
}
.logo-menu img {
  width: 4rem;
  height: 5rem;
}

.logo-menu:hover {
  scale: 1.1;
  transition: 0.3s;
}

@media (min-width: 870px) {
  .logo-menu {
    display: none;
  }
}

#navbar, #navbar-oculto {
  text-align: center;
}

@media (min-width: 870px) {
  #navbar, #navbar-oculto {
    visibility: visible;
    opacity: 1;
    display: flex;
  }
}

#btnMenu, #btnMenu-oculto {
  display: none;
}

.checked {
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  display: none;
}

.not-checked {
  margin-right: 0;
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
  display: flex;
}

/*termina header*/
/* empieza footer*/
.footer {
  background-color: #12558C;
  width: 100%;
  justify-content: space-between;
  min-height: 6rem;
}

.footer-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1260px) {
  .footer-cont {
    flex-direction: row;
  }
}

.footer-cont-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-cont-div p {
  color: #FFFFFF;
  font-family: "rubik", sans-serif;
  font-size: 1.5rem;
}

.icono img {
  width: 3rem;
  height: 3rem;
  margin: 0 1rem;
}
@media (min-width: 1260px) {
  .icono img {
    margin: 0 2rem;
  }
}

.icono-tel {
  margin: 0 1rem;
  color: #FFFFFF !important;
  -webkit-color: #FFFFFF !important;
}
@media (min-width: 1260px) {
  .icono-tel {
    margin: 0 2rem;
  }
}

a[href^=tel] {
  color: #FFFFFF !important;
  text-decoration: none;
}

.footer-div-izq {
  text-align: center;
}
@media (min-width: 1260px) {
  .footer-div-izq {
    margin-left: 4rem;
  }
}
@media (min-width: 1600px) {
  .footer-div-izq {
    margin-left: 0;
  }
}

@media (min-width: 1260px) {
  .footer-div-der {
    margin-right: 4rem;
  }
}
@media (min-width: 1600px) {
  .footer-div-der {
    margin-right: 0;
  }
}

/*comienza logo whatsapp*/
.whatsapp {
  position: fixed;
  right: 4rem;
  bottom: 1.5rem;
  z-index: 150;
}
@media (min-width: 870px) {
  .whatsapp {
    right: 10rem;
    bottom: 3rem;
  }
}
@media (min-width: 1260px) {
  .whatsapp {
    right: 3rem;
  }
}

.whatsapp:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.red-w {
  width: 52px;
  height: 52px;
  margin: 0 auto;
}
.red-w img {
  width: 45px;
  height: 45px;
  position: relative;
}

/*termina logo whatsapp*/
/*termina footer*/
/*empiza Pagina de inicio*/
/*empieza video pagina principal*/
.seccion-video {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video video {
  width: 100%;
  display: block;
}

.nuevo-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.elemento-overlay {
  margin: 0 auto;
  text-align: center;
}

.elemento-overlay h1 {
  color: #FFFFFF;
  text-shadow: 0.5rem 0.5rem 0.5rem #000000;
  font-weight: bold;
  margin: auto;
  margin-bottom: 4rem;
}
@media (min-width: 300px) {
  .elemento-overlay h1 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 870px) {
  .elemento-overlay h1 {
    font-size: 3.7rem;
    padding-bottom: 5rem;
  }
}

.btn-video {
  justify-content: center;
  position: absolute;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 0.7rem;
  margin: auto;
  margin-top: 4rem;
}
@media (min-width: 300px) {
  .btn-video {
    padding: 0.7rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 870px) {
  .btn-video {
    font-size: 1.5rem;
    padding: 1rem;
  }
}

.btn-video a {
  color: #000000;
}

.btn-video a:hover {
  color: #FFC94C;
}

/*termina video pagina principal*/
/*empieza Formulario Inicio*/
.form-inicio {
  background-color: #12558C;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.form-inicio_titulo {
  text-align: center;
  font-size: 3.7rem;
  padding: 5rem;
  font-weight: bold;
}

.form-inicio_texto {
  font-size: 2rem;
  color: #FFFFFF;
  padding-bottom: 5rem;
}

.form-inicio_formulario {
  font-size: 1.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  flex-direction: column;
}
.form-inicio_formulario div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1260px) {
  .form-inicio_formulario div {
    flex-direction: row;
  }
}
@media (min-width: 1260px) {
  .form-inicio_formulario {
    flex-direction: row;
  }
}

.form-inicio_formulario label {
  color: #FFFFFF;
  text-align: left;
  width: 8rem;
  padding: 0 1rem;
  margin: 1rem;
  margin-left: 2rem;
}
@media (min-width: 1260px) {
  .form-inicio_formulario label {
    margin-left: 0;
    margin-right: 0;
  }
}

.enviar {
  color: #12558C !important;
  font-weight: 700 !important;
  background-color: #FFFFFF !important;
  -webkit-background-color: #FFFFFF !important;
  width: 10rem;
  height: 3rem;
  border: none;
}

.enviar:hover {
  color: #FFC94C !important;
}

.input {
  width: 27rem;
  height: 3rem;
  border: none;
  border-radius: 5px;
  margin: 1rem;
  margin-left: 3rem;
  min-width: 2.3rem;
}
@media (min-width: 1260px) {
  .input {
    width: 20rem;
    border: none;
    border-radius: 0.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.enviar {
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 1260px) {
  .enviar {
    justify-content: center;
    margin-left: 5rem;
    margin-top: 0;
  }
}

/*Termina Formulario de inicio*/
/* empieza seccion sponsors*/
.creditos {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.creditos-titulo {
  color: #777777;
  text-align: center;
  padding: 5rem;
}

.creditos-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1260px) {
  .creditos-logos {
    flex-direction: row;
  }
}

.creditos-logos img {
  width: 20rem;
  height: auto;
  margin: 1rem;
}

/*termina seccion sponsors*/
/*termina pagina de inicio*/
/*empieza nostros*/
.nosotros-imagen img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nosotros-texto {
  color: #777777;
}
.nosotros-texto h4 {
  text-align: center;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 870px) {
  .nosotros-texto h4 {
    text-align: left;
  }
}
.nosotros-texto p {
  color: #777777;
  text-align: justify;
  padding: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 870px) {
  .nosotros-texto p {
    text-align: start;
    padding: 0;
    padding-bottom: 1rem;
  }
}

/*termina nostros*/
/*empieza fraccionamientos*/
.fracc {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -35px;
}

.fracc-titulo {
  color: #777777;
  font-weight: 700;
  text-align: center;
  margin-top: 12rem;
  margin-bottom: 8rem;
}

.fracc-etiqueta {
  background-color: rgba(55, 131, 183, 0.7019607843);
  border-radius: 0 0 2rem 0;
  width: 17rem;
  height: 4rem;
  display: flex;
  margin-left: 2.7rem;
  margin-bottom: 3rem;
}
@media (min-width: 1260px) {
  .fracc-etiqueta {
    margin-left: 0;
  }
}
.fracc-etiqueta p {
  margin: auto;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.fracc-contenedor {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.fracc-contenedor div {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 870px) {
  .fracc-contenedor {
    flex-direction: row;
    width: 90%;
    margin: 0;
    margin-left: 3rem;
  }
}
@media (min-width: 870px) and (min-width: 1260px) {
  .fracc-contenedor {
    width: 65%;
    margin-left: 0;
  }
}
@media (min-width: 870px) {
  .fracc-contenedor div {
    width: 50%;
  }
}

.fracc-contenedor-img img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.fracc-contenedor-img img:hover {
  filter: brightness(0.8);
}

.fracc-contenedor-desc {
  text-align: left;
}
@media (min-width: 870px) {
  .fracc-contenedor-desc {
    margin-left: 3rem;
  }
}

.fracc-nombre {
  color: #000000;
  font-weight: 700;
  font-size: 1.8rem;
}

.fracc-nombre:hover {
  color: rgba(55, 131, 183, 0.7019607843);
  font-size: 1.85rem;
  transition: 1s;
}

.fracc-ubicacion {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFC94C;
}

.fracc-desc {
  color: #777777;
}

/*empieza carrusel fraccionamientos*/
.carrusel {
  min-height: 38rem;
}

.carrusel-titulo h3 {
  color: #777777;
  font-weight: 700;
}

.carrusel-contenedor {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 4rem;
}
@media (min-width: 870px) {
  .carrusel-contenedor {
    width: 80%;
  }
}

.carrusel-boton {
  position: sticky;
  align-items: center;
  width: 3rem;
  height: 6rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2rem;
  background-color: #000000;
  opacity: 0.5;
  display: inline-block;
  margin-top: 3rem;
}

.boton-der-2 {
  right: 1rem;
}

.slider-boton:hover {
  opacity: 0.7;
}

.carrusel-slide {
  height: auto;
  display: flex;
  flex-direction: row;
}

.carrusel-slide-item {
  width: 29rem;
  height: auto;
  max-height: 18rem;
  margin-right: 5rem;
  margin-left: 1rem;
}
@media (min-width: 1260px) {
  .carrusel-slide-item {
    margin-left: 0;
  }
}
.carrusel-slide-item img {
  width: 35rem;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding-right: 5rem;
}
@media (min-width: 1600px) {
  .carrusel-slide-item img {
    margin: 0 0 0 7rem;
  }
}

.item-stamaria img {
  padding: 5rem;
}
@media (min-width: 1260px) {
  .item-stamaria img {
    width: 35rem;
  }
}

/*termina carrusel fraccionamientos*/
/*termina fraccionamientos*/
/*empieza página balcones de san patricio*/
.balcones {
  display: flex;
  flex-direction: column;
}

.balcones-main {
  width: 90%;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 1260px) {
  .balcones-main {
    width: 70%;
  }
}

.balcones-titulo {
  text-align: center;
}
.balcones-titulo h3 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.balcones-titulo p {
  color: #FFC94C;
  margin-top: 0.5rem;
  font-weight: 700;
}

/*empieza carrusel balcones*/
.balcones-galeria {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.balcones-galeria-carrusel {
  width: 700%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-left: -100%;
}

.galeria-carrusel-item {
  width: 90rem;
  height: auto;
  max-height: 80rem;
}
@media (min-width: 870px) {
  .galeria-carrusel-item {
    width: 104rem;
  }
}
.galeria-carrusel-item img {
  width: 100%;
  height: auto;
}

.slider-boton {
  margin-top: 25%;
  position: absolute;
  align-items: center;
  width: 3rem;
  height: 10rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.5rem;
  background-color: #000000;
  opacity: 0.5;
  display: inline-block;
}

.boton-izq {
  left: 1rem;
}
@media (min-width: 870px) {
  .boton-izq {
    left: 3rem;
  }
}
@media (min-width: 1260px) {
  .boton-izq {
    left: 20rem;
  }
}

.boton-der {
  right: 1rem;
}
@media (min-width: 870px) {
  .boton-der {
    right: 3rem;
  }
}
@media (min-width: 1260px) {
  .boton-der {
    right: 20rem;
  }
}

.slider-boton:hover {
  opacity: 0.7;
}

/*termina carrusel balcones*/
/*empieza información balcones*/
.info {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media (min-width: 1260px) {
  .info {
    margin-left: 3rem;
  }
}
@media (min-width: 1600px) {
  .info {
    margin-left: 0;
  }
}

.info-titulo {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.info-titulo h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}

.info-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -35px;
}
@media (min-width: 870px) {
  .info-cont {
    flex-direction: row;
  }
}

.info-cont-col {
  width: 100%;
  margin-bottom: 3rem;
}
.info-cont-col ul {
  padding: 0 2rem;
}

.lista li::before {
  position: absolute;
  margin-left: -3rem;
  content: url(../img/vineta.png);
}

.lista li {
  padding-left: 1rem;
  padding-right: 6rem;
  font-family: "rubik", sans-serif;
  font-size: 1.6rem;
  color: #777777;
  list-style: none;
}

/*termina información balcones*/
/*empieza visitanos balcones*/
.visitanos {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.visitanos-texto {
  width: 100%;
}
.visitanos-texto h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
}
.visitanos-texto p {
  font-size: 1.6rem;
  color: #777777;
  margin-bottom: 4rem;
}

.visitanos-mapa {
  width: 100%;
}
.visitanos-mapa iframe {
  width: 100%;
  min-height: 35rem;
  margin: 0 auto;
}

/*termina visitanos balcones*/
/*empieza sidebar balcones*/
.balcones-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 80%;
  padding: 2rem;
  margin: 0 auto;
}

.sidebar-logo {
  margin-top: 8rem;
  margin-bottom: 1rem;
}
.sidebar-logo img {
  width: 23rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-texto p {
  color: #777777;
  font-size: 1.6rem;
}
.sidebar-texto h4 {
  color: #777777;
  font-weight: 400;
}

.sidebar-viviendas {
  margin-top: 8rem;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
}
.sidebar-viviendas h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.sidebar-viviendas p {
  color: #777777;
  font-size: 1.6rem;
  margin: 0;
}
.sidebar-viviendas h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFC94C;
  margin: 0;
}

.viviendas-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 870px) {
  .viviendas-cont {
    flex-direction: row;
  }
}

.sidebar-viviendas-titulo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 5rem;
}

.vivienda {
  margin: 0;
  display: flex;
  flex-direction: row;
  text-align: start;
}
@media (min-width: 870px) {
  .vivienda {
    margin: 4rem;
  }
}

.vivienda-img {
  cursor: pointer;
  max-width: 11rem;
  max-height: 10rem;
}
.vivienda-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vivienda-img img:hover {
  opacity: 0.7;
}

.vivienda-info {
  margin-left: 3rem;
}
.vivienda-info h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
.vivienda-info h3:hover {
  color: rgba(55, 131, 183, 0.7019607843);
  transition: 0.5s;
}

/*termina sidebar balcones*/
/*termina página balcones de san patricio*/
/*empieza página los reguiletes*/
.reguiletes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1260px) {
  .reguiletes {
    flex-direction: row;
  }
}

.reguiletes-main {
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem 0 5rem;
}
@media (min-width: 870px) {
  .reguiletes-main {
    padding: 0 5rem 0 8rem;
  }
}
@media (min-width: 1260px) {
  .reguiletes-main {
    width: 65%;
    padding: 0 1rem 0 3rem;
  }
}
@media (min-width: 1600px) {
  .reguiletes-main {
    padding: 0 2rem 0 0;
  }
}

.reguiletes-titulo {
  margin-top: 12rem;
  margin-bottom: 8rem;
}
@media (min-width: 1260px) {
  .reguiletes-titulo {
    padding-left: 3rem;
  }
}
@media (min-width: 1600px) {
  .reguiletes-titulo {
    padding-left: 0;
  }
}
.reguiletes-titulo h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.reguiletes-titulo p {
  color: #FFC94C;
  margin-top: 0.5rem;
  font-weight: 700;
}

/*empieza carrusel reguiletes*/
/*.reguiletes-galeria {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-left: -3rem;

    @include desktop {
        margin-left: 0;
    }

    @include desktopXL {
        margin-left: -3rem;
    }

}


.galeria-carrusel {
    width: 300%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-left: -100%;
}

.galeria-carrusel-item {
    width: 90rem;
    height: auto;
    max-height: 45rem;
    margin-right: 3rem;


    @include tablet {
        width: 104rem;
        max-height: 65rem;
    }


    img {

        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}


.slider-boton {
    margin-top: 35%;
    position: sticky;
    align-items: center;
    width: 3rem;
    height: 10rem;
    color: $blanco;
    font-weight: $bold;
    font-size: 2.5rem;
    background-color: $negro;
    opacity: .5;
    display: inline-block;
}

.boton-izq {
    left: 2.79rem;
}

.boton-der {
    right: .2rem;

}

.slider-boton:hover {
    opacity: .7;
}
*/
/*termina carrusel reguiletes*/
/*empieza información reguiletes*/
.info {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media (min-width: 1260px) {
  .info {
    margin-left: 3rem;
  }
}
@media (min-width: 1600px) {
  .info {
    margin-left: 0;
  }
}

.info-titulo {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.info-titulo h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}

.info-cont {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -35px;
}
@media (min-width: 870px) {
  .info-cont {
    flex-direction: row;
  }
}

.info-cont-col {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 1260px) {
  .info-cont-col {
    width: 33.3333%;
  }
}
.info-cont-col ul {
  padding: 0 2rem;
}

.lista li {
  padding-left: 1rem;
  padding-right: 6rem;
  font-family: "rubik", sans-serif;
  font-size: 1.6rem;
  color: #777777;
  list-style: none;
}

/*termina información reguiletes*/
/*empieza visitanos reguiletes*/
.visitanos {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

.visitanos-texto {
  width: 100%;
}
.visitanos-texto h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
}
.visitanos-texto p {
  font-size: 1.6rem;
  color: #777777;
  margin-bottom: 4rem;
}

.visitanos-mapa {
  width: 100%;
}
.visitanos-mapa iframe {
  width: 95%;
  min-height: 35rem;
  margin: 0 auto;
}

/*termina visitanos reguiletes*/
/*empieza sidebar reguiletes*/
.reguiletes-sidebar {
  width: 100%;
  padding: 2rem;
  padding: 0 3rem 0 5rem;
}
@media (min-width: 870px) {
  .reguiletes-sidebar {
    padding: 0 5rem 0 8rem;
  }
}
@media (min-width: 1260px) {
  .reguiletes-sidebar {
    width: 35%;
    padding: 0 1rem 0 3rem;
  }
}
@media (min-width: 1600px) {
  .reguiletes-sidebar {
    padding: 0 2rem 0 2rem;
  }
}

.sidebar-texto p {
  color: #777777;
  font-size: 1.6rem;
}
.sidebar-texto h4 {
  color: #777777;
  font-weight: 400;
}

.sidebar-viviendas {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.sidebar-viviendas h3 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.sidebar-viviendas p {
  color: #777777;
  font-size: 1.6rem;
  margin: 0;
}
.sidebar-viviendas h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFC94C;
  margin: 0;
}

.sidebar-viviendas-titulo {
  padding-bottom: 5rem;
}

.vivienda {
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
}

.vivienda-img {
  max-width: 11rem;
  max-height: 10rem;
}
.vivienda-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vivienda-img img:hover {
  opacity: 0.7;
}

.vivienda-info {
  margin-left: 3rem;
}
.vivienda-info h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
.vivienda-info h3:hover {
  color: rgba(55, 131, 183, 0.7019607843);
  transition: 0.5s;
}

/*termina sidebar reguiletes*/
/*termina página los reguiletes*/
/*empieza página terreno comercial*/
.terreno {
  display: flex;
  flex-direction: column;
}

.terreno-main {
  width: 80%;
  margin: 0 auto;
}

.terreno-titulo {
  margin-top: 12rem;
  margin-bottom: 8rem;
  text-align: center;
}
.terreno-titulo h3 {
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.terreno-titulo p {
  color: #FFC94C;
  margin-top: 0.5rem;
  font-weight: 700;
}

/*empieza galeria terreno*/
.terreno-galeria {
  display: flex;
  flex-direction: row;
}

.terreno-img {
  display: flex;
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  justify-content: center;
}

/*termina galeria terreno*/
/*empieza sidebar terreno*/
.terreno-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 80%;
  padding: 2rem;
  margin: 0 auto;
}

.sidebar-texto p {
  color: #777777;
  font-size: 1.6rem;
  text-align: center;
}
.sidebar-texto h4 {
  color: #777777;
  font-weight: 400;
}

/*termina sidebar terreno*/
/*termina página terreno comercial*/
/*empieza pagina contacto*/
.contacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 20rem;
}

.contacto h3 {
  color: #000000;
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 20rem;
  margin-bottom: 10rem;
}

.formulario {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
}

.form-div-grid {
  display: grid;
  width: 80%;
  grid-template-columns: 1;
  gap: 2rem;
  grid-template-rows: repeat(8, 1fr);
}
@media (min-width: 1260px) {
  .form-div-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
.form-div-grid input, .form-div-grid textarea {
  min-width: 100%;
  padding: 2rem;
}

.grid1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 1260px) {
  .grid1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.grid2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 1260px) {
  .grid2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.grid3 {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (min-width: 1260px) {
  .grid3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.grid4 {
  grid-column: 1/2;
  grid-row: 4/5;
}
@media (min-width: 1260px) {
  .grid4 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.grid5 {
  grid-column: 1/2;
  grid-row: 5/8;
}
@media (min-width: 1260px) {
  .grid5 {
    grid-column: 1/3;
    grid-row: 3/7;
  }
}

.form-boton {
  width: 15rem;
  height: 5rem;
  margin-top: 5rem;
  font-size: 2rem;
  color: #FFFFFF;
  background-color: #12558C;
  border: none;
  transition: 0.5s;
}

.form-boton:hover {
  background-color: rgba(55, 131, 183, 0.7019607843);
}

.contacto-info-cont {
  display: flex;
  flex-direction: column;
}
@media (min-width: 870px) {
  .contacto-info-cont {
    flex-direction: row;
  }
}

.contacto-info {
  background-color: #12558C;
  display: flex;
  padding: 10rem 0 20rem 0;
}

.info-texto {
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: left;
  align-items: flex-start;
}
@media (min-width: 870px) {
  .info-texto {
    width: 50%;
    margin-left: 4rem;
  }
}
@media (min-width: 1260px) {
  .info-texto {
    width: 33%;
    margin-left: 0;
  }
}
.info-texto h3 {
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10rem;
  margin-left: 4rem;
}
@media (min-width: 1260px) {
  .info-texto h3 {
    margin-left: 0;
  }
}
.info-texto p {
  color: #FFFFFF !important;
  font-size: 1.6rem;
}
.info-texto p a[href^=tel] {
  color: #FFFFFF !important;
  text-decoration: none;
}

.info-texto-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 4rem;
}
@media (min-width: 1260px) {
  .info-texto-div {
    margin-left: 0;
  }
}
.info-texto-div span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}
.info-texto-div span img {
  width: 3rem;
  height: 3.5rem;
  margin: 0 auto;
}

.info-mapa {
  width: 80%;
  margin: 0 auto;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 870px) {
  .info-mapa {
    margin-right: 3rem;
    width: 45%;
  }
}
@media (min-width: 1260px) {
  .info-mapa {
    margin-right: 0;
    width: 66%;
  }
}
.info-mapa iframe {
  width: 90%;
}

/*empiza pagina recomienda*/
.recomienda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recomienda h3 {
  color: rgba(55, 131, 183, 0.7019607843);
  font-size: 4rem;
  margin-top: 20rem;
  margin-bottom: 10rem;
}
.recomienda p {
  width: 80%;
  text-align: center;
  margin: 0.5rem;
}
@media (min-width: 870px) {
  .recomienda p {
    width: 40%;
  }
}

.formulario-recomienda {
  width: 75%;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 4;
  gap: 2rem;
  transform: translateX(-2rem);
}
@media (min-width: 870px) {
  .formulario-recomienda {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 55rem 20rem 5rem;
    transform: translateX(0);
  }
}
.formulario-recomienda legend, .formulario-recomienda label {
  color: #777777;
  font-weight: 700;
  font-size: 2rem;
  margin-left: 2rem;
}
.formulario-recomienda input, .formulario-recomienda textarea, .formulario-recomienda select {
  width: 100%;
  padding: 2rem;
  margin: 2rem;
}

@media (min-width: 870px) {
  .form-div-rec1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media (min-width: 870px) {
  .form-div-rec2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media (min-width: 870px) {
  .form-div-rec3 {
    grid-column: 1/3;
    grid-row: 2/4;
  }
}

.form-div-rec4 {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 10rem;
}
@media (min-width: 870px) {
  .form-div-rec4 {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.form-div-rec4 p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form-div-rec4 p span a {
  color: rgba(55, 131, 183, 0.7019607843);
  font-weight: 700;
}
.form-div-rec4 button {
  margin: 0 auto;
  margin-top: 5rem;
  justify-content: center;
  align-items: center;
}

.recomienda-info-cont {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.recomienda-info {
  background-color: #12558C;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10rem 0 20rem 0;
}

.recomienda-tels {
  width: 15rem;
  margin-left: 1rem;
}
.recomienda-tels a[href^=tel] {
  color: #FFFFFF !important;
  text-decoration: none;
}
@media (min-width: 870px) {
  .recomienda-tels {
    width: auto;
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 1260px) {
  .recomienda-tels {
    width: auto;
  }
}

.rec-info-texto {
  display: flex;
  flex-direction: column;
  width: 90%;
  text-align: left;
  justify-content: center;
  align-items: center;
}
.rec-info-texto h3 {
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
.rec-info-texto p {
  color: #FFFFFF;
  font-size: 1.6rem;
}

.rec-info-text-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 870px) {
  .rec-info-text-div {
    justify-content: center;
  }
}
@media (min-width: 1260px) {
  .rec-info-text-div {
    margin-left: 0;
  }
}
.rec-info-text-div span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}
.rec-info-text-div span img {
  width: 3rem;
  height: 3.5rem;
  margin: 0 auto;
}

.info-tels {
  margin-left: -7rem;
}
@media (min-width: 870px) {
  .info-tels {
    margin-left: 0;
  }
}