/* #096a73 OLD MAIN COLOR*/
/* #6ea8ad MAIN COLOR*/
/* #11cea3 COLOR*/
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');

* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}	
body {
	font-family: "Oxanium", sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#232323;
	font-size: 20px;
	overflow-x: hidden;
}

body  section{
	padding: 75px 0;
}

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

a {color:#6ea8ad;}

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


img {width:100%; pointer-events: none;}
.center {text-align: center;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}

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

.upp_ {
    text-transform: uppercase;
}

.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;}

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

.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; }

/*====================
======FOOTER CSS=====
======================*/


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: #6ea8ad;}

.navbar-inverse {
    background-color: rgb(255 255 255 / 90%);
    border-color: transparent;
}

#gral {
    background-image: url(../img/bg_01.jpg);
    padding: 2em 0;
    margin: 0;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 100%;
    position: relative;
}
#gral > .bg_overlay {
    background: #fff;
    opacity: 0.85;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#gral .caption {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 90px 50px 50px;
    right: 0;
    background: rgb(0 0 0 / 0%);
    display: inline-flex;
    align-items: center;
}

#gral .caption div {
    padding: 1rem;
}
#gral .caption .imgc {
    width: 70%;
}
#gral .caption .links_cont {
    width: 30%;
}

.cntr {position: relative;}

.btns {
    width: 330px;
    display: inline-grid;
    position: relative;
    padding: 10px;
}

.btn_01 {
    width: 100%;
    background: transparent;
    border: 5px solid #232323;
    font-size: 20px;
    font-weight: 600;
    color: #232323;
    line-height: 1.3;
    padding: 10px;
    border-radius: 15px;
}
.btn_01:focus,
.btn_01:hover {
    background: transparent;
    border: 5px solid #6ea8ad;
    color: #6ea8ad;
}

.clr_00 {color: #fff;}
.clr_01 {color: #6ea8ad;}
.clr_02 {color: red;}

.fs2 {
    font-size: 30px;
    margin: 0 0 10px;
}
.fs3 {
    font-size: 30px;
    margin: 0 0 20px;
}

.return {
    background: #232323;
    border-radius: 2em;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -3em;
    border: none;
    z-index: 1029;
}
.return:focus,
.return:hover {
    background: #6ea8ad;
    color: #fff;
}

.restart {
    background: #232323;
    border-radius: 2em;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -3em;
    border: none;
    z-index: 1029;
}
.restart:focus,
.restart:hover {
    background: #6ea8ad;
    color: #fff;
}

.data {
    border: 5px solid #000;
    padding: 10px;
    border-radius: 1em;
}

.menu_model {
    display: inline-grid;
    position: relative;
    width: 215px;
    padding: 0;
    text-align: justify;
    margin: 10px;
}
.menu_model .modelo {
    padding: 0 0 0 0;
    position: unset;
    width: 120px;
    margin: 40px 0 0;
}
.comp_new {
    width: 90px!important;
    margin: 25px 0 15px!important;
}
.menu_model .modelo1 {
    padding: 10px;
    position: relative;
    -webkit-transform: translate(0em, 0);
    transform: translate(0em, 0);
    -webkit-transition: 1500ms;
	transition: 1500ms;
}
.menu_model:hover .modelo1 {
    -webkit-transform: scale(1.2) translate(-10px, -10px);
    transform: scale(1.2) translate(-10px, -10px);
}
.menu_model .icon_ {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    width: 90px;
    position: absolute;
    top: -1em;
    right: -1.5em;
    z-index: -1;
}

#imgm .img_menu {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
}
#imgm .img_menu img {
    filter: grayscale(1);
    opacity: 0.3;
    width: 75px;
    padding: 0;
    height: 75px;
    margin: 0 10px;
}
#imgm:hover .img_menu img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    opacity: 1;
}
#imgm .img_menu p, #imgm .img_menu h3 {margin: 0;left: 0em;}

.menu_opt_top {
    display: inline-flex;
    width: 100%;
    text-align: left;
    align-items: flex-end;
}
.menu_model .spin_scroll_menu  {
    border: 0;
    overflow: hidden;
    width: 110px;
    margin: 0 auto;
    position: relative;
    left: 0em;
    top: 1em;
    right: 0;
    height: 6.8em;
    -webkit-transition: 1500ms;
    transition: 1500ms;
}

#prodsss {
    padding: 20px 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1050;
    background: #fff;
        
        background-image: url(../img/bg_01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 100%;
}

#prodsss > .bg_overlay {
    background: #fff;
    opacity: 0.85;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#fb_ts_  {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    z-index: 1100;
    margin: 0 auto;
    transform: translate(0, -50%);
    box-shadow: 0 0 0 100em rgb(0 0 0 / 65%);
}

#iframe_flipbook_ts {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    margin: 0 0 -10px;
}

.btn_close  {
    position: absolute;
    width: 60px;
    height: 60px;
    left: -30px;
    top: -30px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #6ea8ad;
    color: #fff;
    font-size: 20px;
}

.btn_02 {
    position: fixed;
    top: 5em;
    left: 0;
    z-index: 1060;
    border-radius: 0 2em 2em 0;
    padding: 10px 20px;
    border: none;
    background: #232323;
    color: #fff;
}
.btn_02:focus,
.btn_02:hover {
    background: #6ea8ad;
    color: #fff;
}

.pointer__ {cursor: pointer;}

.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}


/*HEADER*/

.top_head {
    padding: 10px 0 0;
    margin: 0;
    background: #232323;
    color: #fff;
    position: relative;
}
.top_head_info {
    display: inline-flex;
}
.img_top {
    width: 205px;
    height: 50px;
    padding: 0 15px 0 0;
    filter: brightness(0) invert(1);
}
.top_info_ {
    padding: 0 5px 0 0;
}
.btn_06 {
    background: #232323;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 17px;
    margin: 3px auto 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}
.btn_06:focus,
.btn_06:hover {
	background: #111;
	color: #fff;
}
.top_head_info a { color: #fff; }

.social_top {
    position: absolute;
    right: 5em;
    margin: 0;
}
.social_i {
    display: inline-grid;
    position: relative;
    margin: 0px 20px 0 0;
    font-size: 20px;
}
.social_i a .fa-shop:focus, .social_i a .fa-shop:hover {color: #61a1aa;}
.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;}

#navigation .navbar-inverse {
    background-color: #61a1aa;
    border-color: transparent;
}
#navigation .navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
    color: #fff;
}
#navigation .navbar-inverse .navbar-nav>li>a:focus, #navigation .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #232323;
}
.logo {
    width: 260px;
    padding: 5px 0 0;
    /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);*/
    
}

#navigation .navbar-toggle {
    background-color: #232323;
    border-radius: 5px;
    border-color: transparent!important;
}
#navigation .navbar-inverse .navbar-collapse, #navigation .navbar-inverse .navbar-form {
    border-color: transparent;
}
#navigation .navbar-collapse {
    border-top: 0px solid transparent;
}

.w90 {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

.video_shorts_yt .iframe_promovideo {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 300px!important;
    aspect-ratio: 9 / 16 !important;
    border: none;
    border-radius: 1em;
    margin: 0 0 -10px;
}
.video_shorts_yt {
    width: fit-content;
    box-shadow: 0 23px 15px -25px #000;
    margin: 0 auto;
    position: relative;
} 

.video__regular_yt .iframe_promovideo {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 700px!important;
    aspect-ratio: 16 / 9 !important;
    border: none;
    border-radius: 1em;
    margin: 0 0 -10px;
}
.video__regular_yt {
    width: fit-content;
    box-shadow: 0 23px 15px -25px #000;
    margin: 0 auto;
    position: relative;
} 

#top_footer {
    background-image: url(../img/bg_01.jpg);
    padding: 2em 0;
    margin: 0 0 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 100%;
    position: relative;
    color: #fff;
}
#top_footer > .bg_overlay {
    background: linear-gradient(45deg, black, #232323);
    opacity: 0.95;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#top_footer .video_shorts_yt .iframe_promovideo {
    max-width: 220px!important;
}
#top_footer .video_shorts_yt {
    width: fit-content;
    box-shadow: 0 23px 15px -25px #000;
    margin: 0 auto;
    position: relative;
}

#top_footer .video__regular_yt {
    width: unset;
    margin: 0;
}
#top_footer p {
    margin: 0 0 10px;
    font-size: 23px;
    text-align: center;
}

.video_ftr {
    display: inline-grid;
    width: fit-content;
    margin: 10px 0;
    position: relative;
    align-items: center;
    padding: 0 15px;
    text-align: center;
}

.link_int {
    display: inline-flex;
    width: 100%;
    margin: 0;
    position: relative;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.link_int img {
    width: 70px;
    padding: 2px 10px;
    margin: 0 10px 0 0;
    filter: none;
}
.link_int:hover img {filter: brightness(0) saturate(100%) invert(60%) sepia(32%) saturate(453%) hue-rotate(139deg) brightness(92%) contrast(88%);}
.link_int p {margin: 0;}
.link_int:hover {color: #61a1aa;}
.link_int a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.links_cont {
    border: 5px solid #000;
    padding: 15px;
    border-radius: 1em;
}

.links_cont h2 {margin: 0;font-size: 40px;color: #61a1aa;}

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

#btn_icon_cont {
    font-size: 25px;
    position: absolute;
    right: 1em;
}
#Busc_ {
    position: absolute;
    top: 0;
    right: 10px;
}
.busc_ba_cont {display: inline-flex;}
#Busc_ .btn_search_close {
    background: transparent;
    color: #aaa;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
#Busc_ .form-control {
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 5px;
    width: 17em;
}
#Busc_ ul {
    list-style: none;
    padding-inline-start: 0;
    font-size: 20px;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: 17em;
    box-shadow: 0 10px 10px -5px rgb(0 0 0 / 30%);
    top: 55px;
    right: 0;
    border-radius: 10px;
}
#Busc_ ul li {
    padding: 20px 25px;
    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; }

#Busc_ ul li a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    padding: 5px 25px;
    margin: 0 0 0 10px;
}
.btn_ba {
    background: #232323;
    color: #fff ;
    font-size: 17px;
    font-weight: 400;
    padding:  10px;
    height: auto;
    line-height: 0;
    margin: 10px 10px 15px 0px;
    text-transform: uppercase;
    border: none;
}
.btn_ba:focus,
.btn_ba:hover {
    background: #111;
    color: #fff ;
}

#AV_Search {
    position: fixed;
    width: 100%;
    top: 110px;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 30%);
    height: 45vh;
    z-index: 50;
}
#AV_Search .iframe_asearch {
    width: 100%;
    margin: 10px 0 -8px;
    max-height: unset;
    overflow-y: auto;
    overflow-x: auto;
    height: 98%;
    background: #fff;
}

#AV_Search .btn_close {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 20px;
    left: unset;
    top: 20px;
    border-radius: 50%;
    border: none;
    background: rgb(0 0 0 / 0%);
    color: #bbb;
    font-size: 2em;
}

/* CUSTOM SCROLL BAR */
/* 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; }

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

/************ MODALS STYLE ************/
.modal-open .modal {background: rgb(255 255 255 / 100%)!important;}
body.modal-open { overflow: visible;padding-right: 0!important; } /*EVITA QUE SALTE LA PÃGINA AL ABRIR MODAL*/

/* CUSTOM SCROLL BAR */
/* width */
body.modal-open ::-webkit-scrollbar {width: 0em;}
/* Track */
body.modal-open ::-webkit-scrollbar-track {background: #ddd;}
/* Handle */
body.modal-open ::-webkit-scrollbar-thumb {background: linear-gradient(45deg, #3d640f, #8ec74b);}

.modal-dialog {
	position: absolute;
    width: 100%;
    margin: 0 auto;
}
.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;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #fff;
    background: #61a1aa;
    text-align: center;
}
.modal-title {
    font-size: 44px;
    letter-spacing: 0px;
	color: #fff;
}
.modal-body .video__regular_yt {
    width: 60%;
}
.modal-body .video__regular_yt .iframe_promovideo {
    max-width: 1200px !important;
}
.close {
    font-size: 3em;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
}
.close:hover {
    opacity: 1;
    color: #fff;
}