/**
  * Name: Open9 | NFT Marketplace HTML Template
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "../icon/icon.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "animate.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/


:root {
		--font-family: 'ttnorms-light', sans-serif;
		--font-family3: 'ttnorms-extrabold', sans-serif;
		--font-xs: clamp(0.2rem, calc(1.1rem + 0.2vw), 1.7rem);
		--font-sm: clamp(1.42rem, calc(1.24rem + 0.9vw), 1.88rem);
		--font-md: clamp(1.89rem, calc(1.53rem + 1.8vw), 2.81rem);
		--font-lg: clamp(2.52rem, calc(1.85rem + 3.32vw), 4.22rem);
  		--font-xl: clamp(3.35rem, calc(2.19rem + 2.8vw), 6.33rem);  
		--padding-xl: clamp(3.35rem, calc(2.19rem + 111.8vw), 6.33rem); 
		--padding-xll: clamp(4.35rem, calc(2.99rem + 141.8vw), 8.33rem); 		
}

.font-sm{font-size: var(--font-sm)}
.font-xs{font-size: var(--font-xs)}



footer * h1{ letter-spacing: 3px; font-size: 50px;}

.lineatiempo3 {
	display: none;
}

.video1 {    width: 100%;    height: 100%;    object-fit: cover;}

.themesflat-container * h1.supply { font-size: 100px; line-height: 80px; letter-spacing: 3px; color: #FFFFFF  } 

.submenuactivo {	color: #FFD600 !important;}
footer { }
.lineatiempo2{display: none;}
.menuordenado {justify-self: right; right: calc(15 * 1vw); position: relative}
.bgcolornaranja {background-color: #F05423}
.bgcolorwhite {background-color: #FFFFFF !important}

.navbar-nav >li { height: 94px;	position: relative;	display: flex;    align-items: center;  margin-right: 70px; }

.dtable1 {height: 100%;    display: table;}
.dtable2 {vertical-align: middle; display: table-cell;}

.contenedor-video { height: 700px; overflow: hidden }
.contenedor-menu { height: 100px}

footer * h3 { color: #fff;    font-size: 14px;    text-align: center;   top: 15px;    position: relative;    letter-spacing: 1px;}



/* Reset Browsers
-------------------------------------------------------------- */


.supply{
	font-family: 'supply' !important;
	/*font-family: 'supply2' !important;*/
}

.bernier{
	font-family: 'bernier' !important;
	font-family: 'bernier2' !important;
	text-transform: uppercase !important;
}

.avenir{
	font-family: 'avenir' !important;
	/*font-family: 'avenir2' !important;*/
}


.helvetica{
	font-family: 'helvetica' !important;
	font-family: 'helvetica2' !important;
}

/*.helveticalight{
	font-family: 'helveticalight' !important;
	font-family: 'helveticalight2' !important;
}*/

.gothambold{
	font-family: 'gothambold' !important;
	/*font-family: 'gothambold2' !important; */
}
/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family            : 'Manrope', sans-serif;
    color                  : #fff;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering         : optimizeLegibility;
    overflow-x             : hidden;
    overflow-y             : auto;
}

img {
    height                : auto;
    max-width             : 100%;
    vertical-align        : middle;
    -ms-interpolation-mode: bicubic
		
}

p {
    font-weight: 400;
    font-size  : 18px;
    line-height: 28px;
    color      : #7A798A;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor       : help;
}

.btn-link:focus, 
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size     : 75%;
    height        : 0;
    line-height   : 0;
    position      : relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin    : 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin         : 20px 0;
    padding        : 4px 12px;
    background     : #f5f5f5;
    border         : 1px solid #e0e0e0;
    overflow-x     : auto;
    -webkit-hyphens: none;
    -moz-hyphens   : none;
    hyphens        : none;
    border-radius  : 0;
    height         : auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter         : alpha(opacity=50);
    opacity        : 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing : 0;
    border-width   : 1px 0 0 1px;
    margin         : 0 0 30px;
    table-layout   : fixed;
    width          : 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight : bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object
 {
    margin-bottom : 20px;
    max-width     : 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size     : 100%;
    line-height   : inherit;
    margin        : 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size       : 14px;
    max-width       : 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.53));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow      : auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height       : 1;
    cursor            : pointer;
    -webkit-appearance: button;
    border            : 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding       : 0;
    width         : 20px;
    height        : 20px;
    margin-right  : 10px;
    cursor        : pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border : 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

textarea.style-1,
input.style-1 {
    background-color: #232323 !important;
}

.search.search-submit {
    position: absolute;
    right: 18px;
    top: 1px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 30px;
    width: 100%;
}

form label {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 16px;
}

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select{
    position: relative;
    overflow: hidden;
}

.select::after {
    font-family: 'icomoon' ;
    content: '\e914';
    font-size: 14px;
    right: 10px;
    font-weight: 600;
    color: #1F1F2C;
    display: block;
    position: absolute;
    background: 0 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    color: #fff;
}

select option{
    padding: 15px 26px;
    font-size: 15px;
    line-height: 24px;
    color: #1F1F2C;
    background-color: #fff;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
    font-size  : 18px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    color: rgba(116, 62, 42, 1);
	font-family: 'bernier';
	height: 70px;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: none;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size  : 18px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'bernier';
    color      : rgba(116, 62, 42, 1);
	text-transform: uppercase;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 22px;
    background-color  : rgba(221, 242, 71, 1);
    color             : rgba(22, 22, 22, 1);
    border-radius     : 14px;
    padding           : 10px;
    height            : 50px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

button.style-1,
input.style-1[type="button"],
input.style-1[type="reset"],
input.style-1[type="submit"] {
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 22px;
    color             : rgba(221, 242, 71, 1);
    background-color  : rgba(22, 22, 22, 1);
    border-radius     : 14px;
    padding           : 10px;
    height            : 50px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}




.marginlineatiempo2 {
	margin: 60px;
    margin-top: 30px;
}

.vision {
	float: right;
}

.cuadromision {
	float: left;
}

.h90 {
	height: 90px;
}

.h100 {
	height: 100px;
}



.mg-top2 {
	margin-top: 25px;
}

.espaciofooter {
	place-items: center;
    width: 100%;
    bottom: 0px;
    position: relative;
    height: 60px;
    padding-top: 20px;
}




/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
    background-color: rgba(22, 22, 22, 1);
    color: rgba(221, 242, 71, 1);
}

button.style-1:hover,
input.style-1[type="button"]:hover,
input.style-1[type="reset"]:hover,
input.style-1[type="submit"]:hover,
button.style-1:focus,
input.style-1[type="button"]:focus,
input.style-1[type="reset"]:focus,
input.style-1[type="submit"]:focus {
    outline: 0;
    border: none;
    color: rgba(22, 22, 22, 1);
    background-color: rgba(221, 242, 71, 1);
}

.btn-submit button[type="submit"]:hover {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

.btn-submit button.active {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

textarea {
    height: 180px;
}

input.style-2 {
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #8A8AA0;
}

:-moz-placeholder {
    color: #8A8AA0;
}

::-moz-placeholder {
    color  : #8A8AA0;
    opacity: 1;
}

.error {
    font-size         : 16px;
    color             : var(--primary-color2);
    margin-bottom     : 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}


/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #8A8AA0;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight   : 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success{
    background: linear-gradient(to right, #E250E5,#4B50E6,#E250E5);
    background-clip: text;
    -webkit-background-clip:text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: rgb(0 0 0 / 0);
    transition: color .2s ease-in-out;
    font-size  : 18px;
    font-weight: 400;
    line-height: 28px;
}

label.error {
    color: #ff0000; 
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed !important;
}
.position-unset {
    position: unset;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}
.gap30 {
    gap: 30px;
}
.gap4 {
    gap: 4px;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.pl-2-5 {
    padding-left: 2.5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-16 {
    padding-bottom: 16px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-38 {
    padding-bottom: 38px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-48 {
    padding-bottom: 48px !important;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-30 {
    margin-right: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mr-20 {
    margin-right: 20px;
}
.mt-18 {
    margin-top: 18px !important;
}
.mt-17 {
    margin-top: 17px ;
}
.mt-16 {
    margin-top: 16px ;
}
.mr-16 {
    margin-right: 16px ;
}
.mr-10 {
    margin-right: 10px ;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.tf-color {
    color: #DDF247 !important;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.mw-667 {
    max-width: 667px !important;
}
.w242 {
    width: 242.5px;
}
.rotateZ90 {
    transform: rotateZ(90deg);
}
.fl-item-1,
.fl-item {
    display: none;
}
.opacity-01 {
    opacity: 0.1;
}
.no-bg {
    background: none !important;
}
.capitalize {
    text-transform: capitalize;
}

#wrapper{
    position: relative;
   
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration   : none;
    color             : #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color             : #FFD600;
    text-decoration   : none;
    outline           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

/* Header
-------------------------------------------------------------- */
.header_1 {
    position: absolute;
    z-index: 100;
    height: 57px;
    width: 100%;
    border: none;
    padding-right: 0 !important;
	padding: 40px;
}

#site-logo {
    height: 57px;
}

#site-logo-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 70px;
}

#site-logo-inner * img { width: 158px;}

.flat-wallet {
    display: flex;
    gap: 28px;
    position: absolute;
    padding: 6px 0 7px 0;
    right: 15px;
    top: 0;
    justify-content: end;
    align-items: center;
}

.canvas {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.canvas span,
.canvas::before,
.canvas::after {
    position: absolute;
    content: "";
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    right: 2.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.canvas span {
    width: 25px;
    top: 50%;
}

.canvas::after {
    width: 13px;
    top: 75%;
}

.canvas::before {
    width: 19px;
    top: 25%;
}

.canvas.style-1 span,
.canvas.style-1::before {
    background-color: rgba(22, 22, 22, 1);
}

.canvas.style-1::after {
    background-color: rgba(221, 242, 71, 1);
}

.header-search.style-1 .show-search {
    color: #000;
}

.header-search > a.active .icon-search::before {
    content: url(../images/close.svg);
}

.header-search .show-search {
    font-size: 20px;
    line-height: 44px;
}

.header-search .top-search {
    position: absolute;
    top: 50px;
    right: 0;
    min-width: 240px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search.active {
    display: block;
}

/* main-nav */
.header_1 #main-nav {
    position: absolute;
    left: 22.48%;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-nav ul li {
    position: relative;
}

#main-nav>ul>li {
    float: left;
    padding: 16px 16px 18px 15px;
    cursor: pointer;
}

#main-nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

#main-nav>ul>li.menu-item-has-children>a {
    padding-right: 18px;
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 300;
    opacity: 0.3;
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main-nav>ul>li:hover>a,
#main-nav>.menu>li:hover>a::after,
#main-nav>.menu>li.current-menu-item>a::after {
    color: #E2FE26;
    opacity: 1;
}

#main-nav>ul>li.current-menu-item>a {
    color: #E2FE26;
    font-weight: 800;
}

/* sub-menu */
#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    padding: 15px 0;
    background-color: #000000;
    border-radius: 7px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

#main-nav .sub-menu li a {
    display    : block;
    font-size  : 16px;
    color      : #fff;
    padding    : 12px 36px;
    font-weight: 500;
}

#main-nav li:hover .sub-menu {
    opacity          : 1;
    visibility       : visible;
    pointer-events   : all;
    -webkit-transform: translateY(0);
    -moz-transform   : translateY(0);
    -ms-transform    : translateY(0);
    -o-transform     : translateY(0);
    transform        : translateY(0);
}

#main-nav .sub-menu li.current-item > a,
#main-nav .sub-menu li a:hover {
    color: #DDF247;
}

#main-nav>ul>li .sub-menu li {
    position: relative;
}

#main-nav>ul>li .sub-menu li a {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

#main-nav .nav-sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -40% !important;
    left: 100%;
    background-color: #000000;
    z-index: 20;
    transition: ease-out 0.3s;
    min-width: 240px;
    border: 1px solid #161616;
    border-radius: 8px;
    text-align: start;
    padding: 15px 0;
}

#main-nav .sub-menu li:hover .nav-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all;
}

#main-nav .sub-menu li.has-item a {
    position: relative;
}

#main-nav .sub-menu li.has-item > a::before {
    position: absolute;
    content: '\e912';
    font-family: 'icomoon';
    right: 36px;
}

/* style-white */
.header_1.style-white {
    background: #fff;
}

.header_1.style-white .tf-button {
    background-color: #DEE8E8;
}

.header_1.style-white .tf-button:hover {
    background-color: #DDF247;
}

.header_1.style-white #main-nav>ul>li>a {
    color: #161616;
}

.header_1.style-white #main-nav>.menu>li.current-menu-item>a::after,
.header_1.style-white #main-nav>.menu>li:hover>a::after, 
.header_1.style-white #main-nav>ul>li:hover>a {
    color: #161616;
}

.header_1.style-white.is-fixed {
    background-color: #fff;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
}

/* header-full */
.header_1.header-full {
    height: 98px !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.08);
}

.header_1.header-full .container-fluid {
    padding: 20px 33px 21px 50px;
}

.header_1.header-full #main-nav {
    left: 19.2%;
}

.header_1.header-full .widget-search input {
    width: 580px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search input::placeholder {
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search button {
    height: 44px;
    font-size: 18px;
    padding: 10px 0;
}

.header_1.header-full #wallet-header a {
    background: #DEE8E8;
}

.header_1.header-full #wallet-header a:hover {
    background: #DDF247;
}

/* Mobile Menu Button */
.mobile-button {
    display           : none;
    position          : absolute;
    width             : 26px;
    height            : 26px;
    top               : 50%;
    right             : 15px;
    background-color  : transparent;
    cursor            : pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    -webkit-transform : translateY(-50%);
    -ms-transform     : translateY(-50%);
    -o-transform      : translateY(-50%);
    transform         : translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color  : #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background-color: #161616;
}

.mobile-button:before,
.mobile-button:after {
    content                 : '';
    position                : absolute;
    top                     : 0;
    height                  : 3px;
    width                   : 100%;
    left                    : 0;
    top                     : 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin    : 50% 50%;
    transform-origin        : 50% 50%;
}

.mobile-button span {
    position   : absolute;
    width      : 100%;
    height     : 3px;
    left       : 0;
    top        : 50%;
    overflow   : hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform   : translate3d(0, -7px, 0);
    transform        : translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform   : translate3d(0, 7px, 0);
    transform        : translate3d(0, 7px, 0);
}

/* footer */
#footer {
    padding: 60px 0 30px;
    background-color: #111;
}

#footer .widget {
    margin-right: 55px;
}

#footer .title-widget {
    font-weight: 800; 
    line-height: 25px;
    margin-bottom: 20px;
}

.widget-menu ul li {
    margin-bottom: 5px;
}

.widget-menu ul li:last-child {
    margin-bottom: 0;
}

.widget-menu ul li a {
    color: rgba(255, 255, 255, 0.53);;
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    position: relative;
}

.widget-menu ul li a:hover {
    color: #DDF247;
}

.background-white .widget-menu ul li a:after {
    background: rgba(22, 22, 22, 1);
}

.widget-menu ul li a::after {
    content           : '';
    width             : 0;
    height            : 1px;
    position          : absolute;
    background        : #DDF247;
    left              : 50%;
    bottom            : 0;
    transform         : translateX(-50%);
    visibility        : hidden;
    opacity           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.widget-menu ul li a:hover::after {
    width             : 100%;
    visibility        : visible;
    opacity           : 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

/* widget-social */
.widget-social ul li {
    margin-right: 10px;
}

.widget-social ul li:last-child {
    margin-right: 0;
}

.widget-social ul li a {
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 9px;
}

.widget-social a:hover {
    color: #fff;
}

.widget-social .icon-facebook:hover {
    background-color: rgba(24, 119, 242, 1) !important;
}

.widget-social .icon-twitter:hover{
    background-color: rgb(29, 155, 240) !important;
}

.widget-social .icon-vt:hover{
    background-color: #5865f2 !important;
}

.widget-social .icon-tiktok:hover{
    background-color: black !important;
}

.widget-social .icon-youtube:hover{
    background-color: #c00 !important;
}

.widget-social .icon-linkedin2:hover{
    background-color: #0a66c2 !important;
}

.widget-social .icon-instagram:hover{
    background-color: #C13584 !important;
}

.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.53);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
}

.footer-bottom ul li {
    margin-left: 30px;
}

.footer-bottom ul li a {
    color: rgba(255, 255, 255, 0.53);
    font-family: 'Azeret Mono';
    font-size: 14px;
    line-height: 22px;
}

.footer-bottom ul li a:hover {
    color: #DDF247;
}

/* style-1 */
.footer-bottom.style-1 {
    margin-top: 0;
}

.footer-bottom.style-1 .widget-social ul li {
    margin-left: 0;
}

.footer-bottom.style-1 .widget-social ul li a {
    color: #fff;
}

/* bg-white */
#footer.bg-white {
    background-color: #fff;
}

#footer.bg-white .widget {
    margin-right: 80px;
}

#footer.bg-white .icon-vt:before,
#footer.bg-white .widget-menu ul li a,
#footer.bg-white .title-widget {
    color: rgba(22, 22, 22, 1);
}

#footer.bg-white .widget-social ul li a {
    color: rgba(22, 22, 22, 1);
    background-color: rgba(22, 22, 22, 0.05);
}

#footer.bg-white a.icon-vt:hover:before,
#footer.bg-white .widget-social ul li a:hover {
    color: #fff !important;
}

#footer.bg-white .footer-bottom {
    border-color: rgba(22, 22, 22, 0.08);
}

#footer.bg-white .footer-bottom ul li a,
#footer.bg-white .footer-bottom p {
    color: #161616;
    font-size: 12px;
    line-height: 19px;
}

/* heading-section */
.heading-section {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    flex-wrap      : wrap;
}

.heading-section .tf-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    text-transform: capitalize;
    z-index: 10;
}

.heading-section a {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    position: relative;
}

.heading-section a i {
    padding: 4px;
    margin-left: 3px;
    font-size: 10px;
    border-radius: 20px;
    border-color:  transparent ;
    background: none;
}

.heading-section a::after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: 0;
    content: '';
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.heading-section a:hover::after {
    width: 107%;
}

.background-white .heading-section a,
.background-white .heading-section .tf-title {
    color: #161616;
}

.background-white .heading-section a::after {
    background-color: rgba(22, 22, 22, 0.10);
}

/* section-menu-left */
.section-menu-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #232323;
    width: 281px;
    padding: 40px 0px;
    z-index: 30;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.section-menu-left > .wrap-bottom {
    position: fixed;
    bottom: 49px;
    width: 281px;
    padding: 0 30px;
}

.section-menu-left .list-menu,
.section-menu-left .box-logo {
    padding: 0 30px;
}

.section-menu-left .connect {
    padding: 26px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .connect a {
    width: 100%;
}

.tf-button.style-1.type-1 {
    background-color: rgba(255, 255, 255, 0.05);
    color: #DEE8E8;
}

.tf-button.style-1.type-1:hover {
    background-color: #DDF247;
    color: #161616;
}

.section-menu-left .list-menu > ul > li {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.section-menu-left .list-menu > ul > li:last-child {
    margin-bottom: 0;
}

.section-menu-left .list-menu > ul > li > a {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 13px 10px 11px 44px;
    border-radius: 12px;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

.section-menu-left .list-menu > ul > li > a i {
    font-size: 18px;
    padding: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.section-menu-left .list-menu > ul > li > a i::before {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    
}

.section-menu-left .list-menu > ul > li.active > a i::before,
.section-menu-left .list-menu > ul > li > a:hover i::before {
    color: rgba(22, 22, 22, 1);
}

.section-menu-left .list-menu li.active > a,
.section-menu-left .list-menu > ul > li > a:hover {
    box-shadow: 0px 4px 20px 0px rgba(221, 242, 71, 0.30);
    color: #161616;
    background: #DDF247;
}

.section-menu-left .list-menu > ul > li.has-item > a::before {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left .list-menu > ul > li.has-item.active > a::before {
    transform: rotate(180deg);
}

.section-menu-left .list-menu > ul > li.language img {
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #D0D0D1;
    background-color: #161616;
}

.section-menu-left .list-menu ul.sub-item {
    display: none;
    margin-top: 19px;
    margin-bottom: 17px;
    padding-left: 22px;
    margin-left: 21px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .list-menu li ul.sub-item.active {
    display: block;
}

.section-menu-left .list-menu ul.sub-item li {
    margin-bottom: 28px;
    padding-left: 16px;
    position: relative;
}

.section-menu-left .list-menu ul.sub-item li:last-child {
    margin-bottom: 0px;
}

.section-menu-left .list-menu ul.sub-item li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9DADC;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.section-menu-left .list-menu ul.sub-item li a {
    color: rgba(255, 255, 255, 0.4);
}

.section-menu-left .list-menu ul.sub-item li:hover::before {
    background-color: #DDF247;
}
.section-menu-left .list-menu ul.sub-item li:hover a {
    color: #DDF247;
}

.section-menu-left .language ul.sub-item {
    position: absolute;
    background-color: #161616;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding-left: 0px;
    border-radius: 10px;
}

.section-menu-left .language ul.sub-item li {
    padding: 12px 8px 10px 43px;  
    margin-bottom: 0; 
    cursor: pointer;
}

.section-menu-left .language ul.sub-item li::before {
    display: none;
}

.section-menu-left .menu-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: fixed;
    bottom: 39px;
    width: 281px;
}

.section-menu-left .bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    font-family: 'Azeret Mono';
    font-weight: 400;
    line-height: 19px;
    padding: 0 30px;
}

.section-menu-left .create {
    padding: 26px 30.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .create a.tf-button {
    width: 100%;
    background-color: #DEE8E8;
    color: #161616;
    cursor: pointer;
}

.section-menu-left .create a.tf-button.active {
    color: #161616;
    background-color: #DDF247;
}

.section-menu-left .content h6 {
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 9px;
}

.section-menu-left ul.menu-tab li {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
    padding: 12px 30px 12px 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.section-menu-left ul.menu-tab li::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 6px;
    height: 24px;
    content: "";
    top: 50%;
    left: 0;
    background-color: #DDF247;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.section-menu-left ul.menu-tab li.active:before,
.section-menu-left ul.menu-tab li:hover:before {
    opacity: 1;
    visibility: visible;
}

.section-menu-left ul.menu-tab li.active,
.section-menu-left ul.menu-tab li:hover {
    color: #DDF247;
}

.section-menu-left ul.menu-tab li svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    position: absolute;
    left: 30px;
}

.section-menu-left ul.menu-tab li.active svg:first-child,
.section-menu-left ul.menu-tab li svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:first-child {
    opacity: 0;
    visibility: hidden;
}

.section-menu-left ul.menu-tab li.active svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:last-child {
    opacity: 1;
    visibility: visible;
}

/* canvas */
.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../images/close.svg),auto;
    content: '';
    position: fixed;
    right: 0%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
}

.canvas-nav-wrap.active .overlay-canvas-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 340px;
    height: 100%;
    top: 0;
    right: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.canvas-nav-wrap .inner-canvas-nav::-webkit-scrollbar {
    width: 0px;
}

.canvas-nav-wrap.active .inner-canvas-nav {
    right: 0;
}

.inner-canvas-nav .side-bar {
    padding: 30px;
    position: relative;
}

.inner-canvas-nav .side-bar .canvas-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* mobile header */
/* ------------------------------------ */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg),auto;
    content: '';
    position: fixed;
    left: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
    transition-delay: 0.3s;
}

.inner-mobile-nav {
    padding: 30px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* menu-mobile-menu */
#menu-mobile-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item > a ,
#menu-mobile-menu li a:hover ,
#menu-mobile-menu li.current-item a {
    color: #DDF247;
}

#menu-mobile-menu li.menu-item-has-children-mobile > a::after {
    content: '\e914';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.js-fadeUp {
  opacity: 0.4; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeLeft {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeRight {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フォントカラー(初期値) */
.js-color {
  color: blue; /* 最初は青色 */
  font-size: 15px; /* 最初は15px */
  transition: color .8s, font-size .8s; /* 色の変化を0.8秒かける */
}
/* フェードイン(スクロールした後) */
.is-inview{
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}


#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}


/*Header fixed


/* preload */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: transparent;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: loader 1.2s linear infinite;
}
.preload-container .bar1 {
animation-delay: 0.1s;
}
.preload-container .bar2 {
animation-delay: 0.2s;
}
.preload-container .bar3 {
animation-delay: 0.3s;
}
.preload-container .bar4 {
animation-delay: 0.4s;
}
.preload-container .bar5 {
animation-delay: 0.5s;
}
.preload-container .bar6 {
animation-delay: 0.6s;
}
.preload-container .bar7 {
animation-delay: 0.7s;
}
.preload-container .bar8 {
animation-delay: 0.8s;
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #000;
}
  
.progress-wrap::after {
    position: absolute;
    content: '\e911';
    font-family: 'icomoon';
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 900;
    color: #DDF247;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
  
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
  
.progress-wrap svg path {
    fill: none;
}
  
.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #DDF247;
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}


/* cursor
------------------------------------------------------ */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #DDF247;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #DDF247;
    opacity: .3
}

.bg-ina {
	position: absolute;
    width: 100%;
    height: 740px;
    content: "";
    left: 0;
    background-image: url(../images/item-background/bg-ina.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contenedor {
	width: 100%;
	height: 740px;
}

.logos {
	    width: 82%;
    max-width: 160px;
}

.titular {
	line-height: 48px;
	width: 600px;
    position: relative;
    margin: auto;
    color: red;
    text-align: center;
	font-size: 48px;
	letter-spacing: 2px;
}

	

.titularlinea{
    display: block;
    position: relative;
    width: 300px;
    margin: auto;
}

.titularlinea::after {
 position: relative;
    content: "";
    height: 8px;
    background-color: #f5da2a;
    border-radius: 5px;
    width: 82%;
    text-align: center;
    margin: auto;
	display:block;
    }

.centrarvh {
	 vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titular2 {
	width: 600px;
    position: relative;
    margin: auto;
    color: red;
    text-align: center;
	padding: 40px 0px;
}






.footer {
	width: 100%;
	height: 300px;
	background-color: #DB461D;
}

.redes {
	display: flex;
	width: 210px;
}

.descripcion-footer p {
	font-size: 23px;
    color: #fff;
    text-transform: initial;
    line-height: 16px;
}

.descripcion-footer a p:hover {
	opacity: 1; transform: scale(1.02); transition: .3s all; color: #FFD600
}
.redes a:hover {
	opacity: .8; transform: scale(1.02); transition: .3s all
}

.footercenter {	/*display: grid; */   place-items: center;    align-content: center;}







.mgtop {
	margin-top: 60px;
}
.mgbottom {
	margin-bottom: 60px;
}

.centrarcategorias {
	place-items: center;
    display: flex;
}

.logob {
	width: 290px;
}

.piquete {
	width: 400px;
    position: absolute;
    top: -265px;
    left: -230px;
	max-width: 200%;
}

.piquete2 {
	width: 400px;
    position: absolute;
    top: -222px;
    left: 360px;
	max-width: 200%;
	animation: movedown 3s infinite linear alternate;
}

.piquete3 {
	width: 382px;
    position: absolute;
    top: -220px;
    left: -482px;
    max-width: 200%;
	animation: movedown 3s infinite linear alternate;
}

.piquete5 {
	width: 474px;
    position: absolute;
    top: -212px;
    right: -474px;
    max-width: 200%;
	animation: movedown 3s infinite linear alternate;
}

.piquete4 {
	width: 499px;
    position: absolute;
    top: -71px;
    left: -580px;
    max-width: 200%;
}

.espacio {
	padding: 70px;
}



.textomenu {
	color: #FFFFFF;
	text-transform: none !important;
}



.selected {
  color: #FFD600;
  font-weight: bold;
  border-bottom: 2px 
}


.line {
	margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    border: 10px;
    border-top: 10px solid rgb(255 214 0);
    border-radius: 10px;
}





a .nav-link:hover > .itemmenu{
	margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    border: 10px;
    border-top: 10px solid rgb(255 214 0);
    border-radius: 10px;
}


.place {
	place-items: center;
}

.w {
	    width: 955px;
}

.bannertext {
	height: 100%;
    width: 100%;
    place-items: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.mg-top {
	    margin-top: 100px;
}

.mg-bottom {
	  margin-bottom: 100px;
}

.w-215 {
	width: 180px;
}

ul.submenu {
  display: none;  /* Inicialmente el submenú está oculto */
  position: absolute;
  top: 65px !important;
  left: 0;
      background: #EE3325;
    border-radius: 0px 0px 35px 0px;
  padding: 0;
  list-style: none;
  min-width: 150px;
	padding: 20px 15px;
}

ul.submenu li a {
 
  color: white;
}

ul.submenu li a:hover {
   
    width: 100%;
    display: flex;
    height: 100%;
}

/* Mostrar submenú al pasar el ratón */
ul.navbar-nav li:hover > .submenu {
  display: block;
}

.padding-submenu {
	padding: 10px 0px;
}


ul.submenu .submenu {
  left: 100%; /* Hace que el submenú secundario se posicione a la derecha del submenú principal */
  top: 0;
}

ul.navbar-nav li > .submenu {
  top: 100%; /* Coloca el submenú directamente debajo del ítem de menú */
}

ul.navbar-nav li > .submenu > li > .submenu {
  top: 0; /* Resetea la posición top para los submenús anidados */
}
.submenu2 {
margin-top: 40px;

}

.f-s-25 {	font-size: 25px;}
.f-s-21 {	font-size: 21px;}
.f-s-19 {	font-size: 19px;}

.w200 {
	width: 200px;
}

.transfortext {
	text-transform: lowercase;
}

.maquina {
	width: 1085px ;
    position: relative;
    right: calc(10.6 * 1rem);
    top: 50px;
	animation: movedown 3s infinite linear alternate;
}

.fontslide2 {
	font-size: 115px;
	line-height: 113px;
	letter-spacing: 3px;
	color: #FFFFFF;
}

.laformula {
	background-color: #F05423;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.laformula2 {
	background-color: #FFD600;
	width: 60%;
	border-radius: 50px;
	position: relative;
    margin: auto;
}

.fuente {
	font-size: 45px;
	line-height: 42px;
	text-align: center;
}

.paddingtext {
	padding: 100px 0px 10px;
}

.colored {
	color: #D62522 !important;
}

.subtext {
	text-align: justify;
    padding: 0px 45px 30px 45px;
	font-size: 20px;
}

.colorcafe {
	color: #743E2A !important;
}

.linea {
	background-color: #EE3325;
	width: 200px;
	height: 8px;
	border-radius: 2px;
	margin: auto;
}

.espacio2 {
	padding: 30px;
}

.recuadro {
	height: 100%;
	background-color: #DB461D;
	border-radius: 30px;
	width: 435px;
   
}

.fondo {
	background-color: #F05423;
}

.iconos {
	width: 150px;
}

.centericon {
	place-items: center;
	display: grid;
	padding-top: 30px;
}

.amarillo {
	color: #FCD802;
}

.bold {
	font-weight: bold !important;
}

.t-align-c {
	text-align: center;
}

.bloquemision {
	font-size: 21px;
	padding: 15px 38px;
	letter-spacing: 1px;
}

.fontsize-45 {
	font-size: 45px !important;
}

.maquina2 {
	width: 500px;
    position: absolute;
    top: -231px;
    z-index: 10;
    left: -375px;
}

.borbujita1 {
	width: 124px;
    position: absolute;
    left: 80px;
    top: 55px;
}

.piramide {
	width: 1000px
}

.textpiramide {
	font-size: 64px;
    line-height: 64px;
	color: #FFD600;
}

.cuadropiramidetext {
	width: 50%;
	float: right;
    padding-left: 110px;
}

.width-60 {
	width: 60%;
}

.p-30 {
	padding: 30px !important;
}

.topsubmenu {
	top: 31px !important;
}

.grid {
	display: grid;
}

.footer2 {
	width: 100%;
    background-color: #F05423;
    padding: 22px 0px;
}


.slidercomida1{
	animation: movedown 3s infinite linear alternate;
    width: 100%;
}

.boton-favorito {
	color: #743E2A !important;
	display: contents;
	font-size: 30px !important;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: lowercase;
}



.mg-top-bottom-0 {
	margin-top: 0px;
	margin-bottom: 0px !important;
}


.size-35 {
	font-size: 35px;
}

.w-240 {
	width: 240px;
}



.grande {
	display: none;
}
.prueba10 path {
  animation: latir 1.5s cubic-bezier(0.42, 0, 0.55, 0.74) infinite;
  transform-origin: center center; /* Asegura que el corazón se agrande desde su centro */
}

.espacioxs{padding: 15px}

.colornaranja {
	color: #f05423;
}

.margen-necesario {
	margin: 20px 0px;
}

.bgamarillo {background-color: #fcd802 !important;}
.bgmorado {
	background-color: #c02bcc;
}



.pbottom-35 {
	padding-bottom: 35%;
}
.colorblanco {
	color: #FFFFFF !important;
}



.titulocontacto {
	color: #ee3325;
	display: grid;
	justify-content: center;
	font-size: 70px;
	text-align: center;
}

.height-950 {
	height: 950px;
}

.allcontact {
	display: flex;
	align-items: center;
	height: 1100px;
	position: relative; 
}

.mg-bottom25 {
	margin-bottom: 25px;
}

.botonenviar {
	width: 10%;
    position: relative;
    right: 15px;
    bottom: 65px;
    text-transform: lowercase;
    color: #743e2a !important;
    border: none !important;
    background-color: #ffd600 !important;
    border-radius: 25px !important;
    top: 0px;
    float: right;
}

.textcontact {
	color: #743e2a;
	font-family: 'bernier' !important;
	font-size: 25px;
}

.munecocontact {
	position: absolute;
    z-index: 26;
    width: 300px;
    left: 52px;
    bottom: 1px;
}



.content-banner {
	width: 100%;
}

.bannerinaverso {
	width: 100%;
}

.contenido-banner {
	height: 100%;
	overflow: hidden;
}

.inaverso-titular {
	place-items: center;
	position: relative;
}

.inaverso {
	width: 100%;
}

.banner-inatext {
	font-size: 58px;
    line-height: 52px;
	width: 70%;
	text-align: center;
}

.textovainilla {
	color: #2461ba;
}

.asteroide {
	width: 200px;
    position: absolute;
    right: 42px;
    top: 50%;
    animation: movedown 5s infinite linear alternate;
}

.munecobanner {
	z-index: 10;
    width: 280px;
    position: absolute;
    top: 20%;
    right: 34%;
	animation: movedown 3s infinite linear alternate;
}


/*.heightseccion-inaverso {
	height: 850px;
}*/
.font-xs {
	font-size: var(--font-xs) !important;
}


.imagenactiva {
	    filter: invert(0) sepia(1) saturate(7000%) hue-rotate(358deg);
}

.imagenactiva2:hover{
	    filter: invert(0) sepia(1) saturate(7000%) hue-rotate(358deg);
}

.line-height20 {
	line-height: 20px;
}

.visible2 {
	overflow: visible !important;
}

.marginbot180 {
	margin-bottom: 180px;
}


.marginlinea {
	margin: 130px;
	margin-top: 30px;
}

.historiatext {
	font-size: 62px;
	text-align: center ;
}

.margintop-100 {
	margin-top: 100px;
}

.linea1historia {
	background-color: #FFD600;
    width: 65px;
    height: 7px;
    position: absolute;
    left: 14px;
    top: 50%;
	border-radius: 2px;
}

.contenedortitulo {
	position: relative;
    width: 36%;
    place-items: center;
	    margin: auto;
}

.linea2historia {
	background-color: #FFD600;
    width: 65px;
    height: 7px;
    position: absolute;
    right: 14px;
    top: 50%;
	border-radius: 2px;
}

.maquinapapa {
	width: 400px;
    position: absolute;
    right: -88px;
    top: -126px;
}


.footernosotros {
	width: 100%;
	background-color: #db461d;
}

.gansitofresa {
	color: #E5396B;
}

.fondogansitofresa {
	background-color: #FFB8D5;
}

	.cuadros-avisos{
				background-color: #E9E8E8;
				border-radius: 7px;
				width: 100%;
				height: auto;
				padding: 30px;
				display: flex;
				align-items: center;
			}


@media (max-width: 1900px){
	.piquete2{left: 265px !important;}
	
}

@media (max-width: 1840px){
	.linea1historia{left: 1px;}
	.linea2historia{right: 1px;}
}

@media (max-width: 1800px){
	.munecocontact{ width: 240px !important; left: 5px !important; }
}

@media (max-width: 1750px){
	.linea1historia{left: -10px !important;}
	.linea2historia{right: -10px !important;}
	.navbar-expand-lg .navbar-collapse{margin-left: 100px;}
	.munecocontact{left: 8px !important;}
	.menuordenado {    right: calc(8* 1vw);   
}
}

@media (max-width: 1650px){
	.linea1historia{left: -30px !important;}
	.linea2historia{right: -30px !important;}
	.piquete3{left: -380px;}
	.piquete5{right: -445px;}
	.munecocontact{left: -20px !important;}
	.menuordenado {justify-self: right; right: calc(5 * 1vw); position: relative}
	.navbar-nav >li {    margin-right: 50px;   }
}




@media (max-width: 1600px){
	.piquete4{left: -470px}
	.piquete5{right: -370px;}
	
	
}



@media (max-width: 1570px){
	.navbar-expand-lg .navbar-collapse{margin-left: 210px;}
	
	li.nav-item::after{top: 58px !important;}
	.linea1historia{left: -45px !important;}
	.linea2historia{right: -45px !important;}
	.piquete2{left: 115px !important;}
	.piquete{left: -123px !important;}
	.munecocontact{ left: 13px !important; width: 200px !important; }
}

@media (max-width: 1500px){
	.linea1historia{left: -65px !important;}
	.linea2historia{right: -65px !important;}
	.piquete3{left: -325px;}
	.munecocontact{ left: -42px !important; }
	.menuordenado {justify-self: right; right: calc(4 * 1vw); position: relative}

	#site-logo-inner * img {    width: 128px;}
	#site-logo-inner { left: 50px;}

}

@media (max-width: 1400px){
	.munecocontact{ width: 170px !important; }
	.menuordenado {justify-self: right; right: calc(3 * 1vw); position: relative}

}

        
@media (max-width: 1374px){
	.linea1historia{left: 45px !important;}
	.linea2historia{right: 45px !important;}
	.piquete4{left: -330px}
	.piquete5{right: -263px; top: -200px;}
}

@media (max-width: 1340px){
  .linea1historia{left: 20px !important;}
  .linea2historia{right: 20px!important;} 
}


@media (max-width: 1260px){
	.navbar-expand-lg .navbar-collapse{margin-left: 230px;}
	.textomenu{font-size: 18px !important; line-height: 18px;}
	#site-logo-inner{left: 61px;}
	.piquete{left: -40px !important;}
	.piquete2{left: 10px !important;}
	.piquete3{left: -250px;}
}


@media (max-width: 1250px){
  .linea1historia{left: 0px !important;}
  .linea2historia{right: 0px!important;}
 

}


@media (max-width: 1200px){
	.cuadropiramidetext{padding-left: 37px;}
	.piquete2{width: 300px; top: -150px !important; left: -50px !important;}
    .piquete{width: 300px; top: -180px !important; left: -40px !important;}
	
}

@media(max-width: 1185px){
	.fontslide2{font-size: 102px; line-height: 98px;}
	.menuordenado {right: -20px }
	.navbar-nav >li {    margin-right: 30px;   }

}

@media (max-width: 1160px){
	.navbar-expand-lg .navbar-collapse{margin-left: 255px !important;}
	
}

@media (max-width: 1155px){
	#site-logo-inner{left: 61px;}
	li.nav-item::after{top: 71px !important;}
	ul .submenu{top: 71px !important;}
	.fontslide2{margin-left: 95px;}
	.cuadropiramidetext{padding-left: 5px;}

	
}


@media (max-width: 1132px){
	.marginmedia-1132{ margin: 0px 0px 20px; }
	.widthmedia-1132{ width: 12%; }
	.ulwidthmedia-1132{ width: 93%; }
}

@media (max-width: 1100px){
  .linea1historia{left: -15px !important;}
  .linea2historia{right: -15px!important;} 
  .munecocontact{ width: 181px !important; left: -80px !important; }
}


@media (max-width: 992px){
	.paddingcel { padding-bottom: 20px}
	.descripcion-footer p {	font-size: 20px;    line-height: 12px;}
	.lineatiempo1{display: none !important;}
	.lineatiempo2{display: block;}
	.maquinapapa{width: 300px; position: absolute; right: -85px; top: -80px; z-index: 1}
	.linea1historia{left: -67px !important;}
	.linea2historia{right: -67px!important;}
	.historiatext{font-size: 40px;}
	.recuadro{width: 100%;}
	.iconos{width: 100px;}
	.titulomision{font-size: 40px !important;}
	.bloquemision{font-size: 17px;}
	.maquina2{width: 321px; position: absolute; top: -18px; z-index: 10; left: -110px;}
	.rowrecuadros{padding: 80px;}
	.espaciotoprecuadros{display: none;}
	/*.side-nav-btn{top: 23px !important; display: block !important;}*/
	.navbar.top-center-logo .navbar-nav{display: none;}
	.slidercomida1{width: 497px; position: absolute; right: 10px; top: 46px;}
	.maquina{width: 767px; right: 80px;}
	.fontslide2{font-size: 90px; line-height: 84px; margin: 0px;}
	.textpiramide{font-size: 50px; line-height: 45px;}
	.espaciotoprecuadros{display: none;}
	.piquete3{left: -240px; width: 328px; top: -163px;}
	.navbar.top-center-logo {    height: 100px;}
}

@media (max-width: 991px){
  .slider-animation-page .image-right{display: flex; justify-content: center;}
  .image-right img {right: 0px; top: -15px;}
  .borbujita1{width: 102px; left: 51px; top: 42px;} 
  .piquete2{width: 300px; top: -150px !important; left: -50px !important;}
  .piquete{top: -180px !important; left: -40px !important;}
  .munecocontact { position: relative; width: 300px; left: 0px; bottom: 0px; padding-bottom: 50px ;}
.allcontact{ height: auto; flex-direction: column;}
	.titulocontacto {       font-size: 62px;   line-height: 62px;    padding-top: 50px;}
	
}


@media (max-width: 900px){
  .linea1historia{left: -15px !important;}
  .linea2historia{right: -15px!important;} 
  .munecocontact{width: 400px !important; left: 0px !important;}
}

@media (max-width: 866px) {
	.tp-fullwidth-forcer{ height: 892px !important; }
	#rev_slider_8_1_wrapper{ height: 980px !important; }
	.banner-inatext { font-size: 39px !important; line-height: 41px !important;}
	
}

@media (max-width: 850px){
  .slidercomida1{width: 440px ; top: 60px !important;}
}


@media (max-width: 768px) {
  .maquina{right: -26px; top: 289px;}
  .borbujita1{width: 80px; position: absolute; left: 31px; top: 30px;}
  .mision{margin-top: 35px;}
  .textpiramide{font-size: 41px;line-height: 45px;}
  .maquina{right: -96px; top: 10px;}
  .slidercomida1{width: 400px ; max-width: 150%; position: absolute; top: 87px !important;}
  .fontslide2{font-size: 90px; line-height: 80px; padding: 0px}
  .maquinapapa{top: -134px;}
  .laformula2{width: 80%;}
  .cuadropiramidetext{padding: 0px;}
  .marginlineatiempo2{margin: 15px !important;}
  .slider-animation-page .image-right {height: 530px;}
  .linea1historia{left: -28px !important;}
  .linea2historia{right: -28px!important;} 
  .piquete2{top: -145px !important; left: -50px !important;}
  .piquete{top: -180px !important; left: -35px !important;}
	.themesflat-container * h1.supply {    font-size: 70px;    line-height: 67px;    letter-spacing: 3px;    color: #FFFFFF;}
	.contenedor-video { height: 500px;}
	#site-logo-inner { left: 25px;}
	.pad-aviso{padding-bottom: 45px;}
				.eliminar-en-768{display: none}
}



@media (max-width: 767px) {
  .piquete4{left: -300px; width: 400px;}
  .piquete5{right: -263px; top: -150px; width: 400px;}
  .piquete2{max-width: 244px; top: -166px !important; left: -14px !important;}
  .piquete{max-width: 244px;top: -232px !important; left: -95px !important;}
  .botonenviar{width: 15% !important;}
	.mg-top {margin-top: 0px;}
	/*.navbar.top-center-logo { height: auto !important}*/
	/*.slidercomida1 { width: 100%}*/
	.contenedor-imagehome {    position: absolute !important;    bottom: -280px;    height: 100%;    z-index: 1;}
	.contenedor-textohome {    z-index: 2;    position: relative;    top: -100px;}
	.flat-pages-title-home7 {  overflow: visible !important}
	.munecocontact {width: 200px !important;}
	.logos{margin-bottom: 50px;}
	.slidercomida1{top: -22px !important;width: 500px;right: 112px !important;}



@media (max-width: 730px) {
	.maquinapapa{width: 265px}
}

@media (max-width: 700px) {

  .linea1historia{left: -40px !important;}
  .linea2historia{right: -40px!important;} 
	.slidercomida1 { top: 63px !important; width: 450px !important; right: 38px !important;}
}

@media (max-width: 600px) {
  .linea1historia{left: -75px !important;}
  .linea2historia{right: -75px!important;} 
  .piquete2{max-width: 244% !important;top: -166px !important; left: -14px !important;}
  .piquete{max-width: 200% !important;top: -232px !important; left: -43px !important;}

	
}

@media (max-width: 575px) {
	.valores{place-items: center; align-items: center; display: grid;}
	.textpiramide{text-align: center;}
	.piquete{width: 150px !important; top: -111px !important;}
	.piquete2{width: 150px !important; top: -231px !important; left: 424px !important;}
	.slidercomida1 {top: 108px !important;width: 427px;}	
	.menustick {z-index: 5; display: flex; justify-content: center; padding: 10px 0; height: 90px; width: 100%; margin: 0 auto;}
}


@media (max-width: 550px) {
	 .descripcion-footer p {        font-size: 18px;        line-height: 6px;    }
	.maquina2{display: none;}
	.rowrecuadros{padding: 0px; margin: 0 !important}
	.paddingcel { padding-bottom: 20px}
	
}

   

@media (max-width: 500px) {
	   
	.lineatiempo2{display: none;}
	.lineatiempo3{display: block !important;}
	.maquinapapa{width: 231px; right: -85px; top: -161px}
	.linea1historia{left: -66px !important;}
	.linea2historia{right: -66px !important;}
	.iconos{width: 85px;}
	.fontslide2{font-size: 82px; line-height: 79px; padding: 50px 0px !important; margin: 0px;}
	.maquina{width: 519px; right: 11%; top: -63px !important;}
	.laformula2{width: 90%;}
	.slider-animation-page .image-right {height: 447px;}
	.titulomision{font-size: 35px !important;}
	.titulovision{font-size: 35px !important;}
	.piquete2{ left: 390px !important;}
	
	

}

@media (max-width: 496px) {
	.adapatarcell-496{ height: 830px ; }
	.margin-120{ margin-bottom: 120px !important; }
	.piquete5 { right: -92px; top: -98px; width: 200px; }
}
	
	@media (max-width: 470px) {
	.linea1historia{left: -85px !important;}
	.linea2historia{right: -85px !important;}
}

@media (max-width: 450px) {
	.piquete2{ left: 340px !important;}
	.piquete4 { left: -102px; width: 200px; }

}



	header .side-menu li {line-height: 18px;}
	header .side-menu li a{color: #FFFFFF; font-size: 11px;}
	header .side-menu li a:hover{color: #FFD600}








/* animaciooooooooooooooooooooooooooooooooooooooooooooooon*/

