a,
ins {
  text-decoration: none;
}
ins,
mark {
  color: #000;
}
dfn,
mark {
  font-style: italic;
}
b,
mark,
strong {
  font-weight: 700;
}
body,
fieldset,
figure,
form,
nav ol,
nav ul,
ol,
ul {
  margin: 0;
}
fieldset,
hr,
img,
legend {
  border: 0;
}
.visuallyhidden,
hr {
  height: 1px;
  padding: 0;
}
fieldset,
hr,
legend,
nav ol,
nav ul,
ol,
ul {
  padding: 0;
}
.hidden,
.invisible {
  visibility: hidden;
}
nav ol,
nav ul,
ul {
  list-style: none;
}
.home-slider .slick-track img:focus,
a:active,
a:focus,
a:hover {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
[hidden],
audio:not([controls]) {
  display: none;
}
.ir,
hr {
  display: block;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
  opacity: 0.7;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
hr {
  border-top: 1px solid #ccc;
  margin: 1em 0;
}
ins {
  background: #ff9;
}
mark {
  background: #ff0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dd {
  margin: 0 0 0 40px;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
td,
textarea {
  vertical-align: top;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.ir,
.visuallyhidden {
  border: 0;
  overflow: hidden;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ir {
  text-indent: -999em;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  clip: rect(0 0 0 0);
  margin: -1px;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
html {
  overflow-y: auto;
}
html ::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
html ::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border: 1px solid #f5f5f5;
}
html ::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
html ::-moz-selection {
  color: #fff;
  background: #90a4ae;
}
html ::selection {
  color: #fff;
  background: #90a4ae;
}
body {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #fff;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
a.underline {
  border-bottom: 1px solid #fff;
}
a.text {
  font-family: Montserrat, "Open Sans", Verdana, Arial, sans-serif;
  padding: 5px;
  color: #00519f;
}
a.text:hover {
  color: #f6b221;
}
a.text.overblue {
  color: #fff;
}
a.text.overblue:hover {
  color: #f6b221;
  opacity: 1;
}
label {
  cursor: auto;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.left {
  float: left;
  width: 50%;
}
.right {
  float: right;
  width: 50%;
}
.block {
  float: left;
  display: block;
}
.fullwidth {
  width: 100%;
}
.halfwidth {
  width: 50%;
}
.thirdwidth {
  width: 33.33%;
}
.centerblock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerblock.column {
  flex-direction: column;
}
.centerblock.wrap {
  flex-wrap: wrap;
}
.centerblock.justifystart {
  justify-content: flex-start;
}
.centerblock.alignstart {
  align-items: flex-start;
}
.center {
  text-align: center;
}
.col-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.col-container.wide {
  max-width: 1366px;
}
.col-container.wider {
  max-width: 1600px;
  padding: 0 25px;
}
@media only screen and (min-width: 1441px) {
  .col-container.wider {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 670px) {
  .col-container.wider {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1441px) {
  .col-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .col-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 670px) {
  .col-container {
    padding: 0 15px;
  }
}
.container-tilted {
  position: relative;
  background-color: #ffc107;
  margin: 100px auto 0;
  padding: 30px 0 25px;
}
.container-tilted::before {
  content: "";
  padding-top: 5.24078%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-image: linear-gradient(-3deg, #ffc107 50%, rgba(0, 0, 0, 0) 50%);
}
@media only screen and (max-width: 670px) {
  .container-tilted {
    margin: 50px auto 0;
    padding-top: 25px;
  }
}
.home-slider {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}
.home-slider .slick-track {
  overflow: hidden;
  transform: none !important;
}
.home-slider .slick-dots {
  bottom: 20px;
}
.home-slider .slick-dots li button {
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100%;
  width: 19px;
  height: 19px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home-slider .slick-dots li button:before {
  font-size: 12px;
  content: "\f111";
  font-family: fontawesome;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
.home-slider .slick-dots li.slick-active button {
  border-color: rgba(255, 255, 255, 0.75);
}
.slick-list {
  padding: 0 !important;
}
.slick-list,
.slick-track {
  height: 100%;
}
.company-section {
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 670px) {
  .home-slider {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  body {
    flex-direction: column;
  }
  .company-section {
    height: 50vh;
  }
}
.company-section#salas a .text-block .logo {
  height: 65px;
}
.company-section#salas a:hover .img-block {
  border: 2px solid #311b92;
}
.company-section#salas a:hover .text-block .button {
  color: #71871b;
}
.company-section#salas a:hover:before {
  background: #b4d632;
  filter: grayscale(0);
}
.company-section#salas a:before {
  background: #94b224;
  filter: grayscale(15%);
}
@media only screen and (max-width: 670px) {
  .company-section#salas a:before {
    background: #94b224;
    filter: grayscale(0);
  }
}
.company-section#insumos a .text-block .logo {
  padding-left: 5px;
}
.company-section#insumos a:hover .img-block {
  border: 2px solid #cc0053;
}
.company-section#insumos a:hover .text-block .button {
  color: #00376c;
}
.company-section#insumos a:hover:before {
  background: #00519f;
  filter: grayscale(0);
}
.company-section#insumos a:before {
  background: #00376c;
  filter: grayscale(15%);
}
.company-section a {
  width: 90%;
  height: 90%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.company-section a .img-block,
.company-section a:before {
  top: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media only screen and (max-width: 670px) {
  .company-section#insumos a:before {
    background: #00376c;
    filter: grayscale(0);
  }
  .company-section a {
    width: 100%;
    height: 100%;
    padding: 25px;
  }
  .company-section a .img-block {
    display: none;
  }
}
.company-section a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  pointer-events: none;
}
.company-section a .img-block {
  width: 50vh;
  height: 50vh;
  max-width: 40vw;
  max-height: 40vw;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.17);
  border-radius: 100%;
  position: relative;
  opacity: 0.7;
  overflow: hidden;
  border: 2px solid transparent;
  transition: 0.3s;
}
.company-section a .img-block .slick-slider {
  width: 100%;
  height: 100%;
}
.company-section a .img-block .slick-slider .slick-slide {
  color: #fff;
  display: flex;
  outline: 0;
  background-size: cover;
  background-position: 50%;
}
.company-section a .text-block {
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 50px 0 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 670px) {
  .company-section a .text-block {
    margin: 0;
    height: 100%;
    justify-content: space-evenly;
  }
}
.company-section a .text-block .logo {
  width: 100%;
  max-width: 400px;
  height: 60px;
  text-align: center;
}
.company-section a .text-block .logo img {
  height: 100%;
  margin: 0 auto;
}
.company-section a .text-block .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 12px;
  margin: 25px 0;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .company-section a .text-block .button {
    padding: 10px 20px;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 670px) {
  .company-section a .text-block .button {
    padding: 10px 20px;
    margin: 0;
  }
}
.company-section a .text-block p {
  color: #fff;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1px;
  margin: 0;
  text-align: center;
  max-width: 400px;
}
@media only screen and (max-width: 1025px) {
  .company-section a .text-block p {
    font-size: 14px;
  }
}
.company-section a:hover {
  opacity: 1;
}
.company-section a:hover .img-block {
  top: -10px;
  opacity: 1;
}
.company-section a:hover .text-block {
  bottom: -10px;
}
.company-section a:hover .text-block .button {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  height: 100vh;
}

.section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  text-align: center;
}

.left,
.right {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  transition: filter 0.3s ease;
}

.left {
  background-image: linear-gradient(to top, rgb(0 0 0 / 98%), rgba(0, 0, 0, 0)),
    url("/assets/img/insumos-salas/Layer-salas.jpg");
}

.right {
  background-image: linear-gradient(to top, rgb(0 0 0 / 98%), rgba(0, 0, 0, 0)),
    url("/assets/img/insumos-salas/Layer-espacios.png");
}

.left:hover,
.right:hover {
  filter: brightness(1.2);
}
.content {
  margin-top: 39rem;
  max-width: 600px;
  max-height: 250px;
  padding: 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 30px;
  margin-top: 1rem;
}

.btn-salas {
  background-color: #b2c43f;
  color: #ffff;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-espacios {
  background-color: #00529c;
  color: #ffff;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease;

}

.btn-salas:hover {
  background-color: #ffffff;
  color: #b2c43f
}

.btn-espacios:hover {
  background-color: #ffffff;
  color: #00529c;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    height: 100%;
  }

  .section {
    height: 50vh;
    width: 100%;
  }

  .content {
    margin-top: 2rem;
    padding: 20px;
    width: 75%;
  }

  h1 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}
