@import url(responsive.css);

/* GENERAL */

/* FONTS */
@font-face {
  font-family: "DIN Pro Bold";
  src: url("../fonts/DINPro/dinpro-bold-webfont.eot");
  src: url("../fonts/DINPro/dinpro-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DINPro/dinpro-bold-webfont.woff2") format("woff2"),
    url("../fonts/DINPro/dinpro-bold-webfont.woff") format("woff"),
    url("../fonts/DINPro/dinpro-bold-webfont.ttf") format("truetype"),
    url("../fonts/DINPro/dinpro-bold-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro Light";
  src: url("../fonts/DINPro/dinpro-light-webfont.eot");
  src: url("../fonts/DINPro/dinpro-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DINPro/dinpro-light-webfont.woff2") format("woff2"),
    url("../fonts/DINPro/dinpro-light-webfont.woff") format("woff"),
    url("../fonts/DINPro/dinpro-light-webfont.ttf") format("truetype"),
    url("../fonts/DINPro/dinpro-light-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro Medium";
  src: url("../fonts/DINPro/dinpro-medium-webfont.eot");
  src: url("../fonts/DINPro/dinpro-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DINPro/dinpro-medium-webfont.woff2") format("woff2"),
    url("../fonts/DINPro/dinpro-medium-webfont.woff") format("woff"),
    url("../fonts/DINPro/dinpro-medium-webfont.ttf") format("truetype"),
    url("../fonts/DINPro/dinpro-medium-webfont.svg#webfontregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro", sans-serif;
  src: url("../fonts/DINPro/dinpro-webfont.eot");
  src: url("../fonts/DINPro/dinpro-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DINPro/dinpro-webfont.woff2") format("woff2"),
    url("../fonts/DINPro/dinpro-webfont.woff") format("woff"),
    url("../fonts/DINPro/dinpro-webfont.ttf") format("truetype"),
    url("../fonts/DINPro/dinpro-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* END FONTS */

html,
body {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "DIN Pro Light", sans-serif;
  font-size: 16px;
  height: 100%;
  width: 100%;

}

h2,
h3,
h4,
h5 {
  margin: 0;
}

h1 {
  font-size: 9vw;
  text-transform: uppercase;
}

h2 {
  font-size: 3vw;
}

h3 {
  font-family: "DIN Pro Light", sans-serif;
  font-size: 1.6vw;
}

h4 {
  font-family: "DIN Pro Bold", sans-serif;
  font-size: 1.4vw;
}

h5 {
  font-family: "DIN Pro Light", sans-serif;
  font-size: 18px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 20px !important;
  bottom: 0;
  top: initial !important;
  /*left: initial !important;*/
}
.buildings {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 20px !important;
  bottom: 0;
  top: initial !important;
}

#developing .swiper-button-next,
.swiper-button-prev {
  background-size: 24px 44px;
}

#developing .swiper-container-horizontal > .swiper-pagination {
  bottom: 14px !important;
}

#developing .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
}

#developing .swiper-wrapper {
  height: 350px !important;
}

#developing .swiper-container {
  height: 400px !important;
}
/*CALL BUTTON*/
.call-button {
  position: fixed;
  right: 5%;
  bottom: 10%;
  transition: transform ease 0.5s;
  z-index: 9999;
}
.call-button img {
  width: 75px;
}
.call-button:hover {
  transform: translateY(-15px);
}

/*// CALL BUTTON*/

/* HERO SECTION */

#hero {
  min-width: 100vw;
  min-height: 100vh;
  margin: 0;
  display: flex;
  overflow-x: hidden;
  /*PROVISORIO*/
  /* background-image: url("../images/banner/banner-6.jpg");
  background-size: cover;
  background-position: 50% 10%; */
  /*//PROVISORIO*/
}
#hero video {
  width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.video-opacity {
  filter: brightness(0.6);
}
.hero-side {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 9vh;
  gap: 10rem;
}
.hero-titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 5px;
  font-family: "DIN Pro" sans-serif;
}
.hero-titulo h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}
.hero-titulo p {
  font-size: 1.5rem;
}
.hero-titulo h1 b {
  font-family: "DIN Pro Bold";
}

/*NAVBAR*/
.navbar {
  background-color: transparent;
}
.navbar .container ul {
  list-style: none;
  display: flex;
  gap: 8rem;
  justify-content: center;
  align-items: center;
}
.navbar .container ul li a {
  color: white;
  font-size: 1rem;
  letter-spacing: 8px;
  padding-bottom: 5px;
}
.navbar .container ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #7f95a3;
}
.navbar .container ul li a:focus {
  text-decoration: none;
}
/* //NAVBAR*/

/*SIDEBAR*/

.sidebar {
  background-color: #1b3e52b4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8vh 0vh 5vh 0vh;
  align-items: center;
  min-width: 200px;
  height: 100vh;
}
.sidebar .sidebar-header .sidebar-brand img {
  width: 120px;
}

.sidebar button {
  background-color: transparent;
  border: none;
}
.sidebar .sidebar-content {
  width: 70px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sidebar-content button a img,
.sidebar-content button img {
  width: 60px;
}

/* //SIDEBAR*/

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* DEVELOPING SECTION */
#developing {
  background-color: white;
  padding-top: 60px;
  width: 100vw;
}

#developing .developing-title,
.about-title {
  color: black;
  padding: 20px 10px 20px 15vh;
  border-left: 15px solid #1c3846;
  letter-spacing: 8px;
  font-weight: 600;
  font-size: 26px;
}
#developing .developing-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100vw;
}
#developing .developing-content a {
  width: 50%;
}
#developing img {
  width: 100%;
  transition: all 0.5s;
}
#developing img:hover {
  transform: scale(1.03);
}
section#developing .block-title {
  background: #fff;
}

section#developing h2 {
  color: #202020;
}

section#developing .col-md-3 {
  height: 350px;
  width: 100%;
  margin-bottom: 15px;
}

section#developing .col-md-3 .col-md-12 {
  height: inherit;
  padding: 0px;
}
section#developing .swiper-slide:nth-child(1) .col-md-12 {
  background: #383a35 url("../images/projects/Icaro-Rio.jpg") no-repeat center
    center;
}
section#developing .swiper-slide:nth-child(2) .col-md-12 {
  background: #383a35 url("../images/projects/Fabbri-icaro-23.jpg") no-repeat
    center center;
}

section#developing .coming-soon {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(10, 10, 10, 0.8);
}

section#developing .project-info {
  width: 100%;
  height: 25%;
  position: absolute;
  padding-top: 10%;
  bottom: 0px;
  background: rgba(10, 10, 10, 0.75);
  text-transform: uppercase;
  text-align: center;

  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

section#developing .project-info.extend {
  position: absolute;
  padding-top: 7% !important;
}
section#developing .project-info.extend:hover:nth-child(1) {
  position: absolute;
  padding-top: 7% !important;
  background: rgba(10, 10, 10, 0.75) !important;
}

section#developing .project-info > p {
  text-transform: none;
  opacity: 0;

  -webkit-transition: 100ms ease-out 0.1s;
  transition: 100ms ease-out 0.1s;
}

section#developing .see-develop {
  width: 100%;
  height: 11%;
  background: #42a891;
  position: absolute;
  bottom: 0;

  -webkit-transition: 200ms ease-out 0.1s;
  transition: 200ms ease-out 0.1s;
}

section#developing .see-develop p {
  font-size: 12px;
  font-weight: 700;
  margin: 0px;
  opacity: 0;
  color: #fff;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section#developing .see-develop p span {
  opacity: 0.7;
}

section#developing .hide-dev {
  width: 100%;
  height: 10px;
  background: #42a891;
  position: absolute;
  bottom: 0;
}

section#developing a:hover .see-develop {
  background: #20846d;
}

/* HOVER EFFECT */

section#developing .col-md-12:hover .project-info {
  height: 100%;
  padding-top: 40%;
}

section#developing .col-md-12:hover .see-develop p,
section#developing .col-md-12:hover .project-info > p {
  opacity: 1;
}

section#developing .col-md-12:hover .see-develop {
  height: auto;
  padding: 20px 0px;
  bottom: 15%;
}

/* END DEVELOPING SECTION */

/*ALL-PROJECTS*/

#all-p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  padding-top: 20px;
  gap: 20px;
  background: #2d2d2d !important;
}
.row-projects {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  gap: 20px;
}
.project-individual {
  position: relative;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.project-individual:hover .display-info {
  top: 0;
}
.display {
  display: none !important;
}
/*//ALL-PROJECTS*/

/*ABOUT SECTION*/

#about {
  background-color: #ffffff;
  min-height: 100vh;
  padding-top: 60px;
}
.about-content {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 8%;
  padding-bottom: 40vh;
  gap: 20vh;
}
.dot {
  background-color: #383838;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot img {
  width: 160px;
}
.about-element {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.about-element p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "DIN Pro", sans-serif;
}
.about-element h4 {
  letter-spacing: 5px;
  color: #383838;
}
.about-element h4,
.about-element p {
  color: black;
  text-align: center;
}
.about-middle {
  width: 100vw;
  min-height: 50vh;
  background-color: #1c3846;
  display: flex;
  justify-content: center;
  position: relative;
}
.about-middle img {
  width: 70%;
  height: 160%;
  min-height: 160%;
  object-position: center 50%;
  object-fit: contain;
  position: absolute;
  top: -60%;
}
.about-history {
  display: flex;
  align-items: start;
  padding: 0% 22%;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  min-height: 70vh;
  color: black;
  gap: 3vh;
  flex-wrap: nowrap;
}
.about-history div {
  margin-bottom: 50px;
}
.about-history div p {
  font-size: 24px;
}
.about-history h2 {
  font-family: "DIN Pro Bold";
  font-size: 40px;
}
.about-history p {
  font-family: "DIN Pro", sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0;
}
/* //ABOUT SECTION*/

/* GALLERY SECTION */

section#slider {
  padding: 0px;
  color: #222222;
  background: #fff url(../images/banner-experiencia.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

section#slider p {
  text-transform: uppercase;
  text-align: center;
  color: white;
}

/* .swiper-wrapper-bg {
  background: #333 url(../images/fabbri_imagen_web_paralax.jpg) !important;
} */
.swiper-wrapper-bg {
  background: #333 url(../images/banner-footer.jpg) !important;
}

section#slider .swiper-slide p {
  font-size: 3rem;
  font-family: "DIN Pro Medium", sans-serif;
}
.slider-footer {
  padding: 0px 20%;
}

section#slider .swiper-wrapper {
  height: 500px;
}

section#slider .swiper-button-prev {
  color: white;
}

section#slider .swiper-container-horizontal > .swiper-pagination {
  bottom: 60px;
  left: 0;
  width: 100%;
}

/* END GALLERY SECTION */

.block-title {
  background: lightgrey;
  color: white;
  padding: 35px 0;
}

section#specification {
  background: #e3e8ea;
  color: #333333;
  padding-bottom: 60px;
}

section#specification ul {
  padding: 0;
  list-style-image: url(../images/list-dot.png);
}

section#specification h4 {
  color: #53bf9a;
  text-transform: uppercase;
  margin-bottom: 10px;
}

section#specification #aside-image {
  max-width: 100%;
  width: 100%;
}

section#specification .block-title {
  background: #20201e;
  color: white;
  margin-bottom: 30px;
  padding: 24px 0;
}

#see-on-google .big-button {
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  background: #d1d5db;
  color: #4c4e51;
  font-family: "DIN Pro Bold", sans-serif;
}

#see-on-google {
  text-decoration: none;
}

#see-on-google:hover .big-button,
#see-on-google:focus .big-button {
  background: #c9c5c1;
}

.my-gallery {
  top: 40px;
}

.my-gallery a > img {
  max-width: 100%;
}

footer {
  background: #1c1d1f;
  padding: 60px 0;
  text-align: center;
  color: white;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

footer p {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
footer p img {
  width: 40px;
  margin: 0 0 8px;
}

footer a {
  color: white;
  letter-spacing: 2px;
}
.send_msg {
  text-decoration: none;
  color: inherit;
}
footer .footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 6vh;
  margin: 2vh 5vh 0vh 0vh;
}
footer .footer-nav li a {
  letter-spacing: 8px;
  font-size: 0.8rem;
}
footer .footer-nav li a:hover,
#priv-btn {
  font-size: 0.8rem;
}
#priv-btn {
  font-size: 0.7rem;
}
footer .footer-nav li a:hover,
#priv-btn:hover {
  color: #7f8588;
  text-decoration: none;
}
#priv-btn:hover {
  color: #4d4e4e;
  text-decoration: none;
}
footer .sidebar-footer button {
  background-color: transparent;
  border: none;
}
footer .sidebar-footer button a img,
footer .sidebar-footer button img {
  width: 50px;
}

#privacity .modal-header,
#privacity .modal-body,
#privacity .modal-footer,
#privacity .modal-body a {
  border: none;
  color: #1c1d1f !important;
  
}

#privacity .modal-content,
#privacity button {
  border-radius: 0;
}

#privacity .modal-header {
  padding: 0 15px;
}

#privacity .modal-content {
  padding: 4vh 3vw;
}

#privacity h4 {
  line-height: 2.5;
}

#privacity .modal-dialog {
  width: 65%;
  min-width: 500px;
}

.modal-header .close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 2.5em;
}

#privacity .modal-title {
  line-height: 2.428571;
}

#privacity .modal-footer {
  text-align: center;
}

#privacity .modal-footer button {
  border-radius: none;
}

#photo-gallery {
  position: relative;
}

#photo-gallery a {
  margin: 0;
  width: 100%;
}

#photo-gallery a img {
  margin: 15% 0 0 0;
  width: 100%;
}

#photo-gallery a:first-child img {
  margin-top: 0;
}

.pswp {
  z-index: 999999999999999999999999999999999999999999999999999999999999 !important;
}

div#contact-form-section,
div#phone-form-section {
  position: fixed;
  top: -100%;
  z-index: 9999999999;
  background: #2d2d2d;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 20px 10px;
  width: 360px;
  right: 6%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div#contact-form-section .container,
div#phone-form-section .container {
  max-width: 100%;
}

div#contact-form-section form {
  margin-top: 10px;
}

div#contact-form-section form input,
div#contact-form-section form textarea {
  background: #eeeeee;
  border-radius: 0;
  border: 0;
  resize: none;
}
div#contact-form-section form input:focus,
div#contact-form-section form textarea:focus {
  outline: none;
  box-shadow: none;
}

div#contact-form-section form .btn-green {
  background: #152d3b;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  padding: 8px 30px;
}

div#contact-form-section.toggle-contact,
div#phone-form-section.toggle-contact {
  top: 60px;
}

textarea:focus,
input:focus {
  outline: 0;
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 #9ecaed;
  box-shadow: 0 0 0 #9ecaed;
}

div#contact-form-section #close-form,
div#phone-form-section #close-phone-form {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  padding: 0 2px 0 4px;
  cursor: pointer;
}

div#contact-form-section #close-form:hover,
div#phone-form-section #close-phone-form:hover {
  background: black;
  color: white;
}

div#phone-form-section strong {
  color: #42a891;
}

#parallax-image {
  display: none;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Loader
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.loader {
  background: #1c1d1f;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader img {
  width: 150px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .loader img {
    top: 40%;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .loader img {
    top: 40%;
  }
}

.easyzoom {
  position: relative;

  /* 'Shrink-wrap' the element */
  display: inline-block;
  display: inline;
  zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff;
}

.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title {
  padding: 20px 10px 20px 15vh;
  border-left: 15px solid #7f96a4;
  letter-spacing: 8px;
  font-weight: 600;
  font-size: 26px;
}
#see-all-p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 60px;
  letter-spacing: 10px;
  border: 1px solid white;
  border-radius: 15px;
  cursor: pointer;
  width: 40%;
}
.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.marco-inf {
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d2d2d;
  width: 100%;
}

.marco-sup {
  height: 25vh;
  display: flex;
  align-items: center;
  background-color: #2d2d2d;
  width: 100%;
}
#slider-projects {
  width: 100%;
  background: #2d2d2d !important;
}

.swiper-project,
.project-individual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.project-adress {
  text-align: center;
  z-index: 22;
  position: absolute;
  bottom: 2%;
  letter-spacing: 5px;
  border-radius: 20px;
  font-size: 12px;
  padding: 3px 18px 3px 18px;
}

.swiper-logo {
  z-index: 22;
  height: 80px;
  position: absolute;
}

.proyecto-terminado {
  height: 480px;
  min-width: 100%;
  object-fit: cover;
  filter: brightness(.5);
}


.display-info {
  position: absolute;
  top: 480px;
  background-color: #111111 !important;
  width: 100%;
  height: 480px;
  z-index: 222;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: top 0.5s; /* Transition for smooth slide up */
  visibility: hidden;
  opacity: 0;
}

.display-info.active {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.content-info {
  margin: 0px 100px;
}

.display-info a button {
  color: white;
  font-size: 12px;
}

.display-info a button:hover {
  color: white;
}

.content-info p {
  letter-spacing: normal;
  text-align: start;
  margin-bottom: 20px;
  font-size: 16px;
}

.display-info button {
  z-index: 22;
  position: absolute;
  background: transparent;
  outline: 0;
  bottom: 5%;
  left: 28%;
  letter-spacing: 5px;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  cursor: pointer;
  font-size: 30px;
}

.swiper-button-next.boton-next {
  background-image: url("/images/arrow-right.svg") !important;
  background-size: 50px !important;
  position: absolute;
  top: 50% !important;
}

/* Media queries para pantallas más pequeñas */
@media (max-width: 1470px) {
  #hero {
    gap: 0;
  }
  .navbar .container ul {
    gap: 4rem;
  }
  .hero-side {
    padding-left: 0;
  }
  #status-button {
    width: 50%;
  }
  #see-all-p {
    width: 50%;
  }
  .about-history {
    padding: 2% 15%;
  }
  #developing .developing-title,
  .about-title,
  .section-title {
    padding: 20px 10px 20px 5vh !important;
  }
}
@media (max-width: 1290px) {
  .navbar .container ul li a {
    font-size: 18px;
    flex-wrap: wrap;
  }
  .navbar .container ul {
    justify-content: start;
  }
  .hero-titulo {
    margin-right: 20vh;
  }
  .slider-footer {
    padding: 0px 10%;
  }
}
@media (max-width: 1145px) {
  .navbar .container ul {
    gap: 2rem;
  }
  .about-content {
    flex-direction: column;
    align-items: center;
    gap: 5vh;
    padding-bottom: 20vh;
  }
  #see-all-p {
    width: 60%;
  }
  .slider-footer {
    padding: 0px 5%;
  }
}
@media (max-width: 990px) {
  h2 {
    font-size: 1.5rem !important;
  }
  h4 {
    font-size: 1.3rem;
  }
  .sidebar {
    height: 100px;
    width: 100%;
    flex-direction: row;
    justify-content: start;
    gap: 10vh;
    padding: 0;
    padding-left: 20px;
  }
  .sidebar .sidebar-content {
    flex-direction: row;
    gap: 0;
  }
  .sidebar .sidebar-content button a img,
  .sidebar .sidebar-content button img {
    width: 45px;
  }
  .navbar {
    display: none;
  }
  #hero {
    flex-direction: column;
  }
  .hero-side {
    justify-content: center;
    margin-top: 15vh;
  }
  .hero-titulo {
    margin: 0;
  }
  .hero-titulo h1 {
    font-size: 3rem;
  }
  .hero-titulo p {
    font-size: 1rem;
  }
  footer .footer-nav {
    gap: 2vh;
    flex-direction: column;
  }
  footer .footer-nav li a {
    letter-spacing: 6px;
    font-size: 0.7rem;
  }
  .developing-title,
  .about-title,
  .section-title {
    padding: 20px 10px 20px 2vh !important;
    font-size: 1rem;
  }
  section.about-history {
    display: none;
  }
  .row-projects {
    flex-direction: column;
  }
  #see-all-p {
    width: 90%;
    padding: 5px 10px;
  }
}
@media (max-width: 650px) {
  .about-middle {
    display: none;
  }
  #see-all-p {
    letter-spacing: 5px;
  }
  .call-button img {
    width: 70px;
  }
  #developing .developing-content {
    flex-direction: column;
  }
  #developing .developing-content a {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .sidebar {
    gap: 5vh;
  }
  #hero {
    overflow-x: hidden;
  }
  .sidebar{
    width: 100%;
  }
  .sidebar-header {
    width: 20%;
  }
  .sidebar .sidebar-header .sidebar-brand img {
    width: 80px;
  }
  .sidebar-content{
    width: 80%;
  }
  .sidebar .sidebar-content button img,
  .sidebar .sidebar-content button a img{
    width: 40px;
  }
  footer .footer-nav li a {
    letter-spacing: 6px;
    font-size: 0.8rem;
  }
  #developing .developing-content {
    padding: 0;
  }
  .about-element {
    gap: 1rem;
  }
  .about-element p {
    font-size: 18px;
  }
  .about-element h4 {
    font-size: 20px;
  }
  .dot {
    width: 100px;
    height: 100px;
  }
  .dot img {
    width: 100px;
  }
}
/*------------------*/
