* {
  margin: 0;
  padding: 0;
}
/*---------------------------Fuentes----------------------------*/
@font-face {
  font-family: "Rubik Black";
  src: url("/fonts/Rubik/Rubik-Black.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Black";
  src: url("/fonts/Rubik/Rubik-Black.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: bold;
  font-display: block;
}

@font-face {
  font-family: "Rubik Black";
  src: url("/fonts/Rubik/Rubik-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Black";
  src: url("/fonts/Rubik/Rubik-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Medium";
  src: url("/fonts/Rubik/Rubik-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Medium";
  src: url("/fonts/Rubik/Rubik-Medium.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: bold;
  font-display: block;
}

@font-face {
  font-family: "Rubik Medium";
  src: url("/fonts/Rubik/Rubik-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rubik Medium";
  src: url("/fonts/Rubik/Rubik-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Light";
  src: url("/fonts/Rubik/Rubik-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Light";
  src: url("/fonts/Rubik/Rubik-Light.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: bold;
  font-display: block;
}

@font-face {
  font-family: "Rubik Light";
  src: url("/fonts/Rubik/Rubik-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rubik Light";
  src: url("/fonts/Rubik/Rubik-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Regular";
  src: url("/fonts/Rubik/Rubik-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Regular";
  src: url("/fonts/Rubik/Rubik-Regular.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: bold;
  font-display: block;
}

@font-face {
  font-family: "Rubik Regular";
  src: url("/fonts/Rubik/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Rubik Regular";
  src: url("/fonts/Rubik/Rubik-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*------------------Generales------------------*/
body {
  font-family: "Rubik Regular";
}
h1 {
  font-size: 77px;
  line-height: 79px;
  font-family: "Rubik Medium";
  color: #f36c21;
  text-transform: uppercase;
}
h2 {
  font-family: "Rubik Medium";
  font-size: 40px;
  line-height: 44px;
  color: #f36c21;
  text-transform: uppercase;
}
h3 {
  font-family: "Rubik Medium";
  font-size: 30px;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
}
h4 {
  font-family: "Rubik Medium";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #353535;
}
h5 {
  font-family: "Rubik Light";
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: white;
}
p {
  font-family: "Rubik Light";
  color: #000000;
  font-size: 18px;
  line-height: 25px;
}
span,
#containerNavFooter li a {
  font-family: "Rubik Light";
  font-size: 15px;
  line-height: 26px;
  color: #353535;
}
.mobileElement {
  display: none !important;
}
a {
  cursor: pointer;
}
.titles {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 30px;
  letter-spacing: 1px;
  max-width: 900px;
  margin: auto auto 3rem;
}
section {
  padding: 3rem 0;
}
.button-one {
  color: #f36c21;
  background: transparent;
  border: 1px solid #f36c21;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 30px;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.button-one:hover {
  background: #f36c21;
  color: white;
}
.button-two {
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 30px;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.button-two:hover {
  background: white;
  border: 1px solid white;
  color: #f36c21;
}
.button-three {
  color: #f36c21;
  background: white;
  border: 1px solid white;
  font-family: "Rubik Medium";
  border-radius: 30px;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 20px;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.button-three:hover {
  background: #f36c21;
  border: 1px solid #f36c21;
  color: white;
}
.button-slider {
  color: white;
  border: 2px solid white;
  border-radius: 24px;
  padding: 10px 30px;
  font-family: "Rubik Medium";
  transition: 0.5s all ease-in-out;
}
.button-slider:hover {
  background: #f36c21;
  border: 2px solid #f36c21;
}
.portada {
  width: 100%;
}
.portada img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #f36c21 !important;
  font-size: 20px !important;
}
.slick-dots li button:before {
  color: #d0d0d0 !important;
  opacity: 1 !important;
  font-size: 20px !important;
}
/* -------------Header--------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 65px;
  z-index: 2;
  background: white;
  box-shadow: 1px 6px 35px -12px rgb(0 0 0 / 22%);
  -webkit-box-shadow: 1px 6px 35px -12px rgb(0 0 0 / 22%);
  -moz-box-shadow: 1px 6px 35px -12px rgba(0, 0, 0, 0.22);
}
.row {
  height: 100%;
}
.desktop-menu {
  height: 100%;
}
header .container {
  height: 100%;
  width: 95%;
  margin: auto;
}
.row > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#headerLogoLink {
  display: flex;
}
#logoHeader {
  width: 160px;
}
.mainmenu {
  display: flex;
}
.mainmenu li {
  margin: 0px 25px;
  display: inline;
  list-style: none;
}
.mainmenu li a {
  position: relative;
  line-height: 17px;
  font-size: 16px;
  font-family: "Rubik Medium";
  cursor: pointer;
  padding-bottom: 5px;
  color: #353535;
  transition: 0.5s all ease-in-out;
  border-bottom: 3px solid transparent;
}
.mainmenu li a:hover {
  border-bottom: 3px solid #f36c21;
}
.line-orange {
  width: 50px;
  height: 4px;
  background: #f36c21;
  margin-top: 10px;
}
/* Burger Menú */

#main-container-responsive {
  display: none;
}
#container-menu-responsive nav {
  display: none;
}

/*-----------------Footer-----------------*/

footer {
  border-top: 2px solid #353535;
  background: #ffffff;
  border-bottom: 10px solid #f36c21;
  padding: 6rem 0;
  position: relative;
}
.whatsapp {
  position: absolute;
  top: -25px;
  right: 70px;
  cursor: pointer;
  width: auto;
}
.container-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.container-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
}
.redes-footer img {
  width: 20%;
}
#containerEmail {
  display: flex;
  justify-content: center;
  margin: 0 0 3rem;
}
footer .mainmenu {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  margin: 0 0 1.5rem;
}
#containerNavFooter h4 {
  margin-bottom: 1rem;
}
footer .mainmenu li {
  margin: 0;
}
footer .mainmenu li a {
  border-bottom: 0;
}
footer .mainmenu li a:hover {
  color: #f15d22 !important;
  border-bottom: 0;
}

/*--------------------- RESPONSIVE ----------------------*/
@media screen and (max-width: 821px) {
  /*---------------Generales---------------*/
  .desktopElement {
    display: none !important;
  }
  .mobileElement {
    display: block !important;
  }
  .portada {
    height: 40vh;
  }
  .centrado {
    top: 60% !important;
    left: 17% !important;
  }
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
  h2 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  h3 {
    font-family: "Rubik Medium";
    font-size: 25px;
    line-height: 24px;
    color: white;
    text-transform: uppercase;
  }
  h4 {
    font-family: "Rubik Medium";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
  }
  h5 {
    font-size: 10px;
    line-height: 10px;
  }
  p {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  span,
  #containerNavFooter li a {
    font-size: 14px;
    line-height: 25px;
  }
  .button-two {
    padding: 5px 20px;
    font-size: 12px;
  }
  .button-three {
    font-size: 13px;
    background: white;
    line-height: 13px;
    padding: 10px 30px;
    box-shadow: 3.4634px 11.5447px 39.2518px rgb(0 0 0 / 8%);
  }
  .button-one {
    padding: 5px 40px;
    font-size: 13px;
  }
  .button-slider {
    padding: 5px 30px;
    font-size: 11px;
  }
  .slick-dots li.slick-active button:before,
  .slick-dots li button:before {
    font-size: 15px !important;
  }
  .slick-dots li{
    margin: 0 !important;
  }

  /*---------------Header------------------*/
  #index-container {
    width: 100%;
  }
  .row {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    /* margin-left: 3%; */
    /* margin-right: auto; */
    align-items: center;
    /* height: 14vh; */
  }
  .deskopt-menu {
    width: 155px;
    margin-left: auto;
    margin-right: auto;
  }
  .row > div {
    display: flex;
    align-items: center;
  /*  width: 100%; */
  }
  /*-----Burger icon---------*/
  #main-container-responsive {
    display: block;
    height: auto;
  }
  #hamburger button {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px
  }
  #hamburger button span {
    background: #f15d22;
    display: block;
    height: 2px;
    width: 90%;
    margin: 6px auto;
    animation: 1s;
    animation-fill-mode: forwards;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #hamburger button.open span {
    margin: 0;
  }
  #hamburger button span:nth-child(3) {
    top: 31px;
  }
  #hamburger button.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-bottom: -5px;
  }
  #hamburger button.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  #hamburger button.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-133deg);
    -moz-transform: rotate(-133deg);
    -o-transform: rotate(-133deg);
    transform: rotate(-133deg);
  }
  /*------------------Open menu-----------------*/
  #container-menu-responsive.open {
    background: #ffffff;
    display: flex !important;
    width: 100% !important;
    height: auto;
    box-shadow: 1px 6px 14px -12px rgb(0 0 0 / 22%);
    -webkit-box-shadow: 1px 6px 14px -12px rgb(0 0 0 / 22%);
    -moz-box-shadow: 1px 6px 14px -12px rgb(0 0 0 / 22%);
    border-top: 2px solid #f15d22;
  }
  #container-menu-responsive nav.open {
    display: block;
    width: 90%;
    margin: auto;
  }
  #container-menu-responsive nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2em 0;
  }
  .item-menu-responsive {
    margin: 1em 0 !important;
  }
  #container-menu-responsive .item-menu-responsive {
    color: #0f4f3e;
    font-size: 18px;
  }
  #container-menu-responsive.open {
    animation: menu-animation 0.7s ease 0s 1 normal forwards;
  }
  #container-menu-responsive nav.open {
    animation: menu-animation 0.7s ease 0s 1 normal forwards;
  }
  @keyframes menu-animation {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .mainmenu li a {
    padding-bottom: 5px !important;
  }
  .servicios img {
    position: relative;
    left: 140px;
  }
  /*------------------Footer------------------*/
  .whatsapp {
    right: 20px;
    width: 70px;
  }
  .container-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .container-footer .text-center {
    display: flex;
  }
  .container-links {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #containerNavFooter {
    margin-bottom: 1rem;
  }
  .whatsapp img {
    width: 70% !important;
    margin: auto;
  }
  footer img {
    width: 70%;
    margin: auto;
  }
  #logoFooter {
    margin-bottom: 2rem;
  }
  #containerNavFooter h4 {
    margin-bottom: 0.5rem;
  }
  #containerNavFooter:nth-of-type(3){
    margin-top: 2rem;
  }
  .redes-footer a{
    margin: 0 5px;
  }
}
