/*--------------------------------------------------------*/
/*  Author: Travolgi                                      */
/*  Theme: Flight Travel                                  */
/*  Version: 1.0.0                                        */
/*  Created: 10/02/2024                                   */
/*  Last update: 10/02/2024                               */
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*                                                        */
/*    CONTENT:                                            */
/*                                                        */
/*       1.  CSS RESET                                    */
/*       2.  FONTS                                        */
/*       3.  UTILITIES                                    */
/*       4.  BUTTONS                                      */
/*       5.  FORM                                         */
/*       6.  HEADER AND NAVIVATION                        */
/*       7.  SECTIONS                                     */
/*       8.  HERO                                         */
/*       9.  SERVICES AND PARTNERS                        */
/*       10. PRICINGS                                     */
/*       11. TESTIMONIALS                                 */
/*       12. GALLERY                                      */
/*       13. ACCORDION                                    */
/*       14. BLOG                                         */
/*       15. FOOTER                                       */
/*       16. ANIMATIONS                                   */
/*                                                        */
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*	1. CSS RESET */
/*--------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  list-style: none;
  box-sizing: border-box;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:10px;
  right:10px;
  background-color:#756f69;
  color:#ffffff;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}


html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-image: url('../../images/fondo.png');
}

img {
	width: 100%;
}

ul.inline-list li {
  display: inline-block;
  padding-right: 0.5rem;
}

aside {
  width: 100%;
  padding: 2rem 1.4rem;
  border-radius: 1rem;
}

iframe {
  width: 100%;
  min-height: 18rem;
  border-radius: 1rem;
}

hr {
  width: 100%;
  margin-block: 4.5rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
}

form {
  border-radius: 1rem;
}

form > *:not(:last-child) {
  margin-bottom: 1.4rem;
}

label {
  position: absolute;
  display: block;
}
label i {
  padding-left: 1.25rem;
  padding-top: 1.6rem;
}

input,
select {
  width: 100%;
  padding: 1.1rem 0rem 1.1rem 0rem;
  background-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-width: 1px;
  border-style: solid;
  color: #fff;
}

textarea,
select {
  width: 100%;
  padding: 1.1rem 0rem 1.1rem 0rem;
  background-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-width: 1px;
  border-style: solid;
  color: #fff;
}

[hidden] {
  display: none !important;
  transition: 1s ease;
}

#preload {
  position: fixed;
  inset: 0;
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 1.4rem;
  background: #ffffff;
  z-index: 99999;
}
#preload img {
  max-width: 10rem;
}
#preload .loader {
  display: block;
}
#preload .loader::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 0.3rem solid #0faed3;
  border-color: #0faed3 transparent;
  animation: loader 1.2s linear infinite;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-to-content {
  position: absolute;
  z-index: 9999;
  background: #ffffff;
  padding: 0.5em 1em;
  margin-inline: auto;
  transform: translateY(-100%);
  transition: transform 250ms ease-in;
}
.skip-to-content:focus {
  transform: translateY(0);
}

.yt-popup-btn {
  position: relative;
  display: inline-block;
  aspect-ratio: 1;
  border-radius: 100%;
  border: 0.2rem solid #ffffff;
  background: transparent;
  transition: 0.4s ease;
}
.yt-popup-btn i {
  transform: scale(2);
  color: #ffffff;
  transition: 0.4s ease;
}
.yt-popup-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ffffff;
  transform: scale(0);
  transition: 0.3s ease;
}
.yt-popup-btn:hover {
  border: 0.2rem solid #0faed3;
  background: transparent;
}
.yt-popup-btn:hover i {
  color: #0faed3;
}
.yt-popup-btn:hover:before {
  transform: scale(1);
}

.yt-popup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9999;
}
.yt-popup .yt-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  aspect-ratio: 3/2;
  transform: translate(-50%, -50%);
}
.yt-popup .yt-popup-content .close-yt-popup {
  float: right;
  color: #ffffff;
  cursor: pointer;
}
.yt-popup .yt-popup-content iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 55em) {
  .yt-popup .yt-popup-content {
    width: 42rem;
  }
}

/*--------------------------------------------------------*/
/*	2. FONTS */
/*--------------------------------------------------------*/
body {
  font-family: 'Monserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
  overflow-y: hidden;
}

h1 {
  font-family: 'Montserrat Light', sans-serif;
  font-size: 4.5rem;
  line-height: 0.9;  
}

h2 {
  font-family: 'Montserrat Light', sans-serif;
  font-size: 1.0em;
  font-weight: 100;
  line-height: 1.5; 
  text-align: justify;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

h3 {
  font-family: 'Montserrat Light', sans-serif;
  font-size: 1.0em;
  font-weight: 100;
  line-height: 1.5; 
  text-align: justify;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0em;
  font-weight: 100;
  line-height: 1.5; 
}

h5 {
  font-family: 'Gotham Black', sans-serif;
  font-size: 1.0em;
  font-weight: 100;
  line-height: 1.5; 
  color: #333333;
  margin-bottom: 1rem;
}

h6 {
  font-family: 'Gotham Black', sans-serif;
  font-size: calc(3.2rem * 1.618);
  line-height: 0.3;
  padding-top: 350px;
}

a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
a:hover {
  color: #ffffff;
}

p:not(:last-child) {
  margin-bottom: 1.4rem;
}

i {
  color: #0faed3;
}

input,
textarea,
select {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0em;
  font-weight: 100;
  line-height: 1.5; 
  color: #fff;
}

button,
.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #1d2f34;
}

input::placeholder {
  color: #fff;
}

textarea::placeholder {
  color: #fff;
}

.recuadro1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 6.8rem;
  padding-bottom: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
  margin-right: 0rem;
  margin-left: 0rem;
	border-radius: 1.3rem;
	text-align: justify;
	text-transform: none;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: #FFF;
	border-color: #000;
   border-width: 1px;
   border-style: solid;
}

.recuadro2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.5; 
  color: #A49B9C;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  margin-right: 0rem;
  margin-left: 0rem;
	border-radius: 1.3rem;
	text-align: justify;
	text-transform: none;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: #FFF;
	border-color: #fff;
   border-width: 1px;
   border-style: solid;
}

.recuadro3Img {
  margin-right: 0rem;
  margin-left: 0rem;
}

.recuadro3Top {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  margin-right: 0rem;
  margin-left: 0rem;
	border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
	background-color: #fff;
   box-shadow:
   0 0 0 2px #A49B9C,
   0 0 0 4px #fff;
}

.recuadro3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.5; 
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  margin-bottom: 2rem;
  margin-right: 0rem;
  margin-left: 0rem;
	border-bottom-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
	text-align: justify;
	text-transform: none;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: #A49B9C;
   box-shadow:
  0 0 0 2px #A49B9C,
  0 0 0 4px #fff;
}

.recuadro4Img {
  margin-right: 0rem;
  margin-left: 0rem;
}

.recuadro4Top {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  margin-right: 0rem;
  margin-left: 0rem;
	border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
	background-color: #fff;
   box-shadow:
   0 0 0 2px #A49B9C,
   0 0 0 4px #fff;
}

.recuadro4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.5; 
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  margin-bottom: 2rem;
  margin-right: 0rem;
  margin-left: 0rem;
	border-bottom-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
	text-align: justify;
	text-transform: none;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: #A49B9C;
   box-shadow:
  0 0 0 2px #A49B9C,
  0 0 0 4px #fff;
}

.btn1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 1.0rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  height: 55px;
	border-radius: 4rem;
	text-align: center;
	text-transform: none;
	color: #fff;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: transparent;
	border-color: #fff;
   border-width: 1px;
   border-style: solid;
}
.btn1:hover {
  background-color: #9f9b9c;
}.btn2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 1.0rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  height: 55px;
	border-radius: 4rem;
	text-align: center;
	text-transform: none;
	color: #fff;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: transparent;
	border-color: #fff;
   border-width: 1px;
   border-style: solid;
}
.btn2:hover {
  background-color: #9f9b9c;
}

.btn3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Montserrat Light", sans-serif;
  font-weight: 100;
  font-size: 1.1rem;	
	text-align: center;
	text-transform: none;
	color: #ffffff;
	transition: all 0.5s ease;
	cursor: pointer;
	background-color: transparent;
	border-color: #fff;
   border-width: 1px;
   border-style: solid;
}

.btn3:hover {
	background-color: #3d3c3c;
}


button i,
.btn i {
  color: #333333;
}
button:hover,
.btn:hover {
  color: #ffffff;
}
button:hover i,
.btn:hover i {
  color: #ffffff;
}

header a {
	color: #fff;
}
header nav a {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	text-transform: capitalize;	
}
@media (min-width: 950px) {
  header nav a {
    font-size: 0.85em;
    font-weight: 100;
  }
}
header nav .submenu a {
  text-transform: none;
}

.page-title {
  text-align: center;
}
.page-title h1,
.page-title ul {
  color: #ffffff;
}
.page-title h1 a,
.page-title ul a {
  color: #0faed3;
  text-shadow: 0 0 1rem #333333;
}
.page-title h1 a:hover,
.page-title ul a:hover {
  color: #ffffff;
}

.service {
  font-family: "Jost", sans-serif;
  text-align: center;
}
.service i {
  font-size: 3rem;
}

.service-cta {
  text-align: center;
  color: #f2f2f2;
}
.service-cta a {
  font-size: 1.4rem;
  color: #0faed3;
}
.service-cta a:hover {
  color: #ffffff;
}
.service-cta a i {
  font-size: 0.85rem;
}

.thumb-description {
  text-align: center;
}
.thumb-description a h3 {
  color: #ffffff;
  margin: 0;
}
.thumb-description a h3:hover {
  color: #0faed3;
}

.post a .date-img {
  text-align: center;
}
.post a .date-img span {
  font-size: 2rem;
}
.post a:hover .date-img {
  color: #333333;
}
.post ul {
  font-size: 0.8rem;
}

.pricing-feature {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.big-pricing {
  color: #ffffff;
}
.big-pricing > a {
  line-height: 0;
}
.big-pricing .label {
  text-align: center;
  text-transform: uppercase;
}
.big-pricing a,
.big-pricing .label,
.big-pricing i {
  color: #ffffff;
}
.big-pricing a.btn, .big-pricing a.btn i,
.big-pricing .label.btn,
.big-pricing .label.btn i,
.big-pricing i.btn,
.big-pricing i.btn i {
  color: #333333;
}

.fs-xs {
  font-size: 1.4rem;
}

.fs-md,
.fs-lg {
  font-size: 2.8rem;
}

.fs-lg {
  line-height: 0.9;
  margin-bottom: 0;
}

.txt-primary {
  color: #0faed3;
}

.txt-white {
  color: #ffffff !important;
}

.txt-whiteLink {
  color: #ffffff !important;
  font-family: 'Montserrat Light', sans-serif;
  font-size: 12px;
}

.txt-celeste {
  color: #0faed3 !important;
}

.txt-blue {
  color: #1d2f34 !important;
}

.txt-green {
  color: #01913a !important;
}

.txt-green2 {
  color: #2cb08e !important;
}

.txt-red {
  color: #727272 !important;
}

.txt-light {
  color: #f2f2f2;
}

.txt-grey {
  color: rgba(0, 0, 0, 0.3);
}

.txt-shadow {
  text-shadow: 0 0 1rem #333333;
}

.txt-center {
  text-align: center;
}

.sm-txt-center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

footer {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}
footer h2,
footer a {
  color: #ffffff;
}
footer .copyright {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 55em) {
  /*h1 {
    font-size: calc(1.4rem * 2.618);
  }*/
  .submenu a {
    color: #ffffff;
  }
  .service-cta {
    text-align: left;
  }
  .fs-md {
    font-size: 4.5rem;
  }
  .fs-lg {
    font-size: 6rem;
  }
  .sm-txt-center {
    text-align: left;
  }
}
/*--------------------------------------------------------*/
/*	3. UTILITIES */
/*--------------------------------------------------------*/
.container {
  max-width: 74rem;
  padding-inline: 1.4rem;
  padding-top: 0px;  
  padding-bottom: 50px;
}

.container2 {
  max-width: 50rem;
  padding-inline: 1.4rem;
  padding-top: 0px;  
  padding-bottom: 0px;
}

.container3 {
  max-width: 50rem;
  padding-inline: 1.4rem;
  padding-top: 0px;  
  padding-bottom: 40px;
}

.container4 {
  max-width: 60rem;
  padding-inline: 1.4rem;
  padding-top: 0px;  
  padding-bottom: 40px;
}

.xs-screen {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.mx-w-10 {
  max-width: 10rem;
}

.mx-w-25 {
  max-width: 25rem;
}

.block {
  display: block;
}

.d-none {
  display: none !important;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.flex,
.grid {
  gap: 1.8rem;
}

.grid-flights {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.place-center {
  place-items: center;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.g-0 {
  gap: 0rem;
}

.g-1 {
  gap: 1rem;
}

.g-sm {
  gap: 3rem;
}

.g-lg {
  gap: 6rem;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 2rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.p-bk-05 {
  padding-block: 0.5rem;
}

.p-bk-md {
  padding-block: calc(4.5rem / 1.618);
}

.m-0 {
  margin: 0 !important;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb--2 {
  margin-bottom: -2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.m-in-auto {
  margin-inline: auto;
}

.bg-light {
  background: #f2f2f2;
}

.bg-dark {
  /*---------------------------background: #1d2f34;-----------------------------*/
  color: #ffffff;
}

.bg-primary {
  background: #0faed3 !important;
}

.bg-red {
  background: #e20129 !important;
}

.bg-orange {
  background: #ffa500 !important;
}

.bg-imgTop {
  background-image: var(--imgUrl);
  background-position: 50% 0%;
  background-repeat: no-repeat;  
  min-height: 90vh;

}

.bg-img {
  background-image: var(--imgUrl);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 55em) {
  .bg-imgInt {
    min-height: 500px;
  }
}

.bg-imgInt2 {
  margin-top: -15rem;
  margin-bottom: -5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img-left {
  background-position: center left;
  background-size: unset;
}

.parallax {
  background-attachment: fixed;
}

.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.3);
}

.badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #0faed3;
}

.big-badge {
  padding: 0.6rem 1.4rem;
  border-radius: 1rem;
  font-size: calc(1rem * 2);
  background: #333333;
}

.bb {
  border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}

.bl {
  border-left: 0.1rem dashed rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}

.icon-badge {
  font-size: 1.4rem;
  padding: 1.4rem;
  margin-bottom: 0.6rem;
  border-radius: 1rem;
  background: #333333;
  color: #ffffff;
}

@media (min-width: 55em) {
  .bg-zoom {
    animation: zoom 6s ease-in-out;
    transition: all 0.4s;
  }
}
.translateY {
  transform: translateY(5rem);
}

.scale-2 {
  transform: scale(2);
}

@media (min-width: 55em) {
  .container {
    margin-inline: auto;
  }
  .container2 {
    margin-inline: auto;
  }
  .container3 {
    margin-inline: auto;
  } 
  .container4 {
    margin-inline: auto;
  } 

  

.bg-imgTop {
  background-image: var(--imgUrl);
  background-position: center;
  background-repeat: no-repeat;  
  min-height: 120vh;

}



h6 {
  font-family: 'Gotham Black', sans-serif;
  font-size: calc(3.2rem * 1.618);
  line-height: 0.3;
  padding-top: 600px;
}
  
  .recuadro1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.5; 
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5.7rem;
    padding-bottom: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 8rem;
    margin-right: 3rem;
    margin-left: 3rem;
    border-radius: 1.3rem;
    text-align: justify;
    text-transform: none;
    transition: all 0.5s ease;
    cursor: pointer;
    background-color: #FFF;
    border-color: #000;
     border-width: 1px;
     border-style: solid;
  }

  .recuadro2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.5; 
    color: #A49B9C;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    margin-right: 5rem;
    margin-left: 5rem;
    border-radius: 1.3rem;
    text-align: justify;
    text-transform: none;
    transition: all 0.5s ease;
    cursor: pointer;
    background-color: #FFF;
    border-color: #fff;
     border-width: 1px;
     border-style: solid;
  }

  .recuadro3Img {
    margin-right: 10rem;
    margin-left: 0rem;
  }
  
  .recuadro3Top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    margin-right: 10rem;
    margin-left: 0rem;
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    background-color: #fff;
     box-shadow:
     0 0 0 2px #A49B9C,
     0 0 0 4px #fff;
  }
  
  .recuadro3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 100;
    line-height: 1.5; 
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    margin-bottom: 2rem;
    margin-right: 10rem;
    margin-left: 0rem;
    border-bottom-left-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
    text-align: justify;
    text-transform: none;
    transition: all 0.5s ease;
    cursor: pointer;
    background-color: #A49B9C;
     box-shadow:
    0 0 0 2px #A49B9C,
    0 0 0 4px #fff;
  }
  
  .recuadro4Img {
    margin-right: 0rem;
    margin-left: 10rem;
  }
  
  .recuadro4Top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    margin-right: 0rem;
    margin-left: 10rem;
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    background-color: #fff;
     box-shadow:
     0 0 0 2px #A49B9C,
     0 0 0 4px #fff;
  }
  
  .recuadro4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 100;
    line-height: 1.5; 
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    margin-bottom: 2rem;
    margin-right: 0rem;
    margin-left: 10rem;
    border-bottom-left-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
    text-align: justify;
    text-transform: none;
    transition: all 0.5s ease;
    cursor: pointer;
    background-color: #A49B9C;
     box-shadow:
    0 0 0 2px #A49B9C,
    0 0 0 4px #fff;
  }



  .xs-screen {
    display: block !important;
  }
  .md-screen {
    display: none;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gtc-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gtc-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gtc-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-flights {
    grid-template-columns: 2fr repeat(4, 1fr) 2rem;
  }
  .mt-screen-3 {
    margin-top: 3rem;
  }
  .mb-screen--7 {
    margin-bottom: -7rem;
  }
  .pb-screen-0 {
    padding-bottom: 0;
  }
  .p-bk-md {
    padding-block: 4.5rem;
  }
}
/*--------------------------------------------------------*/
/*	4. BUTTONS */
/*--------------------------------------------------------*/

button,
.btn {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  border-radius: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background: #333333;
  transition: all 0.5s ease;
  cursor: pointer;
}
button i,
.btn i {
  transition: all 0.5s ease;
}
button:hover,
.btn:hover {
	background-color: #0faed3;
}
button#goTop,
.btn#goTop {
  display: none;
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  padding: 1rem;
  aspect-ratio: 1;
  z-index: 98;
  animation: fade ease 4s;
}
button#goTop i,
.btn#goTop i {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  color: #333333;
}
@media (max-width: 55em) {
  button#goTop i,
  .btn#goTop i {
    color: #ffffff;
  }
}
button#goTop:hover i,
.btn#goTop:hover i {
  color: #ffffff;
}

form button {
  width: 100%;
  padding-block: 1.4rem;
}

/*--------------------------------------------------------*/
/*	5. FORM */
/*--------------------------------------------------------*/
.search-form {
  position: relative;
  margin-top: -10rem;
  border-radius: 0rem;
  z-index: 5;
}
.search-form h3 {
  padding-inline: 1.4rem;
  cursor: pointer;
}
.search-form h3.active {
  border-bottom: 0.2rem solid #0faed3;
}
.search-form form {
  display: grid;
  place-items: center;
  gap: 1.4rem;
}
.search-form form > * {
  margin-bottom: 0;
}
.search-form form label {
  position: relative;
}
.search-form form input {
  padding: 1.4rem;
}
.search-form form a,
.search-form form input[type=submit] {
  width: 100%;
}
@media (min-width: 55em) {
  .search-form form {
    grid-template-columns: repeat(2, 1fr) repeat(3, 2fr);
  }
}

#header-search-form {
  opacity: 0;
  visibility: collapse;
  position: absolute;
  left: 0;
  top: 5rem;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.4rem;
  background: #1d2f34;
  transition: 1s ease;
  z-index: 1000;
}
#header-search-form.open {
  opacity: 1;
  visibility: visible;
}
#header-search-form input {
  padding: 1.4rem;
  margin: 0;
}
#header-search-form #search-btn-close {
  display: block;
  background: #1d2f34;
  width: -moz-max-content;
  width: max-content;
  float: right;
}

/*--------------------------------------------------------*/
/*	6. HEADER AND NAVIVATION */
/*--------------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.4rem;
  padding-bottom: 0;
  color: #ffffff;
  z-index: 99;
}
header[data-visible=true] {
  position: fixed;
}
header.fixed {
  position: fixed;
  transition: 0.4s linear;
}
header.fixed .container {
  border: none;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0;
  padding-bottom: 1.4rem;
  border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.3);
  border-width: 0.15rem;
}
header .container a.logo {
  line-height: 0;
  z-index: 999;
}
header .container a.logo img {
  width: 10rem;
  border-radius: 0;
}
header .container select {
  padding: 0;
  border: 0;
  color: #ffffff;
  background: transparent;
}
header .container select option {
  color: #333333;
}
@media (max-width: 950px) {
  header .container > div {
    display: none;
  }
}

.sm-nav-toggle {
  display: block;
  width: 2rem;
  padding: 0;
  background-color: transparent;
  z-index: 999;
}
.sm-nav-toggle .bar1,
.sm-nav-toggle .bar2,
.sm-nav-toggle .bar3 {
  display: block;
  width: 100%;
  height: 0.15rem;
  margin-block: 0.65rem;
  background-color: #ffffff;
  transition: all 0.8s ease;
}
.sm-nav-toggle[aria-expanded=true] .bar1 {
  transform: rotate(45deg);
}
.sm-nav-toggle[aria-expanded=true] .bar2 {
  width: 0%;
}
.sm-nav-toggle[aria-expanded=true] .bar3 {
  transform: rotate(135deg);
  margin-top: -25px;
}
.sm-nav-toggle:hover {
  background-color: transparent;
}
@media (min-width: 950px) {
  .sm-nav-toggle {
    display: none;
  }
}

nav#navbar {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 0.4rem;
  /*------------------------------ sin fondo
  background-color: #333333;--------------------------*/
  transform: translateX(100%);
  transition: all 0.6s ease;
  z-index: 998;
}
nav#navbar[data-visible=true] {
  transform: translateX(0);
}

nav#navbar > ul {
  margin-top: 0rem;
  background: #756f69;
  padding: 0.6rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}

nav#navbar > ul li {
  display: block;
  padding-top: 1rem;
  padding-right: 4.8rem;
  padding-left: 3.6rem;
}
nav#navbar > ul li.has-submenu > a {
  position: relative;
  display: block;
}
nav#navbar > ul li.has-submenu > a:before, nav#navbar > ul li.has-submenu > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.6rem;
  display: inline-block;
  width: 1.3rem;
  height: 0.15rem;
  background-color: #ffffff;
  transition: all 0.8s ease;
}
nav#navbar > ul li.has-submenu > a:after {
  transform: rotate(-90deg);
}
nav#navbar > ul li.has-submenu .submenu {
  display: none;
  margin: 0 0 0.3rem 0.6rem;
}
nav#navbar > ul li.has-submenu .submenu > li:before {
  content: "- ";
  color: #0faed3;
}
nav#navbar > ul li.has-submenu.active .submenu {
  display: block;
}
nav#navbar > ul li.has-submenu.active > a:after {
  transform: rotate(0);
}
@media (max-width: 950px) {
  nav#navbar > ul {
      /*------------------------------ sin scroll
    overflow-y: scroll; --------------------------*/
    height: calc(100% - 10.8rem);
    background: rgba(0,0,0,0.8);
    border-top-left-radius: 2rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 0rem;
    border-width: 0px;
  }
}
@media (min-width: 950px) {
  nav#navbar {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    transform: translateX(0);
  }
  nav#navbar > ul {
    margin-top: 0;
  }
  nav#navbar > ul > li {
    display: inline-block;
    padding-right: 2.1rem;
    padding-top: 0;
  }
  nav#navbar > ul > li.has-submenu {
    position: relative;
  }
  nav#navbar > ul > li.has-submenu > a {
    padding-right: 1.5rem;
  }
  nav#navbar > ul > li.has-submenu > a:before, nav#navbar > ul > li.has-submenu > a:after {
    width: 1rem;
    top: 0.7rem;
    background-color: #0faed3;
  }
  nav#navbar > ul > li.has-submenu .submenu {
    position: absolute;
    display: block;
    top: 2.5rem;
    left: -4rem;
    width: 15rem;
    margin: 0;
    padding: 0.6rem;
    border-radius: 1rem;
    background-color: #333333;
    opacity: 0;
    visibility: collapse;
    transform: translateY(20%);
    transition: all 0.3s linear;
  }
  nav#navbar > ul > li.has-submenu .submenu > li {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
  }
  nav#navbar > ul > li.has-submenu .submenu > li:before {
    content: none;
  }
  nav#navbar > ul > li.has-submenu .submenu > li:hover {
    background-color: #0faed3;
  }
  nav#navbar > ul > li.has-submenu.active .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------*/
/*	7. SECTIONS */
/*--------------------------------------------------------*/
section {
  padding-block: 6rem;
}
section .title {
  position: relative;
  text-align: center;
  margin-bottom: 4.5rem;
}
section .title::before, section .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 12rem;
  border-bottom: 0.15rem solid #f2f2f2;
  left: 50%;
  transform: translateX(-50%);
}
section .title::after {
  width: 4rem;
  border-bottom: 0.15rem solid #0faed3;
}
section.page-title {
  position: relative;
  padding-block: 12rem 8rem;
  padding-inline: 1rem;
}
@media (min-width: 55em) {
  section {
    padding-block: 8rem;
  }
  section.p-md {
    padding-block: 4.5rem;
  }
  section.p-big {
    padding-block: 12rem;
  }
}

/*--------------------------------------------------------*/
/*	8. HERO */
/*--------------------------------------------------------*/
.hero-slider {
  min-height: 200vh;
  position: relative;
  overflow: hidden;
  
}

.hero-slider.h-sm {
  min-height: 50 vh;
}
.hero-slider .overlay {
  z-index: 2;
}
.hero-slider ul.hero-bg > li {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: 1s ease;
}
.hero-slider ul.hero-bg > li .hero-txt {
  position: relative;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-shadow: 0 0 1rem #333333;
  z-index: 3;
}


.hero-slider ul.hero-bg > li .hero-video {
  position: relative;
  height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-shadow: 0 0 1rem #333333;
  z-index: 3;
}
.hero-slider .hero-pgs {
  position: absolute;
  bottom: 3rem;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  gap: 1.4rem;
  z-index: 3;
}
.hero-slider .hero-pgs > li {
  position: relative;
  display: grid;
  place-items: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.hero-slider .hero-pgs > li:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 0.1rem solid #ffffff;
  transform: scale(0, 0);
  opacity: 0;
  transition: 0.5s;
}
.hero-slider .hero-pgs > li:hover:after {
  transform: scale(1, 1);
  opacity: 1;
}
.hero-slider .hero-pgs > li.hero-pgs-active {
  background-color: #0faed3;
}
.hero-slider .hero-pgs > li.hero-pgs-active:after {
  border-color: #0faed3;
  transform: scale(1, 1);
  opacity: 1;
}


.hero-cube {
  background: url("../image/clouds.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.hero-cube .container {
  min-height: 85vh;
  display: grid;
  gap: 5rem;
}
.hero-cube .container h1 {
  color: #ffffff;
}
.hero-cube .container img {
  opacity: 0;
  z-index: 10;
  position: relative;
}

.boxes {
  position: relative;
}
.boxes__box {
  min-width: 10rem;
  min-height: 10rem;
  background-color: #0faed3;
  border-radius: 1rem;
  position: absolute;
  top: -5rem;
  left: -2rem;
}
.boxes__box:first-child {
  top: -8rem;
  left: 0;
}
.boxes__box:nth-child(2) {
  background-color: #89c8d8;
  bottom: -3rem;
  left: -6rem;
  top: auto;
  height: 15rem;
  width: 15rem;
}
.boxes__box:nth-child(3) {
  background-color: #98cfdd;
  top: -3rem;
  right: 2.5rem;
  left: auto;
  height: 12rem;
  width: 12rem;
}
.boxes__box:nth-child(4) {
  background-color: #abd8e3;
  top: -1.8rem;
  left: -7.5rem;
  height: 14rem;
  width: 14rem;
}
.boxes__box:nth-child(5) {
  background-color: #76bfd2;
  right: -3rem;
  top: auto;
  left: auto;
  bottom: -2.5rem;
  height: 10rem;
  width: 10rem;
}

@media (min-width: 55em) {
  .hero-slider ul.hero-bg > li .hero-txt {
    align-items: start;
  }
  .hero-slider .hero-pgs {
    top: 50%;
    right: 3rem;
    flex-direction: column;
    transform: none;
  }
  .hero-cube .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/*--------------------------------------------------------*/
/*	9. SERVICES AND PARTNERS    */
/*--------------------------------------------------------*/
.services-grid {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.services-grid .service,
.services-grid .service-cta {
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 1.4rem;
}
.services-grid .service i,
.services-grid .service-cta i {
  margin-bottom: 1.4rem;
  transition: all 0.2s ease;
}
.services-grid .service i:hover,
.services-grid .service-cta i:hover {
  transform: translateY(-0.6rem);
}
.services-grid .service-cta {
  grid-column: span 2;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0 1.8rem 2.5rem 1.8rem;
  margin-bottom: 0;
}
.services-grid .service-cta img {
  width: 6rem;
  aspect-ratio: 1;
}
@media (min-width: 55em) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-grid .service,
  .services-grid .service-cta {
    margin-bottom: 5rem;
    border-right: 0.1rem dashed rgba(255, 255, 255, 0.3);
  }
  .services-grid .service:nth-child(3n),
  .services-grid .service-cta:nth-child(3n) {
    border-color: transparent;
  }
  .services-grid .service-cta {
    grid-column: span 1;
    flex-direction: row;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.service-block {
  gap: 0;
  margin-bottom: 3rem;
}
.service-block > a {
  position: relative;
  display: inline-block;
  border-radius: 1rem 1rem 0 0;
  line-height: 0;
  overflow: hidden;
}
.service-block > a img {
  border-radius: 1rem 1rem 0 0;
}
.service-block > a:hover img {
  transform: scale(1.09, 1.09);
  transition: all 1s ease;
}
.service-block > div {
  display: grid;
  place-content: center;
  place-items: start;
  padding: 2rem;
  border-radius: 0 0 1rem 1rem;
}
@media (min-width: 55em) {
  .service-block > a {
    border-radius: 1rem 0 0 1rem;
  }
  .service-block > a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem 0 0 1rem;
  }
  .service-block > div {
    border-radius: 0 1rem 1rem 0;
  }
  .service-block:nth-child(2n) > a {
    order: 2;
    border-radius: 0 1rem 1rem 0;
  }
  .service-block:nth-child(2n) > a img {
    border-radius: 0 1rem 1rem 0;
  }
  .service-block:nth-child(2n) > div {
    border-radius: 1rem 0 0 1rem;
  }
}

.service-thumb > a {
  position: relative;
  display: block;
  border-radius: 1rem;
  line-height: 0;
  overflow: hidden;
}
.service-thumb > a:hover img {
  transform: scale(1.15);
  transition: all 0.4s;
}
.service-thumb .thumb-description {
  padding: 1.4rem;
  margin-inline: 2.5rem;
  border-radius: 1rem;
  transform: translateY(-2.5rem);
  background: #333333;
}

.service-card {
  position: relative;
  border-radius: 0rem;
  text-align: center;
  overflow: hidden;
}
.service-card.service-card-small-img a.service-img {
  aspect-ratio: 16/9;
}
.service-card.service-card-small-img .overlay {
  z-index: 2;
}
.service-card.service-card-small-img a div {
  z-index: 3;
}
.service-card a.service-img {
  position: relative;
  display: block;
  aspect-ratio: 5/4;
  margin-bottom: 1.4rem;
  line-height: 0;
  overflow: hidden;
}
.service-card a.service-img:hover img {
  transform: scale(1.15);
  transition: all 0.4s;
}
.service-card a.service-img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.service-card a.service-img .absolute {
  bottom: 0;
  padding: 1.4rem;
}
.service-card h3,
.service-card p {
  padding-inline: 1.4rem;
}
.service-card a.btn {
  width: 100%;
  border-radius: 0;
}

.partners {
  grid-template-columns: repeat(2, 1fr);
}
.partners > * {
  max-width: 6rem;
  line-height: 0;
  opacity: 0.5;
  transition: all 0.8s cubic-bezier(0.18, 0.9, 0.4, 1.3);
}
.partners > *:hover {
  opacity: 1;
}
@media (min-width: 55em) {
  .partners {
    grid-template-columns: repeat(6, 1fr);
  }
}

/*--------------------------------------------------------*/
/*	10. PRICINGS */
/*--------------------------------------------------------*/
.pricing {
  padding: 1.4rem;
  border: 0.1rem dashed rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  border-width: 0.15rem;
  border-radius: 1rem;
}
.pricing img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.pricing ul {
  grid-template-columns: repeat(3, 1fr);
}
.pricing ul .pricing-feature {
  padding: 0.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
}
@media (min-width: 55em) {
  .pricing {
    padding: 3rem;
  }
  .pricing .pricing-feature {
    padding: 0.6rem 1.4rem;
  }
}

.big-pricing {
  position: relative;
  overflow: hidden;
  gap: 0;
}
.big-pricing > a {
  display: block;
}
.big-pricing > a .label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22rem;
  aspect-ratio: 1;
  transform: rotate(-45deg);
}
.big-pricing > a .label span {
  display: block;
  padding: 1rem;
  background-color: #e20129;
}
.big-pricing > a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
@media (min-width: 55em) {
  .big-pricing > a img {
    border-radius: 1rem 0 0 1rem;
  }
}
.big-pricing > div {
  display: grid;
  place-content: center;
  place-items: start;
  padding: 2rem;
  border-radius: 0 0 1rem 1rem;
  background: #333333;
}
.big-pricing > div ul {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3rem;
}
.big-pricing > div ul .pricing-feature {
  padding: 0.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
}
.big-pricing > div a.btn {
  background: #0faed3;
}
.big-pricing > div a.btn:hover {
  background: #ffffff;
}
@media (min-width: 55em) {
  .big-pricing > div {
    padding: 4.5rem;
    border-radius: 0 1rem 1rem 0;
  }
}

/*--------------------------------------------------------*/
/*	11. TESTIMONIALS */
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*	12. GALLERY */
/*--------------------------------------------------------*/
.gallery-container {
  display: grid;
  gap: 0.6rem;
  padding: 0;
}
.gallery-container > a {
  position: relative;
  display: flex;
}
.gallery-container > a > i {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
}
.gallery-container > a:hover > i {
  opacity: 1;
  z-index: 3;
}
.gallery-container > a > img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-container > a > img:hover {
  filter: brightness(0.5);
  transition: 0.4s cubic-bezier(0.5, 0.05, 0.155, 0.99);
}
@media (min-width: 55em) {
  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.lightbox img {
  max-height: 95vh;
  max-width: 95vw;
  width: auto;
  height: auto;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.3);
}
@media (min-width: 55em) {
  .lightbox {
    width: auto;
  }
}
.lightbox > i {
  position: absolute;
  font-size: 2rem;
  color: #ffffff;
  cursor: pointer;
}
.lightbox > i.fa-xmark {
  top: 1rem;
  right: 1rem;
}
.lightbox > i.fa-arrow-left {
  left: 1rem;
}
.lightbox > i.fa-arrow-right {
  right: 1rem;
}

.open {
  display: flex;
}

/*--------------------------------------------------------*/
/*	13. ACCORDION */
/*--------------------------------------------------------*/
.accordion {
  position: relative;
  margin-bottom: 0.6rem;
}
.accordion > input[type=checkbox] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.accordion > input[type=checkbox]:checked ~ .accordion-tab i {
  padding-top: 0.6rem;
  padding-right: 0;
  transform: rotate(90deg);
}
.accordion > input[type=checkbox]:checked ~ .accordion-tab ~ .accordion-content {
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 1.4rem;
}
.accordion > input[type=checkbox]:hover ~ .accordion-tab {
  background: #0faed3;
}

.accordion-tab {
  padding: 0.6rem 1.4rem;
  margin-bottom: 0;
  background: #f2f2f2;
  border-radius: 1rem;
  transition: 0.4s ease-in;
}
.accordion-tab i {
  padding: 0.6rem;
  border-radius: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  background: #333333;
  color: #ffffff;
  transition: 0.4s ease-in;
}
.accordion-tab i::before {
  margin-left: 0.3rem;
}

.accordion-content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.65s ease;
}

/*--------------------------------------------------------*/
/*	14. BLOG */
/*--------------------------------------------------------*/
.grid-blog {
  display: grid;
  grid-template-columns: 1fr;
  place-items: start;
  gap: 3rem;
}
.grid-blog aside {
  background-color: #f2f2f2;
}
.grid-blog aside > *:not(:last-child) {
  margin-bottom: 3rem;
}
.grid-blog aside h3 {
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 1.4rem !important;
}
.grid-blog aside h3::before, .grid-blog aside h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 0.15rem solid #ffffff;
}
.grid-blog aside h3::after {
  left: 0;
  width: 4rem;
  border-bottom: 0.15rem solid #0faed3;
}

.post-content,
ul.bb {
  border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  border-width: 0.15rem;
  margin-bottom: 0.6rem;
}

.post-content > *:not(:first-child) {
  margin-bottom: 3rem;
}

.tags li > a {
  display: inline-block;
  background: #f2f2f2;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.2rem;
  border-radius: 1rem;
  transition: 0.4s ease;
}
.tags li > a:hover {
  background: #333333;
}

.sharing-list {
  width: -moz-max-content;
  width: max-content;
}

.comment-list,
.nested-comment-list {
  margin-bottom: 4.5rem;
}
.comment-list article,
.nested-comment-list article {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.4rem;
  padding-block: 3rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
}
.comment-list article img,
.nested-comment-list article img {
  border-radius: 100%;
}

.nested-comment-list {
  padding-left: 3rem;
}

.post > a {
  position: relative;
  display: block;
  line-height: 0;
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.post > a:hover img {
  transform: scale(1.15);
  transition: all 0.4s;
}
.post > a .date-img {
  position: absolute;
  display: grid;
  place-items: center;
  bottom: 0.6rem;
  left: 0.6rem;
  aspect-ratio: 1;
  padding: 0.6rem;
  border-radius: 1rem;
  padding-top: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0faed3;
}
.post ul {
  margin-bottom: 0.3rem;
}
.post ul li {
  padding-right: 0;
}
.post ul li:not(:last-child)::after {
  content: "|";
  padding-inline: 0.3rem;
}
.post h3 {
  margin-bottom: 0.3rem;
}

@media (min-width: 55em) {
  .grid-blog {
    grid-template-columns: 2.8fr 1fr;
  }
  .nested-comment-list {
    padding-left: 6rem;
  }
  .sharing {
    position: relative;
  }
  .sharing .sharing-list {
    position: absolute;
    right: 0;
    bottom: -1rem;
    transform: rotateX(90deg);
    transition: 0.4s ease-in;
  }
  .sharing:hover .sharing-list {
    transform: rotateX(0);
  }
}
/*--------------------------------------------------------*/
/*	15. FOOTER */
/*--------------------------------------------------------*/
footer {
  background: #333333;
  background-image: url("../image/footer-map.png");
  background-repeat: no-repeat;
  background-position: center;
}
footer .subscribe-cta {
  padding-top: 4.5rem;
  text-align: left;
}
footer .subscribe-cta form {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
}
footer .subscribe-cta form input {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
footer .subscribe-cta form button {
  background: #0faed3;
  border-radius: 1rem;
}
footer .subscribe-cta form button:hover {
  background: #333333;
}
footer img {
  width: 10rem;
  border-radius: 0;
}
footer ul li {
  width: 100%;
  padding: 0.6rem;
}
footer ul li:last-child div {
  margin-inline: auto;
}
footer ul li i {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
footer ul li p {
  margin-bottom: 0 !important;
}
footer .copyright {
  margin-top: 0.6rem;
  padding-block: 1.4rem;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 55em) {
  footer .subscribe-cta form {
    grid-template-columns: 1fr 0.6fr;
  }
  footer .subscribe-cta form input {
    margin-bottom: 0;
    border-radius: 1rem 0 0 1rem;
  }
  footer .subscribe-cta form button {
    border-radius: 0 1rem 1rem 0;
  }
  footer ul li:not(:last-child) {
    border-right: 0.1rem dashed rgba(255, 255, 255, 0.3);
  }
}

/*--------------------------------------------------------*/
/*	16. ANIMATIONS */
/*--------------------------------------------------------*/
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  from {
    background-size: 105%;
  }
  to {
    background-size: 125%;
  }
}/*# sourceMappingURL=style.css.map */
