/* Namari Landing Page v.1.1.0 Style Index - a free landing page by shapingrain.com

1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.4 Navigation
- 2.5 Social Elements
- 2.6 Images
3. Fonts and Headings
4. Banner
- 4.1 SignUp Form
5. Content Elements
- 5.1 Icons
- 5.2 Parallax Elements
- 5.3 Divider
6. Landing Page Sections
- 6.1 Features
- 6.2 Testimonials
- 6.3 Gallery
- 6.4 Video
- 6.5 Clients
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.scrollto {
    scroll-margin-top: 80px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
blockquote,
th,
td,
aside {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (hover: hover) and (pointer: fine) {
    body,
    body * {
        cursor: url("../images/cat-paw-cursor.svg") 6 6, auto !important;
    }
}

p {
    line-height: 30px;
}

.row img {
    height: auto;
    max-width: 100%;
    max-height: min-content;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

/* Page Border */

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.page-border .bottom-border,
.page-border .left-border,
.page-border .right-border,
.page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999;
}

.page-border>.top-border,
.page-border>.right-border,
.page-border>.bottom-border,
.page-border>.left-border {
    padding: 11px;
    background: #ccc;
}

.page-border .bottom-border,
.page-border .top-border {
    width: 100%;
    padding: 10px;
    left: 0;
}

.page-border .left-border,
.page-border .right-border {
    padding: 10px;
    height: 100%;
    top: 0;
}

.page-border .top-border {
    top: 0;
}

.page-border .right-border {
    right: 0;
}

.page-border .bottom-border {
    bottom: 0;
}

.page-border .left-border {
    left: 0;
}

#wrapper {
    margin: 0 15px;
    padding: 15px 0;
    position: relative;
}


/* --------- 1.1 Input Elements ---------- */

input,
textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus,
textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus {
    outline: none;
}

*:focus-visible {
    outline: 3px solid #7a1c25;
    outline-offset: 3px;
}

/* Lightweight reveal animations, activated progressively by site.js. */
html.reveal-ready .wow {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

html.reveal-ready .wow.fadeInDown {
    transform: translateY(-24px);
}

html.reveal-ready .wow.fadeInLeft {
    transform: translateX(-24px);
}

html.reveal-ready .wow.fadeInRight {
    transform: translateX(24px);
}

html.reveal-ready .wow.is-visible {
    opacity: 1;
    transform: none;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
}

.no-padding-bottom .row,
.no-padding-bottom div,
.no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row,
.no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}



/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Golden Ratio */
.col-61 {
    width: 61.8%;
}

.col-38 {
    width: 38.2%;
}

/* --------- 2.1 Header --------- */

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
}

#header .row {
    padding: 0;
}

#header aside {
    text-align: right;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

/* --------- 2.2 Logo ---------- */

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 10px;
}

#logo h1,
#logo h2 {
    display: inline-block;
}

#banner #logo h1 {
    font-size: 24px;
    margin-right: 15px;

    vertical-align: middle;
    font-weight: 900;
    line-height: 80%;
    padding: 0;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo img {
    width: 70px;
    height: 70px;
    max-height: 70px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 10px;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: flex;
}

/* --------- 2.3 Buttons ---------- */

.call-to-action {
    padding: 35px 0 35px 0;
}

/*Style*/

.button {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    border-radius: 8px;
}


/*SCROLLING container*/

.scrolling-container {
    --team-card-width: 300px;
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px;
    gap: 16px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #d2b356 transparent;
}

.scrolling-container:focus-visible {
    outline: 3px solid #7a1c25;
    outline-offset: 3px;
}

.scrolling-container::-webkit-scrollbar {
    height: 8px;
}

.scrolling-container::-webkit-scrollbar-thumb {
    background: #d2b356;
    border-radius: 8px;
}

.scrolling-container::-webkit-scrollbar-thumb:hover {
    background: #d2b356;
}

@media (min-width: 769px) and (pointer: fine) {
    .scrolling-container {
        scrollbar-width: auto;
    }

    .scrolling-container::-webkit-scrollbar {
        height: 16px;
    }

    .scrolling-container::-webkit-scrollbar-track {
        background: rgba(210, 179, 86, 0.18);
        border-radius: 999px;
    }

    .scrolling-container::-webkit-scrollbar-thumb {
        min-width: 72px;
        border: 3px solid transparent;
        background-clip: padding-box;
        border-radius: 999px;
    }
}

/*TeamMember Card*/

.team-member-card {
    background-color: #ffebad;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: var(--team-card-width);
    max-width: 80%;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.2s;
    padding: 16px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    content-visibility: auto;
    contain-intrinsic-size: 300px 520px;
}

.team-member-card.card-expanded {
    width: var(--team-card-width);
    max-width: 80%;
}

/* Different background colors for different types */
.team-member-card.vet  {
    background-color: #7a1c25d5; /* Burgundy */
}

.team-member-card.atv  {
    background-color: #414855c5; /* Dark grey */
}

.team-member-card.staff-new  {
    background-color: #3c7385;
}

.team-member-card.groom  {
    background-color: #d2b357ce; /* Fake gold */
}
@media (hover: hover) and (pointer: fine) {
    .team-member-card:hover {
        transform: translateY(-4px);
    }
}

.image-container {
    margin-bottom: 16px;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.team-member-card.card-expanded .image-container {
    height: var(--expanded-image-height, 160px);
}

.portrait {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}


.description {
    background-color: #ffffff; /* Light-gray background */
    border-radius: 8px;
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.team-member-card.card-expanded .description {
    padding: 20px 20px 20px 20px;
}

.description h2 {
    font-size: 1.9em;
    margin-top: -20px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.description p {
    font-size: 1em;
    color: #474747;
    text-align: left;
    margin: 0;
    font-weight: bolder;
}

/*Contacto*/
.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-column p {
    font-size: 1.5em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.contact-column h2 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #000000;
  }

.contact-info {
    display: flex;
}

.contact-column {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.contact-column a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-left: 2%;
  }

.contact-column i {
    margin-right: 10px;
    font-size: 1.2em;
    color: #d2b356;
  }

.contact-column a:hover {
    color: #d2b356;
    /* Color de fondo al pasar el mouse por encima */
}

tr:nth-child(odd) {
    background-color: #d2b35628;
}


#philosophy {
    background-color: #f9f9f9;
    padding-bottom: 38px;
}

#philosophy img{
    max-width: 100%;
}

#about h4{
    font-size: 25px;
}

.icon-block p{
    font-size: 18px;
    padding: 2px;
    line-height: 40px;
}
.opening-hours {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
.opening-hours th, .opening-hours td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #d2b356;
    border-top: 1px solid #d2b356;
    font-size: 1.3em;
  }

  .time-column .section-title {
    font-size: 25px;
    margin-bottom: 20px;
    color: #000000;
  }


.time-column {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  }
  .opening-hours th {
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
  }
  
  .time-column p {
    font-size: 1.1em;
    color: #333;
  }
  
.map-container {
    width: 100%;
    height: 100%;
    /* Asegura que ocupe toda la altura del contenedor */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%; /* Ajusta este valor según sea necesario */
    margin-bottom: 10%; /* Ajusta este valor según sea necesario */
}

.map-container iframe {
    border: 0 center;
    width: 700px;
    height: 700px;
    border-radius: 15px;
}

.map-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
}


/* --------- 2.4 Navigation ---------- */

#header {
    font-size: 13px;
}

#header aside {
    float: right;
}

#header nav ul {
    text-transform: uppercase;

}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

#header nav a:hover {
    opacity: 0.6;
}

/*Navigation Solid*/

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid {
    background: #fff;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left: 0;
}

#header.nav-solid nav a {
    border-bottom: 3px solid;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/* Social Elements when Solid*/

#header.nav-solid .social-icons a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#header.nav-solid .social-icons a:hover {
    opacity: 1;
    color: #f5f5f5;
}

/* Responsive Nav Styling */

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger span {
    display: inline-block;
    position: inherit;
    width: 38px;
    margin-left: -5px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
    font-family: "fontAwesome";
    display: inline-block;
    width: 38px;
    height: 71px;
    line-height: 75px;
    text-align: center;
    content: "\f0c9";
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}



#nav-trigger span.open:after {
    content: "\f00d";
}

#nav-trigger span:hover,
.nav-solid #nav-trigger span.open:hover,
.nav-solid #nav-trigger span:hover {
    opacity: 0.6;
}

#nav-trigger span.open,
#nav-trigger span.open:hover {
    color: #111;
}

.nav-solid #nav-trigger span.open:hover {
    color: #999;
}

.nav-solid #nav-trigger span {
    color: #999;
    opacity: 1;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul:after {
    display: none;
}

nav#nav-mobile li {
    margin: 0 0px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

.nav-solid nav#nav-mobile li {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 15px;
    color: #333;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background: #fafafa;
    opacity: 1;
}

/* --------- 2.5 Social Elements ---------- */

#header .col-4 {
    text-align: right;
}

.social-icons {
    display: inline-block;
    list-style: none;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons span {
    display: none;
}

#header .social-icons {
    margin-top: 25px;
}


/**********GALERIA************/

.slider-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    background: #f6f4ed;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    touch-action: pan-y;
}

.slide {
    min-width: 100%;
    height: clamp(320px, 52vw, 560px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f4ed;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    transition: background 0.3s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: rgba(0,0,0,0.8);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

@media (max-width: 768px) {
    .slide {
        height: clamp(280px, 72vw, 420px);
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .slide {
        height: 300px;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .prev {
        left: 5px;
    }

    .next {
        right: 5px;
    }
}
/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

/* Section Headings */

.section-heading {
    padding: 0 0 15px 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
   
}

.section-heading h3 {
    font-size: 20px;
    font-weight: bold;
    color: #afafaf;
    letter-spacing: 2px;
    padding-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background-size: cover;
}

#banner-content.row {
    padding-top: 170px;
    padding-bottom: 100px;
}

#banner h1 {
    padding-top: 10%;
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 0px;
    margin-top: 30px;
}



/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* --------- 5.1 Icons ---------- */

/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}

/*Icon Block*/

.icon-block {
    position: relative;
    padding: 12px;
}

.icon-block h4 {
    font-weight: bold;
    padding-top: 0;
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
}

/* Icon Left*/

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}

/* Icon Right */

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}

/* Icon Above */

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description {
    padding-top: 20px;
}

/* --------- 5.2 Parallax Elements ---------- */

.banner-parallax-1,
.banner-parallax-2,
.banner-parallax-3 {
    min-height: 350px;
}

/* --------- 5.3 Divider ---------- */

.divider {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 5px auto;
    clear: both;
    text-align: center;
}

.divider-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #e1e1e1;
}

.divider i {
    background: #fff;
    position: relative;
    top: -11px;
    padding: 0 5px 0 5px;
    color: #e1e1e1;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/

/* --------- 6.1 Introduction ---------- */

.introduction img.featured {
    padding: 55px 0 0 0;
}

/* --------- 6.2 Features ---------- */

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}

/* --------- 6.3 Testimonials ---------- */

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
}

/* Style Classic - Avatar above Testimonial */

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}

/* Style Big */

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 30px;
}

/* --------- 6.4 Gallery ---------- */

#wga{
    background-color: #f9f9f9;
}


/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
**/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width: 30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-family: "fontawesome";
        font-size: 22px;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight .featherlight-close-icon:hover {
        opacity: 1;
    }

    .featherlight .featherlight-image {
        /* styling */
        max-height: 100%;
        max-width: 100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }

}

/* Gallery Styling */
@media all {

    .featherlight-next,
    .featherlight-previous {
        font-family: "fontawesome";
        font-size: 22px;
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        /* preventing text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* IE9 hack, otherwise navigation doesn't appear */
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-previous {
        left: 0;
        right: 80%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: inline-block;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 80px;
        line-height: 80px;

        /* center vertically */
        margin-top: -40px;
        color: #fff;
        font-style: normal;
        font-weight: normal;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-next span {
        text-align: right;
        left: auto;
        right: 7%;
    }

    .featherlight-previous span {
        text-align: left;
        left: 7%;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
        opacity: 1;
    }

    /* Hide navigation while loading */
    .featherlight-loading .featherlight-previous,
    .featherlight-loading .featherlight-next {
        display: none;
    }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {

    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {

    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        left: 10px;
        right: 85%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

/* --------- 6.5 Video ---------- */

#video-box {
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.video_container,
.easyContainer {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    margin: 0;
    padding-top: 0;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slvj-lightbox iframe,
.slvj-lightbox object,
.slvj-lightbox embed {
    width: 100% !important;
    height: 529px !important;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    max-width: 940px;
    max-height: 529px;
    z-index: 32;
    text-align: center;
    margin: 0 auto;
}

.slvj-lightbox {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 53;
}

#slvj-close-icon:before {
    font-family: "fontawesome";
    color: #fff;
    content: '\f00d';
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#slvj-close-icon:before:hover {
    opacity: 1;
    cursor: pointer;
}

/* --------- 6.6 Clients ---------- */

#clients a {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#clients img {
    display: inline-block;
    padding: 15px 25px;
}

.client-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top;
    0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#clients a:hover .client-overlay {
    opacity: 1;
}

.client-overlay span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}



/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
    background-color: #eeeded
}

#landing-footer .row {
    padding: 3%;

}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}

#scrollUp.native-scroll-up {
    position: fixed;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 8px;
    background: #555;
    color: #fff;
    font: 700 28px/1 Arial, sans-serif;
    cursor: pointer;
    z-index: 1000;
}

#scrollUp.native-scroll-up::before {
    content: none;
}

#scrollUp.native-scroll-up[hidden] {
    display: none;
}

/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* =Media Queries for Nav
===============================*/

@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }


    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    #header aside {
        display: none;
    }
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {

    #wrapper {
        margin: 0;
        padding: 0;
    }

    .page-border,
    #scrollUp,
    #scrollUp:before {
        display: none;
    }

    .row {
        padding: 15px !important;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-2-3,
    .col-3-4,
    .col-9-10,
    .col-61,
    .col-38,
    .row {
        width: 100%;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-2-3,
    .col-3-4,
    .col-9-10,
    .col-61,
    .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 15px !important;
    }

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }

    #header.nav-solid .social-icons {
        display: none;
        clear: both;
    }

    #header.nav-solid #logo {
        max-width: 73%;

    }

    #logo img {
        width: 48px;
        height: 48px;
        max-height: 48px;
        margin-right: 6px;
    }

    #banner #logo h1 {
        font-size: 17px;
        line-height: 1;
        margin-right: 0;
    }


    /*Logo*/
    #logo h2 {
        padding: 0;
    }

    /* Social */
    #header aside {
        display: none;
        position: absolute;
        top: 35px;
        right: 10px;
        padding-top: 3px;
        padding-right: 5px;
    }

    #header ul.social-icons {
        margin-top: 0;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*-----------------Sections-----------------*/

    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }

    /* Video */
    .slvj-lightbox iframe,
    .slvj-lightbox object,
    .slvj-lightbox embed {
        height: 270px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }

    #banner h1 {
        font-size: 48px;
    }

    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }

}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {

    #wrapper {
        margin: 0;
        padding: 0;
    }

    .page-border,
    #scrollUp,
    #scrollUp:before {
        display: none;
    }


    .row {
        padding: 15px 0 !important;
    }

    .col-1,
    .col-2,
    .col-5,
    .col-7,
    .col-9,
    .col-11,
    .col-2-3,
    .col-3-4,
    .col-61,
    .col-38,
    .row {
        width: 100%;
    }

    .col-3,
    .col-4,
    .col-6,
    .col-8,
    .col-10,
    .col-12 {
        width: 50%;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 !important;
    }

    #header aside {
        display: inline-block;
        position: absolute;
        top: 35px;
        right: 60px;
        padding-top: 3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 15px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
        padding-bottom: 6px;
    }


    #banner-content.row {
        padding-top: 85px !important;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe,
    .slvj-lightbox object,
    .slvj-lightbox embed {
        height: 370px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    #wrapper {
        margin: 0;
        padding: 0;
    }

    .page-border {
        display: none;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    /*-----------------Header Elements-----------------*/
    #header aside {
        display: inline-block;
        position: absolute;
        top: 35px;
        right: 60px;
        padding-top: 3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 2px;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe,
    .slvj-lightbox object,
    .slvj-lightbox embed {
        height: 432px !important;
    }

}

/* ========== TEXTO DESPLEGABLE ========== */

.text-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition:
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.2s ease,
        visibility 0.2s ease;
    line-height: 1.5;
}

.text-container.expanded {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}

.description-text {
    font-size: 0.95em;
    color: #474747;
    text-align: left;
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
}

.expand-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 12px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
    outline: none;
    line-height: 1;
}

.expand-arrow {
    display: inline-block;
    color: #757575;
    font-size: 1.8em;
    transition: color 0.3s ease;
    line-height: 1;
}

.expand-btn:hover .expand-arrow {
    color: #424242;
}

.expand-btn:active {
    opacity: 0.8;
}

.expand-btn:focus-visible {
    outline: 3px solid #7a1c25;
    outline-offset: -3px;
}

.expand-btn[hidden] {
    display: none;
}

/* Responsive */
@media (max-width: 480px) {
    .scrolling-container {
        --team-card-width: min(340px, calc(100vw - 54px));
        padding-block: 20px;
        padding-inline: calc((100% - var(--team-card-width)) / 2);
        scroll-snap-type: x mandatory;
        scroll-padding-inline: calc((100% - var(--team-card-width)) / 2);
        scroll-behavior: smooth;
    }

    .team-member-card,
    .team-member-card.card-expanded {
        width: var(--team-card-width);
        max-width: 340px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        content-visibility: visible;
        contain-intrinsic-size: auto;
    }

    .description-text {
        font-size: 0.9em;
    }

    .expand-arrow {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    #banner h1 {
        max-width: calc(100vw - 40px);
        font-size: 32px;
        line-height: 1.18;
        overflow-wrap: break-word;
    }

    #banner h1 .mobile-break {
        display: block;
    }

    #banner #ccnbutton {
        display: block;
        width: fit-content;
        margin: 24px 0 4px;
    }

    #banner #ccnbutton + .button {
        display: block;
        width: fit-content;
        margin: 4px 0;
    }
}

#sobreNosotros,
#wga,
#contacto,
#landing-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 800px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .scrolling-container {
        scroll-behavior: auto;
    }
}
