@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  box-sizing: border-box;
  --clr001: #f1981a;
  --clr002: #ffe000;
  --clr003: #ea5494;
  --none_shadow: none;
  --filter_w: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(169deg) brightness(114%) contrast(100%);
  --filter_m: brightness(0) saturate(100%) invert(74%) sepia(73%) saturate(3453%) hue-rotate(352deg) brightness(102%) contrast(89%);
}

html {
  scroll-padding-top: 88px; /* altura de la navbar fija */
}

* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
body {
	font-family: "Montserrat", sans-serif;
	position: relative;
	font-weight: 300;
	background: #000;
	color:#fff;
	font-size: 22px;
	line-height: 1.2;
	overflow-x: hidden;
}

body section{
	padding: 4vw 0;
	position: relative;
	min-height: 50vh;
    z-index: 0;
}

a:hover,
a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	color:#232323;
}

a {color:var(--clr001);text-decoration:none;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
}

img {width:100%; pointer-events: none;}
.center {text-align: center;}
.right_ {text-align: right;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}
.no_drop {cursor: no-drop;}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.upp_ {
    text-transform: uppercase;
}

.clr_00 {color: #fff;}
.clr_0b {color: #333;}
.clr_01 {color: var(--clr001);}
.clr_02 {color: var(--clr002);}
.clr_03 {color: var(--clr003);}

.bg_00 {background: #FFF;}
.bg_01 {background: var(--clr001);}
.bg_02 {background: var(--clr002);}
.bg_03 {background: var(--clr003);}

.fw_100 {font-weight: 100;}
.fw_200 {font-weight: 200;}
.fw_300 {font-weight: 300;}
.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_600 {font-weight: 600;}
.fw_700 {font-weight: 700;}
.fw_800 {font-weight: 800;}
.fw_900 {font-weight: 900;}

.fs_00 {font-size: calc(0.2rem + 1vw);}
.fs_01_0 {font-size: calc(0.3rem + 1vw);}
.fs_01_1 {font-size: calc(1.1rem + 1.1vw);}
.fs_01_2 {font-size: calc(1.2rem + 1.2vw);}
.fs_01_3 {font-size: calc(1.3rem + 1.3vw);}
.fs_01 {font-size: calc(1.5rem + 1.5vw);}
.fs_02 {font-size: calc(2.5rem + 2vw);}
.fs_03_ {font-size: calc(3rem + 3vw);}
.fs_03 {font-size: calc(3.5rem + 3vw);}
.fs_04 {font-size: calc(4.5rem + 4vw);}
.fs_05 {font-size: calc(5.5rem + 5vw);}

.padd_01 {padding: 1vw;}
.padd_02 {padding: 2vw;}
.padd_03 {padding: 3vw;}
.padd_04 {padding: 4vw;}
.padd_05 {padding: 5vw;}
.padd_06 {padding: 6vw;}

.padd_x_01 {padding: 0 1vw;}
.padd_x_02 {padding: 0 2vw;}
.padd_x_03 {padding: 0 3vw;}
.padd_x_04 {padding: 0 4vw;}
.padd_x_05 {padding: 0 5vw;}
.padd_x_06 {padding: 0 6vw;}
.padd_x_07 {padding: 0 7vw;}
.padd_x_08 {padding: 0 8vw;}
.padd_x_09 {padding: 0 9vw;}
.padd_x_10 {padding: 0 10vw;}
.padd_x_11 {padding: 0 11vw;}

.mb_01 {margin: 0 0 1vw;}
.mb_02 {margin: 0 0 2vw;}
.mb_03 {margin: 0 0 3vw;}
.mb_04 {margin: 0 0 4vw;}
.mb_05 {margin: 0 0 5vw;}
.mb_06 {margin: 0 0 6vw;}

.my_01 {margin: 1vw 0 0;}
.my_02 {margin: 2vw 0 0;}
.my_03 {margin: 3vw 0 0;}
.my_04 {margin: 4vw 0 0;}
.my_05 {margin: 5vw 0 0;}
.my_06 {margin: 6vw 0 0;}

.mt_01 {margin: 1vw 0 0;}
.mt_02 {margin: 2vw 0 0;}
.mt_03 {margin: 3vw 0 0;}
.mt_04 {margin: 4vw 0 0;}
.mt_05 {margin: 5vw 0 0;}
.mt_06 {margin: 6vw 0 0;}

.marg_00 {margin: 0;}
.padd_00 {padding: 0!important;}

.no_marg {margin-left: 0; margin-right: 0;}
.no_padd {padding-left: 0; padding-right: 0;}

.dly1{ animation-delay: 0.2s;}
.dly2{ animation-delay: 0.4s;}
.dly3{ animation-delay: 0.6s;}
.dly4{ animation-delay: 0.8s;}
.dly5{ animation-delay: 1.0s;}
.dly6{ animation-delay: 1.2s;}
.dly7{ animation-delay: 1.4s;}
.dly8{ animation-delay: 1.6s;}
.dly9{ animation-delay: 1.8s;}
.dly10{ animation-delay: 2.0s;}
.dly11{ animation-delay: 2.2s;}
.dly12{ animation-delay: 2.4s;}

.cont_10 {width: 10%; padding: 0 15px;}
.cont_20 {width: 20%; padding: 0 15px;}
.cont_30 {width: 30%; padding: 0 15px;}
.cont_33 {width: 33%; padding: 0 15px;}
.cont_40 {width: 40%; padding: 0 15px;}
.cont_50 {width: 50%; padding: 0 15px;}
.cont_60 {width: 60%; padding: 0 15px;}
.cont_70 {width: 70%; padding: 0 15px;}
.cont_80 {width: 80%; padding: 0 15px;}
.cont_90 {width: 90%; padding: 0 15px;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

hr {margin: 20px auto;border-top: 5px solid #ddd;width: 200px; }

.btn { line-height: 1; }

.video_yt{width:100%;box-shadow:0 23px 15px -25px #000;margin:10px auto;position:relative; border-radius: 1em;}
.video_yt .ratio>* {border-radius:1em} 

.align_c {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.w90 {width: 90%;margin:0 auto;}
.w70 {width: 70%;}
.w80_ {width: 80%;padding: 0 15px;margin: 0 auto;}
.w50 {width: 50%;}

.carousel-control {
    font-size: 10px;
	opacity: 0;
}

.carousel-control .icon-prev, 
.carousel-control .icon-next, 
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(transparent 0),color-stop(rgba(0,0,0,0.0001) 100%));
    background-image: linear-gradient(to right,transparent 0,rgba(0,0,0,0.0001) 100%);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(transparent 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,transparent 100%);
}

.carousel-indicators .active{
	background-color: #4FBDBA !important;
	width: 50px!important;
}

.carousel-indicators .active{background-color: #fff !important;}

.btn_00 {
	background: var(--clr001);
	color: #fff;
	border-radius: 5px;
	border: none;
	padding: 10px 20px;
	font-size: 22px;
	margin: 10px auto;
	font-weight: 300;
	letter-spacing: 0;
}
.btn_00:focus,
.btn_00:hover {
	background: #232323;
	color: #fff;
}

.btn_01 {
	background: var(--clr003);
	color: #fff;
	border-radius: 5px;
	border: none;
	padding: 10px 20px;
	border-radius: 5vw;
	margin: 10px auto;
	font-weight: 500;
}
.btn_01:focus,
.btn_01:hover {
	background: var(--clr001);
	color: #fff;
}

.btn_02 {
    background: #b5b5b5;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
    margin: 25px auto;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    display: block;
}
.btn_02:focus,
.btn_02:hover {
	background: var(--clr001);
	color: #fff;
}

.poss {position: relative;}

.hide_ {display:initial!important;}
.show_ {display: none!important;}

.cont_w100 {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

#gral {padding: 5em 0 1em;}

.video_event {
    width: 50%;
    margin: 25px auto 10px;
    position: relative;
    float: right;
    padding: 10px;
}
.center_y_flex {justify-content: center;}

#iframe_flipbook {
    /*aspect-ratio: 16 / 9;*/
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 0 -6px;
    border-radius: 0em;
}
#iframe_flipbook_16_9 {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    margin: 0 0 -6px;
    border-radius: 0em;
}
#iframe_flipbook_1_1 {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    margin: 0 0 -6px; 
    border-radius: 1em;
}

.iframe_model {height: 80vh;margin: 0 0 -7px;}

.doc_ivt {
    height: 100vh;
    margin: 0 0 -10px;
}

.share_wa {
    position: absolute;
    right: 8rem;
    top: 10px;
    width: fit-content;
    margin: 0 auto;
    background: #25d366;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 2em;
    box-shadow: 0 0 5px #000;
    font-size: 85%;
}
.share_wa:hover {
    background: #128c7e;
    color: #fff;
}

/*OWL NEW*/
.owl-carousel {
    width: 100%;
    margin: 0 auto;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}
.owl-nav .owl-prev {
    left: 10px;
}
.owl-nav .owl-next {
    right: 10px;
}


/* CUSTOM SCROLL BAR */
/* width */
::-webkit-scrollbar {
    width: 15px;
    height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #ddd;
	border-radius: 0;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--clr001); 
	border-radius: 10px;
}

::selection{color: var(--clr003);background: transparent;text-shadow: 0 0 5px rgb(255 255 255 / 50%);}

/************ MODALS STYLE ************/
.modal-open .modal {backdrop-filter: blur(5px);}
body.modal-open {padding-right: 0 !important; /* Desactiva la compensaci�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777777777�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777777777n autom�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777777777�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�777771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�77771�1�71�1�771�1�71�1�7771�1�71�1�771�1�71�1�7777777777tica de margen */} /*EVITA QUE SALTE LA PAGINA AL ABRIR MODAL overflow: auto!important;*/
.navbar {padding-right: 0 !important; /* Evita que el padding dinamico afecte la navbar */}

.modal-dialog {
	width: 100%;
	margin: 0;
}
.modal-content {
    border: 0px solid #FFF;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
    background-color: transparent;
    width: 100vw;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #fff;
    background: var(--clr001);
    text-align: center;
    justify-content: center;
}
.modal-header h4 {
    font-size: 2.5rem;
    margin: 0;
}
.modal-title {
    font-size: 44px;
    letter-spacing: 0px;
	color: #fff;
}
.close {
    top: 5px;
    right: 0px;
    left: unset;
    opacity: 1;
    position: absolute;
    font-size: 3rem;
    font-weight: 400;
    background: var(--clr001);
    color: #fff;
    padding: 0 0;
    width: 50px;
    height: 45px;
    line-height: 1;
    border-radius: 1em 0 0 1em;
    text-align: center;
    border: none;
}
.close:hover, .close:focus {
    background: var(--hvr_color);
    color: #fff;
    opacity: 1;
}

.modal-dialog .btn_00 {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 10;
    font-size: 1rem;
    padding: 5px 10px;
    margin: 0;
}

/*********** ANIMATIONS ****************/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadeIn {animation-name: fadeIn;}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/*********** PANEL COLLAPSE ****************/

.accordion-button::after {
    content: '';
}
.accordion-button .icon {
    transition: transform 0.3s ease;
}
.accordion-button.collapsed .icon {
    transform: rotate(0deg);
}
.accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
}
/*CUSTOM COLLAPSE*/
.accordion-button:focus {box-shadow: var(--none_shadow);}

.accordion-button {
    font-size: 1.5rem;
    font-weight: 700;
    background: #232323;
    color: #fff;
}
.accordion-button::after {filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(0%) hue-rotate(157deg) brightness(107%) contrast(107%);}
.accordion-button:hover {
    background: var(--clr001);
    color: #fff;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--clr001);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body {
    max-height: 200px;
    overflow: auto;
}

/*********** GALERIA LIGHTBOX ****************/
.lb_  { background: #fff; position: relative; width: 100%; margin: 0 0 10px; }
.lb__  { background: #fff; position: relative; width: 100%; margin: 0 0 10px; }
.tz-gallery .lightbox img { width: 100%; border-radius: 0; position: relative; }
.tz-gallery .lightbox:hover img { opacity: 0.3; -webkit-filter: blur(5px); filter: blur(3px);}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: -15px 0 0;
    opacity: 0;
    color: var(--clr001);
    font-size: 50px;
    font-family: fontawesome;
    content: "\f002";
    pointer-events: none;
    z-index: 1;
    transition: 0.4s;
    text-align: center;
}
.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    content: '';
    transition: 0.4s;
}
.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before { opacity: 1; }
.baguetteBox-button { background-color: transparent !important; }
#baguetteBox-overlay .full-image img { box-shadow: none;background: transparent;}

.gall_img img {
    border-radius: 1em !important;
}

.small_gall {
    display: inline-grid;
    position: relative;
    padding: 10px;
    width: 6em;
}


/*********** FIN GALERIA LIGHTBOX ****************/

table .tz-gallery .lightbox:before {
    position: relative;
    display: none;
}
table .tz-gallery .lightbox:after {
    position: unset;
}
#nolupa .tz-gallery .lightbox:before {
    position: relative;
    display: none;
}
#nolupa .tz-gallery .lightbox:after {
    position: unset;
}


/***********BOOTSTRAP 5.3****************/

.form-control:focus, .form-select:focus {
    border-color: var(--clr003);
    box-shadow: none;
}

#gral_pills .nav-pills .nav-link {
    color: var(--light_clr);
    background-color: var(--gray_color);
    border: 4px solid transparent;margin: 0 5px;
    font-weight: 500;
}
#gral_pills .nav-pills .nav-link.active,#oem_pills .nav-pills .show>.nav-link {
    color: var(--clr001);
    background-color: transparent;
    border: 4px solid var(--clr001);
}

/************ NUEVO FORM GOOGLE ***********/

.input_hidden {display: none;}

#loading_oculto{
    z-index: 1050;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    visibility: hidden;
    transform: translate(0, -50%);
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
#loading_oculto img{
    filter: var(--filter_w)
    width: 120px;
    margin: 0 auto;
}

/************ FIN NUEVO FORM GOOGLE ***********/

/************ RADIO INPUT CUSTOM ***********/

.radio-custom-label {
    display: block; 
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0 10px 10px;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline { margin-top: 0; margin: 10px 0 10px 10px; }
/* Hide the browser's default radio button */
.radio-custom-label input { position: absolute; opacity: 0; }
/* Create a custom radio button */
.radio-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
/* On mouse-over, add a grey background color */
.radio-custom-label:hover input ~ .radio-custom {
  	border-color: var(--clr001);
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;;
}
/* When the radio button is checked, add a blue background */
.radio-custom-label input:checked ~ .radio-custom {
  background-color: transparent;
  border: 3px solid var(--clr001);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-custom:after { content: ""; position: absolute; display: none; }
/* Show the indicator (dot/circle) when checked */
.radio-custom-label input:checked ~ .radio-custom:after { display: block; }
/* Style the indicator (dot/circle) */
.radio-custom-label .radio-custom:after {
	top: 11px;
    left: 3px;
    width: 6px;
    height: 13px;
    content: '';
    border-top: 3px solid var(--clr001);
    border-right: 3px solid var(--clr001);
	-webkit-transform: scaleX(-1) rotate(135deg);
	   -moz-transform: scaleX(-1) rotate(135deg);
	    -ms-transform: scaleX(-1) rotate(135deg);
	        transform: scaleX(-1) rotate(135deg);
	-webkit-transform-origin: left top;
	   -moz-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
  	-webkit-animation: check 0.5s;
	   -moz-animation: check 0.5s;
	     -o-animation: check 0.5s;
	        animation: check 0.5s;
}
@-webkit-keyframes check { 0% { width: 0; height: 0;} 25% { width: 6px; height: 0;} 50% { width: 6px; height: 14px;}}
@-moz-keyframes check { 0% { width: 0; height: 0;} 25% { width: 6px; height: 0;} 50% { width: 6px; height:14px;}}	
@-ms-keyframes check { 0% { width: 0; height: 0;} 25% { width: 6px; height: 0;} 50% { width: 6px; height: 14px;}}
@keyframes check { 0% { width: 0; height: 0;} 25% { width: 6px; height: 0;} 50% { width: 6px; height: 14px;}}

/************ FIN RADIO INPUT CUSTOM ***********/


/*====================
======Header CSS=====
======================*/

#navigation .navbar {
    border-radius: 0;
    border-bottom: 0;
    box-shadow: none;
    padding: 0;
    display: inline;
}

.navbar-expand-lg .navbar-nav {gap: 1.2rem;}

.navbar_custom {
    background: rgb(0 0 0 / 0%);
    transition: background 0.3s ease-in-out;
    backdrop-filter: blur(0px);
}
.navbar_custom.scrolled {
    background: rgb(0 0 0 / 50%); /* Color oscuro, puedes cambiarlo */
    backdrop-filter: blur(20px);
}

.logo {
    width: 200px;
    padding: 10px 0;
    filter: var(--filter_w);
}

.top_menu {
    position: relative;
    background: #232323;
    color: #fff;
    font-size: 70%;
    display: flex;
    justify-content: space-between;
}
.top_menu a {color: #fff;}
.top_menu a:hover {color: var(--clr001);}

.top_info_ {padding: 5px 10px;margin: 0 5px 0 0;}
.top_info_:last-child {margin: 0;}
.top_info_:hover:last-child {background: transparent;}
.top_info_:hover {background: #111;}
.top_info_ a {color: #fff;}
.top_info_ a:hover {color: #fff;}

.social_i {
    display: inline-grid;
    position: relative;
    margin: 5px 20px 0 0;
}
.social_i a .fa-shop:focus, .social_i a .fa-shop:hover {color: var(--clr001);}
.social_i a .fa-facebook:focus, .social_i a .fa-facebook:hover {color: #1877f2;}
.social_i a .fa-youtube:focus, .social_i a .fa-youtube:hover {color: #ff0000;}
.social_i a .fa-instagram:focus, .social_i a .fa-instagram:hover {color: #c13584;}

/********/

.dropdown-item {
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
  background: #fcfcfc;
}
.dropdown:hover>.dropdown-menu, 
.dropend:hover>.dropdown-menu {
    display: block;
    right: 0;
    margin: 0;
    padding: 0;
    border: none;
    /*border-radius: 0 0 10px 10px;*/
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 30%);
    min-width: 240px;
}
@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
}

#navigation .dropend .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
}

#navigation .navbar-brand {padding: 0;}

#navigation .nav-link {text-transform: uppercase;background: transparent;color: #fff;font-weight: 700;}
#navigation .nav-link:hover {background: transparent;color: var(--clr001);}
#navigation .nav-link.active {background: transparent;color: var(--clr003);}

#navigation .nav_link {text-transform: uppercase;border-radius: 5vw;background: var(--clr003);color: #fff;text-align: center;padding: 0.5rem 1rem;display: block;font-weight: 700;}
#navigation .nav_link:hover {background: var(--clr001);color: #fff;}
#navigation .nav_link.active {
    background: rgb(0 0 0 / 0%);
    color: var(--clr003);
    position: relative;
}

#navigation .dropdown-menu li .nav-link {text-transform: uppercase;background: transparent;color: #232323;padding: 5px 25px 5px 10px;margin: 0;display: flex;align-items: center;white-space: break-spaces;}
#navigation .dropdown-menu li .nav-link span{display: block; font-size: 80%;}
#navigation .dropdown-menu li .nav-link:hover {background: transparent;color: var(--clr001);}

#navigation .dropdown-item {
    text-transform: uppercase;
    color: #232323;
    padding: 5px 10px;
    white-space: break-spaces;
    display: flex;
    align-items: center;
    line-height: 1.1;
}
#navigation .dropdown-menu li .nav-link img,
#navigation .dropdown-item img{
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
}
#navigation .dropdown-menu li .nav-link:hover .clr_hvr,
#navigation .dropdown-item:hover .clr_hvr{
    filter: var(--filter_m)
}
#navigation .dropdown-item:hover {color: var(--clr001);}

#navigation .navbar-toggler {
    margin: 0 10px;
    background: rgb(0 0 0 / 100%);
    color: #fff; 
}
#navigation .navbar-toggler:focus {
    box-shadow: none;
    background: rgb(0 0 0 / 50%);
}
#navigation .navbar-toggler-icon {
    background-image: url(../img/burg.svg);
}
#navigation .dropdown-item.active, #navigation .dropdown-item:active {
    color: var(--clr001);
    text-decoration: none;
    background-color: transparent;
}

/********/

/************ NUEVO BUSCADOR GENERAL ***********/

#Busc_ {
    position: relative;
}
.busc_ba_cont {display: inline-flex;}
#Busc_ .btn_search_close {
    background: transparent;
    color: #aaa;
    font-size: 13px;
    border-radius: 50%;
    position: absolute;
    width: 21px;
    top: 50%;
    right: 1px;
    z-index: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    padding: 0px;
    margin: 0;
}
#Busc_ .form-control {
    padding: 5px 10px;
    margin: 0;
    border-radius: 5px;
    width: 16em;
    height: 25px;
}
#Busc_ ul {
    list-style: none;
    padding-inline-start: 0;
    font-size: 20px;
    max-height: 280px;
    overflow: auto;
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: 13em;
    box-shadow: 0 10px 10px -5px rgb(0 0 0 / 30%);
    top: 30px;
    right: -2px;
    border-radius: 10px;
}
#Busc_ ul li {
    padding: 0.5rem 1rem;
    margin: 5px 0;
    float: unset;
    background: transparent;
    color: #000;
    border-radius: 5px;
    display: block;
    list-style: none;
    position: relative;
}
#Busc_ ul li a:before {
    background: url(../img/scroll_search.webp) no-repeat;
    content: '';
    display: inline-block;
    height: 25px;
    width: 39px;
    position: absolute;
    left: 0px;
    top: 5px;
}
#Busc_ ul li:hover, #Busc_ ul li a:hover{ background: #f3f3f3; cursor: pointer;}

#Busc_ ul li a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    padding: 5px 25px;
    margin: 0 0 0 10px;
    color: #232323;
}

/* width */
#Busc_ ::-webkit-scrollbar { width: 10px; } /*width: 10px;*/
/* Track */
#Busc_ ::-webkit-scrollbar-track { border-radius: 2em; background: #ddd; }
/* Handle */
#Busc_ ::-webkit-scrollbar-thumb { border-radius: 2em; background: #555; }

/** FOOTER SECTION **/

footer {
	background: #181818;
    padding: 20px 0;
    color: #fff;
    position: relative;
}
footer p {margin: 0;}
footer a {color: #fff;}
footer a:hover, footer a:focus {color: var(--clr001);}


#ftr_btm {
    box-shadow: unset;
    position: relative;
    z-index: 1029;
    min-height: unset;
    padding: 4vw 0 0;
}

#ftr_btm ul li a:hover {color: var(--clr001);}
#ftr_btm ul {
    padding: 0;
    list-style: none;
    font-weight: 600;
    line-height: 3;
}

.social_ftr {
    display: flex;
    gap: 1rem;
    font-size: 200%;
    line-height: 1.5 !important;
    color: var(--clr001);
}
.social_ftr:hover {
    color: var(--clr003);
}

#btm_last {
    padding: 3vw 0;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 1rem;
    min-height: unset;
}

#btm_last p {
    margin: 0;
}

#btm_last a {color:#fff;}
#btm_last a:hover,
#btm_last a:focus {
	color: var(--clr001);;
}

.lang_cont {
    position: fixed;
    z-index: 1050;
    bottom: 1rem;
    left: 1rem;
    width: 2.5em;
    padding: 10px;
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.lang_cont a {
    position: relative;
    text-decoration: none;
}
.lang_cont a::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(115%, -50%);
    font-size: 14px;
    color: #fff;
    background: rgb(0 0 0 / 90%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
}
.lang_cont a:hover::before {opacity: 1; }

/** FOOTER SECTION **/

/* NUEVO INDEX*/

#idx_bloq_01 {
    background-image: url(../img/idx_01.webp);
    min-height: 100vh;
    color: #fff;
    padding: 5vw 2vw 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#idx_bloq_01::before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.video_bg_idx {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_play {
    width: 150px;
    aspect-ratio: 1;
    font-size: calc(3rem + 3vw);
    background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(5px);
    border: 0.3px solid;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_play:hover {
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(10px);
}

.img_ib_01 {
    width: 25%;
    position: absolute;
    right: -10%;
    bottom: 6%;
    z-index: -1;
}

#idx_bloq_03 {
    padding: 0;
}

.card_idx {
    min-height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 2vw;
    z-index: 0;
    overflow: hidden;
}
.card_idx img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scale(1) rotate(0deg);
    transition: transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
    z-index: -5;
}
.card_idx:hover img {
    transform: scale(1.2) rotate(-2.5deg);
}
.card_idx::before {
    background: linear-gradient(transparent 50%, black);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.9;
    transition: background 2000ms ease-in-out;
}

.card_vote {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.card_vote h2 {font-size: 5vw;}
.card_vote img {
    filter: var(--filter_m);
    width: 80px;
    height: 80px;
}


.img_ib_04 {
    width: 42%;
    position: absolute;
    right: 0%;
    top: 2%;
    z-index: -1;
}

#idx_bloq_04 .fade_in_right_rot.in_view {
    transform: translateX(0) rotate(-53.5deg);
}

.card_news {
    display: flex;
    background: #fff;
    color: #333;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    min-height: 580px;
}
.card_news:hover {
    transform: translateY(-10px);
}
.card_news .data_ {
    display: flex;
    justify-content: space-between;
    color: #bbb;
}
.card_news img {
    aspect-ratio: 20/12;
    object-fit: cover;
    object-position: 50% 15%;
}
.padd_card_news {
    padding: 1vw 3vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 310px;
}
.txt_card_news {
    font-size: 65%;
}

.img_ib_05 {
    width: 35%;
    position: absolute;
    left: -5%;
    top: -12%;
    z-index: -1;
}
#idx_bloq_05 .fade_in_right_rot {
    transform: translateX(-20px) rotate(-25deg);
}
#idx_bloq_05 .fade_in_right_rot.in_view {
    transform: translateX(0) rotate(5deg);
}

#idx_bloq_06 .item {
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    min-height: 130px;
    padding: 1vw 2vw;
}
#idx_bloq_06 .item .small{
    font-weight: 400;
}
.img_ib_06 {
    width: 45%;
    position: absolute;
    left: 50%;
    top: -10%;
    z-index: -1;
}
#idx_bloq_06 .fade_in_right_rot {
    transform: translate(-50%, 50%) rotate(-115deg);
}
#idx_bloq_06 .fade_in_right_rot.in_view {
    transform: translate(-50%, 0%) rotate(-53.5deg);
}

.cont_popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    z-index: 1095;
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vw 10vw;
}
.cont_popup .input-group {
    border-radius: 0.5rem;
    overflow: hidden;
    border: 2px solid #f5f5f5;
}
.cont_popup .input-group-text,
.cont_popup .form-control {
    background: #f5f5f5;
    border-color: #f5f5f5;
}
.cont_popup .form-control:focus {
    border-color: #f5f5f5;
    color: var(--clr003);
    box-shadow: none;
}
.cont_popup .input-group-text {border-right: 2px solid #353535;}
.img_full_popup img{
  height: 100%;
  object-fit: cover;
}
.btn_x_popup {
    position: absolute;
    top: 0.5vw;
    right: 0.5vw;
    color: #cccccc;
    width: auto;
    padding: 0;
}
.btn_x_popup:hover {
    color: #444;
}

.fade {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.fade.show {
    opacity: 1;
}

#idx_bloq_07 {
    background: linear-gradient(90deg, var(--clr001), var(--clr003));
}
#idx_bloq_07 .btn_01 {
    background: #fff;
    color: var(--clr001);
    border: 5px solid #fff;
    font-weight: 700;
    margin: 2vw auto;
}
#idx_bloq_07 .btn_01:hover {
    background: transparent;
    color: #fff;
    border: 5px solid #fff;
}

/* FIN NUEVO INDEX*/

/* =========== NOSOTROS ========= */

#aus_bloq_01 {
    background-image: url(../img/aus_01.webp);
    min-height: 100vh;
    color: #fff;
    padding: 5vw 2vw 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
#aus_bloq_01::before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

#aus_bloq_01 h2 .fw_800 {
    font-size: 120%;
}

.bg_aus_01 {
    background-image: url(../img/aus_02.webp);
    background-size: 135%;
    background-position: 50% 10%;
    min-height: 600px;
}
.bg_aus_02 {
    background-image: url(../img/aus_03.webp);
    background-size: 100%;
    background-position: 50% 10%;
    min-height: 600px;
}
.bg_aus_03 {
    background-image: url(../img/aus_04.webp);
    background-size: 100%;
    background-position: 50% 10%;
    min-height: 750px;
}

.img_ausb_02 {
    width: 35%;
    position: absolute;
    left: -10%;
    top: 50%;
    z-index: -1;
}
#aus_bloq_03 .fade_in_left_obj {
	transform: translateX(-20px) translateY(-50%);
}
#aus_bloq_03 .fade_in_left_obj.in_view {
	opacity: 1;
	transform: translateX(0) translateY(-50%);
}

.card_misvis {
    background: var(--clr003);
    position: absolute;
    width: 50%;
    left: 40%;
    top: 50%;
    padding: 5vw;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgb(0 0 0 / 35%);
}

.zoom_in_card {
	transform: translate(-50%, -50%) scale(0.8);
}
.zoom_in_card.in_view {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}


#aus_bloq_04 .card_misvis {
    left: 60%;
}

.img_ob_04 {
    position: absolute;
    width: 35%;
    right: -5%;
    top: 50%;
    z-index: -1;
}

#aus_bloq_04  .fade_in_right_rot {
    transform: translate(20px, -50%) rotate(0deg);
}
#aus_bloq_04  .fade_in_right_rot.in_view {
    transform: translate(0, -50%) rotate(-50.5deg);
}

#aus_bloq_05 {
    background-image: url(../img/aus_05.webp);
    background-size: cover;
    background-position: 50% 85%;
}
#aus_bloq_05::before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

#aus_bloq_05 ul {
    list-style-position: inside;
    line-height: 3;
}

/* =========== FIN NOSOTROS ========= */

/* =========== BOOKING ========= */

#bkk_bloq_01 {
    background-image: url(../img/bkk_01.webp);
    min-height: 100vh;
    color: #fff;
    padding: 5vw 2vw 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
#bkk_bloq_01::before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

#bkk_bloq_02 {overflow: hidden;}
#bkk_bloq_02 .card-img-top {
    aspect-ratio: 20 / 15;
    object-fit: cover;
    object-position: center;
}

.cont_card_bkk {padding: 2vw 0;}

.card_bkk {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
.card_bkk:hover {
    box-shadow: 0 0 15px var(--clr001);
    transform: scale(1.02);
}
.card_bkk .card-body {
    padding: 1vw;
    background: #fff;
    color: #333;
}

.page-link {
    color: var(--clr002);
    background: rgb(0 0 0 / 30%);
    border: 5px solid rgb(255 255 255 / 15%);
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(0 0 0 / 5%);
}
.page-link:hover {
    z-index: 2;
    color: #fff !important;
    background-color: var(--clr003) !important;
    border-color: var(--clr003) !important;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color: var(--clr001) !important;
    border-color: var(--clr001) !important;
}


#bkk_bloq_02 .fade_in_right_rot {
    transform: translate(20px, -50%) rotate(0deg);
}
#bkk_bloq_02 .fade_in_right_rot.in_view {
    transform: translate(0, -50%) rotate(-50.5deg);
}
#bkk_bloq_02 .img_ob_04 {
    position: absolute;
    width: 60%;
    right: -15%;
    bottom: -15%;
    z-index: -1;
}

.img_bkk_b2 {
    position: absolute;
    width: 30%;
    top: 9%;
    left: -10%;
    z-index: -1;
}

#bkk_bloq_02 .fade_in_left_obj {
	transform: translateX(-20px) rotate(-10deg);
}
#bkk_bloq_02 .fade_in_left_obj.in_view {
	opacity: 1;
	transform: translateX(0) rotate(10deg);
}

#bka_bloq_01 {
    background-image: url('') center/cover no-repeat;
    min-height: 90vh;
    display: flex;
    align-items: end;
    padding-bottom: 3rem;
    background-size: cover;
    background-position: 50% 30%;
}
#bka_bloq_01::before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.border_gradient{
    border: 8px solid transparent;
    border-radius: 3rem;
    background:
        linear-gradient(#0b0b0b, #0b0b0b) padding-box,
        linear-gradient(135deg, var(--clr003), var(--clr001)) border-box;
    padding: 3vw 5vw;
    width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 1.5vw;
    flex-direction: column;
}

.no_tt {text-transform: unset;}

.spotify_embed {
    width: 100%;
    min-height: 400px;
    border-radius: 0.5rem;
    border: none;
}

.img_bka_02_01 {
    position: absolute;
    width: 25%;
    bottom: 3%;
    right: -5%;
    z-index: -1;
}

.img_bka_b2 {
    position: absolute;
    width: 30%;
    top: 60%;
    left: -10%;
    z-index: -1;
}

#bka_bloq_02 .fade_in_right_rot {
    transform: translate(20px, 0%) rotate(100deg);
}
#bka_bloq_02 .fade_in_right_rot.in_view {
    transform: translate(0, 0%) rotate(10deg);
}

#bka_bloq_02 .fade_in_left_obj {
	transform: translate(20px, -50%) rotate(-100deg);
}
#bka_bloq_02 .fade_in_left_obj.in_view {
	opacity: 1;
	transform: translate(0, -50%) rotate(-45deg);
}

/* =========== FIN BOOKING ========= */

/* =========== TU VOZ ========= */

#tvz_bloq_01 {
    background-image: url(../img/tvz_01.webp);
    min-height: 90vh;
    display: flex;
    align-items: end;
    padding-bottom: 3rem;
    background-size: cover;
    background-position: 50% 15%;
}
#tvz_bloq_01::before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}


#tvz_bloq_02 {overflow: hidden;}
#tvz_bloq_02 .fade_in_right_rot {
    transform: translate(20px, 0%) rotate(100deg);
}
#tvz_bloq_02 .fade_in_right_rot.in_view {
    transform: translate(0, 0%) rotate(10deg);
}

#tvz_bloq_02 .fade_in_left_obj {
	transform: translate(20px, -50%) rotate(-100deg);
}
#tvz_bloq_02 .fade_in_left_obj.in_view {
	opacity: 1;
	transform: translate(0, -50%) rotate(-45deg);
}

#tvz_bloq_02 .form-select,
#tvz_bloq_02 .form-control {
    padding: 1vw 2vw;
    border-radius: 1rem;
    margin: 1rem 0 5rem;
}

#tvz_bloq_02 .margin_ {
    margin: 10vw auto 5vw !important;
}

.img_tvz_b2_01 {
    position: absolute;
    width: 35%;
    bottom: -2%;
    right: -5%;
    z-index: -1;
}
.img_tvz_b2_02 {
    position: absolute;
    width: 40%;
    top: 55%;
    left: -10%;
    z-index: -1;
}

/* =========== FIN TU VOZ ========= */

/* =========== NOTICIAS ========= */

#nws_bloq_01 {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    padding-bottom: 4rem;
    color: white;
}
#nws_bloq_01::before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}
#nws_bloq_01 .container {
    position: relative;
    z-index: 2;
}

.card-blog {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.card-blog:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.views-badge {
    font-size: 0.85rem;
}

#nws_bloq_02 .fade_in_right_rot {
    transform: translate(20px, 0%) rotate(100deg);
}
#nws_bloq_02 .fade_in_right_rot.in_view {
    transform: translate(0, 0%) rotate(10deg);
}

#nws_bloq_02 .fade_in_left_obj {
	transform: translate(20px, -50%) rotate(-100deg);
}
#nws_bloq_02 .fade_in_left_obj.in_view {
	opacity: 1;
	transform: translate(0, -50%) rotate(-45deg);
}

.info_cnws {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1rem;
    color: #b8b8b8;
    font-weight: 500;
}

.parr_lim_03 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_data_top {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

#blog_bloq_01 {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    padding-bottom: 4rem;
    color: white;
}
#blog_bloq_01::before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

#blog_bloq_02 {padding: 3vw 0;}

.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
}
.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.related-card {
    transition: transform 0.3s;
}
.related-card:hover {
    transform: translateY(-10px);
}

#mainArticleImage {
    width: 100%;
    aspect-ratio: 16/5;
    object-fit: cover;
    object-position: 50% 25%;
    border-radius: 1rem;
    margin: 0 0 2rem;
}

.cont_hashtag_badge {
    display: flex;
    gap: 0.5rem;
}
.hashtag_badge {
    background-color: #ddd;
    color: #000;
    padding: 0.5em 1em;
    border-radius: 0.4rem;
    font-size: 0.9rem;
}
.hashtag_badge:hover {
    background-color: var(--clr003);
    color: #fff;
}

.img_card_plus {
    aspect-ratio: 16/12;
    object-fit: cover;
    object-position: 50% 25%;
}

/* =========== FIN NOTICIAS ========= */

/* =========== CONTACTO ========= */

#ctt_bloq_01 {
    padding: 10vw 0 5vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#ctt_bloq_01 .fade_in_right_rot {
    transform: translate(20px, 0%) rotate(100deg);
}
#ctt_bloq_01 .fade_in_right_rot.in_view {
    transform: translate(0, 0%) rotate(10deg);
}

#ctt_bloq_01 .fade_in_left_obj {
	transform: translate(20px, -50%) rotate(-100deg);
}
#ctt_bloq_01 .fade_in_left_obj.in_view {
	opacity: 1;
	transform: translate(0, -50%) rotate(15deg);
}

.img_ctt_b1_01 {
    position: absolute;
    width: 40%;
    bottom: 1%;
    right: -10%;
    z-index: -1;
}
.img_ctt_b1_02 {
    position: absolute;
    width: 25%;
    top: 65%;
    left: -10%;
    z-index: -1;
}

#sended {
    padding: 10vw 0 0;
}

.gif_black {
    mix-blend-mode: lighten;
    filter: brightness(1) hue-rotate(-40deg) invert(100%);
}

/* =========== FIN CONTACTO ========= */
