:root {
  --primary-color: red;
  --secondary-color: rgb(128, 214, 0);
  --tertiary-color: rgb(255, 217, 217);
  --light-gray-background: rgb(250, 250, 250);
  --regular-gray-background: #f0f0f0;
  --color-font: rgb(86, 86, 86);
  --color-font-alternative: rgb(51, 51, 51);
}

@font-face {
  src: url("../fonts/AvertaStd-Bold.ttf");
  font-family: "AvertaStd-Bold";
}

@font-face {
  src: url("../fonts/Aileron-Regular.otf");
  font-family: "Aileron-Regular";
}

/*! 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.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

img {
  max-width: 100%;
}

/* 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;
}

/* 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;
}

/* a:hover {
  color: #fff;
  text-decoration: none;
} */
/**
 * 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 */
  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;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-size: 1.6rem;
}

p {
  font-family: "Aileron-Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

span {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}

.mobile {
  display: none;
}

.titulo-principal {
  display: none;
}

.section {
  padding: 4rem 0;
}

.container {
  width: 95%;
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.title {
  font-family: "AvertaStd-Bold", sans-serif;
  font-size: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.title::after {
  content: "";
  height: 0.3rem;
  margin-top: 0.5rem;
  width: 6%;
  background-color: var(--primary-color);
}

.title--white--1 {
  color: #fff !important;
}

.title--white {
  font-family: "AvertaStd-Bold", sans-serif;
  font-size: 3rem;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.title--white::after {
  content: "";
  height: 0.3rem;
  margin-top: 0.5rem;
  width: 6%;
  background-color: #fff;
}

/*TITLE GREEN*/

.title--green,
.title--greentwo {
  font-family: "AvertaStd-Bold", sans-serif;
  font-size: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.title--greentwo {
  text-align: center;
  padding-right: 0;
  margin-bottom: 3rem;
}

.title--green::after {
  content: "";
  height: 0.3rem;
  margin-top: 0.5rem;
  width: 6%;
  background-color: var(--secondary-color);
}

.title--greentwo::after {
  content: "";
  height: 0.3rem;
  width: 10%;
  background-color: var(--secondary-color);
  right: 50%;
  position: absolute;
  bottom: -0.5rem;
  transform: translatex(50%);
}

.title--green .proyectos__description__data__content__item__text ul li::before {
  content: "\2022";
  color: var(--secondary-color);
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

/*TITLE ORANGE*/

.title--orange,
.title--orangetwo {
  font-family: "AvertaStd-Bold", sans-serif;
  font-size: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.title--orangetwo {
  text-align: center;
  padding-right: 0;
  margin-bottom: 3rem;
}

.title--orange::after {
  content: "";
  height: 0.3rem;
  margin-top: 0.5rem;
  width: 6%;
  /*background-color: var(--secondary-color);*/
  background-color:#ff9900;
}

.title--orangetwo::after {
  content: "";
  height: 0.3rem;
  width: 10%;
  /*background-color: var(--secondary-color);*/
  background-color: #ff9900;
  right: 50%;
  position: absolute;
  bottom: -0.5rem;
  transform: translatex(50%);
}

ul.listas_orange li::before {
  content: "\2022";
  color: #ff9900 !important;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

.listas_orange li::before {
  content: "\2022";
  color: #ff9900 !important;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

/*TITLE RED*/

.title--red,
.title--redtwo {
  font-family: "AvertaStd-Bold", sans-serif;
  font-size: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.title--redtwo {
  text-align: center;
  padding-right: 0;
  margin-bottom: 3rem;
}

.title--red::after {
  content: "";
  height: 0.3rem;
  margin-top: 0.5rem;
  width: 6%;
  /*background-color: var(--secondary-color);*/
  background-color: #b40000;
}

.title--redtwo::after {
  content: "";
  height: 0.3rem;
  width: 10%;
  /*background-color: var(--secondary-color);*/
  background-color: #b40000;
  right: 50%;
  position: absolute;
  bottom: -0.5rem;
  transform: translatex(50%);
}

/*TITLE RED PRIMARY*/

.title--red--primary,
.title--red--primarytwo {
  font-family: "AvertaStd-Bold", sans-serif;
  font-size: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.title--red--primarytwo {
  text-align: center;
  padding-right: 0;
  margin-bottom: 3rem;
}

.title--red--primary::after {
  content: "";
  height: 0.3rem;
  margin-top: 0.5rem;
  width: 6%;
  background-color: var(--primary-color);
  /*background-color: #b40000;*/
}

.title--red--primarytwo::after {
  content: "";
  height: 0.3rem;
  width: 10%;
  background-color: var(--primary-color);
  /*background-color: #b40000;*/
  right: 50%;
  position: absolute;
  bottom: -0.5rem;
  transform: translatex(50%);
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: "AvertaStd-Bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #111;
}

.active {
  background-color: var(--primary-color);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #f1f2f6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  /*content: "\02795";*/
  /* Unicode character for "plus" sign (+) */
  content: "+";
  font-size: 30px;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.active:after {
  /*content: "\02795";*/
  /* Unicode character for "plus" sign (+) */
  content: "-";
  font-size: 40px;
  color: #fff;
  float: right;
  margin-top: -10px;
  margin-left: 0 !important;
}

.slider-fotos {
  overflow-x: hidden;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-prev {
  left: 1rem;
}

.slick-next {
  right: 6.5rem;
}

.slick-next:before,
.slick-prev:before {
  font-size: 8rem;
  color: var(--primary-color);
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: 100%;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
}

.header__data {
  /* background-color: var(--primary-color); */
}

.header__redes {
  padding: 1rem 0;
}

.header__nav__container {
  /* width: 85%; */
  /* margin: auto; */
}

.header__redes__container {
  display: flex;
  justify-content: flex-end;
}

.header__redes__content {
  color: gray;
  font-size: 3rem;
  display: flex;
}

.header__redes__content__icon {
  margin-left: 1rem;
  margin-left: 1rem;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  background: transparent;
}

.redes .facebook:hover,
.facebook:hover {
  background: #29487d;
}

.redes .instagram:hover,
.instagram:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.redes .twitter:hover,
.twitter:hover {
  background: #71c9f8;
}

.redes .youtube:hover,
.youtube:hover {
  background: #000;
}

.slick-next,
.slick-prev {
  height: 70px;
}

.projects__sale__grid__article__cover__img img {
  width: 100%;
}

.header__redes__content__icon:first-of-type {
  margin-left: 0;
}

.header__data {
  padding: 0.5rem 0;
  background-color: #fff;
}

.header__data__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__data__flex__logo {
  width: 36rem;
}

/*.header__data__flex__logo img{
  max-width: 91% !important;
}*/

.header__data__flex__item {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.header__data__flex__item__icon {
  font-size: 2.8rem;
  color: gray;
  opacity: 0.7;
}

.header__data__flex__item__data {
  margin-left: 1rem;
}

.header__data__flex__item__data__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "AvertaStd-Bold", sans-serif;
}

.header__data__flex__item__data__content {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-family: "AvertaStd-Bold", sans-serif;
}

.header__nav {
  /* background-color: var(--primary-color); */
  width: 100%;
}

.header__nav__menu {
  list-style: none;
  display: flex;
  color: #000;
}

.header__nav__menu__item {
  flex: 1;
  position: relative;
}

.header__nav__menu__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "AvertaStd-Bold", sans-serif;
  font-weight: 700;
  text-align: center;
  /*transition: background-color 0.5s;*/
  font-size: 1.8rem;
  /* color: #fff; */
}

.header__nav__menu__link--visited {
  /*background-color: #ff6161;*/
  background-color: var(--primary-color);
}

.header__nav__menu__link:hover {
  /*background-color: #ff6161;*/
  background-color: var(--primary-color);
  color: #fff;
}

.submenu {
  list-style: none;
}

.submenu {
  display: none;
  position: absolute;
  min-width: 140px;
  width: 25rem;
  /* background: var(--primary-color); */
  background:#fff;
}

.header__nav__menu__item:hover>.submenu {
  display: block;
  z-index: 2;
  transition: all .3s ease-in-out;
}

.submenu li {
  position: relative;
  color: #000;
}

.submenu li a {
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  padding: 15px 10px;
  transition: all .3s ease-in-out;
  color: #000;
  background: #fff;
}

.submenu li a:hover {
  background-color: var(--primary-color);
  /* background-color: #000; */
  border-bottom: 1px solid #fff;
  color: #fff;
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner__button-left,
.banner__button-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  font-size: 3rem;
  color: #fff;
  transform: translateY(-50%);
  width: 5rem;
  height: 7rem;
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

.banner__button-left:hover,
.banner__button-right:hover {
  background-color: #000;
}

.banner__button-left {
  left: 8rem;
}

.banner__button-right {
  right: 8rem;
}

.banner__slider__cover,
.banner__slider__cover__img,
.banner__slider__cover__img img {
  width: 100%;
}

.banner__slider__cover {
  position: relative;
}

.slide_text {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: auto;
  z-index: 9;
  justify-content: flex-end;
  align-items: flex-end;
}

.slide_text__h2 {
  background: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  padding: 20px 18px;
  width: 100%;
  font-family: "AvertaStd-Bold", sans-serif;
}

.projects__cover {
  background-color: #fa1111;
  color: #fff;
  padding: 3rem 0 7rem;
}

.projects__cover__title {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1rem;
}

.projects__cover__text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0.5rem;
}

.projects__sale {
  background-color: #dfdfdf;
  padding: 0;
  position: relative;
}

.projects__sale__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  transform: translateY(-7%);
}

.projects__sale__grid__article__data {
  background-color: var(--primary-color);
  padding: 3rem;
  color: #fff;
  outline: 0.1rem solid #fff;
  outline-offset: -1rem;
}

.projects__sale__grid__article__data__title {
  font-size: 2.3rem;
  font-family: "AvertaStd-Bold", sans-serif;
}

.projects__sale__grid__article__data__subtitle {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}

.projects__sale__grid__article__data__description,
.projects__sale__grid__article__data__description p {
  margin-top: 1.5rem;
  line-height: 1.3;
  text-align: justify;
}

.projects__sale__grid__article__data__button {
  display: inline-block;
  margin-top: 2rem;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  transition: all .3s ease-in-out;
}

.projects__sale__grid__article__data__button:hover {
  background-color: #777;
  color: #fff;
}

.projects__sale__grid__article__data__button div {
  display: flex;
  align-items: center;
  font-family: "AvertaStd-Bold", sans-serif;
}

.projects__sale__grid__article__data__button div svg {
  font-size: 2rem;
  margin-left: 0.5rem;
}

.video--modify {
  background-color: var(--light-gray-background);
  padding-left: 7rem;
  padding-right: 7rem;
}

.video__container {
  display: flex;
  justify-content: center;
}

.video__container iframe {
  width: 90%;
  height: 50rem;
  border-radius: 2rem;
}

.team__grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
  gap: 3rem;
}

.team__gridEquipo {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: flex-start;
  gap: 3rem;
}

.team__grid__about {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: flex-start;
}

.team__grid__about__cover {
  position: relative;
}

.team__grid__about__cover__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team__grid__about__cover__text {
  cursor: pointer;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Aileron-Regular", sans-serif;
  font-size: 2rem;
  padding: 1rem;
  transform: translate(-50%, -50%);
  color: #fff;
}

.team__grid__about__data {
  background-color: #f1f2f6;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.team__grid__about__data__text {
  font-family: "Aileron-Regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 2.5rem;
  text-align: justify;
}

.team__grid__about__data__firm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0rem;
}

.team__grid__accordion {
  overflow: hidden;
  height: 100%;
}

.team__grid__accordion__text,
.team__grid__accordion__text p {
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  font-family: "Aileron-Regular", sans-serif;
  line-height: 1.5;
  text-align: justify;
}

.team__grid__accordion__text p {
  padding: 0;
}

.achievements {
  background-color: #f6f6f7;
  padding: 5rem 0;
}

.achievements__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.achievements__grid__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.achievements__grid__item__number {
  font-size: 3.5rem;
  letter-spacing: .1rem;
  margin-top: .8rem;
  margin-right: 1.2rem;
  font-family: "AvertaStd-Bold", sans-serif;
  font-weight: 700;
}

.achievements__grid__item__text {
  color: #828282;
  margin-top: .6rem;
}

.supports {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.supports__title {
  align-items: center;
}

.supports__grid {
  display: flex;
  align-items: flex-end;
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 3rem;
  justify-content: space-around;
}

.contact {
  padding: 2rem 0;
  position: relative;
}

.contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/building.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  top: 0;
  left: 0;
  z-index: -1;
}

.contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.contact__grid__img {
  background-color: #fff;
  padding: 1rem;
  display: flex;
}

.contact__grid__img img {
  object-fit: cover;
}

.contact__grid__item {
  color: #e6e6e6;
}

.contact__grid__item__title {
  font-size: 3rem;
  font-weight: 700;
}

.contact__grid__item__text {
  margin-top: 1rem;
  font-size: 1.5rem;
  max-width: 45rem;
  line-height: 1.5;
}

.form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.form__input input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 1.2rem 2.2rem;
  font-family: "Aileron-Regular", sans-serif;
  color:#666;
  font-size: 1.4rem;
}

.form__input select {
  width: 100%;
  height: 100%;
  border: none;
  padding: 1.2rem 2.2rem;
  font-family: "Aileron-Regular", sans-serif;
  font-size: 1.4rem;
  color: #888;
  font-weight: normal;
}

/*.form__input:nth-child(6) {
  grid-column: 1/3;
}

.form__input:nth-child(7) textarea {
  height: 20rem;
  width: 100%;
  padding: 1.2rem 2.2rem;
  font-family: "Aileron-Regular", sans-serif;
}*/

/*.form-contacto__input:nth-child(8) textarea {
  grid-column: 1/3;
}*/

.form-contacto__input:nth-child(18),
.form-contacto__input:nth-child(19) {
  grid-column: 1/3;
}

.form-contacto__input:nth-child(19) textarea {
  height: 10rem;
  width: 100%;
  font-family: "Aileron-Regular", sans-serif;
  color: #666;
}

.submit_activado {
  border: none;
  border-radius: 1rem;
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  font-family: "AvertaStd-Bold", sans-serif;
  padding: 1rem;
}

.submit_desactivado {
  border: none;
  border-radius: 1rem;
  background: #d4d4d4;
  color: #fff;
  cursor: pointer; 
  font-family: "AvertaStd-Bold", sans-serif;
  padding: 1.4rem 2.5rem;
}

.form__submit {
  border: none;
  border-radius: 1rem;
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  font-family: "AvertaStd-Bold", sans-serif;
  padding: 1.4rem 2.5rem;
  transition: background-color 0.7s;
}

.form__submit:hover {
  background-color: #ff6161;
}

.footer__top {
  background-color: var(--primary-color);
}

.footer__top__nav {
  display: flex;
  list-style: none;
  margin-top: 5rem;
}

.footer__top__nav li {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Aileron-Regular", sans-serif;
  font-size: 1.4rem;
  border-left: 0.1rem solid #fff;
  padding: 0.5rem 0;
}

.footer__top__nav li a {
  border-bottom: 2px solid transparent;
  padding: 0 10px 5px 10px;
  transition: all .3s ease-in-out;
}

.footer__top__nav li:hover a {
  border-bottom: 2px solid #fff;
}

.footer__top__nav li:first-of-type {
  border-left: none;
}

/* .footer__top__nav li:last-of-type {
  text-transform: none;
} */

.footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.footer__grid__item__logo {
  width: 28rem;
  margin-top: 2rem;
}

.footer__grid__data__text {
  color: #fff;
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "Aileron-Regular", sans-serif;
}

.footer__grid__contact {
  color: #fff;
  border-left: 0.3rem solid #fff;
  padding-left: 2.5rem;
  padding-bottom: 4rem;
}

.footer__grid__contact svg {
  color: #fff;
}

.footer__grid__contact__reports__title,
.footer__grid__contact__emails__title {
  font-family: "AvertaStd-Bold", sans-serif;
  font-size: 2.1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer__grid__contact__reports__text,
.footer__grid__contact__emails__text {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.footer__grid__contact__reports__text svg,
.footer__grid__contact__emails__text svg {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

.footer__grid__contact__emails {
  margin-top: 2rem;
}

.footer__address {
  background-color: #1f1f1f;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.footer__address__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .1rem;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.footer__address__text svg {
  margin-right: 1rem;
  font-size: 3rem;
}

.footer__credits {
  padding: 2rem 0;
}

.footer__credits__container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer__credits__copyright {
  font-weight: 700;
  font-family: "AvertaStd-Bold", sans-serif;
}

.footer__credits__developed {
  display: flex;
  margin-left: 1rem;
  align-items: center;
}

.footer__credits__developed__text {
  color: gray;
}

.footer__credits__developed__link {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.footer__credits__developed__link__text {
  font-weight: 700;
}

.footer__credits__developed__link__img {
  margin-left: 1rem;
}

.redes,
.redes--red {
  position: fixed;
  top: 50%;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
}

.redes .redes__icon {
  background: var(--primary-color);
  font-size: 3rem;
  width: 50px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
}

.redes--red .redes__icon {
  background: var(--primary-color);
}

.whatsaap {
  position: fixed;
  right: 1.5rem;
  top: 9rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  animation: infinite resplandorAnimation 2s;
  filter: saturate(3);
}

.whatsaap:hover {
  animation: none;
  filter: saturate(1);
}

@keyframes resplandorAnimation {
  0% {
    box-shadow: 0px 0px 3px 1px #80d600;
    opacity: 1;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #80d600;
    opacity: 0.3;
  }

  50% {
    box-shadow: 0px 0px 3px 1px #80d600;
    opacity: 1;
  }

}

.form-contacto {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  padding: 4rem;
  gap: 2rem;
}

/*.form-contacto__input:nth-child(5),
.form-contacto__input:nth-child(6) {
  grid-column: 1/3;
}*/

.form-contacto__input__title {
  font-family: "AvertaStd-Bold", sans-serif;
  color: #666;
}

.form-contacto__input__title2 {
  font-family: "AvertaStd-Bold", sans-serif;
  color: #999;
  font-size: 13px;
  font-weight: 100;
}

.form-contacto__input__title span,
.form-contacto__input__title2 span {
  color: #ffc153;
}

.form-contacto__input input,
.form-contacto__input select,
.form-contacto__input textarea {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  resize: none;
  border: 0.1rem solid #bbbbbb;
  color:#666;
}

.form-contacto__input input[type="radio"]{
  width: auto;
}

.form-contacto__details {
  grid-column: 1/3;
}

.form-contacto__details__requerid {
  color: gray;
}

.form-contacto__details__check {
  margin-top: 2rem;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-contacto__details__check:hover input~.checkmark {
  background-color: #ccc;
}

.form-contacto__details__check input:checked~.checkmark {
  background-color: red;
}

.form-contacto__details__check input:checked~.checkmark:after {
  display: block;
}

.form-contacto__details__check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-contacto__details__check input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-contacto__details__check__text {
  color: gray;
}

.form-contacto__details__check__text a {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.alinear {
  display: flex;
  align-items: center;
}

.nosotros__description {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.nosotros__description__data {
  background-color: var(--primary-color);
  padding: 8rem;
  outline: 0.25rem solid #fff;
  outline-offset: -3rem;
}

.nosotros__description__data__title {
  font-size: 4rem;
}

.nosotros__description__data__text,
.nosotros__description__data__text p {
  color: #fff;
  font-family: "Aileron-Regular", sans-serif;
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  text-align: justify;
}

.nosotros__description__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nosotros__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.nosotros__content__data {
  background-color: var(--light-gray-background);
  padding: 8rem;
}

.nosotros__content__data--pink {
  background-color: var(--tertiary-color);
  padding: 8rem;
}

.nosotros__content__data__title {
  font-size: 4rem;
}

.nosotros__content__data__text,
.nosotros__content__data__text p {
  font-family: "Aileron-Regular", sans-serif;
  line-height: 1.5;
  margin-top: 3rem;
  font-size: 2.5rem;
  text-align: justify;
}

.nosotros__content__data__text ul {
  list-style: none;
  padding-left: 1rem;
}

.nosotros__content__data__text ul li::before {
  content: "\2022";
  color: var(--primary-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.nosotros__content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nosotros__content__img--inverse {
  grid-column: 1/2;
  grid-row: 1/2;
}

.nosotros__content__img--inverse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proyectos__description {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.proyectos__description__data {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 7rem;
}

.proyectos__description__data--modify {
  padding: 7rem;
  color: #000;
}

.proyectos__description__data__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.proyectos__description__data__content__item__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.proyectos__description__data__content__item__text ul {
  list-style: none;
  padding-left: 1.5rem;
}

.proyectos__description__data__content__item__text ul li::before {
  content: "\2022";
  color: var(--secondary-color);
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

.proyectos__description__data__content__item__separation {
  margin-top: 2rem;
}

.proyectos__description__data__title {
  font-size: 4rem;
}

.proyectos__description__data__title::after {
  content: none;
}

.proyectos__description__data__text,
.proyectos__description__data__text p {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-top: 2rem;
  text-align: justify;
}

.proyectos__description__data__icon {
  margin-top: 3rem;
}

.proyectos__description_descargar {
  margin-top: 3rem;
  display: flex;

}

.descargar_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 24px;
  background: #f7f7f7;
  padding: 10px;
  margin-right: 20px;
}

.icon_descargar_pdf {
  color: #fff;
  background: var(--primary-color);
  padding: 6px 10px;
  border-radius: 50%;
}

.descargar_icon p {
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.descargar_icon p span {
  font-size: 16px;
  display: block;
}

.proyectos__description__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proyectos-galeria__title {
  /* padding-left: 7rem; */
  padding-right: 7rem;
  margin-bottom: 3rem;
}

.proyectos-galeria__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
}

.proyectos-galeria__grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
}

.grid2_figure {
  border: 5px solid #f6f6f7;
}

.proyectos-galeria__grid__item__cover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.proyectos-galeria__grid__item__cover__title {
  position: absolute;
  font-family: "AvertaStd-Bold", sans-serif;
  font-size: 2.1rem;
  color: #fff;
  text-transform: uppercase;
}

.proyectos-galeria__grid__item__cover__img img {
  filter: brightness(0.6);
}

.contacto-data__top{
  position: relative;
}

.contacto-data__top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/building.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  top: 0;
  left: 0;
  z-index: -1;
}

.contacto-data__top__container {
  padding: 7rem;
  /*background-color: var(--light-gray-background);*/
}

.contacto-data__content_lr {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: repeat(1, 1fr);  
}

.contacto-data__content {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.contacto-data__content__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.contacto-data__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7rem;
}

.contacto-data__details__title {
  align-items: center;
  margin-bottom: 3rem;
}

.contacto-data__details__item {
  margin-top: 2rem;
}

.contacto-data__details__item:first-of-type {
  margin-top: 0;
}

.contacto-data__details__item__text {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  font-family: "Aileron-Regular", sans-serif;
  margin-left: 1rem;
  text-align: center;
  /*text-decoration: underline;*/
}

.contacto-data__details__item__text:first-of-type {
  margin-left: 0;
}

.contacto-data__details__item__text svg {
  color: var(--primary-color);
  margin-right: .5rem;
}

.contacto-mapa iframe {
  width: 100%;
  height: 55rem;
  border: 7px solid #ccc;
}

.galeria-proyectos__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 6rem;
}

.galeria-proyectos__top {
  background-color: var(--secondary-color);
  height: 8rem;
  margin: 20px 0;
}

.galeria-proyectos__top__container {
  display: flex;
  justify-content: center;
  position: relative;
}

.galeria-proyectos__top__title {
  margin-top: 2.2rem;
  font-size: 3.3rem;
  color: #fff;
}

.galeria-proyectos__top__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  border: 2px solid #a6d479;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.galeria-proyectos__bottom__subtitle {
  background-color: var(--secondary-color);
  padding: 1rem 3rem;
  font-size: 3rem;
  color: #fff;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.alinear__centrar {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal */
.modalmask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalmask:target {
  opacity: 1;
  pointer-events: auto;
}

.modalbox {
  width: 50%;
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.title_modal {
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  line-height: 1;
}

.text_modal,
.text_modal p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}

.text_modal ul{
  padding-left: 30px;
}

.movedown {
  margin: 0 auto;
}

.rotate {
  margin: 10% auto;
  -webkit-transform: scale(-5, -5);
  transform: scale(-5, -5);
}

.resize {
  margin: 10% auto;
  width: 0;
  height: 0;
}

.modalmask:target .movedown {
  margin: 10% auto;
}

.modalmask:target .rotate {
  transform: rotate(360deg) scale(1, 1);
  -webkit-transform: rotate(360deg) scale(1, 1);
}

.modalmask:target .resize {
  width: 400px;
  height: 200px;
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
}

.close:hover {
  background: var(--primary-color);
  color: #FFF;
}

/* mensaje de confirmacion */
.alert_title {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert_title_danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert_title_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.title-message {
  font-size: 20px;
  margin: 10px 0;
}

.cont_alerta {
  width: 45%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 2px solid #fff;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
}

.panel__confirmacion_contacto {
  position: absolute;
  padding: 25px;
  text-align: center;
}

.active__panel__confirmacion {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.box_rpta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

/* menu responsive */
.cont-navMovil {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 75%; */
  /* margin: auto; */
}

.btn-open {
  font-size: 26px;
  color: #000;
  padding: 5px 8px;
  border: .2rem solid #000;
  border-radius: 5px;
  transition: .2s;
  cursor: pointer;
}

.btn-open:hover {
  border: 1px solid #000;
  color: #000;
}

/* 
.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #fa1111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}

.slidenav-mostrar {
  width: 270px;
  width: 100%;
}

.sidenav>a,
.subdrop>a {
  display: flex;
  justify-content: space-between;
  padding: 8px 14px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: all .3s ease-in-out;
}

.sidenav>a:hover {
  color: #f1f1f1;
  background: #262626;
}

.activeMneu {
  background-color: #262626;
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  margin-left: 0;
  text-align: right;
}

.dropdown-btn {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: "AvertaStd-Bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-container {
  background-color: #f1f2f6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.dropdown-container:hover {
  background-color: #ccc;
}

.subdrop>a {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #262626;
}

.subdrop>a:hover {
  background: #a5a5a5;
  color: #fff;
}

.dropdown-btn:after {
  content: "\02795";
  font-size: 16px;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.activeMneu:after {
  content: "\2796";
} */

.menu {
  display: flex;
  flex-direction: column;
  display: none;
  border-top: .1rem solid var(--primary-color);
  background-color: var(--primary-color);
  list-style: none;
}

.menu li {
  font-size: 1.7rem;
  font-family: "AvertaStd-Bold";
  text-transform: uppercase;
  /* color: #fff; */
  padding: 1.5rem;
}

.menu__item {
  /* margin-top: 2.2rem; */
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.menu__item svg{
  margin-left: .5rem;
  font-size: 2.2rem;
  transition :transform .5s;
}
.menu__item--event svg{
  transform: rotate(180deg);
}

.menu__item:first-of-type {
  margin-top: 0rem;
}

.menu__subitem{
  text-transform: uppercase;
  /* margin-top: 2.2rem; */
  color: #000;
  font-family: "AvertaStd-Bold";
}

.menu__subitem:hover{
  text-transform: uppercase;
  /* margin-top: 2.2rem; */
  color: #FFF !important;
  font-family: "AvertaStd-Bold";
  background-color: var(--primary-color) !important;
}

.drop-down{
  display: none;
  /* background-color: #fff; */
  /* background-color: var(--primary-color); */
  /* margin-left: 2rem; */
  background-color: #fff;
  list-style: none;
  color: #000;
}
.ubicaion_mapa {
  width: auto;
  margin-bottom: 25px;
}
.logo1{
  display: block;
}
.logo2{
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 70px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; 
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #999;
  opacity: 0.80;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: var(--primary-color);
  opacity: 0.75;
}
.cerrarModal{
    position: absolute;
    top: 5px;
    z-index: 2;
    background: #fff;
    color: #606061;
    border-radius: 50%;
    border: 1px solid;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 0;
    right: 10px;
    cursor: pointer;
}

.chat-desktop{
    display: block !important;
}
.chat-mobile{
    display: none !important;
}












