/*!
Theme Name: Margo
Theme URI: https://margobridalalterations.com/
Author: Strive Enterprise
Author URI: https://striveenterprise.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: margo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Margo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0 ;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
    padding: 0 !important;
}

html {
    scroll-behavior: smooth !important;
    overflow-x:hidden;
}


/* make sure to set some focus styles for accessibility */
a:focus {
    outline: 0;
}

a:hover {
    text-decoration: none !important;
}
li::marker{
    display:none;
    font-variant-numeric:inherit !important;
    list-style-type:none !important;
  }
  

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
}

/* input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
} */

input[type=search] {
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

button,
input,
optgroup,
select {
    color: inherit;
    font: inherit;
    margin: 0;
}




button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
} */


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline:0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

button:active {
    border: none;
}

button {
    border: 0 !important;
}

button:focus {
    outline: 0px !important;
    outline: 0px !important;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    /* -webkit-appearance: button; */
    /* 2 */
    cursor: pointer;
    /* 3 */

}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    /* -webkit-appearance: textfield; */
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

/* input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
} */

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */


html,
button,
input,
select,
textarea {
    color: #222;
}
input {
	accent-color: var(--color_primary-dark);
}

::-moz-selection {
    background: var(--color_primary-dark);
    text-shadow: none;
}

::selection {
    background: var(--color_primary-dark);
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.text-md-justify{
    text-align: justify;
}
.text-md-justify >p{
    text-align: justify;
}

@media only screen and (max-width: 767px) {
    .text-md-justify{
        text-align: center;
    }
    .text-md-justify > p{
        text-align: center;
    }
}



/* general style for web  */


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');



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


:root{
    /* --font-title:'Merriweather', serif ; */
    --font-menu:"Montaga";
    --font-title:'Montaga' ;
    --font-content:'Raleway';
    --color_primary:#e6e6e6;
    --color_primary-dark: #888;
}


h1,h2,h3,h4,h5{
    font-family: var(--font-title);
}

p,span,li,ul,tr,td,a,input,select, option{
    font-family: var(--font-content);
    line-height: normal;
    font-weight: 300;
}

p{
    font-family: var(--font-content) !important;
}


:root::-webkit-scrollbar, 
div::-webkit-scrollbar{
    width: 5px;
}
div::-webkit-scrollbar-thumb,
:root::-webkit-scrollbar-thumb {
    background: var(--color_primary-dark);
}


/* butons */

    /* hero button */
    .btn_hero{
        width: fit-content;
        padding: 15px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
        font-size: 15px;
        vertical-align: middle;
        min-width: 180px;

    }
    .btn_hero:hover{
        color: #fff;
    }
    .btn_hero::after{
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: 800ms;
        width: 50px;
        z-index: -10;
    }
    .btn_hero:hover::after{
        left: 120%;
        transition: 500ms;
    }

    /* btn blank */

    .btn-white{
        width: fit-content;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        color: #fff;
        border: 1px solid #acacac;
        position: relative;
        overflow: hidden;
        z-index: 1;
        font-size: 15px;
        vertical-align: middle;
    }
    .btn-white:hover{
        color: #fff !important;
    }
    .btn-white:hover input{
        color: #fff !important;
    }

    .btn-white::after{
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
        background: #ebebeb;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: 800ms;
        width: 50px;
        z-index: -10;
    }
    .btn-white:hover::after{
        left: 120%;
        transition: 500ms;
    }

    .btn-white input{
        color: #fff;
    }
    .btn-white:hover input{
        color: #fff;
    }



    



    .btn-white2{
        width: fit-content;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: #000;
        border: 1px solid #000;
        position: relative;
        overflow: hidden;
        z-index: 1;
        font-size: 15px;
        vertical-align: middle;
    }
    .btn-white2:hover{
        color: #000 !important;
    }
    .btn-white2:hover input{
        color: #000 !important;
    }
    .btn-white2::after{
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
        background: #000;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: 800ms;
        width: 50px;
        z-index: -10;
    }
    .btn-white2:hover::after{
        left: 120%;
        transition: 500ms;
    }

    .btn-white2 input{
        color: #fff;
    }
    .btn-white2:hover input{
        color: #fff;
    }



    /* btn neutral */

    .btn{
        width: fit-content;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
        font-size: 15px;
        border: 0;
        border-radius: 0;
        vertical-align: middle;
    }
    .btn:hover{
        color: #fff;
    }

    .btn::after{
        background: var(--color_primary);
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: 800ms;
        width: 50px;
        z-index: -10;
    }
    .btn:hover::after{
        left: 120%;
        transition: 800ms;
    }
    /* .btn::before{
        content: '';
        position: absolute;
        top: -100px;
        left: 0;
        background: var(--color_primary);
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: 300ms;
    }
    .btn:hover::before{
        transform: translateY(100px);
        transition: 300ms;
        color: #fff !important;
    } */

    /* btn black */

    .btn_black{
        /*border: 1px solid #000;*/
        padding: 5px 10px;
        color: #000;
        position: relative;
        overflow: hidden;
        transition: 800ms;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        vertical-align: middle;
        font-size: 15px;
        width: 45px;
        height: 45px;
    }

    .btn_black:hover{
        border: 0px solid #000;
        color: #fff;
        transform: 800ms;
        border: 0 !important;
    }

    .btn_black::after{
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        width: 50px;
        z-index: -10;
        background: var(--color_primary);
        transition: 800ms;

    }

    .btn_black:hover::after{
        left: 120%;
        transition: 800ms;
    }



/* end buttons */

.top_fixed{
    position: fixed;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 15;
    top: 0;
}

@media screen and (min-width:768px) {
    .top_fixed{
        height: 40px;
    }
}

/* .top_fixed.scroll_not{
    background: #00000067;
    transition: 200ms;
} */
.top_fixed.scroll_yes{
    background: #000000;
    transition: 200ms;
}
.phone_top_header{
    color: #fff;
    font-size: 16px;
    transition: 300ms;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@media screen and (max-width:768px) {
    .phone_top_header{
        font-size: 13px;
        padding-left: 20px;
    }

    .top_fixed.scroll_not{
        background: #000;
    }
}

.phone_top_header:hover{
    color: var(--color_primary-dark)!important;
    transition: 300ms;
}


@keyframes pulse {
    0%   {transform: scale(1);}
    50%  {transform: scale(1.1);}
    100% {transform: scale(1);}
  }


header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    padding: 0px 0px;
    width: 100vw;
    transition: 400ms ;
}

header nav.navbar{
    padding: 0px 80px;
    justify-content: space-between;
}


@media screen and (max-width:768px) {
    header nav.navbar{
        padding: 0px 30px;
    }
}
@media screen and (max-width:500px) {
    header nav.navbar{
        padding: 0px 10px;
    }
}


#navIdFixed{
    transition: 1000ms;
}
.logo_header{
    width: 200px;
}

@media screen and (max-width:768px) {
    .logo_header{
        width: 190px;
    }
}

@media screen and (max-width:500px) {
    .logo_header{
        width: 150px;
        margin-right: 0 !important;
    }
}

/* .scroll_not .logo_header{
    filter: brightness(0) invert(1);
} */

.logo_header img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

/* see on in the center*/
/* .nav_option_header{
    display: flex;
    justify-content: end;
    max-width: 190px;
} */
/* see on top, on the icon */
.nav_option_header{
    display: flex;
    max-width: 410px;
    justify-content: end;
}

/* @media screen and (min-width:768px) {
    .nav_option_header{
        max-width: 190px;
    }
} */

@media screen and (max-width:768px) {
    .nav_option_header{
        justify-content: start;
    }

    .nav_option_header .menu {
        width: 100%;
        position: relative;
    }

    .nav_option_header .menu::before {
        content: '';
        position: absolute;
        top: 0px;
        left: -35px;
        width: 120%;
        height: 105%;
        background: #fff;
        z-index: -1;
    }
}

.button_personality{
    background: #ab9cc4;
    padding: 10px !important;
}
@media screen and (max-width:500px) {
    .button_personality{
        padding: 3px !important;
    }
}

.nabvar_option ul {
    display: flex;
}

.nabvar_option li{
    margin: 0 15px;
}

@media screen and (min-width:768px) {
    .nabvar_option li{
        display: flex;
        align-items: center;
        height: 50px;
    }
}

@media screen and (max-width:768px) {
    .nabvar_option li{
        margin: 10px 10px;
    }
}

.nabvar_option li a{
    color: #000;
    font-size: 18px;
    transition: 400ms;
    font-weight: 600;
}

.nabvar_option li a:hover{
    color: #ab9cc4;
    transition: 400ms;
}

@media screen and (min-width:768px) {
    .container_button_cart{
        display: none !important;
    }
}
/* see on header */

.see_on_mini_header{

    z-index: 4;

    height: 40px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    border-right: 1px solid #000;

    padding-right: 10px;

}



@media screen and (max-width:768px) {

    .see_on_mini_header{

        display: none;

    }

}

.see_on_title_header{

    font-size: 14px;

    color: var(--color_primary-dark);

    font-weight: 900;

    margin-right: 20px;

}

.logo_see_on_header{

    width: 30px;

    height: 100%;

    margin: 0 10px;

    object-fit: contain;

    filter: brightness(0) invert(0.6);

}

.see_on_mini_topHeader{
    display: none;
    z-index: 4;
    height: 32px;
    border-right: 1px solid #000;
    margin-left: auto;
}

.see_on_title_topHeader{

    font-size: 14px;

    color: #fff;

    font-weight: 900;

    margin-bottom: 5px;

}

.logo_see_on_topHeader{
    width: 20px;

    height: 100%;

    margin: 0 10px;

    object-fit: contain;

    filter: brightness(0) invert(1);
}

@media screen and (max-width:768px) {
    .see_on_mini_topHeader {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.see_on_title_topHeader {
		font-size: 10px;
		height: 100%;
		margin-bottom: 0;
		display: flex;
		align-items: center;
	}
	.logo_see_on_topHeader {
    width: 18px;
    margin: 0 5px;
	}
}


@media screen and (max-width:500px) {
    .logosSee_on{
        padding-right: 10px;
    }
    .logo_see_on_topHeader {
        margin: 0 5px;
    }
}

/* footer */

footer{
    position: relative;
    overflow: hidden;
}
footer::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #414141;
}

.container_footer{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 50px 80px;
}
/* .footer_option{
    max-width: 200px;
} */

@media screen and (max-width:768px) {
    .container_footer{
        padding: 50px 30px;
    }
}

.footer_option h2{
    font-size: 22px;
    padding-bottom: 20px;
    position: relative;
    color: #fff;
    font-family: var(--font-menu) !important;
}
.footer_option h2::before{
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    background: #ffff;
    left: 0;
    bottom: 0;
}
@media screen and (max-width:768px) {
    .footer_option{
        margin-bottom: 30px;
    }
    .footer_option.contact{
        margin-bottom: 0;
    } 
    .footer_option h2::before{
        left: calc(50% - 50px);
    }
}

.footer_option ul{
    padding-top: 20px;
    color: #fff;
    position: relative;
    z-index: 3;
}
.footer_option ul li{
    padding-bottom: 10px;
    color: #fff;
    font-size: 17px;
}
.footer_option ul li a{
    color: #fff;
    font-size: 17px;
    transition: 400ms;
    font-family: var(--font-menu) !important;
}
.footer_option ul li a:hover{
    color: var(--color_primary-dark);
    transition: 400ms;
}

@media screen and (max-width:500px){
    .footer_option ul li{
        max-width: 290px;
    }
}

/* options custom */
.footer_option.custom ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* max-height: 200px; */
}
.footer_option.custom ul li{
    width: 150px;
}


/* logo */

.logoMargo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo_footer{
    position: relative;
    z-index: 3;
    display: flex;
    width: 300px;
    padding: 20px 0;
}
.logo_footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);;
}
.footer_option.logoMargo ul {
    display: flex !important;
}
.footer_option.logoMargo ul li {
    margin: 0 10px;
}
.footer_option.logoMargo ul li a {
    font-size: 20px;
}

@media screen and (max-width:768px) {
    .footer_option.logoMargo ul li a{
        font-size: 20px;
    }
}





/* dimensiones */
.footer_option.menu{
    width: 160px;
}
.footer_option.custom{
    width: 180px;
}
.footer_option.alterations{
    width: 250px;
}
.footer_option.contact{
    width: 300px;
}
.footer_option.logoMargo{
    width: 300px;
}
@media screen and (max-width:768px) {
    .footer_option.menu{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer_option.custom{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer_option.alterations{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer_option.contact{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer_option.logoMargo{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.footer_copyrigth{
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 10px 80px ;
}

@media screen and (max-width:768px) {
    .footer_copyrigth{
        padding: 10px 30px ;
    }
}

.footer_copyrigth::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: blur(10px);
}
.content_copy{
    position: relative;
    z-index: 10;
}


.text_copy{
    display: flex;
    align-items: center;
}

.text_copy p{
    font-size: 15px;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .text_copy{
        justify-content: center;
        align-items: center;
    }
    .text_copy p{
        font-size: 15px;
        font-weight: 600;
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    .text_copy p{
        font-size: 13px;
    }
}

.logo_copy{
    width: 120px;
}

@media screen and (max-width:768px) {
    .logo_copy{
    width: 80px;
    }

}
.logo_copy_position{
    display: flex;
    justify-content: end;
}
@media screen and (max-width:768px) {
    .logo_copy_position{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}
.logo_copy img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(0);
}






/* Woocommerce cart */

.my-cart-count{
	width: 30px;
	margin-left:15px;
	position: relative;
	transition: .5s;
}

.my-cart-count-2{
	width: 30px;
	margin: auto 12px;
	position: relative;
	display: none;
	transition: .5s;
}

.my-cart-count:hover > a > i,.my-cart-count-2:hover > a > i{
	color: var(--color_primary-dark) ;
	transition: .5s;
}

.my-cart-count > .cart-count{
	position: absolute;
    background-color: var(--color_primary-dark);
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 10px;
    font-size: 11px;
    padding-bottom: 4px;
}

.my-cart-count-2 {
	margin: auto 12px auto 5px;
}

.my-cart-count-2 > .cart-count{
	position: absolute;
    background-color: var(--color_primary-dark);
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 10px;
    font-size: 11px;
    padding-bottom: 4px;
}
.my-cart-count > a > i{
	font-size: 20px;
	color: var(--color_primary-dark);
}
.my-cart-count > a:hover > i{
	color: var(--color_primary);
}
.my-cart-count-2 > a > i{
	font-size: 20px;
	color: var(--color_primary-dark);
}

@media screen and (max-width:992px) {
	.my-cart-count{
		display: none;
	}
	.my-cart-count-2{
		display: block;
	}
}


/* style para modal del cart */

.widget.woocommerce.widget_shopping_cart.content-cart {
    position: absolute;
    right: 0;
    background: #fff;
    margin-top: 8px;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    width: 285px;
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
	transition: 400ms;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	z-index: 9999;
}

@media screen and (max-width:600px) {
	.widget.woocommerce.widget_shopping_cart.content-cart{
		right: -20px;
	}
}

.my-cart-count:hover .widget.woocommerce.widget_shopping_cart.content-cart {
    visibility: visible;
    opacity: 1;
	transition: 400ms;
}
.my-cart-count-2:hover .widget.woocommerce.widget_shopping_cart.content-cart {
    visibility: visible;
    opacity: 1;
	transition: 400ms;
}
.woocommerce-mini-cart.cart_list.product_list_widget {
	display: flex;
	flex-direction: column;
}
.woocommerce-mini-cart-item.mini_cart_item a {
	color: #3c3c3c;
	font-weight: 400 !important;
}
.woocommerce.widget_shopping_cart .buttons a {

	border-radius: 0!important;
}


.woocommerce-mini-cart__buttons.buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}


.woocommerce.widget_shopping_cart .button.wc-forward {
	background: #fff !important;
	border: 1px solid var(--color_primary-dark) !important;
	color: var(--color_primary-dark) !important;
	transition: 400ms;
    margin-top: 25px;
}

.woocommerce.widget_shopping_cart  .button.checkout.wc-forward {
	background: #000000 !important;
	color: #fff !important;
	transition: 400ms;
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    z-index: 2;
    margin: 20px 0 0 0;
}

.woocommerce.widget_shopping_cart  .button.checkout.wc-forward::after {
    background: var(--color_primary);
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 0;
}

.woocommerce.widget_shopping_cart  .button.checkout.wc-forward:hover::after{
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong{
	color: var(--color_primary);
}
.signo-plus {
	margin-left: 25px;
	position: relative;
	z-index: 9999;
}


/* woocomerce textos predeterminados decorativos */

.woocommerce-info{
	border: 2px solid var(--color_primary) !important;
	color: var(--color_primary);
	/* border-radius: 50px; */
    border-radius: 0;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--font-content);
}

.woocommerce-message{
	/* border: 2px solid var(--color_primary) !important; */
    border: none;
    background: transparent !important;
	color: var(--color_primary);
	border-radius: 0px;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--font-content);
    text-align: center;
    width: fit-content;
    justify-content: center;
    margin: auto;
}

@media screen and (max-width:768px) {
    .woocommerce-message{
        text-align: center;
    }
}

.woocommerce-page .woocommerce-message .button{
	border-radius: 0px;
	background: #000;
	color: #fff;
	transition: 800ms;
}
.woocommerce-page .woocommerce-message .button:hover{
	background: #000;
	color: #fff;
}




/*SEARCH*/

.search_icon{
	width: 30px;
	margin-left:25px;
	position: relative;
	cursor:pointer;
}
.search_icon-2{
	width: 30px;
	margin-left:25px;
	position: relative;
	height: fit-content;
	display: none;
	cursor: pointer;
}
.search_icon > i, .search_icon-2 > i{
	font-size: 20px;
	color: var(--color_primary-dark);
}
.search_icon:hover > i ,.search_icon-2:hover > i{
	color: var(--color_primary);
}

@media screen and (max-width:992px){
	.search_icon{
		display: none;
	}
	.search_icon-2{
		display: flex;
	}
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #dadadae8;
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.sidenav a {
	margin-left: 3px;
    width: 40px;
    height: 51px;
    text-decoration: none;
    font-size: 30px;
    padding-bottom: 2px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    background: #000;
}

.sidenav a:hover {
  background: #acacac;
  transition: 800ms;
}
.search-form {
	display: flex;
	align-items: center;
}
/*
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-right: 50px;
}*/
.content-search {
	display: flex;
	align-items: center;
}
#mySidenav h5 {
	font-family: var(--font-title) !important;
	color: #0A2556;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 25px;
	/* background: linear-gradient(-50deg, #938268, #a49175, #e5cba7);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent; */
}

@media screen and (max-width:500px) {
	#mySidenav h5 {
		font-size: 30px;
		text-align: center;
	}
}
.search-form input {
	padding: 0px 15px;
	border: none;
    height: 51px !important;
}

.search-form-modal .search-form input[type=search]{
    padding: 0 15px !important;
}

.search-form-modal .search-form input {
    height: 50px !important;
}


.search-form{
	position: relative;
}

.search-form input[type=search]{
	width: 300px;
	height: 50px;
} 

.search-form label {
	margin-bottom: 0;
}
.search-submit, .wc-block-product-search .wc-block-product-search__button {
	background: #000 ;
	color: #fff;
	border: none;
	position: absolute;
	right: 0px;
	height: 60px;
	width: 100px;
}
/* .search-submit:hover, .wc-block-product-search .wc-block-product-search__button{
	background: #a699ce;
	transition: 0.5s;
} */
.wc-block-product-search .wc-block-product-search__field {
	border: none;
}
.wc-block-product-search__label {
	display: none;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Woocommerce*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


/* modal add to cart */
/* modal add to cart */
/*Modal*/
.modal-header {
	background: #3c3c3c;
	color: #fff;
	border-radius: 0;
}
.check_modal img{
    width: 60px;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	transition: 400ms;
	z-index: 1;

}
.added_to_cart.wc-forward{
	display: none;
}
/* .modal-content {
	border-radius: 30px;
} */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: var(--color_primary);
	text-decoration: none;
	opacity: 1;
	text-shadow: none;
	transition: 400ms;

}
#myModal .modal-header {
	background: #fff;
    color: #3c3c3c;
}
#myModal .modal-content {
    color: #3c3c3c;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
#myModal  .modal-header .close {
    color: var(--color_primary);
}
#myModal .modal-header {
    border-bottom: none;
}
#myModal .modal-body {
	position: relative;
	z-index: 0;
	font-size: 22px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: var(--font-content);
    margin-bottom: 30px;
}
.view-cart-modal {
	background: #000;
	margin-top: 22px;
	font-size: 18px;
	width: fit-content;
	padding: 10px 25px;
	font-weight: 600;
	color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.view-cart-modal:hover{
    color: #fff;
}

.view-cart-modal::after{
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.view-cart-modal:hover::after{
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 425px) {
	.modal-title {
		font-size: 18px;
	}
}


/* modal amelia  */

#am-category .am-category-service .am-category-service-hover{
    background: #7a7a7aa6 !important;
}

#am-category .am-category-service .am-category-service-image{
    background: #ab9cc4 !important;
}

#am-category .am-category-service .am-category-service-color{
    border-radius: 0 !important;
    background: #d9bff5 !important;
}

.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog,
.amelia-v2-booking #amelia-container.am-fs__wrapper  {
	margin: 0!important;
  box-shadow: none!important;
  max-width: 100%;

}
#am-modal.am-modal.am-in-body div, .amelia-app-booking #amelia-booking-wrap  {
	font-family: var(--font_content) !important;
}

.amelia-app-booking #am-service-booking .am-service .am-service-header .am-service-price{
    border-radius: 0 !important;
    background: #000 !important;
    color: #fff !important;
}

.amelia-app-booking #amelia-booking-wrap .el-button--primary.el-button,.amelia-v2-booking #amelia-container .am-button.am-button--default {
	background: #000!important;
	border: none!important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}
.amelia-app-booking #amelia-booking-wrap #am-step-booking .am-select-date, .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date,
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date,
.amelia-v2-booking #amelia-container .am-button.am-button--default {
	background: #000 !important;
  transition: 400ms!important;

}
.amelia-app-booking #amelia-booking-wrap .el-button--primary.el-button::after,
.amelia-v2-booking #amelia-container .am-button.am-button--default::after {
	background: var(--color_primary);
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: 1200ms;
        width: 50px;
        z-index: 0;
}
.amelia-app-booking #amelia-booking-wrap .el-button--primary.el-button:hover::after,
.amelia-v2-booking #amelia-container .am-button.am-button--default:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.am-service-dropdown .am-select-service-price {
	color: #a8218e!important;
}.el-select-dropdown .el-select-dropdown__item.selected, .time-select-item.selected:not(.disabled) {
  color: #a8218e!important;

}
.amelia-app-booking #amelia-booking-wrap #am-step-booking, .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog {
	border: none!important;
}
.amelia-v2-booking #amelia-container .am-fs__main-footer {
	box-shadow: none!important;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper {
	height: 100% !important;
    margin: auto !important;
}



/* #amelia-container > div > div > div.am-fs-dt__calendar.am-fs__main-content > div > div > div.am-advsc.fc.fc-media-screen.fc-direction-ltr.fc-theme-standard > div > div > table > tbody > tr > td > div > div > div.fc-scrollgrid-sync-table{
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
}
#amelia-container > div > div > div.am-fs-dt__calendar.am-fs__main-content > div > div > div.am-advsc.fc.fc-media-screen.fc-direction-ltr.fc-theme-standard > div > div > table > tbody > tr > td > div > div > div > table{
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
} */

.amelia-app-booking #amelia-booking-wrap .am-calendar-picker .c-day-background:before {
    position: absolute;
    content: "";
    background: var(--color_primary-dark);
    width: 28px;
    height: 28px;
    border-radius: 5px;
}

/* end modal amelia */





/*Tooltip*/
.tooltip {
    font-size:16px;
    padding: 5px 10px;
    width: fit-content !important;
    max-width: 400px !important;
  }

  .tooltip-inner {
    max-width: 220px !important;
    /* padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem */
}

@media (max-width: 625px) {
    .tooltip {
        display: none;
    }
}
  
  
  /*Boton fixed social*/
  /**********************************************************************************************************************/
  #social-share {
      position: fixed;
      bottom: 70px;
      right: 30px;
      z-index: 20;
      opacity: 0;
      visibility: hidden;
  }
  .mostrar {
      opacity: 1 !important;
      visibility: visible !important;
  }
   #social-share ul.social-itens .btn-share, #social-share div.social-open-menu .btn-share {
       position: relative;
       cursor: pointer;
       border-radius: 0px;
       color: white;
       line-height: 1;
       outline: 0;
       border: 0;
       margin-top: 15px;
       box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
   #social-share ul.social-itens .btn-share:hover, #social-share div.social-open-menu .btn-share:hover {
       box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
   #social-share ul.social-itens {
       list-style: none;
       text-decoration: none;
       text-align: center;
       position: relative;
       display: block;
     margin-bottom: 0px;
      display: none;
       transition: 400ms;
     padding-left: 2px;
  }
   #social-share ul.social-itens .btn-share {
       width: 50px;
       height: 50px;
      /* transform: none;
       */
  }
  
   #social-share ul.social-itens.open .btn-share {
       transform: scale(1);
       opacity: 1;
      /* transform: translate(0px, -15px);
       */
  }
   #social-share ul.social-itens li {
       position: relative;
  }
   #social-share ul.social-itens li .btn-share {
      transform: scale(1);
      opacity: 0;
         background: #000;
      width: 32px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
  }
   #social-share ul.social-itens li .btn-share-text {
      /* opacity: 0;
       */
       position: absolute;
       bottom: 15px;
       right: 100%;
       margin-right: 10px;
       min-width: 75px;
       border-radius: 2px;
       padding: 3px 4px;
       text-align: center;
       font-weight: 300;
       background: rgba(20, 20, 20, 0.7);
       color: #fff;
       display: block;
       opacity: 0;
      /* transition: all 500ms ease-in-out 0.5s;
       */
  }
  #social-share:hover ul {
      display: block;
      transition: 400ms;
  }
   #social-share ul.social-itens li:hover .btn-share-text {
       opacity: 1;
  }
  #social-share div.social-open-menu .btn-share {
      width: 35px;
      height: 35px;
      background: #000;
      box-shadow: #00000059 0 5px 15px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
   #social-share div.social-open-menu .btn-share i {
       text-shadow: 0px 0px #f32c1e 1px 1px #f32c1e 2px 2px #f32c1e 3px 3px #f32c1e 4px 4px #f32c1e 5px 5px #f32c1e;
       padding: 10px;
  }

  .btn-share i {
       text-shadow: 0px 0px #f32c1e 1px 1px #f32c1e 2px 2px #f32c1e 3px 3px #f32c1e 4px 4px #f32c1e 5px 5px #f32c1e;
       padding: 10px;
  }
  
   #social-share .social-itens.open .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
       transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  }
   #social-share .social-itens.hidden .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
       transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  }
   #social-share .social-itens.open .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
       transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  }
   #social-share .social-itens.hidden .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
       transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  }
   #social-share .social-itens.open .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
       transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  }
   #social-share .social-itens.hidden .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
       transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  }
   #social-share .social-itens.open .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
       transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  }
   #social-share .social-itens.hidden .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
       transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  }

#social-share div.social-open-menu .btn-share:hover {
	transition: 400ms;
	background: var(--color_primary);
}

@media screen and (max-width:768px) {
  #social-share div.social-open-menu{
    margin-bottom: 10px;
  }
}

@media (max-width: 426px) {
    .btn-shop-now-mobile {
      width: 35px;
      height: 35px;
    }
  #social-share {
      bottom: 65px;
  }
}  
  
@media screen and (max-width:500px) {
    #social-share {
        bottom: 55px !important;
    }
}
  #social-share ul.social-itens .btn-share, #social-share div.social-open-menu .btn-share {
      
      margin-top: 8px;
      
  }

.buttons.fixed-shop {
	position: fixed;
	right: 30px;
	bottom: 15px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}
  .buttons.fixed-shop .btn{
	 box-shadow: #00000059 0 5px 15px;
}
.btn_image{
	width: 35px;
	height: 35px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: #00000059 0 5px 15px;
  }

.btn_image > img {
	width: 80%;
	height: 80%;
	object-fit: contain;
    filter: brightness(0) invert(1);
}

.btn_shop_text{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	color: #fff;
	background: #000;
    position: relative;
    overflow: hidden;
}

.btn_shop_text::after{
    background: var(--color_primary);
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: 800ms;
    width: 50px;
    z-index: 0;
}
.btn_shop_text:hover::after{
    left: 120%;
    transition: 800ms;
}

.btn_shop_text > span{
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
	z-index: 2;
}



.btn_shop_text{
	color: #fff !important;
	/* background-color: transparent; */
	text-shadow: ntwo;
}





/* text sub menu */
/* 

.navbar .product_select.close_submenu .sub-menu{
	position: absolute;
    padding: 0px 35px;
    background: hsl(0, 0%, 100%);
    border-radius: 0px;
    height: 0;
	opacity: 0;
    z-index: -1;
	transition: 0.5s;
}
.navbar .product_select .sub-menu > li > a{
	color: #000 !important;
}
.navbar .product_select .sub-menu{
	position: absolute;
    padding: 0px 35px;
    background: #fff;
    border-radius: 0px;
	height: max-content;
	overflow: hidden;
	opacity: 1;
    z-index: 200;
    display: flex;
    flex-direction: column;
	transition: 0.5s;
    top: 49px;
}

@media screen and (min-width:768px) {
    .navbar .product_select .sub-menu li:first-child{
        padding-top: 20px;
    }
}


.navbar  .product_select .sub-menu > li:hover > a{
	color: #ab9cc4 !important;
}

.navbar  .product_select .sub-menu > li{
	padding: 10px 0;
}

.navbar .product_select{
	position: relative;
}

.navbar .product_select.close_submenu::after{
	content: '';
    position: relative;
    border: solid #000;
    border-width: 0 3px 3px 0;
    margin: auto;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -3px;
    left: 10px;
	transition: 500ms;
}

.navbar .product_select::after{
	content: '';
    position: relative;
    border: solid #a8218e;
    border-width: 0 3px 3px 0;
    margin: auto;
    display: inline-block;
    padding: 3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
  	transition: 500ms;
  	top: 0px;
    left: 10px;
}

@media screen and (max-width:992px) {

	.navbar .product_select.close_submenu::after{
		content: '';
		position: absolute;
		border: solid #a8218e;
		border-width: 0 3px 3px 0;
		margin: auto;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 8px;
        left: inherit;
		right: 10px;
		transition: 500ms;
		left: inherit;
	}
	.navbar .product_select::after{
		position: absolute;
		top: 17px;
		right: 10px;
		left: inherit;
	}
}

@media screen and (max-width:500px) {

	.navbar .product_select{
		margin-right: 0;
	}
	.navbar .product_select:hover .sub-menu{
		max-width: 320px;
	}

	.navbar .product_select.close_submenu_2 .sub-menu{
		position: absolute;
    	padding: 0px 35px;
    	background: #fff;
    	border-radius: 0px;
    	height: 0;
    	opacity: 0;
    	z-index: -1;
    	transition: 0.5s;
	}
	.navbar .product_select.close_submenu_2 .sub-menu > li{
		display: none;
	}
	.navbar .product_select::after{
		right: 15px;
	}
	.navbar .product_select.close_submenu_2::after{
		content: '';
		position: absolute;
		border: solid #a8218e;
		border-width: 0 3px 3px 0;
		margin: auto;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 8px !important;
		right: 15px;
		transition: 500ms;
		left: inherit;
	}
	.navbar .product_select:hover::after{
		top: 8px !important;
	}
	.navbar .product_select .sub-menu{
		margin-top: 15px;
	}

	.navbar .product_select .sub-menu{
		padding:0 15px;
		border-radius: 0;
	}

	.navbar .product_select .sub-menu > li{
		width: 320px !important;
		padding-right: 0;
	}

}

.navbar .product_select:hover .sub-menu{
	width: max-content;
}


@media screen and (max-width:992px) {
	.navbar .product_select.close_submenu .sub-menu{
		position: absolute;
		transition: 0.5s;
	}
	.navbar .product_select .sub-menu{
		display: block;
		background: transparent;
		position: relative;
		height: 100%;
		width: 100%;
		transition: 0.5s;
	}
	.navbar .product_select.close_submenu .sub-menu > li{
		display: none;
		border-bottom: 2px solid #a699ce;
		border-top: 2px solid #a699ce;
	}
	.navbar .product_select .sub-menu > li{
		display: block;
		border-bottom: 1px solid #a699ce;
		width: 100%;
        padding: 10px 0;
	}
	.navbar .product_select .sub-menu > li:first-child{
		border-top: 1px solid #a699ce;
	}
}

.navbar .nav-item .nav-link {
    text-transform: uppercase;
    padding: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  	color: #a699ce;
}
@media (min-width: 991px) {
    .navbar .nav-item .nav-link {
        padding: 10px 0;
    } 
}
.navbar .nav-item .nav-link:after {
    display: none; 
}
.navbar .nav-item:hover .nav-link, .navbar .nav-item.active .nav-link {
    color: #05CDF8; 
}
.navbar .nav-item.submenu {
    position: relative; 
}
.navbar .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}
@media (min-width: 992px) {
    .navbar .nav-item.submenu ul {
        position: absolute;
        top: 140%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        -webkit-transition: visibility 0.5s ease;
        -moz-transition: visibility 0.5s ease;
        -o-transition: visibility 0.5s ease;
        transition: visibility 0.5s ease;
        visibility: hidden;
        display: block; 
    } 
}
.navbar .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
}
.navbar .nav-item.submenu ul .nav-item.active {
    background: #383838; 
}
.navbar .nav-item.submenu ul .nav-item.active .nav-link {
    color: #fff; 
}
.navbar .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    padding: 0px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-right: 0px; 
}
.navbar .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none; 
}
.navbar .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #383838;
    color: #fff; 
} */






























/* test mega menu */
/*Animacion Menu*/
.hamburger-menu {
	position: relative;
	margin: auto;
	width: 40px;
	height: 26px;
	cursor: pointer;
}


.bar:after,
.bar:before {
  width: 20px;
  height: 2px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: var(--color_primary-dark);
  transition: all 0ms 300ms;
  width: 26px;
  height: 2px;
}
.scroll_not .bar.animate,
.bar.animate {
  background: rgba(255, 255, 255, 0)!important;
}

.bar:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  background: var(--color_primary-dark);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  background: var(--color_primary-dark);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/*.hamburger-menu:hover .bar, .hamburger-menu:hover .bar:before, .hamburger-menu:hover .bar:after {
	background: # ;
	transition: 400ms;
  }*/

/*Animacion texto degradado*/
.text-degrade {
	animation: fluido 10s ease-in-out infinite;
	background: var(--color_primary);
	background-size: 300%;
	-webkit-background-clip: text;
			background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  @keyframes fluido {
	  0% { background-position: 0 50% }
	  50% { background-position: 100% 50% }
	  100% { background-position: 0 50% }
  }

  .text-degrade-2 {
	/*animation: fluido-2 10s ease-in-out infinite;*/
		background: var(--color_primary);
  	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  @keyframes fluido-2 {
	  0% { background-position: 0 50% }
	  50% { background-position: 100% 50% }
	  100% { background-position: 0 50% }
  } 

/*MEGA MENU*/
.dropdown-menu {
	border-radius: 0;
}
.close-dropdown {
	position: absolute;
	display: none;
}
.mega-menu {
	background: #fff;
	height: 0;
	transition: 400ms;
	opacity: 0;
	visibility: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-top: 1px solid #D8D4D424;
}
.view-menu {
	transition: 400ms;
	opacity: 1!important;
	visibility: visible!important;
	min-height: 100%;
}
#primary-menu {
	display: flex;
	width: 100%;
	justify-content: center;
	list-style: none;
	background: #000;
	padding: 15px 50px;
    height: 50px;
}
ul#primary-menu > li {
    padding: 0 15px;
    /* height: 100%; */
}
#primary-menu a {
	color: #fff;
	transition: 400ms;
    font-family: var(--font-menu) !important;
    font-size: 17px;
}
#primary-menu a:hover {
	color: var(--color_primary-dark)!important;
	transition: 400ms;
}

@media screen and (max-width:768px) {
    #primary-menu a{
        font-size: 17px;
    }
}

.sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 20px;
	left: 5px !important;
	top: 15px !important;
	border: none !important;
}
.sub-menu a {
	color: #000!important;
    font-family: var(--font-menu) !important;
}
.mega-menu ul {
	list-style: none;
}
.dropdown {
	position: inherit !important;
    height: 35px;
}

@media screen and (min-width:768px) {
    .my-header.sub-menu.dropdown-menu.show-drop {
        min-height: inherit !important;
        height: 40vh;
    }
    .my-header .dropdown-menu.show {
        min-height: inherit !important;
        height: max-content;
        padding-bottom: 50px;
    }
    .show-drop {
        min-height: inherit !important;
        height: 40vh;
    }
}

.my-header.sub-menu.dropdown-menu.show-drop {
	min-height: 43vh;
}
.my-header .dropdown-menu {
    /* display: flex !important; */
    transition: 700ms;
    /* z-index: -1; */
}

@media screen and (min-width:768px) {
    .my-header .dropdown-menu{
        transform: translate3d(-5px, 130px, 0px) scaleY(0)!important;
    }
    .dropdown-item.level-2 .dropdown-menu{
        transform: scaleY(1) !important;
    } 

    .dropdown-item.level-2 .dropdown-menu::-webkit-scrollbar{
        height: 5px;
        background: #000;
    }
    .dropdown-item.level-2 .dropdown-menu::-webkit-scrollbar-thumb{
        height: 5px;
        background: var(--color_primary);
    }
    .my-header .dropdown-menu.show{
        transform: translate3d(-5px, 128px, 0px) scaleY(1) translateY(-200px)!important;
        box-shadow: #64646f33 0 7px 29px;
    }
}

.my-header .dropdown-menu.show {
    transition: 700ms;
    display: flex !important;
    min-height: 43vh;
   /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
	transform: translate3d(-5px, 130px, 0px)!important;
}

.level-2 ul {
	display: contents!important;
}
.show-drop {
	/* background: red; */
	transform: translate3d(-5px, 130px, 0px) !important;
    box-shadow: #64646f33 0 7px 29px;
}
.blog-option {
	/*width: 240%;*/
	height: 100%;
	border-left: 1px solid #00000033; 
	position: relative;
}
.blog-option ul {
	display: flex !important;
	padding: 0;
	top: 10px;
	position: relative;
	overflow-x: auto;
}
.blog-option ul li {
	margin-right: 25px;
}
.story-menu{
    padding-top: 0 !important;
}
.story-menu img {
	width: 140px;
	height: 140px!important;
	object-fit: cover;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 13px;
}
.story-menu a {
	display: flex;
	flex-direction: column-reverse;
	width: 150px;
	flex-wrap: wrap;
	white-space: initial;
}
.story-menu-2 a {
	display: flex;
	flex-direction: column-reverse;
	width: 130px;
	flex-wrap: wrap;
	white-space: initial;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.story-menu-2 img {
	width: 95px;
	height: 95px!important;
	object-fit: cover;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.story-menu-2 a {
	display: flex;
	flex-direction: column-reverse;
	width: 130px;
	flex-wrap: wrap;
	white-space: initial;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.level-2  > a:nth-child(1) {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	/* text-transform: uppercase; */
	color: #3c3c3c;
}
.title-option {
	position: absolute;
	display: none;
}


@media (max-width: 992px) {
    .my-header .dropdown-toggle::after {
        border-top: .3em solid #fff;
    }
}


@media (max-width: 580px) {
.my-header .dropdown-toggle::after {
	transform: rotate(-92deg);
}
.mega-menu {
	border-top: none;
}
#primary-menu li {
	margin: 7px 0;
}
.title_responsive_menu {
	margin: 0 !important;
}	
}












/* more clases */












.my-nav-options {
	height: 100%;
	display: flex;
	align-items: center;
}
.my-nav-options ul {
	list-style: none;
	display: flex;
	margin-bottom: 0;
}

.my-nav-options.options-left a {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	transition: 400ms;
	z-index: 1;
	position: relative;
}
.my-nav-item.cursor-pointer:hover svg,
.my-nav-options.options-left a:hover {
	color: var(--color_primary);
	transition: 400ms;
}
.my-nav {
	height: 120px;
	display: flex;
	align-items: center;
	transition: 400ms;
}
.options-right li {
	margin-left: 20px;
}
.options-left li {
	margin-right: 20px;
}
.my-nav-item img {
	transition: 400ms all;
}
.my-nav-item:hover img {
	transition: 400ms all;
	transform: scale(1.2);
}
.my-nav-options svg {
	color: #fff;
	font-size: 20px;
	transition: 400ms;
}
.my-nav-options a:hover svg {
	color: var(--color_primary);
	transition: 400ms;
}
.hide-pc {
	display: none !important;
}

.show-drop {
    position: absolute;
    transform: translate3d(-5px, 151px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    display: inline-flex !important;}
/*RESPONSIVE*/

/*HEADER*/
@media (max-width: 1100px){
ul#primary-menu > li {
    padding: 0 10px;
    font-size: 14px;
}
#primary-menu {
    padding: 15px 20px;
}	
.story-menu a {
width: 110px;
}
.story-menu{
    min-width: 120px;
}

}

@media (max-width: 1024px){
.story-menu img {
    width: 110px !important;
    height:110px !important;
}
.story-menu a {
    width:110px;
    font-size: 13px;
}
}
@media (max-width: 1010px){
ul#primary-menu > li {
font-size: 14px;
}
.my-header .dropdown {
height: auto;
}
}

.dropdown-item:focus, .dropdown-item:hover{
	background: transparent !important;
    background-color: transparent !important;
}

.dropdown-item.active, .dropdown-item:active{
    background: transparent !important;
}

@media (max-width: 992px){

    .sub-menu.dropdown-menu {
    transition: 0.5s;
    transform: translateX(-102%) translateY(-17px) !important;
    display: flex !important;
    position: fixed !important;
    height: 100vh;
    border-radius: 0 !important; 
    flex-direction: column; 
    padding-top: 60px;
}
.sub-menu.dropdown-menu.show {
    transition: 0.5s;
    transform: translateX(-5px) translateY(-3px)!important;
    display: flex!important;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}
.blog-option .sub-menu {
    transform: translateX(0%) translateY(0px) !important;
    height: auto!important;
    position: relative !important;
    display: none !important;
    padding-top: 0!important;
}
.level-2 ul a {
    padding-left: 20px;
}

.my-nav .container {
    max-width: 680px!important;
}
.level-2 ul {
    display: none!important;
}

.dropdown-item:focus, .dropdown-item:hover{
	background: transparent !important;
    background-color: transparent !important;
}

.dropdown-item.active, .dropdown-item:active{
    background: transparent !important;
}


.dropdown-item:hover ul {
    display: contents !important;
}


.dropdown-item.blog-option:hover   ul {
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: wrap;
}
.dropdown-item {
    /*border-bottom: 1px solid #00000008;*/
    border-bottom: none;
}
.dropdown-item:last-child { 
    border-bottom: none;

  }
  #primary-menu {
    height: calc(100vh - 115px);
    justify-content: initial;
}
.blog-option {
    width: 100%;
    height: auto;
    border-left: none;
    position: relative;
}

.dropdown {
    height: 70px;
}
#primary-menu {
    flex-direction: column;
}
.sub-menu.dropdown-menu.show {
    /*display: grid !important;*/
    /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
    position: fixed !important;
    top: 0 !important;
    transform: translate3d(-5px, -3px, 0px) !important;
    height: 100vh;
    border-radius: 0;
    padding-top: 60px;
    z-index: 99999999999999;

}
ul.sub-menu.dropdown-menu li{
    line-height: 35px;
}
.close-dropdown {
    display: block;
    top: 0;
    right: 0;
    background: var(--color_primary);
    width: 45px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 400ms;
    cursor: pointer;
    margin-top: 0px !important;
    padding: 0 !important;
}
.close-dropdown:hover {
    background: var(--color_primary);
    transition: 400ms;
}
.close-dropdown a {
    font-weight: 900;
    /* text-transform: uppercase; */
    color: #000!important;
}
.close-dropdown:hover a{
    color: #fff !important;
}

@media screen and (max-width:768px){
    .title_responsive_menu{
        margin-top: 0;
    }
}

.blog-option {
    grid-column-start: 1;
    grid-column-end: 8;
    border-left: none;
}
.mega-menu {
    background: transparent;
    box-shadow: none;
}
.title-option {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background: #3c3c3c;
    padding: 10px 45px;
}
.title-option a {
    color: #fff !important;
    /* text-transform: uppercase; */
    font-weight: 800;
}
.blog-option .sub-menu {
    transform: translateX(0%) translateY(0px) !important;
    height: auto!important;
    position: relative !important;
    /* top: 0; */
    padding-top: 0!important;
    display: none !important;
}
}

.dropdown-item{
    padding: 0 25px 0 25px;
} 

.sub-menu.dropdown-menu .menu-item {
    padding-bottom: 10px ;
}

.sub-menu.dropdown-menu .menu-item:first-child {
    padding-top: 10px;
}

@media (max-width: 768px){    
.custom-logo {
    width: 100%;
}

}
@media (max-width: 425px){
.hide-phone {
    display: none!important;
}
.options-right li {
    margin-left: 10px;
}
.hide-pc {
    display: block !important;
}

}
@media (max-width:375px){

.story-menu img {
    width: 60px;
    height: 60px;
}
.story-menu a {
    width: 60px;
    font-size: 13px;
}
.options-right li {
    margin-left: 10px;
}
}

/* end test mega menu */


/* aos */

@media screen and (max-width: 768px) {
    [data-aos] {
      pointer-events: auto !important;
    }
  
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
      opacity: 1 !important;
    }
  
    html:not(.no-js) [data-aos=fade-up] {
      transform: none !important;
    }
  }


/*Custom Book- orden de campos informacion*/
div.el-form-item:nth-child(5) {
	order: 1;
}
div.el-form-item:nth-child(1) {
	order: 2;
}
div.el-form-item:nth-child(2) {
	order: 3;
}
div.el-form-item:nth-child(3) {
	order: 4;
}
div.el-form-item:nth-child(4) {
	order: 5;
}
.amelia-v2-booking #amelia-container .am-fs__main-content.am-fs__info {
	margin-bottom: 55px;
}



/*GENERAL 2/7/23*/
.padding-custom {
    padding: 0 50px;
}

.heading-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
.heading-flex {
	margin: 0;
	padding: 40px 0;
}
.heading-column {
	flex-direction: column;
}
.title-section {
	font-family: var(--font-title);
	font-size: 45px;
	text-transform: capitalize;
	font-weight: 300;
	margin-bottom: 35px;
	padding: 0 40px;
}
.subtitle-section {
	padding: 0 40px;
}

.container-fluid {
	padding: 70px 0px;
	max-width: 1600px;
}
.button-section {
	padding: 0 40px;
    display: flex;

}
.button-end {
	justify-content: end;
}
.button-center {
	justify-content: center;
}
.bg-gray {
    background: var(--color_primary);
}
@media (max-width: 991px) {
    .title-section {
	font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
}
.subtitle-section {
	padding: 0 20px;
}
}
@media (max-width: 768px) {
    .title-section {
	    font-size: 35px;
    }
    .subtitle-section {
        text-align: center;

    }
    .heading-title {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .button-end {
        justify-content: center;
    }
	.container-fluid {
		padding: 45px 0px;
	}
}
@media (max-width: 600px) {
    .padding-custom {
        padding: 0 20px;
    }
}


