body {
    background-color: #081626;
}

.readmore .btn {
    font-weight: 500;
    border: 1px solid rgb(20 235 24);
    padding: 10px;
}

.readmore .btn:hover {
    color: #ffffff !important;
    background: #0fa912;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.t4-topbar {
    color: #617284;
}

.t4-content {
    box-shadow: 0 0 20px rgba(41,61,129,.8);
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    max-width: 1920px
}

.module-title {
    color: #14eb18;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 1920px) {
    .t4-content {
        max-width:1600px
    }
}

@media (min-width: 992px) {
    .t4-main-body {
        padding-top: 0;
        margin: -15px;
    }
}

.t4-header-inner {
    background-color: #0f2640;
}

.t4-masthead {
    background-color: #081626;
}

.t4-masthead nav {
    padding: 0 20px;
}

.t4-masthead .breadcrumb {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #495762;
}

.t4-masthead .breadcrumb a {
    color: #ffffff;
    transition: 0.15s all ease;
}

.t4-masthead .breadcrumb a:hover {
    color: #14eb18;
    padding: 0 10px;
}
.t4-masthead .breadcrumb-item.active {
    color: #495762;
}

.t4-masthead .breadcrumb .divider {
    padding-right: 0.5rem;
}

div.ja-masthead .ja-masthead-detail {
    padding: 20px 20px;
}

div.ja-masthead .block-breadcrumb .breadcrumb .divider:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

div.ja-masthead {
    background-size: auto;
    background-position: center bottom;
}

div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 14px;
}

div.ja-masthead .block-breadcrumb .breadcrumb {
    font-size: 12px;
}

div.ja-masthead .block-breadcrumb .breadcrumb .divider {
    margin: 0 0.4rem;
}

.navbar-brand .logo-img, .navbar-brand .logo-img-sm {
    width: 180px;
    max-height: 28px;
}

.t4-megamenu .dropdown-menu {
    background: #0f2640;
    border: 1px solid #ffffff;
    border-top: none;
}

.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.t4-megamenu .dropdown-menu li > a:hover, .t4-megamenu .dropdown-menu li > .nav-link:hover, .t4-megamenu .dropdown-menu li .dropdown-item:hover {
    color: #14eb18 !important;
}

.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.t4-palette-mainnav .navbar-nav>li>a {
    color: #ffffff !important;
}

.t4-palette-mainnav .navbar-nav>li.active>a, .t4-palette-mainnav .navbar-nav>li.show>a, .t4-palette-mainnav .navbar-nav>li>a:hover, .t4-palette-mainnav .navbar-nav>li>a:focus, .t4-palette-mainnav .navbar-nav>li>a:active {
    color: #14eb18 !important;
}

.t4-palette-mainnav .navbar-nav>li>a .item-caret::before {
    border-top-color: rgba(255,255,255,0.2) !important;
}

.t4-palette-mainnav .navbar-nav>li.active>a .item-caret::before,.t4-palette-mainnav .navbar-nav>li.show>a .item-caret::before,.t4-palette-mainnav .navbar-nav>li>a:hover .item-caret::before,.t4-palette-mainnav .navbar-nav>li>a:focus .item-caret::before,.t4-palette-mainnav .navbar-nav>li>a:active .item-caret::before {
    border-top-color: #14eb18!important;
    animation: blink-animation 0.4s infinite; 
}

.t4-palette-mainnav a {
    color: #394756 !important;
    transition: 0.15s all ease;
}

.t4-palette-mainnav a:hover {
    color: #14eb18!important;
}

.t4-topbar {
    background-color: #081626;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #394756;
    height: 3rem;
}

#t4-header-wrap .link-primary, .link-primary {
    color: #ffffff !important;
}

#t4-header-wrap .link-primary:hover, .link-primary:hover {
    color: #14eb18 !important;
}

.btn.btn-outline-primary {
    border-color: #14eb18 !important;
    color: #14eb18 !important;
}

.btn.btn-outline-primary:hover {
    background-color: #14eb18 !important;
    color: #ffffff
}

.t4-footer {
    background-color: #0d243f;
    border-top: 1px solid rgba(255, 255, 255, .05);
    color: #9d9d9d;
}

.t4-footer .t4-module, .t4-footer .t4-section-inner {
    padding: 30px;
}

@media (min-width: 768px) {
    .t4-footer .t4-module, .t4-footer .t4-section-inner {
        padding: 50px;
    }
}

.t4-footer .t4-module {
    border-bottom: none;
}

.t4-footer hr {
    background-color: #14eb18;
    margin: 3rem 0;
}

.t4-footer .t4-module .module-title {
    margin-bottom: 25px;
}

.t4-footer h2, .t4-footer h3, .t4-footer h4, .t4-footer h5, .t4-footer h6{
    color: #ffffff;
}

.t4-footer .module-title {
    color: #14eb18;
    font-size: 14px;
    text-transform: uppercase;
}

.t4-footer .t4-module .module-title span {
    color: #14eb18;
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}

.t4-footer ul > li > a, .t4-footer ul > li > a > span.cloaked_email {
    background: rgba(255,255,255, 0);
    color: rgba(255,255,255, 1) !important;
    padding: 10px 0px 10px 0px;
	transition: 0.15s all ease;
}

.t4-footer ul > li > a:hover, .t4-footer ul > li > a:focus {
    background: rgba(255,255,255, 0.2);
    color: #14eb18 !important;
    padding: 10px 10px 10px 10px;
}

.t4-footer ul > li > a span {
    color: rgba(255,255,255, 0.2) !important;
}

.t4-footer ul > li > a:hover >span, .t4-footer ul > li > a:focus > span {
    color: rgba(255,255,255, 1) !important;
    animation: blink-animation 0.4s infinite;
}

.t4-footer ul > li > a:hover >span.cloaked_email, .t4-footer ul > li > a:focus > span.cloaked_email {
    color: #14eb18 !important;
    animation: none;
}

#t4-copyright {
    background-color: #081626;
    color: #394756;
}

/**** BACK TO TOP ****/

#back-to-top {
    background: #0d243f;
    border: 1px solid rgb(20 235 24);
    right: 10rem;
    bottom: 1.5rem;
}

.bg-primary-light {
    background-color: #fbfbff;
}

.pagination .page-link, .pagination .pagenav, .pagenav li a {
    background: #fbfbff;
    border-color: #fbfbff;
    color: #14eb18;
}

.acm-cta.style-2 .cta-content {
    background-color: #08192c;
}

.category-name {
    text-transform: uppercase;
}

.category-name a {
    transition: 0.15s all ease;
}

.category-name a:hover,.category-name a:focus,.category-name a:active {
    background: #11c814;
}

blockquote {
    background: #fbfbff;
}

.t4-offcanvas {
    background: #081626;
}

.t4-offcanvas-toggle .toggle-bars, .t4-offcanvas-toggle .toggle-bars:before,.t4-offcanvas-toggle .toggle-bars:after {
    background-color: #ffffff;
}

.t4-offcanvas .t4-off-canvas-header a img {
    max-height: 1.2rem;
}

.t4-offcanvas .t4-off-canvas-header {
    background-color: #08192c;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.separator {
    color: #14eb18;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
    padding: 0.5rem 0;
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
    background-color: transparent;
}

.t4-copyright a {
    color: #60748a;
    transition: 0.15s all ease;
}

.t4-copyright a:hover {
    color: #ffffff;
}

.acm-cta.style-2 {
    background: #081626;
}

.acm-cta.style-2 .social-follow-wrap a {
    color: #394756;
    transition: 0.15s all ease;
}

.acm-cta.style-2 .social-follow-wrap a:hover {
    color: #14eb18 !important;
}

.page-header {
    display: inline-block;
}

.page-header:before {
    content: "";
    background: url(https://ikitastudio.com/demo/itronika/images/mini_triangulo_verde.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 52px;
    left: -1px;
    z-index: 5
}


.page-header h1:first-letter {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 3px;
}

.page-header h1, .categories-list h1 {
    font-family: 'PirulenRg';
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;
}


.page-header h1:before, .categories-list h1:before {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 80px;
    display: block;
    background: #14eb18!important;
    height: 2px;
}

.page-header h2:first-letter {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 3px;
}

.page-header h2, .categories-list h2 {
    font-family: 'PirulenRg';
    letter-spacing: 1px;
    font-size: 0.8rem !important;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;
}

.t4-palette-primary {
    background: #0fa912;
    color: #585858;
}

.sidebar-r{
    margin-top: 30px;
}


/*** REMOVER LÍNEAS VERTICALES ***/
div.t4-verticle-lines .line-item {
    background: transparent;
}

@media (min-width: 768px) {
    .t4-footer .t4-module:nth-child(1),.t4-footer .t4-module:nth-child(2) {
        flex:0 0 100%;
        width: 100%
    }
}

/**** BLINKING EFFECT ****/ 
@keyframes blink-animation { 
    0% { 
      opacity: 1; 
    } 
    50% { 
      opacity: 0; 
    } 
    100% { 
      opacity: 1; 
    } 
} 

/**** TYPING EFFECT ****/

.typed-out{
    overflow: hidden;
    border-right: .1em solid #0fa912;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 1rem;
    width: 0;
    animation: typing 1s steps(20, end) forwards, blinking .8s infinite;
}

@keyframes typing {
  from { width: 0 } to { width: 100% }
}

@keyframes blinking {
  from { border-color: transparent } to { border-color: #0fa912; }
}


/*** SELENA (MEDIA-BOTTOM) LAYOUT OVERRIDE ***/

.tpp-item-introtext {
    /* visibility:hidden; */
    display: none;
}

.tpp-portfolio__description > .tpp-item-readmore {
    /* visibility:hidden; */
    display: none;
}

.tpp-portfolio__description > .tpp-item-title a {
    display: block;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 0px;
    transition: 0.15s all ease;
    line-height: 1;
}

.tpp-portfolio__description>.tpp-item-title a {
    color: #495762;
}

.tpp-portfolio__description > .tpp-item-title a:hover {
    color: #14eb18;
    padding: 0px 5px;
}

.tpp-portfolio__media > .tz_portfolio_plus_image {
    overflow: hidden;
}

.tpp-portfolio__media > .tz_portfolio_plus_image > a > img {
    transition: transform .15s !important;
}

.tpp-portfolio__media > .tz_portfolio_plus_image > a > img:hover {
    transform:scale(1.1);
}

.tpp-bootstrap .option-combo .btn-outline-secondary.selected {
    color: #f8f8f8 !important;
    background-color: #081626;
    border: solid 2px #081626 !important;
}

.tpp-bootstrap .btn-outline-secondary {
    color: #6c757d !important;
    border: solid 2px #14eb18 !important;
}

.tpp-bootstrap .btn-outline-secondary:hover {
    color: #ffffff !important;
    background-color: #14eb18 ;
}

/**** BOTONES DE WHATSAPP ****/

.t4-whatsapp {
   z-index: 99; 
}

.whatsapp-div{
    position: fixed;
    bottom: 77px;
    right: 25px;
    z-index: 99;
}
  
.whatsapp-button {
    width: 62px;
    height: 62px;
    line-height: 0;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
    margin-bottom: 10px;
    border-radius: 50%
}

.whatsapp-button span {
    display: table; 
    margin: 5px auto 0 auto;
}

@media (min-width: 768px) {
  .whatsapp-button span {
    display: table;
    margin: 0 auto 0 -13px;
  }
}
  
.whatsapp-button:hover:after,.whatsapp-button:focus:after {
    height:100%;
    background:#333333;
}

.whatsapp-male-color{
    background: #14eb18;
}

.whatsapp-male-color:hover{
    background: #0fa912;
    color: #ffffff;
}

.whatsapp-female-color{
    background: #aa3363;
    color: #ffffff;
}
  
.whatsapp-female-color:hover{
    background: #67a1d4;
    color: #ffffff;
}

[data-tooltips] {
    border-bottom: none;
}

/**** CONTACT ****/

.contact .plain-style .contact-information .inner {
    background-image: none;
}

/**** ESHOP ****/

.img-thumbnail {
    border: 1px solid #14eb18;
}

.eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap {
    border: 1px solid #14eb18;
    margin-bottom: 40px;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
    background: #0d243f;
}

.ajax-block-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    border: 2px solid #14eb18;
    padding: 10px;
    max-width: 31%;
}

.grid .ajax-block-product.spanbox {
    flex: 0 0 31%;
    max-width: 31%;
    margin-right: 2.333333%;
}

@media (max-width: 768px) {
  .grid .ajax-block-product.spanbox {
      flex: 0 0 92%;
      max-width: 92%;
      margin-right: 4%;
      margin-left: 4%;
  }
}

.eshop-pre-nav, .eshop-next-nav {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #fbfbff;
    padding: 10px;
    border-radius: 0;
}

.eshop-pre-nav > .float-start:before {
   	display: inline-block;
    font-family: FontAwesome!important;
    content: "\f0a8";
}

.eshop-next-nav > .float-end:after {
   	display: inline-block;
    font-family: FontAwesome!important;
    content: "\f0a9";
}

.eshop-next-nav > .float-end {
	float: right;
}

.eshop-search {
    float: right;
}

#eshop_result {
    min-width: 350px;
    max-width: 480px;
    width: 100%;
}

#eshop_result li {
    line-height: 20px;
    padding: 5px;
}

#eshop_result li a {
    font-size: 0.8em;
}

#sort_options, #limit{
 	padding: 10px; 
}

.product-list-container .row .btn-secondary {
    color: #ffffff !important;
 	background-color: #0fa912 !important;
}

#eshop-main-container {
    margin-top: 35px;
}

.eshop-container .row .btn-primary {
    color: #ffffff !important;
 	background-color: #ff5000 !important;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
}

.eshop-container .row .btn-secondary {
    color: #ffffff !important;
 	background-color: #0fa912 !important;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
}

.list .eshop-buttons {
    padding: 0 5px;
    width: 300px;
    text-align: center;
}

.list .eshop-image-block {
    margin-top: 10px;
    margin-left: 10px;
}

.list .ajax-block-product.spanbox {
    border-bottom: 2px #14eb18 solid;
    min-height: 220px;
    max-width: 100%;
}

.eshop-container .row .btn {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.eshop-buttons .btn-secondary {
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 18px;
    background: #f6f6f6;
    color: #999 !important;
    text-decoration: none !important;
    margin-bottom: 10px;
    font-size: 14px;
}

.eshop-buttons .btn-secondary:hover {
    background: #ff5000;
    color: #fff !important;
}

.product-info .product-share {
    padding: 8px 5px 13px 5px;
}

.horizontal.small-db.top_left, .horizontal.big-db.top_left {
    left: 2%;
    top: 2%;
}

.eshop-category-wrap .eshop-info-block { 
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
}

.eshop-category-wrap .eshop-info-block h5 {
    text-transform: uppercase;
    line-height: 16px;
}

.filter-heading .filter-head-icon {
    background: none;
}

.eshop-filter .eshop-filter-reset-all {
    border: 1px solid #14eb18;
}

.eshop-filter:nth-last-child(2) .panel-collapse {
    border-bottom: 1px solid #14eb18;
}

.eshop-filter .panel-collapse {
    border-top: 1px solid #14eb18;
    border-left: 1px solid #14eb18;
    border-right: 1px solid #14eb18;
}

.panel-collapse .panel-body li:last-child {
    border-bottom: 1px solid #14eb18;
}

.eshop-filter > a {
    cursor: pointer;
    background: #0d243f;
    font-size: 12px;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    color: #14eb18 !important;
    display: block;
    padding: 10px;
}

.eshop-filter .badge-info {
    border-radius: 0;
    background: #14eb18;
    color: #0d243f;
    margin-left: 10px;
}

.eshop-filter .badge-info:after {
    border-right-color: #14eb18;
}

.eshop-filter .badge-info:after {
    border-right-color: #14eb18;
}

.form-control, .inputbox {
    border: 1px solid #14eb18;
}

.input-group-append, .input-group-addon {
    margin-left: 3px;
}
