@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

body  section{
	padding: 75px 0;
}

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

a {color:#009688;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Kanit", sans-serif;
}

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

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

.upp_ {
    text-transform: uppercase;
}

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

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

.no_drop {cursor: no-drop;}
.point_c {cursor: pointer;}

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

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

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

.w90 {width: 90%;margin:0 auto;}
.w60 {width: 85%;margin:0 auto;}
.poss_a {position: absolute;}
.poss {position: relative;}

.clr_0 {color: #fff;}

.img_ {
	width: 80%;
	margin: 0 auto;
	display: block;
}
.img__ {
	width: 50%;
	margin: 0 auto;
	display: block;
}

.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;}
.cont_100 {width: 100%; padding: 0 15px;}

#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
}

#gral {
    background: rgb(0 0 0 / 90%);
    color: #fff;
}

#gral_ {
    background: rgb(255 255 255 / 90%);
    color: #232323;
}

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

::selection{color: #fff;background: #232323;}

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

#navigation .navbar {
    background: transparent;
    border-radius: 0;
    border-bottom: 0;
    box-shadow: none;
    padding-bottom: 0;
    backdrop-filter: blur(5px);
}

.logo {
    width: 350px;
    opacity: 0;
    padding: 10px;
    position: fixed;
    z-index: 1040;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(104%) contrast(101%);
}
.logo.scrolled {
    width: 150px;
    opacity: 1;
}
.logo a {
    position: absolute;
}

.logo_cont img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(104%) contrast(101%)!important;}

#menuArea input {
  display: none;
}

.open {
  background-color: #ccc;
  width: 25px;
  height: 3px;
  display: block;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.open:before {
  content: "";
  background-color: #ccc;
  width: 25px;
  height: 3px;
  display: block;
  border-radius: 1px;
  position: relative;
  top: -9px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: #ccc;
  width: 25px;
  height: 3px;
  display: block;
  border-radius: 1px;
  position: relative;
  top: 6px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
    width: 24px;
    height: 20px;
    display: block;
    padding: 15px;
    cursor: pointer;
    position: fixed;
    z-index: 1036;
    right: 2em;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #011f02, #082b47);
  z-index: 1030;
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  top: 50%;
  font-size: 54px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -170px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  font-family: Trebuchet MS;
  text-transform: uppercase;
  padding: 10px 0;
}

.menu ul li a:hover {
  color: #ff8702;
}

.menu ul li:hover {
  background: white;
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.item li a:checked ~ .menuEffects {
  opacity: 0;
  visibility: hidden;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}

#cols {
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  
  opacity: 0;
  visibility: hidden;
  
  /*opacity: 1;*/
  /*visibility: visible;*/
  
  transition: opacity 0.5s, visibility 0.5s;
}
#menuToggle:checked ~ #cols {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
#menuToggle:not(:checked) ~ #cols .item {
  transform: translateY(-30%);
}

.un_menu {
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
}
.un_menu img {
    width: 85px;
    margin: 0 10px 0 0;
}
.un_menu .img_s {
    width: 30px;
    margin: 0 10px 0 0;
}

.menu_cont {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 50px;
    background: linear-gradient(-120deg, rgb(47 69 195 / 70%), rgb(20 182 83 / 70%));
    display: flex;
    flex-direction: row;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
    justify-content: center;
    top: 0;
    left: 0%;
    /* transform: translate(-50%, 5%); */
    /* align-content: space-around; */
    z-index: 2;
}

#cols hr {
    margin: 15px auto;
    border-top: 0.1rem solid #ddd;
    width: 100%;
}
#cols .item {
    background: rgb(0 0 0 / 15%);
    backdrop-filter: blur(2px);
    color: #fff;
    padding: 25px;
    width: 32%;
    margin: 5px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: space-around;
}

#cols .item:first-child {background: rgb(0 0 0 / 5%);width: 100%;justify-content: center;}
#cols .item:nth-child(2) {
    background: rgb(0 0 0 / 0%);
    backdrop-filter: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cols .item:last-child {background: rgb(0 0 0 / 3%);}

#cols .item .img_logo_btm {
    width: 90%;
    margin: 0 auto;
    filter: unset;
}

#cols .item  ul {
    padding: 0;
    list-style: none;
}
#cols .item  ul li {
    margin: 10px 0;
}
#cols .item  ul li a {
    display: block;
}
#cols .item  ul li a img {
    -webkit-transition: 900ms;
	transition: 900ms;
    transform: scale(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(33%) saturate(0%) hue-rotate(244deg) brightness(113%) contrast(100%)!important;
}
#cols .item  ul li a:hover img {
    transform: scale(90%);
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(1291%) hue-rotate(144deg) brightness(84%) contrast(79%)!important;
}

#cols .item a {color: #fff;}
#cols .item a:hover {color: #bbb;}

/* SIDE MENU */
.openbtn {
    font-size: 22px;
    cursor: pointer;
    background: transparent;
    color: white;
    width: 30px;
    height: 30px;
    border: none;
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 0 0;
    z-index: 1030;
    text-align: center;
    line-height: 0;
    border-radius: 0;
}
.openbtn:focus,
.openbtn:hover {
    background: rgb(0 0 0 / 10%);
}

#main {
  transition: margin-right .5s;
  padding: 0px;
}

.sidebar {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    background: linear-gradient(-120deg, rgb(47 69 195 / 70%), rgb(20 182 83 / 70%));
    backdrop-filter: blur(10px);
    overflow-x: hidden;
    transition: 0.6s;
    padding: 10px 0 0;
    text-transform: uppercase;
    box-shadow: 10px 0px 15px -10px rgb(0 0 0 / 60%);
}

.sidebar .closebtn {
    position: absolute;
    top: -15px;
    right: 10px!important;
    font-size: 50px;
    margin-left: 50px;
    color: #fff;
    opacity: 0.4;
}
.sidebar .closebtn:hover {opacity: 1;}

#mySidebar h2 {
    color: #fff;
    margin: 10px 0 10px 20px;
}
#mySidebar .mr_min li a img {
    -webkit-transition: 900ms;
	transition: 900ms;
    transform: scale(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(33%) saturate(0%) hue-rotate(244deg) brightness(113%) contrast(100%)!important;
}
#mySidebar hr {
    margin: 10px auto;
    border-top: 0.1rem solid #ddd;
    width: 90%;
}

#mySidebar .closebtn a {color: #fff;}
#mySidebar .closebtn a:hover {color: #fff;}

#mySidebar ul li { display: block; margin: 0;}
#mySidebar ul {padding: 0;position: relative;z-index: 1;}

#mySidebar span {margin: 0;font-size: 0.9em;}
#mySidebar ul li a {
	color: #fff;
    padding: 5px 20px;
    width: 100%;
	display: inline-flex;
	font-size: 20px; 
	backdrop-filter: revert;
}
#mySidebar ul li a:hover {color: #fff;background: rgb(0 0 0 / 25%);backdrop-filter: blur(5px);}
#mySidebar::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.logo_mr {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(99deg) brightness(101%) contrast(105%);
    margin: 0 0 1em 1em;
    width: 50%;
}

.imago_mn {
    position: absolute;
    bottom: -10%;
    right: -20%;
    width: 75%;
}

.spin_l {
  animation-name: spin_l;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin_l {
    from {transform:rotate(360deg);}
    to {transform:rotate(0deg);}
}

/*======================
======== INDEX =========
=======================*/

#idx {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(7deg, rgb(66 168 55 / 50%) , rgb(23 74 169 / 50%) );
    color: #fff;
    padding: 1px 0 0;
    display: inline-flex;
    align-items: center;
    margin: 0;
    top: 0;
    overflow: hidden;
}

/* CARRUSEL FADE */
.c_fade .carousel-inner .item { opacity: 0; transition-property: opacity; }
.c_fade .carousel-inner .active { opacity: 1; }
.c_fade .carousel-inner .active.left, .c_fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; }
.c_fade .carousel-inner .next.left, .c_fade .carousel-inner .prev.right { opacity: 1; }
.c_fade .carousel-control { z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
    .c_fade .carousel-inner > .item.next,
    .c_fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .c_fade .carousel-inner > .item.prev,
    .c_fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .c_fade .carousel-inner > .item.next.left,
    .c_fade .carousel-inner > .item.prev.right,
    .c_fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.ttl_01 {
    font-size: 2.5em;
    margin: -2.5rem 0 0;
}
.ttl_02 {
    font-size: 10rem;
}

#myCarousel  .carousel-inner>.item>img {
    border-radius: 1em 5em;
  /*  animation: color-mix 1s linear infinite alternate;*/
  /*box-shadow: 0 0 8px 0 currentColor;*/
}

/*@keyframes color-mix {*/
/*  0% { color: red }*/
/*  100% { color: blue }*/
/*}*/

.carrete_01 {
    position: relative;
    top: -8em;
    width: 100%;
    margin: 0 auto;
}
.carrete_01 .cont_img {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    animation-name: carrete_01;
    animation-duration: 40000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count:infinite;
}
.carrete_01 .cont_img div {
    padding: 10px;
    width: 100%;
}
.carrete_01 .cont_img div img{
    border-radius: 15px;
}
.carrete_01 .cont_img div:first-child {width: 80%;}
.carrete_01 .cont_img div:nth-child(2) {width: 90%;}
.carrete_01 .cont_img div:nth-child(3) {width: 72%;}
.carrete_01 .cont_img div:nth-child(4) {width: 85%;}
.carrete_01 .cont_img div:nth-child(5) {width: 100%;}
.carrete_01 .cont_img div:nth-child(6) {width: 87%;}
.carrete_01 .cont_img div:nth-child(7) {width: 95%;}
.carrete_01 .cont_img div:nth-child(8) {width: 98%;}
.carrete_01 .cont_img div:last-child {width: 85%;}

@keyframes carrete_01 {
	0% {transform: translate(0,0);} 
	50% {transform: translate(0,-44em);}
	100% {transform: translate(0,0);}
}

.carrete_02 {
    position: relative;
    top: -44em;
    width: 100%;
    margin: 0 auto;
}
.carrete_02 .cont_img {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    animation-name: carrete_02;
    animation-duration: 40000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count:infinite;
}
.carrete_02 .cont_img div {
    padding: 10px;
    width: 100%;
}
.carrete_02 .cont_img div img{
    border-radius: 15px;
}
.carrete_02 .cont_img div:first-child {width: 80%;}
.carrete_02 .cont_img div:nth-child(2) {width: 90%;}
.carrete_02 .cont_img div:nth-child(3) {width: 80%;}
.carrete_02 .cont_img div:nth-child(4) {width: 85%;}
.carrete_02 .cont_img div:nth-child(5) {width: 100%;}
.carrete_02 .cont_img div:nth-child(6) {width: 87%;}
.carrete_02 .cont_img div:nth-child(7) {width: 95%;}
.carrete_02 .cont_img div:nth-child(8) {width: 100%;}
.carrete_02 .cont_img div:last-child {width: 80%;}

@keyframes carrete_02 {
	0% {transform: translate(0,0);} 
	50% {transform: translate(0,36em);}
	100% {transform: translate(0,0);}
}

.crsl_lam {
    width: 75%;
    min-height: 55px;
    margin: 1em 0 20px !important;
}
.crsl_lam .cont_img {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
}
.crsl_lam .cont_img div {
    padding: 5px;
    width: 100%;
}
.crsl_lam .cont_img div img{
    border-radius: 5px;
}

/*@keyframes crsl_ivt {*/
/*	0% {transform: translate(0,0);} */
/*	50% {transform: translate(0,36em);}*/
/*	100% {transform: translate(0,0);}*/
/*}*/

.trans {
    position: absolute;
    top: 0;
    height: 20px;
    width: 100%;
    background: red;
}

.bg_trans {
    background: red;
    height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

#myvidCRSL .carousel-indicators {
    bottom: -2em;
}
#myvidCRSL .carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 5px solid #174aa9;
}
#myvidCRSL .carousel-indicators .active {
    width: 40px !important;
    background-color: #42a837 !important;
    border: 5px solid #42a837 !important;
}


#home_ {
    position: relative;
    width: 100%;
    background: linear-gradient(175deg, rgb(66 168 55 / 50%) , rgb(23 74 169 / 50%) );
    color: #fff;
    padding: 30px 0;
    margin: 0;
    top: 0;
}
#home_ .cont {
    /*background: radial-gradient(circle at 50% 100%, rgb(255 255 255 / 30%), rgb(255 255 255 / 75%) 40%);*/
    background: transparent;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    padding: 2em 5em 4em;
    color: #fff;
    text-align: center;
}
.cont {
    /*background: radial-gradient(circle at 50% 100%, rgb(255 255 255 / 30%), rgb(255 255 255 / 75%) 40%);*/
    background: linear-gradient(rgb(255 255 255 / 70%) 65%, transparent);
    width: 100%;
    border-radius: 1em 1em 0 0;
    z-index: 0;
    margin: 0 auto;
    padding: 2em 5em 4em;
    color: #232323;
    text-align: center;
}

.icon_hm {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.line_01  {
    height: 3px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    border-radius: 10em;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.2;
}

.ttl_hm_main {
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 700;
}
.ttl_hm_ {
    font-size: 3rem;
    font-weight: 400;
}

.img_i_hm_01 {
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(12deg) brightness(104%) contrast(101%);
    width: 10%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 90%;
}
.img_i_hm_02 {
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(12deg) brightness(104%) contrast(101%);
    width: 10%;
    transform: translate(-50%, -50%);
    top: 30%;
    left: 10%;
}
.img_i_hm_03 {
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(12deg) brightness(104%) contrast(101%);
    width: 10%;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 5%;
}
.img_i_hm_04 {
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(12deg) brightness(104%) contrast(101%);
    width: 10%;
    transform: translate(-50%, -50%);
    top: 25%;
    left: 90%;
}
.img_i_hm_05 {
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(12deg) brightness(104%) contrast(101%);
    width: 10%;
    transform: translate(-50%, -50%);
    top: 80%;
    left: 10%;
}
.img_i_hm_06 {
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(12deg) brightness(104%) contrast(101%);
    width: 10%;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 90%;
}

.model_bsn {
  position: relative;
  width: 100%;
}

.model_bsn > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.model_bsn .map_dot {
	outline: none;
	z-index: 0;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 1;
}
.model_bsn .map_dot h3 {
    margin: 0;
    background: rgb(0 0 0 / 80%);
    padding: 10px;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

.mb_obj_01 {top: 39%;left: 8%;width: 14%;}
.mb_obj_02 {top: 13%;left: 35%;width: 10%;}
.mb_obj_03 {top: 46%;left: 27%;width: 15%;}
.mb_obj_04 {top: 78%;left: 35%;width: 14%;}
.mb_obj_05 {top: 48%;left: 48%;width: 14%;}
.mb_obj_06 {top: 13%;left: 63%;width: 9%;}
.mb_obj_07 {top: 43%;left: 70%;width: 9%;}
.mb_obj_08 {top: 76%;left: 63%;width: 9%;}
.mb_obj_09 {top: 15%;left: 75%;width: 14%;}
.mb_obj_10 {top: 44%;left: 86.5%;width: 7%;}
.mb_obj_11 {top: 74%;left: 78%;width: 14%;}

.mb_txt_01 {top: 35%;left: 12%;}
.mb_txt_02 {top: 7%;left: 35%;}
.mb_txt_03 {top: 61%;left: 25%;}
.mb_txt_04 {top: 90%;left: 30%;}
.mb_txt_05 {top: 41%;left: 48%;}
.mb_txt_06 {top: 5%;left: 64%;}
.mb_txt_07 {top: 60%;left: 71%;}
.mb_txt_08 {top: 90%;left: 64%;}
.mb_txt_09 {top: 7%;left: 75%;}
.mb_txt_10 {top: 37%;left: 86.5%;}
.mb_txt_11 {top: 90%;left: 76%;}

.opa_00 {opacity: 0.1 !important;}

#MDL_bsn {position: relative;}
#MDL_bsn_mvl {position: relative;}


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

footer {
	background: #181818;
    padding: 20px 0;
    color: #fff;
    position: relative;
    font-size: 80%;
}
footer p {margin: 0;}
footer a {color: #fff;}
footer a:hover, footer a:focus {color: #43793D;}

/*======================
==== UNIDADES NEGOCIO =====
=======================*/

#u_bsns {
    background-image: url(../img/fondo-lamcoint.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    position: relative;
    padding: 50px;
    color: #fff;
}
#u_bsns > .bg_overlay {
    background: linear-gradient(45deg, rgb(66 168 55 / 90%), rgb(23 74 169 / 90%));
    opacity: 0.95;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#u_bsns .cont {
    background: rgb(0 0 0 / 40%);
    width: 90vw;
    height: 90vh;
    border-radius: 1em;
    position: sticky;
    z-index: 0;
    top: 50px;
    margin: 0 auto;
    overflow: hidden;
}
#u_bsns .img__ {
    width: 40%;
    margin: 0;
    /*position: absolute;*/
    /*top: 0em;*/
    /*left: 0;*/
    /*z-index: 1;*/
}

#u_bsns .row {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    margin: 0;
    padding: 2em 0;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    flex-wrap: wrap;
}

#u_bsns_small {
    background-image: url(../img/fondo-lamcoint.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    position: relative;
    padding: 50px;
}
#u_bsns_small > .bg_overlay {
    background: linear-gradient(45deg, #000, #3F51B5);
    opacity: 0.95;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#u_bsns_small .cont {
    background: rgb(255 255 255 / 75%);
    width: 90vw;
    height: 90vh;
    border-radius: 1em;
    position: sticky;
    z-index: 0;
    top: 50px;
    margin: 0 auto;
    overflow: hidden;
}
#u_bsns_small .img__ {
    width: 45%;
    position: absolute;
    top: 0em;
    left: 0;
    z-index: 1;
}

#u_bsns_small .row {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    margin: 0;
    padding: 20px 0;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
}

.ttl_un {
  opacity:0;
  margin: 0 0 2em;
}
.ttl_un span {
  position:relative;
  top:10px;
  left:10px;
  font-size: 8rem;
  font-weight: 500;
  opacity:0;
  animation: fade_ 3000ms infinite forwards;
}

@keyframes fade_ {
  0% {
    top:10px;
    left:10px;
    filter:blur(15px);
    opacity:0;
  }
  20% {
    filter:blur(10px);
    opacity:0.9;
  }
  95% {
    filter:blur(1px);
    opacity:0.9;
  }
  100% {
    top:0px;
    left:0px;
    filter:blur(0px);
    opacity:1;
  }  
}

.btn_0 {
    padding: 5px 15px;
    margin: 0;
    border-radius: 5em;
    font-size: 18px;
}
.btn_01 {
    padding: 5px 15px;
    margin: 0;
    border-radius: 5em;
    font-size: 18px;
    background: #555;
    color: #fff;
    border: none;
}
.btn_01:hover {
    background: #232323;
    color: #fff;
    border: none;
}

.btn_ivt { background: transparent; color: #61a1aa; border: 3px solid #61a1aa; }
.btn_ivt:hover { background: #61a1aa; color: #fff; border: 3px solid #61a1aa; }

#btn_ivt { position: relative; transform: translate(0,0); width: fit-content; margin: 20px 0 0; }
#btn_ivt .btn__ { background: #61a1aa; width: max-content; border-radius: 10px; cursor: pointer; position: relative; color: #fff; text-align: center; padding: 10px 15px; font-size: 18px; }

#btn_uwd { position: relative; transform: translate(0,0); width: fit-content; margin: 20px 0 0; }
#btn_uwd .btn__ { background: #ed7630; width: max-content; border-radius: 10px; cursor: pointer; position: relative; color: #fff; text-align: center; padding: 10px 15px; font-size: 18px; }

#btn_hgn { position: relative; transform: translate(0,0); width: fit-content; margin: 20px 0 0; }
#btn_hgn .btn__ { background: #017956 ; width: max-content; border-radius: 10px; cursor: pointer; position: relative; color: #fff; text-align: center; padding: 10px 15px; font-size: 18px; }

#btn_ivk { position: relative; transform: translate(0,0); width: fit-content; margin: 20px 0 0; }
#btn_ivk .btn__ { background: #0066cc ; width: max-content; border-radius: 10px; cursor: pointer; position: relative; color: #fff; text-align: center; padding: 10px 15px; font-size: 18px; }

#btn_usm { position: relative; transform: translate(0,0); width: fit-content; margin: 20px 0 0; }
#btn_usm .btn__ { background: #e60000 ; width: max-content; border-radius: 10px; cursor: pointer; position: relative; color: #fff; text-align: center; padding: 10px 15px; font-size: 18px; }

#btn_itc { position: relative; transform: translate(0,0); width: fit-content; margin: 20px 0 0; }
#btn_itc .btn__ { background: #e6b800 ; width: max-content; border-radius: 10px; cursor: pointer; position: relative; color: #fff; text-align: center; padding: 10px 15px; font-size: 18px; }

#btn_smi { position: relative; transform: translate(0,0); width: fit-content; margin: 20px 0 0; }
#btn_smi .btn__ { background: #41efaa ; width: max-content; border-radius: 10px; cursor: pointer; position: relative; color: #232323; text-align: center; padding: 10px 15px; font-size: 18px; }

/************ MODALS STYLE ************/
.modal-open .modal {background: transparent!important;backdrop-filter: blur(10px)}
body.modal-open { overflow: visible;overflow-x: hidden;padding-right: 0!important; } /*EVITA QUE SALTE LA PAGINA 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 {
	width: 90%;
	padding: 1em;
	display: block;
	margin: 0 auto;
}
.modal-content {
    border: none;
    border-radius: 1em;
    -webkit-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
    background-color: #fff;
    overflow: hidden;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #fff;
    background: linear-gradient(45deg, rgb(66 168 55), rgb(23 74 169) );
    text-align: center;
    padding: 1em 2em 1em 1em;
}
.modal-title {
    font-size: 35px;
    letter-spacing: 0px;
    color: #fff;
}
.modal-body {
    padding: 2em;
    background-image: url(../img/fondo-lamcoint.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.modal-body  > .bg_overlay {
    background: #fff;
    opacity: 0.9;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.close {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 3em;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 5px #0006;
    opacity: 0.5;
    z-index: 10;
    margin: 0;
}
.close:hover, .close:focus {
    color: #fff;
    opacity: 1;
}

#GACETA .modal-dialog {
    width: 101%;
    padding: 0;
    display: block;
    margin: 0 auto;
}
#GACETA .modal-content {
    border-radius: 0;
    overflow: unset;
}
#GACETA  .modal-open .modal {
    padding: 0 !important;
}
#GACETA .close {
    top: 10px;
    right: 0px;
    left: unset;
    opacity: 1;
    position: absolute;
    font-size: 6rem;
    font-weight: 300;
    background: #61b1ae;
    padding: 0 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    border-radius: 1em 0 0 1em;
    text-align: center;
}
#GACETA .close span {
    position: relative;
    top: -5px;
}
.doc_gac {
    height: 100vh;
    margin: 0 0 -10px;
}
.card_brand {
    margin-right: auto;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.card_brand h3 {margin: 0;}
.card_brand h3 span {font-weight: 300;}

.btn_web {
    padding: 5px 15px;
    margin: 15px 0 0;
    border-radius: 5em;
    font-size: 1em;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}
.btn_web:hover {
    background: #232323;
    color: #fff;
    border: none;
}
.btn_web img {width: 25px;filter: brightness(0) saturate(100%) invert(93%) sepia(71%) saturate(26%) hue-rotate(76deg) brightness(105%) contrast(107%);margin: 0 10px 0 0;}

.btn_web.ivt_btn {background: #61a1aa;}
.btn_web.ivt_btn:hover {background: #477d85;}

.btn_web.uwd_btn {background: #ed7630 ;}
.btn_web.uwd_btn:hover {background: #d35912;}

.btn_web.hgn_btn {background: #017956 ;}
.btn_web.hgn_btn:hover {background: #014c36;}

.btn_web.ivk_btn {background: #0066cc ;}
.btn_web.ivk_btn:hover {background: #004080;}

.btn_web.usm_btn {background: #e60000 ;}
.btn_web.usm_btn:hover {background: #990000;}

.btn_web.itc_btn {background: #e6b800 ;}
.btn_web.itc_btn:hover {background: #997a00;}

/*======================
==== SOBRE NOSOTROS INDEX =====
=======================*/

#a_us_small,
#a_us {
    position: relative;
    padding: 50px 50px 1px;
    color: #fff;
}
#a_us_small > .bg_overlay,
#a_us > .bg_overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(23 74 169 / 90%) 15%, rgb(66 168 55 / 90%));
    opacity: 0.95;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#a_us_small .cont,
#a_us .cont {
    background: rgb(255 255 255 / 0%);
    width: 90vw;
    height: 5vh;
    border-radius: 0em;
    position: sticky;
    z-index: 0;
    top: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
#a_us_small .imgmv_01,
#a_us .imgmv_01 {
    width: 50px;
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 1;
    /*filter: brightness(0) saturate(100%) invert(75%) sepia(78%) saturate(467%) hue-rotate(112deg) brightness(89%) contrast(86%);*/
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(99deg) brightness(101%) contrast(105%);
}
#a_us_small .imgmv_02,
#a_us .imgmv_02 {
    width: 50px;
    position: absolute;
    top: 70%;
    left: 15%;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(99deg) brightness(101%) contrast(105%);
}

.opa_01 {opacity: 0.3!important;top: 10%!important;left: 75%!important;}
.opa_02 {opacity: 0.1!important;top: 85%!important;left: 0%!important;}

#a_us_small .row,
#a_us .row {
    width: 100%;
    height: 70vh;
    position: relative;
    top: 0;
    margin: 0;
    padding: 25px 0;
    
    display: inline-flex;
    align-items: center;
}
#a_us_small .row .prpl,
#a_us .row .prpl {
    position: relative;
    z-index: 1;
}


.ttl_us {
  opacity:0;
  margin: 0 0 2em;
}
.ttl_us span {
  position:relative;
  top:10px;
  left:10px;
  font-size: 8rem;
  font-weight: 500;
  opacity:0;
  animation: fade_ 3000ms infinite forwards;
}

.ttl_mn {
  opacity:0;
  margin: 0 0 2em;
}
.ttl_mn span {
  position:relative;
  top:10px;
  left:10px;
  font-size: 8rem;
  font-weight: 500;
  opacity:0;
  animation: fade_ 3000ms infinite forwards;
}

.ttl_wl {
  opacity:0;
  margin: 0 0 2em;
}
.ttl_wl span {
  position:relative;
  top:10px;
  left:10px;
  opacity:0;
  animation: fade_ 3000ms infinite forwards;
}

.ttl_job {
  opacity:0;
  margin: 0 0 2em;
}
.ttl_job span {
  position:relative;
  top:10px;
  left:10px;
  font-size: 5rem;
  font-weight: 500;
  opacity:0;
  animation: fade_ 3000ms infinite forwards;
}

.img_us_01 {
    width: 100px;
    position: absolute;
    top: 10%;
    left: 25%;
}
.cont_misvis {
    width: 100%;
    display: inline-flex;
    align-items: center;
    height: 85vh;
}

.ttl_us_mv {
    font-size: 10rem;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    text-shadow: none !important;
    font-weight: 800;
    letter-spacing: 5px;
    margin: 0 0 3rem;
    text-align: center;
}

/*======================
==== EVENTOS =====
=======================*/


#eventoss_mvl,
#eventoss {
    position: relative;
    padding: 0;
    color: #fff;
}
#eventoss_mvl > .bg_overlay,
#eventoss > .bg_overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%));
    opacity: 0.95;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/*======================
==== PRE BOTTOM =====
=======================*/


#ppre_btm {
    position: relative;
    padding: 0;
    color: #fff;
}

.carr_anim_01 ,
.carr_anim_02 {
    margin: 5.5% 0;
}
#pre_btm {
    position: relative;
    padding: 50px;
    color: #fff;
}
#ppre_btm > .bg_overlay,
#pre_btm > .bg_overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%));
    opacity: 0.95;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#pre_btm .cont {
    background: linear-gradient(45deg, rgb(66 168 55 / 75%), rgb(23 74 169 / 75%) );
    width: 90vw;
    border-radius: 5em 2em;
    z-index: 0;
    margin: 0 auto;
    padding: 2em;
    /*display: inline-flex;*/
    /*align-items: center;*/
    color: #fff;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.img_logo_btm {
    width: 45%;
    margin: 0 auto 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(99deg) brightness(101%) contrast(105%);
}
.img_logo_btm .img_top {
    width: 50%;
    margin: 0 auto 15px;
    display: block;
}

.spin_ {
  animation-name: spin_;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin_ {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

/*CARRUSEL HOME*/
.carousel-wrap {
    margin: 5rem auto 0;
    padding: 0 1%;
    width: 110%;
    position: relative;
    left: -5%;
}
.carousel-wrap .owl-carousel {
    max-height: 80px;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color:gray;
}
.owl-nav i {
    font-size: 30px;
    margin: 10px 0 0;
	color: #ddd;
	display: none;
}
.owl-nav i:focus,
.owl-nav i:hover {
	color: #555;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.carousel-wrap .item{
  display:inline-flex;
  align-items:center;
   /*height: 90px; */
}
.carousel-wrap .item .img_brand_owl {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5788%) hue-rotate(229deg) brightness(122%) contrast(100%);
    min-height: 80px;
    display: inline-flex;
    align-items: center;
    margin: 0 15px;
}

/*======================
==== TOP FOOTER =====
=======================*/

#top_ftr {
    padding: 0;
    position: relative;
}
#top_ftr > .bg_overlay {
    background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%));
    opacity: 0.95;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.cont_top_ftr {
    background: #232323;
    padding: 2em;
    border-radius: 2em 2em 0 0;
    color: #fff;
}

.job_img {width: 250px;}

.news_doc {
    padding: 0!important;
    margin: 0 0 -9px;
}

.form-control {
    height: auto;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 0;
    color: #86EAE4;
    font-size: 1em;
    background: transparent;
    background-color: transparent;
    border-bottom: 3px solid #fff;
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    -webkit-transition: 1300ms;
    transition: 1300ms;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0);
}

.form-control:focus {
    border-color: transparent;
    border-bottom: 3px solid #86EAE4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/0),0 0 8px rgb(0 0 0/0);
    box-shadow: inset 0 1px 1px rgb(0 0 0/0),0 0 8px rgb(0 0 0/0);
}

.form-control::-webkit-input-placeholder {
    color: #fff
}

#top_ftr ul {list-style: none;}
#top_ftr ul li {margin: 0 0 15px;}
#top_ftr a {color: #fff;}
#top_ftr a:hover {color: #86EAE4;}
#top_ftr h2 {
    font-weight: 700;
    font-size: 6rem;
    display: inline-flex;
    align-items: center;
}
#top_ftr h2 i {font-size: 50%;margin: 0 0 0 10px;}
#top_ftr .btn_01 {
    background: transparent;
    border: 3px solid #fff !important;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    font-size: 22px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
#top_ftr .btn_01:focus,
#top_ftr .btn_01:hover {
	background: rgb(0 0 0 / 50%);
	border: 3px solid #86EAE4!important;
	color: #86EAE4;
}
#top_ftr .btn_01 i {
    transform: translate(0,0);
    opacity: 1;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
}
#top_ftr .btn_01:hover i {
    transform: translate(5em,-5em);
    opacity: 0;
}

.social {
    font-size: 5rem;
    text-align: center;
}
.social i {
    margin: 0 15px 0 0;
}

.social a:hover .fa-facebook {color: #1877f2;}
.social a:hover .fa-instagram {color: #c13584;}
.social a:hover .fa-linkedin-in {color: #0a66c2;}
.social a:hover .fa-youtube {color: #ff0000;}


/* POP UP HOME */
.pop-up {
	align-items: center;
    justify-content: center;
    padding: 50px 20px;
    text-align: center;
    transition: .9s all ease-in-out;
    position: fixed;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px);
	color: #fff;
}
.pop-up button {
    background: transparent;
    border: none;
}
.pop-up button i {
	background: #42a837;
	border: none;
	color:  #fff;
    padding: 8px;
    margin: 10px auto;
    border-radius: 50%;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
}
.pop-up button i:hover { background: #174aa9; }

.img_popup {width: 40%;border-radius: 15px;}

/************ 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: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5788%) hue-rotate(229deg) brightness(122%) contrast(100%);
    width: 120px;
    margin: 0 auto;
}

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

#sended {
    display: inline-flex;
    color: #fff;
    background-image: url(../img/fondo-lamcoint.webp);
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 3em 0;
}
#sended > .bg_overlay {
    background: linear-gradient(45deg, rgb(66 168 55 / 90%), rgb(23 74 169 / 90%));
    opacity: 0.9;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#sended  h2 {
    font-size: 3em;
    margin: 2rem 0;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    position: relative;
}

#sended .btn-default {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#sended .btn-default:hover,
#sended .btn-default:focus {
	color: #fff;
    background-color: #61a1aa;
    border-color: #61a1aa;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#sended .btn-default i {
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#sended .btn-default:hover i {
	-moz-transform: scale(1.5) rotate(-360deg);
	-webkit-transform: scale(1.5) rotate(-360deg);
	transform: scale(1.5) rotate(-360deg);
}


.prod_gall {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin: 0;
}
#timg_ .nav>li>a {padding: 0px; width: 100%;}
#timg_ .nav-tabs {border-bottom: none;}
#timg_ .nav-tabs>li {
    float: unset;
    margin-bottom: 5px;
    display: inline-block;
    top: 0 !important;
}
#timg_ .nav-tabs>li>a {
	border-radius: 0;
	border: 3px solid transparent;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: #bbb;
}
#timg_ .tab-content {
    padding: 0;
    border: none;
}
#timg_ .nav-tabs>li.active>a,
#timg_  .nav-tabs>li.active>a:hover,
#timg_  .nav-tabs>li.active>a:focus {
    background-color: #555;
    border: 3px solid #555;
    color: #fff;
}


.logo_anim_idx {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin: 5rem 0;
    position: relative;
}
.logo_anim_idx img:first-child {
    width: 20%;
}
.logo_anim_idx img:last-child {
    width: 65%;
}

@keyframes logo_idx_anim_01 {
	0% {position: absolute;top: -50px;width: 30%;opacity: 1; transform:rotate(360deg);filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(84deg) brightness(105%) contrast(104%);} 
	10% {position: absolute;top: -50px;width: 30%;opacity: 1; transform:rotate(0deg);filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(84deg) brightness(105%) contrast(104%);} 
	30% {position: absolute;top: -50px;width: 30%;opacity: 1; transform:rotate(-360deg);filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(84deg) brightness(105%) contrast(104%);} 
	50% {position: relative;top: 0px;width: 20%;opacity: 1; transform:rotate(180deg);filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(84deg) brightness(105%) contrast(104%);}  
	70% {position: relative;top: 0px;width: 20%;opacity: 1; transform:rotate(0deg);filter: unset} 
	75% {position: relative;top: 0px;width: 20%;opacity: 1; transform:rotate(0deg);filter: unset}
	80% {position: relative;top: 0px;width: 20%;opacity: 1; transform:rotate(0deg);filter: unset}
	85% {position: relative;top: 0px;width: 20%;opacity: 0; transform:rotate(0deg);filter: unset}
	95% {position: relative;top: 0px;width: 20%;opacity: 0; transform:rotate(0deg);filter: unset}
	100% {position: relative;top: 0px;width: 20%;opacity: 0; transform:rotate(0deg);filter: unset}
}
.logo_idx_anim_01 {
	animation-name: logo_idx_anim_01;
    animation-duration: 7000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    
    -webkit-transition: 300ms;
	transition: 300ms;
}

@keyframes logo_idx_anim_02 {
	0% {width: 65%;opacity: 0; transform:translate(-30px,0);}
	35% {width: 65%;opacity: 0; transform:translate(-30px,0);}
	40% {width: 65%;opacity: 1; transform:translate(0,0);}
	95% {width: 65%;opacity: 1; transform:translate(0,0);}
	100% {width: 65%;opacity: 0; transform:translate(0,0);}
}
.logo_idx_anim_02 {
	animation-name: logo_idx_anim_02;
    animation-duration: 7000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    
    -webkit-transition: 300ms;
	transition: 300ms;
}


/* CAPTCHA VALIDACION */

#captcha-error {
    font-size: 0.6em;
    position: absolute;
    top: 1rem;
    width: 30%;
    right: 0;
    opacity: 1;
    transform: translate(0, 0);
    background: rgb(0 0 0 / 30%);
    padding: 0.5rem;
    border-radius: 3px;
    border: 2px solid;
    font-weight: 500;
}

/* FIN CAPTCHA VALIDACION */












