h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    color: rgb(35 35 35);
}
.container:before{
    display: table;
    content: " ";
}
.xs-header-nav .header-nav .nav-menu>li .nav-dropdown>li>a {
    text-transform: unset!important;
}
.wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
body .vegas-container {
    overflow: hidden!important;
    position: unset!important;
}
header, 
main, 
section {
    display: block;
}
.form-group {
    position: relative;
}
dir#aviso_legal_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
   margin: 0;
    padding: 0;
    position: relative;
}
.aviso_legal_wrapper_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
}
input#aviso_legal {
    width: 22px;
    position: relative;
    left: 0;
}
label.aviso_lega_label {
    padding-left: 10px;
}
span.error {
    color: red;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: -19px;
    font-size: 11px;
}
.header-top {
    padding: 0px 0 0;
}
.top-infos ul li {
    line-height: 40px;
    display: inline-block;
}
.logo-wrapper.ulockd-welcm-hmddl {
    height: 60px;
}
/* ---- */
.header-wrapper{
    position: relative;
    display: block;
    background: rgb(255 255 255);
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header-nav {
    z-index: auto;
    position: relative;
    top: 0px;
}
nav.navbar.bootsnav.menu-style1 {
    border: none;
    position: relative;
    background-color: rgb(0 0 0 / 0%);
    min-height: 50px;
    display: block;
}
nav.navbar .container:before
nav.navbar:before {
    display: table;
    content: " ";
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid rgb(0 0 0 / 0%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.vegas-overlay {
    opacity: .3;
}
.banner-one {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    padding-top: 364px;
    padding-bottom: 84px;
    z-index: 1;
    overflow: hidden;
    background-color: rgb(17 22 31)
}
.banner-two {
    position: relative;
    display: block;
    padding: 130px 0 130px;
    background-color: rgb(255 255 255);
}
.content-box {
    position: relative;
    display: block;
    text-align: center;
}
.banner-two .content-box .top-title {
    margin-bottom: 42px;
}
.content-box .top-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 80px;
    line-height: 30px;
    color: rgb(139 195 74);
    font-weight: 400;
    margin: 0;
    z-index: 1;
    font-family: 'Yesteryear', cursive;
    text-shadow: 0px 2px 3px rgb(16 16 16);
}

.content-box .top-title h1 {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 80px;
    color: rgb(255 255 255);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-shadow: 0px 2px 3px rgb(37 37 37 / 51%);
}
.content-box .top-title h3 {
    text-shadow: 3px 1px 8px rgb(37 37 37 / 57%);
}
.product-tab-box {
    position: relative;
    display: block;
    margin: 0 auto;
}
.product-tab-box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.product-tab-box .tab-btns .tab-btn {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    /* float: left; */
    margin-right: 0px;
    /* max-width: 200px; */
    width: 24%;
}
ul.tab-btns li.tab-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    margin: 0;
    color: rgb(255 255 255);
    font-size: 17px;
    font-weight: 600;
    transition: all 500ms ease;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 15px;
}
.product-tab-box .tab-btns .tab-btn span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: rgb(3 68 3);
    opacity: 1!important;
    transition: all 500ms ease;
    z-index: -1;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.single-feature {
    padding: 30px 35px;
    background-color: rgb(139 195 74);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-icon>span {
    font-size: 60px;
    color: rgb(0 132 53);
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.feature-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    line-height: 1;
    text-transform: uppercase;
    color: rgb(255 255 255);
}
.feature-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    margin: 0;
    color: rgb(51 51 51);
    font-weight: 600;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.single-feature:hover {
    box-shadow: 0px 10px 30px 0px rgb(209 209 209 / 50%);
}
.single-feature:hover .feature-icon>span {
    -webkit-animation: crFlipX 2s ease-in-out infinite backwards;
    animation: crFlipX 2s ease-in-out infinite backwards;
}
.ulockd-ohour-info .ulockd-icon, 
.ulockd-contact-info .ulockd-icon {
    border: 0px solid rgb(32 184 6);
}
.ulockd-ohour-info.style2 {
    border-right: 0px solid rgb(221 221 221);
    padding: 0px 10px;

}
.logo-wrapper.ulockd-welcm-hmddl a {
    display: block;
    position: relative;
        height: 100%;
}
.ulockd-main-logo > img {
    margin-top: 4px;
    height: 100%;
}
ul.ulockd-infos li {
    float: right;
    margin-left: 30px;
}
p.ulockd-addrss i,
p.ulockd-cell i {
    font-size: 20px;
    color: rgb(0 128 0);
}
ul.ulockd-infos li:first-child{
    border-left: 1px solid rgb(208 208 208);
    margin-left: 10px;
    padding-left: 10px;
}
.ulockd-contact-info .ulockd-info > h3, 
.ulockd-ohour-info .ulockd-info > h3 {
    color: rgb(3 68 3);
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    /* font-family: 'Roboto',sans-serif; */
}
/*---------------------Animation Css ----------------------*/
@-webkit-keyframes crFlipX {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes crFlipX {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.section-title-item {
    text-align: center;
    position: relative;
}
.section-title-item .section-title {
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}
.recent-work-sec .section-title-item .section-title {
    margin-bottom: 40px;
}
.xs-title {
    font-size: 16px;
    color: rgb(0 132 53);
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    line-height: 9px;
}
.section-title-item .xs-title {
    margin-bottom: 15px;
    position: relative;
    line-height: 9px;
}
.recent-work-sec .recent-folio-menu {
    text-align: center;
    margin-bottom: 30px;
}
.recent-work-sec .recent-folio-menu {
    text-align: center;
    margin-bottom: 30px;
}
.recent-work-sec .recent-folio-menu ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: rgb(121 120 120);
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    padding: 10px 40px;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.recent-work-sec .recent-folio-menu ul li.active {
    color: rgb(255 255 255);
    border-bottom: 2px solid rgb(76 175 80);
    background-color: rgb(3 68 3);
}
.recent-work-sec .recent-folio-menu ul li:before {
    position: absolute;
    right: -8px;
    top: 12px;
    width: 1px;
    height: 20px;
    content: '';
    background: rgb(224 224 224);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    margin: auto;
}
.recent-work-sec .recent-folio-menu ul li.active:before {
    /*background: rgb(0 132 53 / 0%);*/
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
}
.xs-portfolio-grid-item.grid-item a {
    position: relative;
    display: inline-block;
    max-height: 560px;
    /* margin-bottom: 20px; */
    padding: 20px;
}
.single-project-content {
    position: absolute;
    width: 50%;
    overflow: hidden;
    bottom: 60px;
    height: 50px;
    text-align: center;
}
h3.xs-single-title {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    width: 100%;
    min-height: 50px;
    color: rgb(255 255 255);
    background: rgb(0 132 53 / 90%);
    margin: 0;
    line-height: 50px;
    text-align: center;
}
.gray-bg {
    background: rgb(247, 247, 247);
}
.gray-gren-0 {
    background: rgb(205 220 57 / 19%);
}
.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.sec_hedding h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    color: rgb(34 34 34);
    text-transform: unset;
}
.sec_hedding h2 span{
    color: rgb(90 163 32);
    font-family: 'Roboto',sans-serif;
}
.b-line{
    background: rgb(90 163 32);
    position: relative;
    width: 60px;
    height: 3px;
    display: block;
    margin: 0 auto;
}
.l-left {
    margin: 0;
}
section#about_us .about-left p {
    color: rgb(78 78 78);
    margin-top: 0px;
    font-size: 16px;
}
.about_info_inner {
    position: relative;
    padding: 8px 0;
    padding-left: 8px;
    float: left;
    background-color: rgb(255 255 255);
}
.icon-lf {
    width: 50px;
    height: 50px;
    background: rgb(90 163 32);
    text-align: center;
    color: rgb(255 255 255);
    border-radius: 5px;
}
.icon-lf.float-left i {
    color: rgb(255 255 255) !important;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    transition: .4s;
}
.right-txt {
   width: 79%;
    margin-left: 8px;
}
.right-txt h3 {
    margin-bottom: 0px;
    line-height: normal;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.right-txt p {
    text-transform: unset;
    color: rgb(142 142 142);
    margin: 0px;
    line-height: 22px;
    font-size: 14px!important;
}
.xs-btn {
    font-family: poppins,sans-serif;
    color: rgb(255 255 255);
    background-color: rgb(3 68 3);
    display: inline-block;
    border: 1px solid rgb(0 132 53);
    border-radius: 2px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    cursor: pointer;
    padding: 0 20px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    float: right;
}
.why-choose-list li {
    list-style-image: unset;
    position: relative;
}
ul.list-unstyled.why-choose-list.text-left li:before {
    content: "-";
    /*content:"\e904";*/
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: rgb(255 255 255);
    position: absolute;
    left: -25px;
    top: 3px;
}
.section-title>span {
    color: rgb(0 132 53);
    font-size: 44px;
    font-weight: 800;
    line-height: 18px;
    display: inline-block;
    letter-spacing: 3px;
    margin: 0 0 7px 0;
    text-transform: uppercase;
    position: relative;
}
.section-title>span:before, 
.section-title>span:after {
    background: rgb(171 211 115);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.section-title>span:before {
    left: -45px;
    right: auto;
}
.section-title>span:after {
    left: auto;
    right: -45px;
}
.section-title>h3 {
    font-size: 20px;
    font-family: 'Roboto';
    margin-bottom: 0px;
    padding-bottom: 25px;
    color: rgb(134 131 131);
}
.ulockd-welcome-slider.oferts .ws-details {
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 362px;
    overflow: hidden;
    background-color: rgb(32 184 6 / 0%);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out .4s;
    -moz-transition: all 0.4s ease-in-out .4s;
    -ms-transition: all 0.4s ease-in-out .4s;
    -o-transition: all 0.4s ease-in-out .4s;
    transition: all 0.4s ease-in-out .4s;
}
.ulockd-welcome-slider.oferts .ws-details h3.ofert_title{
    color: rgb(255 255 255);
    font-size: 50px;
}
.bg-gradiente {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
   background: -moz-linear-gradient(to bottom, rgb(0 0 0 / 61%) 0%,rgb(0 0 0 / 0%) 57%,rgb(249 249 249) 99%,rgb(139 195 74 / 0%) 0%);
background: -webkit-linear-gradient(to bottom, rgb(0 0 0 / 61%) 0%,rgb(0 0 0 / 0%) 57%,rgb(249 249 249) 99%,rgb(139 195 74 / 0%) 0%);
background: linear-gradient(to bottom, rgb(0 0 0 / 61%) 0%,rgb(0 0 0 / 0%) 57%,rgb(249 249 249) 99%,rgb(139 195 74 / 0%) 0%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000000', endColorstr='#80000000',GradientType=0 );
}
.ofert_bock {
    display: inline-block;
    background-color: rgb(33 150 243 / 64%);
    padding: 20px;
}
.info-title-wrapper{
    position: relative;
}
section#categories p.sub-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.88em;
}
.info-title-wrapper hr {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 1px;
}
span.previus_price {
    color: rgb(255 255 255);
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    width: 100%;
    top: 0px;
    position: relative;
}
span.previus_price:after {
    content: '';
    display: block;
    width: 100px;
    height: 50%;
    position: absolute;
    top: 3px;
    right: 0;
    border-bottom: 3px solid;
    color: rgb(255 0 0);
    transform: rotate(5deg);
    left: 0;
    margin: 0 auto;
}
span.new_price {
    color: rgb(255 255 255);
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 800;
    text-shadow: 1px 1px 1px #33333375;
}
.ulockd-welcome-slider.oferts .ws-details h3.ofert_title {
color: rgb(255 255 255);
    font-size: 26px;
    top: 25px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
    line-height: 34px;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: -1px;
}
.ofert_bock {
    display: inline-block;
    background-color: rgb(139 195 74);
    padding: 5px;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
.ulockd-welcome-slider.oferts .ws-details p {
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding-top: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: left;
    padding: 0px 20px;
    direction: initial;
    color: rgb(0 12 5);
}
.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky{
  position: fixed;
}
.corner-ribbon.top-left{
  top: 0px;
    left: -76px;
    z-index: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.corner-ribbon.red{
    background: rgb(233 30 99);
    color: rgb(255 255 255);
    font-size: 13px;
    font-weight: 600;
}
.ulockd-cell, .ulockd-addrss {
    color: rgb(85 85 85);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
#footer {
    background-color: rgb(34 34 34);
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
}
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    color: rgb(183 183 183);
}
#footer-widgets .widget:first-child {
    margin: 0;
}
#footer-widgets .widget .widget-title {
    font-size: 1.528em;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
    font-weight: 400;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 36px;
    color: rgb(255 255 255);
}
#footer-widgets .widget .widget-title > span {
    display: block;
    position: relative;
    padding-bottom: 12px;
    color: rgb(255 255 255);
}

#footer-widgets .widget .widget-title > span::after{
    background: rgb(90 163 32);
    width: 0;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
    width: 60px;
    height: 3px;
}
.footer-logo {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 200px;
    width: 100%;
}
#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0 0 4px;
}
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: rgb(183 183 183);
    text-decoration: none;
}
#footer-widgets .widget.widget_links ul li a:before {
   content: "\f101";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(79 79 79);
}
#footer-widgets .widget.widget.widget_information ul li {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}
#footer-widgets .widget.widget.widget_information ul .hl {
    font-weight: bold;
    width: 20%;
    float: left;
}
#footer-widgets .widget.widget.widget_information ul .text {
    width: 80%;
    float: left;
}
#footer-widgets .widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: rgb(255 255 255);
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 10px;
    z-index: 1;
}
#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid rgb(68 68 68);
    background-color: rgb(68 68 68);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
#bottom {
    font-size: 0.857em;
    background-color: rgb(68 68 68 / 21%);
    padding: 19px 0;
    color: rgb(183 183 183);
    margin-top: 60px;
}
.wprt-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}
#bottom .bottom-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}
#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}
#copyright {
    text-transform: uppercase;
}
#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}
#bottom ul.bottom-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#bottom ul.bottom-nav > li {
    display: inline-block;
}
#bottom ul.bottom-nav > li > a {
    display: block;
    color: rgb(183 183 183);
    padding: 0 10px;
    position: relative;
}
@media only screen and (max-width: 767px){
    #footer {
        padding: 50px 0 10px;
    }
    #footer-widgets [class^="col-md-"] .widget:last-child {
        margin-bottom: 0px;
    }
    #bottom .bottom-bar-content, 
    #bottom .bottom-bar-menu {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px 0;
    }
    #bottom {
        margin-top: 15px;
    }
    #footer-widgets .widget {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 991px){
    #footer-widgets .widget .widget-title {
        font-size: 1.142em;
        margin-bottom: 28px;
    }
}
.breadcrumb-area .breadcrumb li.active, 
.breadcrumb-area .breadcrumb a, 
.breadcrumb-area h1, 
.breadcrumb-area .breadcrumb li {
    color: rgb(24, 96, 172);
}
.breadcrumb-area h1 {
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    line-height: 45px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}
.breadcrumb-area .breadcrumb {
    background: rgb(0 0 0 / 0%) none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-top: unset;
    border-radius: inherit;
    padding-top: 0px;
}
.breadcrumb-area .breadcrumb {
    border-top: unset;
}
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
    text-transform: uppercase;
    color: rgb(24, 96, 172);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 45px;

}
.breadcrumb-area .breadcrumb li{
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.breadcrumb-area .breadcrumb li.active, .breadcrumb-area .breadcrumb a, .breadcrumb-area h1, .breadcrumb-area .breadcrumb li {
    color: rgb(34 34 34);
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}
.text-discount {
    color: rgb(79 84 79) !important;
    text-decoration: line-through;
    font-size: 20px;
}
span.totlaprecio {
    color: rgb(214 15 0);
    font-weight: 600;
}
.product-flags {
    top: 6px;
    width: 100%;
    padding-right: 40px;
    flex-wrap: wrap;
    position: absolute;
    margin-bottom: 0;
    z-index: 1;
    left: 2.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
span.discount-amount {
    font-size: 14px;
    color: rgb(255 255 255);
    font-family: 'Roboto';
    letter-spacing: 0;
    line-height: 12px;
    background-color: rgb(255 152 0);
    margin-top: 5px;
    padding: 6px 7px;
    box-shadow: none;
    margin-right: 5px;
    font-weight: 500;
}
.ulockd-product-details p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    color: rgb(68 68 68);
}
.ulockd-product-details h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 24px;
    font-size: 22px;
    font-weight: 300;
}
.ulockd-product-details-full p {
    width: 100%;
    -webkit-box-orient: vertical;
    line-height: 20px;
    color: rgb(68 68 68);
    padding: 20px;
}
.ulockd-product-details-full h3 {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    font-size: 22px;
    font-weight: 600;
    padding:20px 20px 0px;
}
h4.ulockd-product-price {
    font-family: 'Roboto', sans-serif;
    line-height: 20px!important;
    color: rgb(255 255 255);
    font-size: 22px;
    margin: 0;
    padding: 5px 0px;
}
.ulockd-shop-item {
    background-color: rgb(240 245 247);
    border: 1px solid rgb(230 234 236);
    margin-bottom: 40px;
}
.hvr-bounce-to-right:before {
    background: rgb(255 255 255)!important;
}
span.btn.btn-lg.ulockd--btn-dark {
    padding: 10px 35px;
    background-color: rgb(49 49 49);
    border-color: rgb(49 49 49);
    color: rgb(255 255 255);
}
#services .ulockd-srvcs-overlay {
    background-color: rgb(32 184 6 / 27%);
    border: 0px solid rgb(255 255 255);
}
.ulockd-srvcs-icon span,
.ulockd-srvcs-icon a {
    border: 0px solid rgb(255 255 255);
    color: rgb(255 255 255);
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: rgb(49 52 53);
}
.ulockd-srvc-contnt {
    padding: 10px 15px;
}
.ulockd-srvc-contnt > h3{
    color: rgb(49 49 49);
    text-transform: uppercase;
    font-size: 18px; 
    font-weight: 600;
}
.ulockd-srvc-contnt p{
    color: rgb(49 49 49);
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block_contnt p{
    color: rgb(49 49 49);
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.avia_textblock.block_contnt h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
}
.avia_textblock.block_contnt p{
    line-height: 20px;
}
.avia_textblock.block_contnt ul{
    margin-bottom: 15px;
}
.avia_textblock.block_contnt ul li{
    color: rgb(49 49 49);
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding-left: 20px;
}
.contact-form label {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    display: block;
    margin-bottom: 0;
    color: rgb(136 136 136);
}
.contact-form input {
    line-height: 50px;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid rgb(224 224 224);
    outline: none;
    background-color: rgb(255 255 255);
}
span.required {
    color: rgb(255 0 0);
}
.contact-form textarea {
    line-height: 50px;
    width: 100%;
    height: 100px;
    padding-left: 20px;
    border: 1px solid rgb(224 224 224);
    outline: none;
    background-color: rgb(255 255 255);
}
.theme-button {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    color: rgb(255 255 255);
    border: none;
    background-color: rgb(58 153 67);
}
.contact-button {
    line-height: 40px;
    border-radius: 5px;
}
.contact-page-side-content {
    padding: 30px;
    background-color: rgb(242 242 242);
}
h3.contact-page-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px;
    color: rgb(51 51 51);
}
.single-contact-block h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: rgb(34 34 34);
}
.single-contact-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(224 224 224);
}
.single-contact-block p {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 0;
    color: rgb(102 102 102);
}
.single-contact-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
a#reloadCaptcha {
    display: inline-block;
    position: relative;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(255 193 7);
    padding: 0px 10px;
}
div#form-result {
    color: rgb(255 255 255);
}
.container-full {
    width: 95%;
    margin: 0 auto;
    display: table;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.button-group .button {
  float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    font-family: arial;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    border: unset;
    padding: 10px;
}
.grid {
  border: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
  width: 400px;
  height: 267px;
  margin: 5px;
  padding: 0;
  background: #888;
  color: #262524;
  overflow: hidden;
}
.element-item img {
  max-width: 100%;
  height: auto;
}

.element-item > * {
  margin: 0;
  padding: 0;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
    max-height: 324px;
}