<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --red-color: #A63233;
  --blue-color: #14273B;
  --blue2-color: #1D354F;
  --white-color: #FFFFFF;
  --white2-color: #DADDE1;
  --black-color: #000000;
  --gray2-color: #2E2D2D;
  --gray-color: rgba(118, 111, 111, 0.55);
}
body{
  font-size: 17px;
}

.neue-font {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 100;
  font-style: normal;
}
.neue-font-medium {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.ivy-font{
  font-family: 'ivyora-display', sans-serif;
  font-weight: 100;
  font-style: normal;
}
.space-items-top{
  padding-top: 100px;
}
.space-items-bottom{
  padding-bottom: 100px;
}
.space-items-bottom-xl {
  padding-bottom: 140px;
}
.black-color{
  color: var(--black-color)!important;
}
.bg-black{
  background-color: var(--black-color)!important;
}
.white-color{
  color: var(--white-color)!important;
}
.bg-white{
  background-color: var(--white-color)!important;
}
.bg-white2{
  background-color: var(--white2-color)!important;
}
.gray-color{
  color: var(--gray-color)!important;
}
.bg-gray{
  background-color: var(--gray-color)!important;
}
.gray2-color{
  color: var(--gray2-color)!important;
}
.bg-gray2{
  background-color: var(--gray2-color)!important;
}
.blue-color{
  color: var(--blue-color)!important;
}
.bg-blue{
  background-color: var(--blue-color)!important;
}
.bg-blue2{
  background-color: var(--blue2-color)!important;
}
.blue2-color{
  color: var(--blue2-color)!important;
}
.red-color{
  color: var(--red-color)!important;
}
.bg-red{
  background-color: var(--red-color)!important;
}
.text-justify{
  text-align: justify;
}
.fs-14{
  font-size: 0.823em!important;
}
.fs-15{
  font-size: 0.88em!important;
}
.fs-17{
  font-size: 1em!important;
}
.fs-20{
  font-size: 1.176em!important;
}
.fs-25{
  font-size: 1.47em!important;
}
.fs-40{
  font-size: 2.35em!important;
}
.fs-70{
  font-size: 4.117em!important;
}
.fs-90{
  font-size: 5.29em!important;
}
.fw-100{
  font-weight: 100!important;
}
.fw-200{
  font-weight: 200!important;
}
.fw-300{
  font-weight: 300!important;
}
.fw-400{
  font-weight: 400!important;
}
.fw-500{
  font-weight: 500!important;
}
.fw-600{
  font-weight: 600!important;
}
.lh-0{
  line-height: 0!important;
}
.lh-10{
  line-height: .5em!important;
}
.lh-20{
  line-height: 1em!important;
}
.lh-30{
  line-height: 32px!important;
}
.lh-35{
  line-height: 1.75em!important;
}
.lh-50{
  line-height: 2.5em!important;
}
.lh-60{
  line-height: 3em!important;
}
.ls-0894{
  letter-spacing: 0.894px;
}
.ls-1{
  letter-spacing: 1px;
}
.ls-2{
  letter-spacing: 2px;
}
.ls-051{
  letter-spacing: 0.51px;
}
.ls-079{
  letter-spacing: 0.796px;
}
.padding-lados{
  padding: 75px 100px;
}
hr {
  border: 0;
  color: #fff;
  opacity: .25;
  margin: 1rem 0;
  border-top: 1px solid;
}
.pleft0{
  padding-left: 0;
}
.pright0{
  padding-right: 0;
}
.p70{
  padding-right: 70px;
}
.w50p{
  width: 50%;
}
.w100p{
  width: 100%;
}
.text-decoration{
  text-decoration: underline;
}
/*******   HEADER   *******/
#header-wrap{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  transition: 0.7s;
  padding: 40px 100px;
}
#header-wrap-mobile{
  display: none;
}
.nav-link{
 font-weight: 100;
 margin-left: 40px;
 font-size: 0.70em;
 text-align: center;
 font-style: normal;
 line-height: normal;
 letter-spacing: 3px;
 color: var(--white-color);
 font-family: 'neue-haas-grotesk-display', sans-serif;
}
.down {
  top: 0px;
  background-color: #00000082;
  transform: translateY(-100%);
}
.logo{
  width: 130px;
}
/*******   HOME   *******/
#banner-home {
  width: 100%;
  /* display: flex; */
  position: relative;
  align-items: center;
  padding-bottom: 50px;
  justify-content: center;
  animation: mymove 15s ease-in-out infinite;
}
@keyframes mymove {
  0% {background-size: 100% auto;}
  50% {background-size: 105% auto;}
  100% {background-size: 100% auto;}
}
.loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}
.loop-holder__text {
  color: rgba(14, 27, 40, 0.24);
  font-family: 'ivyora-display', sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 15.6px;
  text-transform: uppercase;
  animation: textLoop 10s linear infinite;
  margin-top: -75px;
}
@keyframes textLoop {
  0% { left: 0; }
  100% { left: -100%; }
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
  background: linear-gradient(1800deg, #1d354f 50%, #14273b 50%);
}
.track div {
  color: rgba(14, 27, 40, 0.24);
  font-family: 'ivyora-display', sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 15.6px;
  text-transform: uppercase;
  animation: textLoop 10s linear infinite;
  /* margin-top: -75px; */
}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

#banner-home::before{
  inset: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgb(30 30 30 / 61%) 50.4%, rgba(30, 30, 30, 0.00) 100%);
}
.text-home {
  height: 60vh;
  display: flex;
  position: relative;
  text-align: center;
  justify-content: end;
  flex-direction: column;
}
.div-search {
  height: 30vh;
  display: flex;
  position: relative;
  text-align: center;
  justify-content: end;
  flex-direction: column;
}
.button-red{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  background: var(--red-color);
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 2.66px;
  text-decoration: none;
  align-items: center;
  line-height: normal;
  text-align: center;
  padding: 1.5px 0px;
  border-radius: 2px;
  font-style: normal;
  font-weight: 100;
  cursor: pointer;
  font-size: 14px;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
  width: 160px;
  height: 40px;
  color: #FFF;
}
.button-red:hover{
  background: var(--white-color);
  transition: 0.3s linear;
  color: var(--red-color);
}
.buscador{
  flex-shrink: 0;
  margin: 0 auto;
  margin-top: 50px;
  width: 973.425px;
  height: 53.295px;
  border-radius: 32.395px;
  border: 0.784px solid #FFF;
}
.grid-5{
  gap: 10px;
  display: grid;
  line-height: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid-item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-search {
  width: 184px;
  height: 40px;
  border: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/icons/search2.svg);
}
.borders{
  border-left: 0.784px solid #FFF;
  border-right: 0.784px solid #FFF;
}
.form-control {
  border: none;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-size: 17.869px;
  letter-spacing: 0.893px;
  color: var(--white-color);
  background-color: transparent;
  font-family: 'neue-haas-grotesk-display', sans-serif;
}
.form-control[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    border-radius: 50%;
  }
  .form-control:focus {
      outline: 0;
      color: #212529;
      box-shadow: none;
      border-color: none;
      background-color: #fff;
  }
.form-select {
  border: none;
  font-weight: 400;
  appearance: none;
  text-align: left;
  font-style: normal;
  line-height: normal;
  font-size: 17.869px;
  letter-spacing: 0.893px;
  background-size: inherit;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: var(--white-color);
  background-repeat: no-repeat;
  background-color: transparent;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  background-image: url(../images/icons/flechita.svg);
  background-position: right center;
}
.form-select::-ms-expand {
display: none;
}
.form-select:focus {
  outline: 0;
  box-shadow: none;
}
.marco{
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
}
.img-seccion1{
  width: 90%;
  height: 440px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.button-transparent{
  font-family: 'neue-haas-grotesk-display', sans-serif;
  display: flex;
  width: 179px;
  height: 51px;
  padding: 1.5px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 0.6px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.66px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 40px;
  cursor: pointer;
}
.button-transparent:hover{
  background-color: var(--white-color);
  color: var(--blue-color);
  transition: 0.3s linear;
}
.slider_carousel .owl-nav {
  width: 85%;
  height: 100px;
  position: absolute;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/line-big.svg);
}
.slider_carousel .owl-prev, .slider_carousel .owl-next {
	width: 40px;
	height: 100px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
}
.slider_carousel .owl-next {
  right: 0;
}
.img-carousel{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
#carousel{
  padding: 0 0 200px 0;
}
.slider_carousel{
  padding-left: 100px;
}
.conoce{
  width: 800px;
  margin-top: -60px;
  filter: brightness(0);
}
.athos{
  width: 250px;
  margin-top: -110px;
}
#grupos{
  padding: 0 50px 50px 50px;
}
.icon-group {
  width: 130px;
  height: 100px;
}
.image-group{
  background-image: url(assets/images/tres.png);
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0;
}
.group-card p{
  height: 200px;
  line-height: 27px;
  letter-spacing: 0.51px;
}
#footer{
  padding: 70px 0;
}
.grid-2{
  gap: 20px;
  display: grid;
  line-height: 0;
  grid-template-columns: 1fr 2fr;
}
.wa{
  width: 20px;
  margin-top: -5px;
  margin-right: 10px;
}
#contacto{
  padding: 100px 80px;
}
.contact-form{
  padding-left: 0;
  border-radius: 0;
  text-align: start;
  margin-bottom: 20px;
  border-bottom: 1px solid #14273b8a;
}
#input_date::placeholder { 
  font-size: 17.869px;
  letter-spacing: 0.893px;
  color: var(--white-color);
  font-family: 'neue-haas-grotesk-display', sans-serif;
}
select option {
  background: #14273B;
}
textarea.form-control {
  height: 15vh;
}
.contact-form:focus{
   background: transparent;
}
.btn-contact{
  width: 100%;
  border: none;
}
.line{
  width: 100px;
  margin-bottom: 30px;
  border: 1px solid var(--blue-color);
}

/*******   MENÃš   *******/
#banner-menu {
  display: flex;
  position: relative;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-position: center;
}
#banner-menu::before{
  inset: 0;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(20, 39, 59, 0.46) 0%, rgba(20, 39, 59, 0.46) 100%);
}
.text-menu {
  height: 80vh;
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
#menu {
  padding: 70px 100px 50px 50px;
  background-size: 350px;
  background-position: left;
  background-repeat: no-repeat;
}
.img-menu1 {
  width: 85%;
  height: 550px;
  margin-left: 15%;
  background-size: cover;
  transition: 0.3s linear;
  background-position: center;
}
.img-menu2 {
  width: 85%;
  height: 430px;
  margin-top: 60px;
  background-size: cover;
  transition: 0.3s linear;
  background-position: center;
}
.accordion-item{
  background-color: transparent;
  border: none;
}
.accordion-button{
  background-color: transparent!important;
  color: #FFF!important;
  font-family: 'ivyora-display', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;
  border-bottom: 1px solid #ffffff66;
  border-radius: 0;
  padding: 35px 0;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button span{
  font-family: 'ivyora-display', sans-serif;
  font-size: 17px !important;
  position: absolute;
  margin-top: 50px;
}
.accordion-body{
  color: var(--white-color);
}
.accordion-button::after {
  background-image: url("../images/icons/down.svg");
  background-size: 13px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/down.svg");
  background-size: 13px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.form-mobile{
  display: none;
}
.ig-desktop{
  display: block;
}
.ig-mobile{
  display: none;
}
/*************************** RESPONSIVE ********************************/
@media (min-width: 1500px) {
  #header-wrap{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: fixed;
    transition: 0.7s;
    padding: 40px 200px;
  }
  .padding-lados{
    padding: 100px 200px;
  }
  .p70{
    padding-right: 150px;
  }
  .img-seccion1{
    width: 93%;
    height: 440px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
  }
  #carousel{
    padding: 0 0 200px 0;
  }
  .slider_carousel{
    padding-left: 200px;
  }
  .img-carousel {
    height: 460px;
  }
  #grupos{
    padding: 0 100px 50px 100px;
  }
  .loop-holder__text {
    margin-top: -100px;
  }
  .image-group{
    height: 260px;
  }
  .group-card p{
    height: 150px;
  }
  #contacto{
    padding: 100px 200px;
  }
}
@media (max-width: 992px) {
  body{
    font-size: 30px;
  }
  .fs-17{
    font-size: 32px!important;
  }
  #header-wrap {
    display: none;
  }
  #header-wrap-mobile{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
    transition: 0.7s;
    padding: 60px;
  }
  .hamburger{
      background-color:transparent;
      -webkit-transform:translate3d(0, 0, 0);    
      transform:translate3d(0, 0, 0);   
      -webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);  
      transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);    
      z-index:1002;    
      cursor:pointer;    
      -webkit-user-select:none;    
      -moz-user-select:none;    
      -ms-user-select:none;    
      user-select:none;   
    }
    
    .hamburger.is-active{
      background-color:none;
    }
    
    ._layer{
      background:#FFFFFF;    
      margin-bottom:4px;   
      border-radius:2px;    
      width:40px;    
      height:4px;    
      opacity:1;    
      -webkit-transform:translate3d(0, 0, 0);    
      transform:translate3d(0, 0, 0);   
      -webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);   
      transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);   
    }
    
    .hamburger:hover .-top{   
      -webkit-transform:translateY(-100%);
      -ms-transform:translateY(-100%);
      transform:translateY(-100%);
    }
    
    .hamburger:hover .-bottom{
      -webkit-transform:translateY(100%);
      -ms-transform:translateY(100%);
      transform:translateY(100%);
      }
    
    .hamburger.is-active .-top{
      -webkit-transform:translateY(200%) rotate(45deg) !important;
      -ms-transform:translateY(200%) rotate(45deg) !important;
      transform:translateY(200%) rotate(45deg) !important;
      background: #FFFFFF!important;
    }
    
    .hamburger.is-active .-mid{
      opacity:0;
    }
    
    .hamburger.is-active .-bottom{
      -webkit-transform:translateY(-200%) rotate(135deg) !important;
      -ms-transform:translateY(-200%) rotate(135deg) !important;
      transform:translateY(-200%) rotate(135deg) !important;
      background: #FFFFFF!important;
    }
    
    
    
    .menuppal.is_active{
      /*transform: translateX(0px);*/
      transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate3d(0px, 0px, 0px);
    }
    
    .menuppal{
        padding: 70px 50px;
        bottom: 0;
        height: 100%;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        /* transform: translateX(-100%); */
        transform: translate3d(0px, -100%, 0px);
        -ms-transform: translate3d(0px, -100%, 0px);
        -webkit-transform: translate3d(0px, -100%, 0px);
        -moz-transform: translate3d(0px, -100%, 0px);
        -o-transform: translate3d(0px, -100%, 0px);
        transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
        width: 100%;
        z-index: 1001;
        background-color: var(--blue-color) !important;    
    }
    
    .menuppal ul{
      margin:0;padding:0;
    }
    
    .menuppal ul li {
      list-style: none;
      font-family: 'neue-haas-grotesk-display', sans-serif;
      color: #FFF;
      text-align: center;
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 3px;
      margin: 100px 0;
    }
    
    .menuppal ul li a{
      text-decoration:none;
      color: #FFFFFF;
    }
    
    .menuppal ul li a:hover{
      text-decoration:none;
      color: var(--color-5);
    }
  #banner-home {
    animation: none;
    background-size: cover;
    background-repeat: no-repeat;
    }
  .div-search{
    display: none!important;
  }
  .form-mobile{
    display: flex;
    text-align: center;
    height: 25vh;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
    padding: 0 100px;
  }
  .border-form{
    border-radius: 5px;
    border: 2.16px solid #FFF;
  }
  .form-select {
    font-size: 25px;
}
#input_date::placeholder { 
  font-size: 25px;
  font-weight: 400;
}
.submit-search {
  width: 100%;
  height: 75.697px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #A63233;
  background-size: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/magnifying-mobile.svg);
}
.fs-13{
  font-size: 1.2em;
}
.form-control {
  text-align: left;
  font-size: 25px;
}
.border-top{
  border-top: 2px solid #FFFFFF;
}
  .marco{
    display: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
 }
 .navbar-nav {
   margin-top: 40px;
  }
  .text-home {
    height: 45vh;
    justify-content: end;
 }
 .padding-lados {
    padding: 100px;
  }
  .p70 {
    padding-right: 15px;
  }
  .w50p {
    width: 80%;
  }
  .button-transparent {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #carousel {
    padding: 20px 0 120px 60px;
  }
  .slider_carousel {
    padding-left: 0;
  }
  .conoce {
    width: 650px;
    margin-top: -55px;
  }
  #grupos {
    padding: 20px 10px 20px 10px;
 }
 .group-card p {
    height: 330px;
    line-height: 40px;
  }
  .fs-70{
    font-size: 3.117em!important;
  }
  .fs-50xs{
    font-size: 2.3em!important;
  }
  .fs-30-xs{
    font-size: 30px!important;
  }
  .fs-1{
    font-size: 27px!important;
  }
  .text-align-end-xs{
    text-align: end;
  }
  ::placeholder {
    color: rgba(118, 111, 111, 0.55);
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 34.275px;
    letter-spacing: 0.9px;
  }
  .icon-footer{
    width: 35px;
  }
  .lg-mbottom70{
    margin-bottom: 75px;
  }
  #contacto {
    padding: 50px 40px;
  }
  .lh-25-xs{
    line-height: 25px!important;
}
.lh-29-xs{
  line-height: 29px!important;
}
.lh-35-xs{
  line-height: 35px!important;
}
.col-form{
  border-top: 1px solid #14273B;
  margin-top: 60px;
  padding-top: 60px;
}
.fs-27{
  font-size: 40px;
}
.d-xs-block{
  display: block;
}
  .grid-2 {
    gap: 0;
  }
  .navbar-collapse {
    background: #14273bde;
    height: auto;
    width: auto;
  }
  .nav-link{
    height: 180px;
  }
  .text-menu {
    height: 30vh;
  }
  #menu {
    background-size: 0;
    padding: 55px 0px 50px 0px;
    background-position: 0 450px;
  }
  .loop-holder__text {
    margin-top: -70px;
    margin-bottom: 50px;
}
  .owl-nav{
    display: none!important;
  }
  .athos {
    width: 350px;
    margin-top: -97px;
}
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-restaurantes{
    padding: 0 30px;
    margin-top: 110px;
  }
  .row-restaurantes .col-xs-6{
    margin-bottom: 150px;
  }
  .icon-group {
    width: 250px;
    height: 180px;
  }
  .icon1 {
    width: 190px;
  }
  /*.row-restaurantes div:nth-child(odd) {
    padding-right: 15px;
  }
  .row-restaurantes div:nth-child(even) {
    padding-left: 15px;
    padding-right: 0;
  }*/
  .grupo1, .grupo3{
    padding-right: 18px;
  }
  .grupo2, .grupo4{
    padding-left: 18px;
  }
  .image-group {
    height: 400px;
    margin: 50px 0;
  }
  .logo{
    width: 200px;
  }
  .navbar-toggler{
    font-size: 35px;
    border: none;
  }
  .button-red{
    width: 250px;
    height: 80px;
    font-size: 25px;
  }
  .button-transparent{
    width: 280px;
    height: 80px;
    font-size: 25px;
  }
  .btn-contact{
    width: 100%
  }
  .none-xs{
    display: none;
  }
  .ig-desktop{
    display: none;
  }
  .ig-mobile{
    display: block;
  }
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion{
    padding: 80px;
  }
  .accordion-button{
    font-size: 50px;
  }
  .accordion-button span{
    font-size: 30px!important;
    margin-top: 86px;
  }
  .accordion-button:not(.collapsed)::after{
    background-size: 20px;
  }
  .accordion-button::after{
    background-size: 20px;
  }
  .navbar-toggler-icon {
    background-image: url(../images/icons/menu.svg)!important;
  }
  .img-carousel {
    height: 700px;
  }
}
</pre></body></html>