* {
  margin: 0;
  padding: 0;
}
/*---------------------------Fuentes----------------------------*/

.font1{
  font-family: "poppinsregular";
}
.font2{
  font-family: "poppinsbold";
}
.font3{
  font-family: "poppinsmedium";
}
.font4{
  font-family: "poppinssemibold";
}

/*---------------------------Colores----------------------------*/
/*Blanco*/
.color1{
  color: #FFFFFF;
}
/*Amarillo*/
.color2{
  color: #FFB60A;
}
/*Negro*/
.color3{
  color: #000000;
}
/*Azul*/
.color4{
  color: #0061BF;
}
/*Gris*/
.color5{
  color: #667080;
}

/*---------------------------Backgrounds----------------------------*/
/*Gris*/
.backgroundColor1{
  background-color: #F7F8FC;
}
/*Azul*/
.backgroundColor2{
  background-color: #0061BF;
}
/*Blanco*/
.backgroundColor3{
  background-color: #FFFFFF;
}
/*Amarillo*/
.backgroundColor4{
  background-color: #FFB60A;
}

/*------------------Generales------------------*/
body {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
.item{
  font-size: 16px;
  cursor: pointer;
}
.button{
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.buttonText{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
p {
}
span,
#containerNavFooter li a {
}
.mobileElement {
  display: none !important;
}
a {
  cursor: pointer;
}
.titles {
  text-align: center;
}
.title-section-five{font-size: 38px;margin-top: 85px;width: 100%;text-align: center;}
.subtitle-section-five{font-size: 17px;width: 100%;margin: auto;margin-top: 30px;text-align: center;line-height: 28px;max-width: 500px;}

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;
  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;
  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: #0061bf !important;
  font-size: 20px !important;
}
.slick-dots li button:before {
  color: #d0d0d0 !important;
  opacity: 1 !important;
  font-size: 20px !important;
}
/* -------------Header--------------- */
header {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 200px;
  z-index: 2;
  background: transparent;
}
.row {
  height: 100%;
}
.desktop-menu {
  height: 100%;
}
header .container {
  height: 100%;
  width: 80%;
  margin: auto;
}
.row > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#headerLogoLink {
  display: flex;
}
#logoHeader {
  height: 81px;
}
.mainmenu {
  display: flex;
}
.mainmenu li {
  margin: 0px 25px;
  display: inline;
  list-style: none;
  font-size: 16px;
}
.mainmenu li a {
  position: relative;
  line-height: 17px;
  font-size: 16px;
  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 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#footerRow1{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 40px;
  height: auto;
  overflow: hidden;
}
#footerLogo{
  position: relative;
  width: 85px;
  float: left;
}
#footerText1{
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  margin-top: 9px;
}
.footerSocialLink{
  position: relative;
  display: block;
  width: 65px;
  float: right;
  margin-top: 0px;
}
.footerSocialIcon{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#footerLine{
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 1px;
  overflow: hidden;
  background-color: #d3d3d3;
  margin: auto;
  margin-top: 20px;
}
#footerRow2{
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 20px;
  height: auto;
  overflow: hidden;
  margin-bottom: 37px;
}
#footerText2{
  position: relative;
  width: 70%;
  text-align: left;
  font-size: 14px;
  float: left;
  margin-top: 4px;
}
#footerWhatsappLink{
  position: relative;
  width: 30%;
  text-align: right;
  font-size: 16px;
  float: right;
}

/*--------------------- RESPONSIVE ----------------------*/
@media screen and (max-width: 821px) {
  /*---------------Generales---------------*/
  .portada {
    height: 40vh;
  }
  .centrado {
  }
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
  h2 {
  }
  h3 {
    font-size: 25px;
    line-height: 24px;
    color: white;
    text-transform: uppercase;
  }
  h4 {
    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;
  }
  .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: #ffffff;
    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 {
    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%);
    margin-top: -80px;
  }
  #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;
    margin-top: 175px;
  }
  .item-menu-responsive {
    margin: 1em 0 !important;
  }
  #container-menu-responsive .item-menu-responsive {
    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------------------*/

}


@media (orientation: portrait) {
  header .container {
    height: 80px;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 14%;
  }
  #logoHeader {
    height: 50px;
  }
  .desktop-menu{
    display:block !important;
    margin:auto;
    position: relative;
    margin-top:20px
  }
  .desktop-menu-items{
    display:none;
  }
  footer {
  }
  #footerRow1{display: block;text-align: center;}
  #footerLogo{float: none;display: block;margin: auto;}
  #footerText1{float: none;display: block;margin: auto;margin-top: 37px;position: relative;margin-bottom: 27px;}
  .footerSocialLink{float: none;display: inline-block;width: 90px;}
  .footerSocialIcon{
  }
  #footerLine{
    position: absolute;
    bottom: 73px;
  }
  #footerRow2{height: 113px;}
  #footerText2{float: none;width: 100%;text-align: center;margin-top: 101px;}
  #footerWhatsappLink{float: none;display: block;background-color: #0061bf2e;color: #0061BF;padding-top: 10px;padding-bottom: 10px;padding-left: 20px;padding-right: 20px;text-align: center;border-radius: 18px;margin: auto;margin-top: -100px;width:150px;}
}