.single-product-card {
    padding: 60px 90px;
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 0.4rem;
}

.title-product-presentation {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}

#nav-description-single-product .tab-pane {
    padding: 30px;
    background: #fafafa;
}


.form-container-modal {
    border: 1px #e1e1e1 solid;
    border-radius: 5px;
}




#nav-single-product {
    margin-top: 100px;
}

#nav-single-product .nav-link {
    font-weight: 600;
    color: #333333;
    border-radius: 0;
}

#nav-single-product .nav-link.active:hover {
    color: #fff !important;
}

#nav-single-product .nav-link.active {
    color: #fff;
    background-color: var(--AKBP-blue);
    border-radius: 0;
}



.download-tech-file {
    margin: 100px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.download-tech-file h2 {
    display: block;
    width: 33.3333%;
    padding: 35px 50px 35px 0;
    text-align: right;
    font-size: 30px;
    font-family: 'colour_sansregular';
    font-weight: 500;
    margin-right: -30px;
    color: white;
    position: relative;
    background: var(--AKBP-blue);
}

.download-tech-file h2::after {
    content: "";
    display: block;
    top: 0;
    width: 150%;
    position: absolute;
    height: 100%;
    left: -148%;
    background: var(--AKBP-blue);
}

.download-tech-file a {
    padding: 18px;
    display: block;
    width: 30%;
    margin: 0 5px;
    /* background: #7d7d7d; */
    text-align: center;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    background: linear-gradient(20deg,#00a78e,#2fc48d);
    font-weight: bold;
    box-shadow: inset 0 -0.3rem 0 0 rgba(0,0,0,.1);
    border-radius: 0.4rem;
    color: #ffff;
}

.download-tech-file a::before {
    content: "";
    background: url(../images/icongray2.png) no-repeat center center;
    background-size: 60%;
    display: block;
    width: 6%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
}

.download-tech-file a::after {
    content: "";
    background: url(../images/icongray1.png) no-repeat center center;
    background-size: 80%;
    display: block;
    width: 5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
}

.carousel-presentation .product-presentation p {
    margin: 0 2px;
    font-size: 12px;
    text-align: center;
    min-height: 35px;
}

.carousel-presentation .product-presentation img {
    margin: auto;
	max-height: 95px;
}

.product-presentation-prevarrow {
    background: url(../images/arrowDetail1.jpg) no-repeat center center;
    width: 45px;
    height: 45px;
    font: 0/0 a;
    position: absolute;
    top: 40%;    
    left: -30px;
    cursor: pointer;
}

.product-presentation-nextarrow {
    background: url(../images/arrowDetail2.jpg) no-repeat center center;
    width: 45px;
    height: 45px;
    font: 0/0 a;
    position: absolute;
    top: 40%;
    right: -30px;
    cursor: pointer;
}

.share-links {
    float: right;
}

.share-links a {
    display: block;
    float: left;
    background: var(--AKBP-blue);
    margin: 5px;
}

.container-share-links {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.container-share-links h3 {
    float: left;
    margin: 0!important;
    width: 35%;
    margin: 0;
    margin-top: 15px;
}

.tab-content table {
    margin: auto;
    margin-bottom: 10px;

}

.tab-content table tbody tr {
    text-align: center;
}

.tab-content table thead tr th {
    padding: 10px;
    border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

.tab-content table tbody tr td {
    color: rgba(0, 0, 0, 0.5); 
}

.tab-content table tbody tr td:nth-of-type(1) {
    font-weight: bold;
}

.tab-content table tr td {
    background: transparent;
    padding: 5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    /* border-bottom: solid 0.5px rgba(0, 0, 0, 0.1); */
}

.tab-content table tr {
    border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

.tab-content table tr:last-child {
    border: none;
}
.tab-content .tab-pane h2{
    font-size: 20px;
    color: #333333;
}
.tab-content .tab-pane p{
    font-size: 14px;
    color: #333333;
}

.tab-content .tab-pane a {
    color: var(--AKBP-green);
}
a:hover, a:focus {
    color: var(--AKBP-green) !important;
    text-decoration: underline;
}

.tab-content{
    -webkit-box-shadow: none  !important; 
     box-shadow: none !important;
}


.productos-template-default .search-form-container{
    /*display: none !important;*/
}
/* ========================================================================================================================================================= */
.btn-add-to-list {
    cursor: pointer;
    /* background: #163288 url(../images/star.png) no-repeat 10px center; */
    color: #fff;
    padding: 15px 30px;
    max-width: 350px;
    text-align: center;
    margin: auto;
    margin-top: -5px;
    background: linear-gradient(20deg,#00a78e,#2fc48d);
    font-weight: bold;
    box-shadow: inset 0 -0.3rem 0 0 rgba(0,0,0,.1);
    border-radius: 0.4rem;
}

#modalAddProduct .modal-content {
    border-radius: 0;
    background-color: var(--AKBP-pale-white);
}

#modalAddProduct .modal-body {
    background-color: #fff;
}

#modalAddProduct .modal-header {
    border: none;
}

#modalAddProduct .image-modal {
    width: 30%;
    float: left;
}

#modalAddProduct .title-image-modal {
    padding-left: 50px;
    width: 70%;
    float: left;
}

#modalAddProduct .infobox {
    position: relative;
    font-size: 13px;
    color: #fff;
    background-color: var(--AKBP-blue);
    line-height: 15px;
    padding: 10px 50px;
    margin-left: 20px;
}

.arrow-left {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid var(--AKBP-blue);
    left: -10px;
    bottom: 10px;
}

.back-modal {
    font-size: 13px;
}

.next-modal {
    padding: 15px 10px;
    background: linear-gradient(20deg,#00a78e,#2fc48d);
    font-size: 13px;
    color: #fff;
    /* border-radius: 0; */
    box-shadow: inset 0 -0.3rem 0 0 rgba(0,0,0,.1);
    border-radius: 0.4rem;
}

.next-modal:hover {
    background: linear-gradient(20deg,#00a78e,#2fc48d);
    color: #fff;
    text-decoration: underline;
    box-shadow: inset 0 -0.3rem 0 0 rgba(0,0,0,.1);
    border-radius: 0.4rem;
}

.back-modal:focus,
.next-modal:focus {
    box-shadow: none;
}

.modal-calculator .modal-content {
    background-color: #fde700;
}

.modal-calculator .modal-header {
    border: none;
}

.form-container {
    background-color: #fff;
    padding: 30px;
}

.btn-calculator {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ffdb00;
    color: #163186;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-top: 40px;
    padding: 15px 40px;
    max-width: 176px;
}

#formCalculate {
    display: none;
}

.calculate h1 {
    font-size: 30px;
    color: #163288;
}

.you-need p {
    font-size: 20px;
    color: #163288;
}

.alert-blue {
    padding: 30px;
    padding-left: 50px;background: #163288 url(../images/iconlight-box.png) no-repeat 10px 30px/35px;
    color: white;
    overflow: hidden;
    display: block;
    position: relative;
}

.back-calculator {    
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
    background: url(../images/arrowLink.png) no-repeat left center;
    padding-left: 30px;
    text-decoration: underline;
}

#buttons-after-calculate {
    display: none;
}

.where-buy {
    color: white;
    background: black url(../images/arrowbanner.png) no-repeat 95% center/35px;
    min-width: 180px;
    padding-right: 60px;
    bottom: -10%;
    padding: 20px;
    right: -20px;
    position: absolute;
}

.where-buy a {
    color: white;    
}

.modal-header {
    padding-left: 30px;
    padding-right: 30px;
    display: inline;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
}

.pretitle-calculator {
    font-size: 14px;
}

.title-calculator {
    font-size: 20px;
    margin-top: 0;
}

.area-inputs {
    margin-top: 20px;
}

.btn-calculator-black {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-top: 40px;
    padding: 15px 40px;
    max-width: 176px;   
}

.bottom-text-title {
    margin-top: 15px;
}

.btn-calculator-black:hover {
    background: #000;
    color: #fff;
}

.modal-content .nav.nav-tabs {
    margin-bottom: 20px;
}

.modal-content .nav.nav-tabs li {
    margin-right: 20px;
}

.modal-content .nav.nav-tabs li a {
    color: #000;
}

.calculator-title-result {
    display: none;
}

#formCalculated {
    display: none;
    background-color: #fff;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;    
}

/* ================================================================================================================================================================= */
.container-subbuttons a p {
    color: white;
}
.container-subbuttons a:hover {
    background: #00a78e;
}
.container-subbuttons a {
    transition: all .15s ease;
    padding: 15px 20px 15px 70px;
    display: block;
    /* background: #fafafafa no-repeat 15px center; */
    background: #01b99e;
    font-size: 16px;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    /* color: #333 !important; */
    padding: 15px 50px 15px 70px;
    background-size: 19px autp;
    cursor: pointer;
    border-radius: 0.4rem;
    width: fit-content;
    margin: 0 auto;
}

.left-subbutton {
    padding-left: 0;
    padding-right: 2px;
}

.right-subbutton {
    padding-left: 2px;
    padding-right: 0px;
}

.container-subbuttons {
    margin-bottom: 100px;
    /* -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3); */
    /* box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3); */
}

.container-subbuttons p {
    font-size: 16px;
    text-decoration: none;
    margin: 0px;
}

.container-subbuttons .informacion {
    background-image: url(../../../uploads/2023/07/Componente-159-–-1-2.png);
    background-size: 30px auto;
}

.container-subbuttons .calculadora-deco {
    background-image: url(../images/btnyellow2.png);
}

.container-subbuttons .tienda {
    background-image: url(../../../uploads/2023/07/Componente-157-–-1-1-1.png);
    background-size: 30px auto;
}

.message-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 490px;
    margin-left: 20px;
}

.select-modal label {
    margin-right: 20px;
}

.complementarios {
    position: relative;
    padding-bottom: 30px;
}

.complementarios::after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    background: #fafafa;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: -15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.product-slider {
    background-color: #fff;
    padding: 30px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
}

.gallery-products-bottom a:focus {
    outline: none;
}

.gallery-products-bottom h2 {
    line-height: 0.7;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.gallery-products-bottom h2 a {
    color: black;    
    font-size: 20px; 
    text-decoration: underline;   
}

.see-more-slider {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--AKBP-green);
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
    font-weight: bold;
}

.complementarios h3 {
    padding: 60px 0px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;
}

.slick-slide:focus {
	outline: none;
}

.carousel-presentation .slick-list{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slick-list {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.5);
    background-color: #fff;
}

.product-bottom-nextarrow {
    background: #000 url(../images/arrowWhite2.png) no-repeat center center;
    width: 37px;
    height: 45px;
    font: 0/0 a;
    position: absolute;
    top: 40%;
    right: 5px;
    cursor: pointer;
}

.product-bottom-prevarrow {
    background: #000 url(../images/arrowWhite1.png) no-repeat center center;
    width: 36px;
    height: 45px;
    font: 0/0 a;
    position: absolute;
    top: 40%;
    left: 5px;
    cursor: pointer;
    z-index: 1;
}

#modalContact h2 {
    max-width: 500px;
}

#modalContact .modal-header {
    border: none;
    padding-bottom: 0;
}

#modalContact .modal-content {
    border-radius: 5px;
    background-color: #fafafa;
    border: none;
}

#modalContact label {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top: 2%;
}

#modalContact input {
    margin-top: 10px;
    border: 1.5px #000 solid;
}

#modalContact .modal-btn-send input {
    float: right;
    background: linear-gradient(20deg,#00a78e,#2fc48d);
    color: #fff;
    min-width: fit-content;
    padding: 15px 40px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    border: none;
    box-shadow: inset 0 -0.3rem 0 0 rgba(0,0,0,.1);
    border-radius: 0.4rem;
}

.modal-form {
    padding: 1px 40px;
    background-color: #fff;
}

#modalContact a {
    color: #000;
    text-decoration: underline;
}

.modal-message-container {
    display: none;
}

.modal-message {
    font-weight: 500;
    font-size: 20px;
    background-color: #fff;
}

.modal-message {
    padding: 20px;
}

.back-form {
    color: black;
    background: url(../images/arrowLink.png) no-repeat left center;
    padding-left: 30px;
    text-decoration: underline;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    cursor: pointer;        
}

#modalContact div.wpcf7-response-output {
    display: none!important;
}

.check-black {
	text-align: center;	
}

.check-black input {
	opacity: 0;
}

.check-black label {
	position: relative;
}

.check-black input:checked+label:after {
    background: black;
}

.check-black label:after {
	left: -19px;
    top: -7px;
    content: "";
    cursor: pointer;
    position: absolute;
    display: block;
    width: 16px;
    border: solid 1px black;
    height: 16px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: 0 40%;
}

/* Responsive Estilos Oriana */

@media screen and (max-width: 425px){
    .download-tech-file h2 {
        padding: 35px 180px 35px 0;
        margin-right: -20px;
    }
    .download-tech-file h2::after {
        width: 40%;
        left: -38%;
    }
    .download-tech-file a {
        width: 50%;
    }
    .single-product-card {
        padding: 30px;
    }
   
}
.tab-desktop{
    display: block;
}
.accordion-smart{
    display: none;
}


@media screen and (max-width: 768px){
    .container-subbuttons p {
        font-size: 14px;
    }
    .tab-desktop{
        display: none;
    }
    .accordion-smart{
        display: block;
        margin-top: 100px;
    }
    .accordion-smart .nav-link{
        color: #000;
        background-color: #fff;
    }
    .accordion-smart .nav-link.active {
        color: #fff;
        background-color: #000;
    }

    .accordion-smart a[aria-expanded="true"] {
        background-color: var(--AKBP-blue);
        color: #fff !important;
    }
    .accordion-smart span.acc-arrow[aria-expanded="true"] {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid black;
        border-bottom: 5px solid white;
    }
    .accordion-smart a.nav-link::after {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        right: 15px;
        top: 40%;
        border-right: solid 1px #C0C0C0;
        border-top: solid 1px #C0C0C0;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); 
        
    }
    
    .accordion-smart a.nav-link[aria-expanded="true"]::after {
        right: 15px;
        border-right: none;
        border-left: solid 1px #C0C0C0;
        border-bottom: solid 1px #C0C0C0;
        border-top: none;
        top: 15px;
    }
    .accordion-smart h2{
        font-size: 20px;
        color: #333333;
    }
    .accordion-smart p{
        font-size: 14px;
        color: #333333;
    }
    
    .accordion-smart a {
        color: #01579b;
    }
    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }
    
    .accordion-smart{
        -webkit-box-shadow: none  !important; 
         box-shadow: none !important;
    }

    .download-tech-file{
        /* flex-direction: column; */
    }
    .download-tech-file h2, .download-tech-file a{
        width: 50%;
    }

    .container-subbuttons a {
        padding: 15px 10%;
    }
}


@media (min-width: 1200px)  {
	
	
	
	.list-products-section .table-list-products table img {
    width: 200px;
}
	
	
	
}