
body {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#43484E;
	font-size: 16px;
}

body  section{
	padding: 75px 0;
}

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

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#f44336;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

img {width:100%; pointer-events: none;}
.center {text-align: center;}
.justify {text-align: justify;}
.right_ {text-align: justify;text-align-last: 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;
}

.slider-btn {
	background-color:#1c81b2;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #1c81b2;
	box-shadow: inset 0 0 0 2px #1c81b2;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#1c5bb2;
	-webkit-box-shadow: inset 0 0 0 2px #1c5bb2;
	box-shadow: inset 0 0 0 2px #1c5bb2;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

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

.dly01 { animation-delay: 0.1s;}
.dly02 { animation-delay: 0.2s;}
.dly03 { animation-delay: 0.3s;}
.dly04 { animation-delay: 0.4s;}
.dly05 { animation-delay: 0.5s;}
.dly06 { animation-delay: 0.6s;}
.dly07 { animation-delay: 0.7s;}
.dly08 { animation-delay: 0.8s;}
.dly09 { animation-delay: 0.9s;}
.dly10 { animation-delay: 1.0s;}

.btn, button {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

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

.upp_ {text-transform: uppercase;}
.fwb_ {font-weight: 700;}

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

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

#navigation .navbar {
  background: #fff;
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  padding-bottom: 0;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

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

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin: 0 75px 0 0;
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 20px 15px;
    font-weight: 600;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #193e7b;
}

.no_drop {cursor: no-drop;}

/* //// MEGA DROPDOWN MENU RESPONSIVE //// */
#navigation .navbar-nav.navbar-right li i {
    margin: 0 0 0 10px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border: none;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
}

.navbar-default .navbar-nav > li > a {
  width: 200px;
  font-weight: bold;
}

.mega-dropdown {
  position: static !important;
  width: 50%;
}

.mega-dropdown-menu {
    padding: 50px 0px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff!important;
    background: transparent;
    white-space: normal;
    padding: 10px 15px!important;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #fff!important;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}
.mega-dropdown-menu form {
  margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.nav > li:hover .dropdown-menu.mega-dropdown-menu {
  display: block;
}

.mega-dropdown {
  width: auto;
}

.navbar .li_dib:hover .dropdown-toggle, 
.navbar .li_dib:focus .dropdown-toggle {
  background-color: #193e7b;
  color: #fff!important;
}

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid #ddd;
  }
  .navbar-default .navbar-nav > li > a {
    width: 100%;
  }
}

.menu_prod {
    position: relative;
    display: inline-grid;
    width: 135px;
    margin: 0 5px;
}
.menu_prod * {
    -webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.menu_prod a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: transparent!important;
}
.menu_prod img {
    opacity: 0.5;
    width: 150px;
    display: block;
    margin: 0 auto;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
}
.menu_prod:hover img {
    opacity: 1;
    transform: scale(1);
}
.menu_prod h3 {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 12px;
}
.menu_prod:hover h3 {color: #096a73;}

/* --- DROPDOWN HOVER & SUBMENU --- */
/*.main-navbar-nav {
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
}

.main-navbar-nav li > .dropdown-menu {
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
	min-width: 225px;
	border: none;}
.main-navbar-nav li > .dropdown-menu > li > a {
	padding: 5px 10px;
	position: relative;
	color: #43484E;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: 600;
}
.main-navbar-nav li > .dropdown-menu > li > a:hover,
.main-navbar-nav li > .dropdown-menu > li > a:focus {
	color: #ffffff;
    background-color: #009688;}
.main-navbar-nav li > .dropdown-menu > li > a i {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	font-size: 16px;}

@media screen and (min-width: 993px) {
	.main-navbar-nav .dropdown:hover > 
	.dropdown-menu {display: block;}
	.main-navbar-nav .dropdown:hover > 
	.dropdown-menu .dropdown:hover .dropdown-menu {
		left: 225px;top: 0;margin-top: -2px;border-radius: 0;}
	}
@media screen and (max-width: 992px) {.main-navbar-nav > li {border-bottom: 1px solid #f3f3f3;}.main-navbar-nav > li:last-child {border-bottom: none;}.main-navbar-nav > li > a {padding-top: 12px;padding-bottom: 12px;}}

.navbar-nav {float: right;}
.navbar-inverse .navbar-nav>li>a {
	color: #43484E;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 20px 15px;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #193e7b;
}*/


/*======================
====Main Slider CSS=====
=======================*/

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

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

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
    display: inline-table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    margin: 0 auto;
    background: rgb(255 255 255 / 85%);
    padding: 0 0 0 5%;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h1 {
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 20px;
	text-shadow: none;
	text-transform: uppercase;
}
#main-carousel .carousel-inner h2 {
	color: #2f2f2f;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 20px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner p {
	color: #2f2f2f;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: #ccc;
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #232323;
}

.sae_slide {
    display: inline-block;
    width: 120px;
    margin: 10px 0;
}

/* CARRUSEL FADE */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 1;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.logo {
	width: 180px;
    padding: 10px 0 10px 20px;
}

#NEXT {
	padding: 0;
    margin: -70px 0;
    position: absolute;
	width: 100%;
}

#NEXT a {
	padding-top: 70px;
}

#NEXT a span {
	position: absolute;
	top: -15px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -12px;
	border-left: 5px solid #f443367a;
	border-bottom: 5px solid #f443367a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	z-index: 100;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#NEXT a span:hover {
	border-left: 5px solid #f44336;
	border-bottom: 5px solid #f44336;
}
@-webkit-keyframes sdb05 {
	0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

.clr_01 {color: #f44336!important;}
.clr_02 {color: #017cba!important;}
.clr_03 {color: #128c7e!important;}
.clr_04 {color: #25d366!important;}

#slogan {
    position: fixed;
    z-index: 1030;
    left: 0;
    top: 60px;
    color: #193e7b;
    padding: 10px 30px 15px 10px;
    background: #fff;
    border-radius: 0 0 4em 0;
    font-weight: 600;
    box-shadow: 0 5px 5px #0000002b;
}
#slogan small {font-size: 75%;font-weight: 100;}
#slogan p {margin: 0;}

#welcome {
	background: linear-gradient(90deg, #ffffffb8 10%, #fff 50%), url(../img/bg_home2.jpg);
    background-attachment: fixed;
    background-position: 54% 0;
    background-size: cover;
    padding: 100px 0;
}
#welcome h2 {
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    /*text-transform: uppercase;*/
}

#quote {
	background: linear-gradient(0deg, #f44336f0, #f44336f0), url(../img/bg_quote_.svg); 
	background-position: 0 45%;
    background-size: cover;
	background-attachment: fixed;
    padding: 5vh 0;
	color: #fff;
    text-align: center;
    font-style: italic;
}
#quote h3 {font-weight: 600;}
#quote sup {top: 0.1em;font-size: 2em;}
#quote sub {bottom: -0.6em;font-size: 2em;}

#gral {	padding: 5vh 0 0;}
#gral hr {
    border: 0;
    height: 4px;
    background-image: linear-gradient(to right, #2c61b9, #2c61b9, transparent);
    width: 300px;
    margin: 10px 0;
}
#gral h3 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3.3rem;
    letter-spacing: 3px;
	color: #2c61b9;
}
#gral h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 6vh 0 2vh;
}

.mdx_01 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  margin: -5px 0;
}
.mdx_01 * {
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mdx_01 img {
  max-width: 100%;
  vertical-align: top;
  filter: grayscale(100%);
}
.mdx_01 figcaption {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 15vh 5vh;
  text-align: center;
  background-color: #ffffffde;
}
.mdx_01 h3 {
  text-transform: uppercase;
  font-size: 20px!important;
  font-weight: 400;
  color: #232323!important;
  margin: 3px 0;
}
.mdx_01:hover figcaption,
.mdx_01.hover figcaption {
  height: calc(100%);
  background-color: #ffffff9e;
}
.mdx_01:hover img,
.mdx_01.hover img {
  filter: grayscale(0%);
}

#prods_ {
	background: #1c83b4;
	padding: 30px 0;
	color: #fff;
}
#prods_ h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2vh 0;
}
#prods_ img {padding: 20px 20px 0;}

footer {
	background: #151515;
	padding: 20px 0;
	color: #fff;
}
footer p {margin: 0;}
footer a {color: #fff;}
footer a:hover {color: #f44336;}

.img_count {width: 75px;margin: -5px 5px 0;}

footer .social {
	width: 50px;
    height: 30px;
    color: #ffffff;
    padding: 7px 0;
    margin: -5px 15px 0;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

footer .fa-facebook {background: #3b5998;}
footer .fa-facebook:hover {color: #fff; background: #2d3e63;}

footer .fa-youtube {background: #ff0000;}
footer .fa-youtube:hover {color: #fff; background: #af2525;}

footer .fa-whatsapp  {background: #25d366;}
footer .fa-whatsapp:hover {color: #fff; background: #075e54;}

/*waap*/

#wa_ {
	position: fixed;
    bottom: 1%;
	left: 10px;
	z-index: 100;
}
#wa_ .btn-success {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
    border: 3px solid #fff;
    border-radius: 5em;
    padding: 15px;
    box-shadow: 0 0 10px 5px #00000047;
    text-shadow: -1px 0 1px #0006;
}
#wa_ .btn-success:hover, #wa_ .btn-success:focus {
    background-color: #128c7e;
    border-color: #128c7e;
    border: 3px solid #fff;
}
#wa_ .btn-success i{
    font-size: 25px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.modal {background: linear-gradient(30deg, #1150c1, #f44336);}

#WApp_ {background: linear-gradient(30deg, #075e54bf, #25d366bf);}

.modal-dialog {
    width: 100%;
    margin: 0 auto;
	position: absolute;
}
.modal-content {
    -webkit-box-shadow: 0 0 0 #fff0;
    box-shadow: 0 0 0 #fff0;
	border: none;
    border-radius: 0;
}
.modal-title {
    font-size: 30px;
    font-weight: 700;
}

#WApp_ .modal-header {
    padding: 30px 15px;
    border-bottom: none;
    background: #075e54;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.modal-header .close {margin-top: -15px;}
.close {color: #fff; font-size: 3em;}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

#WApp_ hr {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, transparent, #25d366, transparent);
    width: 300px;
    margin: 20px auto;
}
#WApp_ a {color: #fff;}
#WApp_ a:hover {color: #25d366;}

.space_modal {
	padding: 15vh 5vh;
    background: linear-gradient(#128c7eeb, #128c7eeb), url(../img/bg_quote_.svg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.img_logo {width: 45%;}
.img_logo_1 {width: 350px;}
.txt_tit_1 {font-size: 40px!important;}
.txt_tit_2 {font-size: 30px!important;}
.white_ {color: #fff!important;}

#bg_top { padding: 90px 60px 25px 0; text-transform: uppercase; text-align: right;}
#bg_top h2 {font-weight: 800;font-style: italic;}
.sae_ {
	background: linear-gradient(90deg, #ff0000b0 20%, #fff6 50%), url(../img/bg_top.svg);
	background-attachment: fixed; background-position: 0 90%; background-size: cover; color: #ff0000;
}
.coi_ {
    background: linear-gradient(90deg, #00acd8b0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;background-position: 0 90%; background-size: cover; color: #00acd8;
}
.noi_ {
    background: linear-gradient(90deg, #ff8300b0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;background-position: 0 90%; background-size: cover; color: #ff8300;
}
.fct_ {
    background: linear-gradient(90deg, #aa182cb0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;background-position: 0 90%; background-size: cover; color: #aa182c;
}
.box_ {
    background: linear-gradient(90deg, #ffd100b0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;background-position: 0 90%; background-size: cover; color: #ffd100;
}
.bco_ {
    background: linear-gradient(90deg, #93d500b0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;background-position: 0 90%; background-size: cover; color: #93d500;
}
.prd_ {
    background: linear-gradient(90deg, #4d4084b0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;background-position: 0 90%; background-size: cover; color: #4d4084;
}
.support_ {
    background: linear-gradient(90deg, #3f51b5b0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;background-position: 0 90%; background-size: cover; color: #3f51b5;
}
.mm_ {
    background: linear-gradient(90deg, #009688b0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;background-position: 0 90%; background-size: cover; color: #009688;
}


.quote_ {
    padding: 100px 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.quote_ sup {
    top: 0.1em;
    font-size: 2em;
}
.quote_ sub {
    bottom: -0.6em;
    font-size: 2em;
}

.sae_q {background: #c31f1f;}
.coi_q {background: #00acd8;}
.noi_q {background: #ff8300;}
.fct_q {background: #aa182c;}
.box_q {background: #998526;}
.bco_q {background: #89b32d;}
.prd_q {background: #4d4084;}

.sae_t {color: #c31f1f;}

hr.custom_ {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #ddd;
    color: #ddd;
    text-align: center;
    margin: 35px auto;
    width: 300px;
}
hr.custom_:after {
    content: "»";
    display: inline-block;
    position: relative;
    top: -1.2em;
    font-size: 1.5em;
    padding: 0.4em 0 0.6em;
    background: white;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.logo_aspel {
    width: 160px;
    padding: 0;
    margin: 0 0 0 10px;
}

#gral_ {padding: 30px 0 60px;}
#gral_ h2 {font-size: 50px;color: #fff;}
#cols {margin: 0 15px;}
#clmns, #clmns_ {margin: 0 10px;}
#cols .item {
	text-align: justify;
	color: #fff;
	background: #0006;
	padding: 20px;
}
#clmns a, #clmns_ a {color: #fff;}
#clmns a:hover, #clmns_ a:hover {color: #fff;}

#cols .item h4 {font-weight: 700;text-transform: uppercase;text-align: left;padding: 0 0 0 10px;}
#cols .item p, #cols .item ul {font-size: 12px;}
#cols .item ul li {
    list-style-image: url(../img/bullet.svg);
    padding: 0 0 5px 0;
}
#cols .item img {padding: 10px 0 10px 10px;}

#gral_ hr.sae_hr { border: 2px solid #c31f1f; margin: 35px auto; width: 300px;}
#gral_ hr.coi_hr { border: 2px solid #00acd8; margin: 35px auto; width: 300px;}
#gral_ hr.noi_hr { border: 2px solid #ff8300; margin: 35px auto; width: 300px;}
#gral_ hr.fct_hr { border: 2px solid #aa182c; margin: 35px auto; width: 300px;}
#gral_ hr.box_hr { border: 2px solid #998526; margin: 35px auto; width: 300px;}
#gral_ hr.bco_hr { border: 2px solid #89b32d; margin: 35px auto; width: 300px;}
#gral_ hr.prd_hr { border: 2px solid #4d4084; margin: 35px auto; width: 300px;}

.sae_btm {
	background: linear-gradient(0deg, #c31f1fbf, #c31f1fbf), url(../img/bg_aspel.svg); 
	background-position: 0 45%; background-size: cover;	background-attachment: fixed;
}
.coi_btm {
	background: linear-gradient(0deg, #00acd8bf, #00acd8bf), url(../img/bg_aspel.svg); 
	background-position: 0 45%; background-size: cover;	background-attachment: fixed;
}
.noi_btm {
	background: linear-gradient(0deg, #ff8300bf, #ff8300bf), url(../img/bg_aspel.svg); 
	background-position: 0 45%; background-size: cover;	background-attachment: fixed;
}
.fct_btm {
	background: linear-gradient(0deg, #aa182cbf, #aa182cbf), url(../img/bg_aspel.svg); 
	background-position: 0 45%; background-size: cover;	background-attachment: fixed;
}
.box_btm {
	background: linear-gradient(0deg, #f8b028bf, #f8b028bf), url(../img/bg_aspel.svg); 
	background-position: 0 45%; background-size: cover;	background-attachment: fixed;
}
.bco_btm {
	background: linear-gradient(0deg, #89b32dbf, #89b32dbf), url(../img/bg_aspel.svg); 
	background-position: 0 45%; background-size: cover;	background-attachment: fixed;
}
.prd_btm {
	background: linear-gradient(0deg, #4d4084bf, #4d4084bf), url(../img/bg_aspel.svg); 
	background-position: 0 45%; background-size: cover;	background-attachment: fixed;
}


.spt_01 {
	background: linear-gradient(#3f51b5eb, #3f51b5eb), url(../img/soporte_01.jpg);
	padding: 50px; background-attachment: fixed; background-size: cover; color: #fff;
}
.spt_02 {
	background: linear-gradient(#009688eb, #009688eb), url(../img/soporte_01.jpg);
	padding: 50px; background-attachment: fixed; background-size: cover; color: #fff;
}
.spt_03 {
	background: linear-gradient(#0277bdeb, #0277bdeb), url(../img/soporte_01.jpg);
	padding: 50px; background-attachment: fixed; background-size: cover; color: #fff;
}
.spt_04 {
	background: linear-gradient(#ec407aeb, #ec407aeb), url(../img/soporte_01.jpg);
	padding: 70px 50px; background-attachment: fixed; background-size: cover; color: #fff;
}
.spt_05 {
	background: linear-gradient(rgb(255 193 7 / 90%), rgb(255 193 7 / 90%)), url(../img/soporte_01.jpg);
	padding: 50px; background-attachment: fixed; background-size: cover; color: #232323; position: relative;
}

.prc__ {
    position: absolute;
    top: -10px;
    right: 0;
    background: rgb(0 0 0 / 50%);
    padding: 20px;
    font-size: 17px;
    color: #fff;
    border-radius: 2em 0 0 2em;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
}

#clmns .item {
    font-size: 16px;
    line-height: 1.4;
}
#clmns .item ul li {
    list-style-image: url(../img/bullet.svg);
    padding: 0;
}
#TEAM ul li,
#rmt ul li {
    list-style-image: url(../img/bullet_.svg);
    padding: 0 0 5px 0;
}

#remoto {
	background: linear-gradient(90deg, #ffffffeb 40%, #fff6 60%), url(../img/remoto_.jpg);
	padding: 150px 0; background-position: 0 135%; background-attachment: fixed;
}
#remoto h2 { color: #259acb; font-weight: 800;}

#rmt .btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 15px;
    border-radius: 3em 0;
    margin: 25px 0;
}
#rmt .btn-success:focus,
#rmt .btn-success:hover {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.modal-header {
    padding: 30px 15px;
    border-bottom: none;
    background: #259acb;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.space_modal_ {
    padding: 10% 5%;
    background: linear-gradient(#ffffffeb, #ffffffeb), url(../img/bg_quote_.svg);
    background-size: cover;
    background-attachment: fixed;
}


.mm {
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.mm:hover {
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-o-transform: scale(0.98);
	transform: scale(0.98);
	cursor: pointer;
}
.mm a {color: #fff;}
.mm a:hover {color: #fff;}
.mm_01 {
	background: linear-gradient(#673ab7eb, #009688eb), url(../img/bg_quote_.svg);
	padding: 20px 50px; background-attachment: fixed; background-size: cover; color: #fff;
}

.bg_t {background-color: transparent!important;}
.space_modal_01 {
    padding: 20px 20%;
    background: linear-gradient(transparent, transparent), url(../img/bg_modal.svg);
    background-size: cover;
    background-attachment: fixed;
    background-color: transparent;
}

.cnt_ {
    background: linear-gradient(90deg, #00bcd4b0 20%, #fff6 50%), url(../img/bg_top.svg);
    background-attachment: fixed;
    background-position: 0 90%;
    background-size: cover;
    color: #00bcd4;
}

.info_cnt {
	padding: 0 50px 30px;
}

.form-control {
    height: 40px;
    padding: 5px 10px;
    margin: 0 0 10px;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
    background-color: #eaeaea;
    border: 0px solid #ccc;
	border-left: 5px solid #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff;
}
.form-control:focus {
    border-color: #ffffff00;
    -webkit-box-shadow: inset 0 0 0 #fff, 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff, 0 0 0 #fff;
	border-left: 5px solid #f44336;
}

#GET_QUOTE .btn-default,
#contacto .btn-default {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 5px;
}
#GET_QUOTE .btn-default:focus,
#GET_QUOTE .btn-default:hover,
#contacto .btn-default:focus,
#contacto .btn-default:hover {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.snip1520 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.snip1520 img,
.snip1520:before,
.snip1520:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1520 img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
	margin: 0;
}

.snip1520:after,
.snip1520:before {
  content: '';
  background-color: #e13024;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1520:before {
  width: 60px;
  height: 10px;
  left: 0;
}

.snip1520:after {
  height: 60px;
  width: 10px;
  top: 100%;
}

.snip1520 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1520:hover img,
.snip1520.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.2;
}

.snip1520:hover:before,
.snip1520.hover:before,
.snip1520:hover:after,
.snip1520.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.lightboxOverlay {
    opacity: .9;
    background: linear-gradient(45deg, #e91e63, #ff5722);
}

.alert_ {
    background: #fff;
    width: 320px;
    height: 50px;
    padding: 15px;
    position: fixed;
    top: 10%;
    right: -260px;
    z-index: 1030;
    border-radius: 50px;
	color: #fff;
  
    -webkit-transition: right 500ms, background 500ms;
    -moz-transition: right 500ms, background 500ms;
    -o-transition: right 500ms, background 500ms;
    transition: right 500ms, background 500ms;
	
	box-shadow: 0px 0px 5px #0006;
}
.alert_:hover {
    background: #F44336;
    right: -70px;
}
.alert_ img {
    width: 35px;
    position: absolute;
    margin: -10px 0 0;
}
.alert_ p { margin: 0 0 0 50px;}
.alert_ a {color: #fff;}
.alert_ a:hover {color: #fff;}

#blink_icon {
  animation: blinking 2s linear infinite;
}

@keyframes blinking {  
  50% { opacity: 0.5; }
}


.space_quote {
    padding: 2% 5%;
    background: linear-gradient(#ffffffeb, #ffffffeb), url(../img/bg_quote_.svg);
    background-size: cover;
    background-attachment: fixed;
}

.info_vac {
	background: #eaeaea;
    padding: 30px;
    margin: 15px 0;
    box-shadow: 0 0 5px #0006;
}
.img_vac {
    width: 50%;
    padding: 10px 20px;
}
.video_yt {
    width: 100%;
    box-shadow: 0 30px 20px -20px #000;
    margin: 10px auto;
    position: relative;
	background: #232323;
	border-radius: 30px;
}
.embed-responsive {border-radius: 30px;}


.prod_ {
    width: 175px;
    margin: 2px 0;
    display: inline-grid;
}
.prod_ a:hover {
    -webkit-box-shadow: 0 0 5px #0ebed8;
    box-shadow: 0 0 5px #0ebed8;
}
.prod_ a {
  position: absolute;
  top: 10px; bottom: -10px; left: 10px; right: 10px; z-index: 1;
  -webkit-box-shadow: 0 15px 25px -20px rgb(0 0 0 / 50%);
  box-shadow: 0 15px 25px -20px rgb(0 0 0 / 50%);
}

.prods_ {
    display: inline-block;
    width: 210px;
    position: relative;
	padding: 10px;
}
.prods_ a {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0; z-index: 1;
}

.btn_01 {
	background: #232323;
	color: #fff;
	border-radius: 0;
	padding: 10px 40px;
	font-size: 18px;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	border: none;
}
.btn_01:focus,
.btn_01:hover {
	background: rgb(0 0 0 / 50%);
	color: #fff;
}

.maps {
    margin: 0 0 -7px;
}

.tab_cstm {margin: 0 auto; width: 90%;}
#tab_custom .nav>li>a {padding: 10px;}
#tab_custom .nav-tabs>li>a {
	border-radius: 0;
    border-top: 3px solid transparent;
    font-weight: 400;
    background: #ddd;
    margin: 5px;
    padding: 10px 30px;
}
#tab_custom .tab-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
#tab_custom .custom ul li {
    list-style-image: url(../img/bullet.svg);
    padding: 0 0 5px 0;
}
#tab_custom .nav-tabs>li.active>a,
#tab_custom  .nav-tabs>li.active>a:hover,
#tab_custom  .nav-tabs>li.active>a:focus {
    color: #fff!important;
    cursor: default;
    background-color: #232323;
    border-top: 3px solid #03A9F4;
}
#tab_custom a {color: #232323;}
#tab_custom a:hover {color: #096a73;}
.tab-content>.tab-pane {
    text-align: justify;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 0 15px 0 0;
}

.imgc.sended {
    width: 200px;
}


/*MODIFICACIONES PARA OCULTAR PRECIOS DE PRODUCTO*/

.mdx-product-detail-price {
    opacity:0 !important;
    display: none;
    
}


.imagenGreat{
    height: 5%;
    width: 5%;
    margin-left:-11%;
}


.seccion-valores {
    display: flex;
    justify-content: space-between;
}



.columna {
    flex: 1;
    margin-right: 10px; /* Ajusta el espaciado entre columnas */
}

.columna p {
    font-size: 14px; /* Ajusta el tamaño de la letra */
}



/*ESTILO POP UP */


.botons{
   
    position: relative;
    bottom: -80%;
    z-index: 10002;
   

}



.botons  a {
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 40px 0;
    color: white;
    background-color:#ae77b1;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    margin-right: 50px;
    font-weight: bold;
}
.botons  a:hover{
    background: white;
    color: #6c2818;
    box-shadow: 0 0 5px white,
                0 0 25px white,
                0 0 50px white,
                0 0 200px white;
     
}
.botons  a:nth-child(1){
    filter: hue-rotate(270deg);
}
.botons  a:nth-child(2){
    filter: hue-rotate(110deg);
}
.botons  a span{
    position: absolute;
    display: block;
}
.botons  a span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,white);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.botons  a span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,white);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.botons  a span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,white);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.botons a span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,white);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}



/*MEDIA QUERIE DEL POPUP*/
@media (min-width:1150px) and (max-width:1250px){
    .promo_home {
        width:45% !important;
        
    }
}

@media (min-width:850px) and (max-width:1149px){
    .promo_home {
        width:55% !important;
        
    }
    
    .pop-up .btn_cls {

    right: 20% !important;
    }
    
    
}


@media (min-width:750px) and (max-width:849px){
    .promo_home {
        width:70% !important;
        
    }
    
    .pop-up .btn_cls {

    right: 16% !important;
    }
    
    
}

@media (min-width:550px) and (max-width:749px){
    .promo_home {
        width:90% !important;
        
    }
    
    .pop-up .btn_cls {

    right: 7% !important;
    }
    
    
}

@media (min-width:488px) and (max-width:549px){
    .promo_home {
        width:100% !important;
        
    }
    
    .pop-up .btn_cls {

    right: 3% !important;
    }
    
    .botons {
    position: relative;
    bottom: -60%;
    z-index: 10002;
}
    
}


@media (min-width:388px) and (max-width:487px){
    .promo_home {
        width:100% !important;
        
    }
    
    .pop-up .btn_cls {

    right: 1% !important;
    margin-right:30px !important;
    }
    
    .botons {
    position: relative;
    bottom: -50%;
    z-index: 10002;
}


.pop-up {
 
    padding: 30px !important;
   
}

.botons  a {
   
     margin-right: 0px; 
    
}
    
}

@media (min-width:188px) and (max-width:387px){
    .promo_home {
        width:100% !important;
        
    }
    
    .pop-up .btn_cls {

    right: 1% !important;
    margin-right:30px !important;
    }
    
    .botons {
    position: relative;
    bottom: -40%;
    z-index: 10002;
}


.pop-up {
 
    padding: 30px !important;
   
}

.botons  a {
   
     margin-right: 0px; 
    
}
    
}

#welcome2 {
	background: linear-gradient(90deg, #ffffffb8 10%, #fff 50%), url(../img/bg_home2.jpg);
    background-attachment: fixed;
    background-position: 54% 0;
    background-size: cover;
    padding: 100px 0;
    padding-top: 50px;
}
#welcome2 h2 {
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    /*text-transform: uppercase;*/
}