:root {
    --color-primary: #305187;     /* Dark Blue */
    --color-primary-hover: #1f375f;
    --color-accent: #2ba3e0;      /* Light Blue */
    --color-accent-hover: #198cbd;
    --color-footer: #0588ca;      /* Footer Blue */
    --color-bg-light: #f5f5f5;
    --color-bg-dark: #305187;
    --color-text: #000000;
    --color-text-muted: #555555;
    --font-family: 'Roboto', sans-serif;
    --border-radius: 12px;
    --box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    --box-shadow-hover: 0 12px 24px rgba(48, 81, 135, 0.12);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* font-family: 'Roboto', sans-serif; */
body{
    font-size: 17px;
    font-family: var(--font-family);
    color: var(--color-text);
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
}
p{
    margin: 0px 0px 20px 0px;
}
p:last-child{
    margin-bottom: 0;
}
ul{
	list-style:none;
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #0095FF;
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #333;
}
a img{
	border: 0px none;
}
img{
    max-width: 100%;
    height: auto;
}
blockquote {
    background: #EBEBEB;
    color: #000;
    padding: 17px 20px;
}
@media only screen and (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px !important;
    }
}

/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}
/* Bootstrap */

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.left-pad-off{
    padding-left: 0px;
}
.right-pad-off{
    padding-right: 0px;
}
label {
    font-weight: normal;
    margin-bottom: 5px;
}
.navbar-toggle.click-effect span:nth-child(4){
    display: none;
}

/*Default content*/
.page-title{
    margin-bottom: 20px;
}
.page-content h1{
    font-size: 38px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.page-content h2{
    font-size: 28px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.page-content h3{
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.page-content h4{
    font-size: 21px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.page-content h5{
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.page-content h6{
    font-size: 19px;
    margin: 0 0 18px 0;
    line-height: 1.4;
}
.woocommerce-product-details__short-description ul,
.page-content ul{
    margin-bottom: 15px;
    padding-left: 25px;
}
.woocommerce-product-details__short-description ul li,
.page-content ul li {
    margin: 4px 0;
    line-height: 25px;
    list-style: outside;
}
.page-content ol{
    margin-bottom: 15px;
    padding-left: 25px;
}
.page-content ol li {
    margin: 4px 0;
    line-height: 25px;
}
/* Page Banner */
.page-banner {
    text-align: center;
    padding: 24px 0;
    background: #1e73be; /* Color azul de laboprinter.es */
    margin-bottom: 40px;
    color: #fff;
    position: relative;
}
.page-banner:before{
    display: none;
}
.page-banner > img{
    display: none !important;
}
.page-banner h1{
    margin: 0 0 8px;
    text-transform: uppercase;
    font-size: 26px; /* Más estrecho y limpio */
    font-weight: 700;
    letter-spacing: 0.5px;
}
.overlay-title {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transform: none;
}
/* Main Styles */
.hero-top img{
    width: 100%;
    height: auto;
}
.header-top {
    padding:0;
    background-color: #305187;
}
.header-top-txt{
    text-align: center;
    padding: 10px 0;
    color: #fff;
}
.header-top-txt img{
    margin-right: 8px;
}
.header-right, .header-left{
    padding: 8px 0 12px;
}
.header-left p, .header-right p{
    color: #fff;
    margin-bottom: 0;
}
.logo {
    margin: 15px 0;
    max-width: 300px;
}
.search-form label {
    display: inline;
    margin: 0;
}
.search-form {
    background-color: #dbe5e0;
    padding: 0;
    width: 100%;
    position: relative;
}
.search-field{
    border: 0 none;
    padding: 8px; 
    background-color: transparent;
    font-size: 16px;
    width: calc(100% - 43px);
}
.search-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px none;
    cursor: pointer;
    height: 39px;
    margin: 0;
    padding: 0;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}
.search-submit .search-icon {
    color: var(--color-primary);
    transition: var(--transition);
}
.search-submit:hover .search-icon {
    color: var(--color-accent);
}
.header-bottom{
    background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
    ul.navbar-nav li{
        position: relative;
        float: left;
    }
    ul.navbar-nav li a{
        color: #000;
        display: block;
        font-size: 18px;
        padding: 10px 10px 10px;
        text-transform: none;
        outline: none !important;
        font-weight: 500;
    }
    ul.navbar-nav li:hover > a,
    ul.navbar-nav .current_page_item > a,
    ul.navbar-nav .current_page_ancestor > a,
    ul.navbar-nav .current-menu-item > a,
    ul.navbar-nav .current-menu-ancestor > a{
        color: #00A5E3;
    }
    /* Sub Menu */
    ul.navbar-nav > li > ul.sub-menu{
        left: 0px;
        top: 100%;
        z-index: 111;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        -moz-transform-origin: top;
        -webkit-transform-origin: top;
        transform-origin: top;
        -moz-transform: scaleY(0);  
        -webkit-transform: scaleY(0);  
        transform: scaleY(0);  

    }

    ul.navbar-nav li:hover ul.sub-menu{
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
    ul.navbar-nav li ul.sub-menu {
        background-color: #305187;
        position: absolute;
    }
    ul.navbar-nav li ul.sub-menu li{
        display: block;
        border-left: 0px none;
        border-right: 0px none;
        border-top: 1px solid #fff;
        width: 100%;
    }
    ul.navbar-nav li ul.sub-menu li:last-child{
        border-bottom: 1px solid #fff;
    }
    ul.navbar-nav li ul.sub-menu li a{
        padding: 4px 8px 4px 15px;
        display: block;
        text-transform: none;
        font-size: 15px;
        color: #fff;
    }
    ul.navbar-nav li ul.sub-menu li:hover > a,
    ul.navbar-nav li ul.sub-menu .current_page_item > a,
    ul.navbar-nav li ul.sub-menu .current_page_ancestor > a,
    ul.navbar-nav li ul.sub-menu .current-menu-item > a,
    ul.navbar-nav li ul.sub-menu .current-menu-ancestor > a{
        color: #00A5E3;
    }
    /* Sub of Sub menu */
    ul.navbar-nav > li > ul.sub-menu li.menu-item-has-children:before{
        position: absolute;
        content: "\f105";
        color: #fff;
        font-family: "FontAwesome";
        font-size: 20px;
        right: 9px;
        top: 4px;    
    }
    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
        left: -9999px;
        top: -1px;
        min-width: 235px;
    }
    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
        left: 99.8%;  
    }
    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
        left: -9999px;
        top: -1px;    
        background-color: #7A85AD;
        min-width: 235px;
    }
    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
        left: 99.8%;
    }
    .carousel-caption{
        top: 35%;
        bottom: auto;
        text-transform: uppercase;
    }
}

/* Slider */

.slider-area {
    position: relative;
}
.slider-area::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
}
/* Footer */
.footer-area{
    background: #0588ca;
    color: #fff;
    padding: 18px 0;
}
.footer-area p{
    margin: 0;
}
.f-nav{
    margin-bottom: 15px;
}
.f-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.f-nav ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-right: solid 1px #000;
}
.f-nav ul li:last-child{
    border-right: 0;
}
.f-nav ul li a{
    display: block;
    color: #000;
    padding: 0 10px;
    line-height: 20px;
    font-weight: 500;
}
.f-nav ul li a:focus,
.f-nav ul li a:hover{
    color: #fff;
}
/* Sidebar */
.sidebar-widget{
    overflow: hidden;
}
.sidebar-widget h3{
    font-size: 18px;
    color: #fff;
    background: #305187;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.sidebar-widget ul li a{
    color: #555;
    font-size: 14px;
}

/* Footer Widget */
.cta{
    background: url(images/cta-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    color: #000;
    padding: 68px 0;
    margin-top: 50px;
}
.home .cta{
    margin-top: 0px;
}
.cta:before{
    background-color: rgba(4, 34, 84, .8);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.cta h4,
.cta h3{
    position: relative;
    color: #fff;
}
.cta h3{
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 5px;
}
.cta h4{
    font-size: 38px;
    font-weight: 500;
    margin: 0;
}
.footer-top{
    background: #2ba3e0;
    padding: 32px 0;
    color: #fff;
    margin-top: 0;
}
.footer-widget h3{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}
.footer-widget ul{}
.footer-widget ul li a{
    color: #fff;
    padding: 5px 0;
}

/* 404 page */
.text_404{
    text-align: center;
    padding: 75px 0;
}
.text_404 h1{
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.text_404 h3{
    margin-bottom: 30px;
}
.servicios-group{
    background-color: #ebebeb;
    padding: 65px 0;
}
.servicios-group h2{
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.servicios-item {
    background: #fff;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}
.servicios-item:hover {
    box-shadow: var(--box-shadow-hover);
    transform: translateY(-5px);
}
.servicios-item a{
    display: block;
    color: var(--color-text);
}
.servicios-item a:focus,
.servicios-item a:hover{
    color: var(--color-accent);
}
.servicios-img {
    overflow: hidden;
}
.servicios-item img{
    width: 100%;
    height: auto;
    transition: var(--transition);
}
.servicios-item:hover img {
    transform: scale(1.05);
}
.servicios-item h3{
    text-align: center;
    padding: 15px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    height: 95px;
    display: grid;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}
.specialists{
    padding: 65px 0;
}
.specialists h2{
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.dbttn{
    background-color: #2ba3e0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 45px 7px 45px;
    margin-top: 15px;
}
.dbttn:focus,
.dbttn:hover{
    background-color: #305187;
    color: #fff;
}
.why-choose{
    padding: 65px 0;
    background-color: #2ba3e0;
    color: #fff;
}
.why-choose h2{
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.why-choose .choose-item{
    background-color: #fff;
    padding: 35px 20px;
    color: var(--color-text);
    height: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}
.why-choose .choose-item:hover {
    box-shadow: var(--box-shadow-hover);
    transform: translateY(-5px);
}
.why-choose .choose-item h4{
    color: var(--color-primary);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.why-choose .choose-item img{
    margin-bottom: 18px;
    transition: var(--transition);
}
.why-choose .choose-item:hover img {
    transform: rotate(5deg) scale(1.1);
}
.breadcrumb{
    display: block;
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.breadcrumb a{
    color: #fff;
    text-decoration: none;
}
.breadcrumb a:focus,
.breadcrumb a:hover{
    color: #dbebff;
    text-decoration: underline;
}
.sidebar-block .sidebar-widget{
    margin-bottom: 30px;
    background-color: #2BA3E0;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}
.sidebar-block .sidebar-widget > div{
    padding: 6px 20px 10px 20px;
}
.sidebar-block .sidebar-widget ul li{
    display: block;
    border-bottom: solid 1px #fff;
}
.sidebar-block .sidebar-widget ul li:last-child{
    border-bottom: 0;
}
.sidebar-block .sidebar-widget ul li a{
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.sidebar-block .sidebar-widget ul li a:focus,
.sidebar-block .sidebar-widget ul li a:hover{
    color: #000;
}
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="tel"],
.cform textarea,
.cform select{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #305187;
    color: #102735;
    padding: 9px 15px;
    height: auto;
    display: block;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cform textarea{
    height: 120px;
}
.cform input[type="submit"]{
    padding: 9px 40px 9px 40px;
    background-color: #305187;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    border: 0;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.cform input[type="submit"]:focus,
.cform input[type="submit"]:hover{
    background-color: #000;
}
.cform .wpcf7-list-item{
    margin-left: 0 !important;
}
.cform{
    margin-bottom: 25px;
}
.sidebar-widget{
    color: #fff;
}
.sidebar-widget h5{
    margin-bottom: 0;
}
.sidebar-widget h5{
    margin-bottom: 0;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
    clear: both !important;
    display: block !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none !important;
    width: 100% !important;
}
.woocommerce div.product div.images img {
    display: block !important;
    width: auto !important;
    height: auto !important;
}
.product_meta{
	margin-top: 28px;
}
.term-description{
	margin-bottom: 40px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
	border: 1px solid #2CA3E0 !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    position: relative !important;
    height: 270px !important;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 160px !important;
    object-fit: cover;
}
.woocommerce ul.products li.product .button {
    display: block !important;
    text-align: center !important;
    background: #2CA3E0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.woocommerce ul.products li.product .button:focus,
.woocommerce ul.products li.product:hover .button {
    background: #315287 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    margin: 0 !important;
    text-align: center !important;
    padding: 0 10px !important;
    font-size: 15px !important;
    height: 36px;
    word-break: break-word;
}
.woocommerce-product-details__short-description h2{
	font-size: 28px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.tax-product_cat h1.page-title{
	display: none;
}
.fancybox-caption__body{
    display: none !important;
}
.techino-hp-sidebar a{
    color: #fff;
}
.techino-hp-sidebar a:focus,
.techino-hp-sidebar a:hover{
    color: #000;
}

/* Accordion SVG Mobile Menu styling */
.accordion-toggle-icon {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    transition: var(--transition);
}
.navbar-nav li .accordion-btn-wrap {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--color-accent) !important;
    border-radius: 4px;
    transition: var(--transition);
}
.navbar-nav li .accordion-btn-wrap:hover {
    background: var(--color-primary) !important;
}