/* Mobile first *******************************************************************************************************/

.ask-financing-info {
    font-weight: bold;
    color: #475258;
    text-align: center;
}

.ask-financing-info span {
    display: block;
}

.ask-4-budget {
    display: grid;
    grid-template-columns: 120px auto;
    align-items: center;
}

.ask-4-budget img {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.ask-4-budget span {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
}

.budget-btn {
    display: block;
    color: #ffffff;
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.budget-info {
    display: grid;
    grid-template-columns: 36px auto;
    align-items: center;
    width: 230px;
}

.category-icon {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 129px;
    overflow: hidden;
}

.category-label {
    color: #475258;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

.category-label span {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.company-logo {
    display: block;
    width: 80%;
    margin: auto;
}

.mobile-banner-section-up {
    position: relative;
    z-index: -1;
}

.page-banner-section {
    display: none;
}

.product-breadcrumb {
    border-left: solid 6px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-breadcrumb h2 {
    color: #475258;
    text-transform: uppercase;
    font-weight: 300;
}

.product-breadcrumb p {
    margin: 0;
}

.product-breadcrumb p > span {
    color: #F3754C;
}

.product-description {
    margin-top: 30px;
}

.product-description h2 {
    color: #475258;
    font-weight: 300;
}

.product-description li {
    color: #999999;
}

.product-description li > span {
    font-size: 22px;
}

.product-features {
    position: relative;
    background-color: #E5E3E8;
    color: #6F7B82;
    margin: 60px 0;
}

.product-features h3 {
    color: #6F7B82;
    text-align: center;
    margin-bottom: 30px;
}

.product-featured-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 95%;
    display: none;
}

.product-gallery {
    padding-top: 50px;
}

.product-intro-txt {
    padding: 20px 0 20px 15px;
}

.product-intro-txt h4 {
    color: #475258;
}

.product-intro-txt li {
    line-height: 22px;
    font-size: 14px;
    color: #475258;
}

.product-intro-txt li > span {
    font-weight: bold;
    font-size: 18px;
}

.product-logo {
    position: absolute;
    bottom: 25px;
    left: 10px;
    width: 40%;
}

.product-price {
    text-align: center;
}

.product-price-new {
    font-size: 24px;
    color: #475258;
}

.product-price-old {
    font-weight: 300;
    color: #999999;
    text-decoration: line-through;
}

.product-reference {
    font-weight: 300;
}

.product-title {
    color: #475258;
    font-weight: 300;
    text-align: center;
}

.product-title span {
    font-size: 16px;
    display: block;
}

.product-2-cart h3 {
    color: #475258;
    font-weight: 300;
    text-align: center;
}

.product-2-cart .quantity-cart .add-to-cart {
    display: block;
    margin: 10px auto;
    font-size: 12px;
    color: #ffffff;
    border: none;
    padding: 6px 12px;
    width: 40%;
}

.product-2-cart .quantity-cart .product-quantity {
    text-align: center;
    float: initial;
    width: 40%;
    margin: auto;
}

.sale-badge {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    margin: auto;
}

.sale-badge span {
    display: block;
    font-weight: bold;
    font-size: 30px;
}

.slider.responsive .bottom-slide {
    padding: 10px;
}

/* COLORS */

.orange-bg {
    background-color: #F3754C;
}

.orange-txt {
    color: #F3754C;
}

/* Small devices (portrait tablets and large phones, 600px up) ********************************************************/
@media only screen and (min-width: 600px) {
    /**/
	
}

@media only screen and (max-width: 400px) {
    /**/
	    .category-icon {
        width: 80px;
        height: 80px;
    }
}

/* Medium devices (landscape tablets, 768px up) ***********************************************************************/
@media only screen and (min-width: 768px) {

    .ask-financing-info {
        text-align: left;
        font-size: 18px;
    }

    .ask-financing-info span {
        display: inline;
    }

    .ask-4-budget {
        grid-template-columns: 180px auto;
    }

    .ask-4-budget span {
        padding-left: 5px;
    }

    .budget-btn {
        width: 144px;
    }

    .budget-info {
        width: 290px;
    }

    .category {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 160px;
        height: 160px;
        margin: auto;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translate(0, 50%);
    }



    .category-label {
        color: #475258;
        text-transform: uppercase;
        text-align: center;
        font-size: 17px;
        line-height: 16px;
    }

    .category-label span {
        display: block;
        font-size: 13px;
    }

    .company-logo {
        width: 50%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 85px;
    }

    .down-ico {
        display: block;
        margin-top: 25px;
        margin-left: 50px;
    }

    .mobile-banner-section {
        display: none;
    }

    .page-banner-content {
        padding-top: 180px;
    }

    .page-banner-right {
        height: 758px;
    }

    .page-banner-section {
        display: block;
      
        background-repeat: no-repeat;

        height: 800px;
        
        padding: 0;
    }

    .page-banner-section2 {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1500px;
    padding: 0;
}
 .page-banner-section3 {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    padding: 0;
   
}

.page-banner-section4 {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 758px;
    padding: 0;
   
}


    .product-breadcrumb {
        margin-top: 35px;
        padding-left: 30px;
    }

    .product-intro-txt {
        padding: 20px 40px 20px 20px;
    }

  .product-intro-txt h2 {
    color: #000;
    text-transform: initial;
    font-weight: 600;
    font-size: 36px;
}
    .product-intro-txt li {
        line-height: 30px;
        font-size: 15px;
    }

    .product-intro-txt li > span,
    .product-features li > span {
        font-size: 22px;
    }

    .product-intro-txt ul {
        margin-top: 40px;
        margin-left: 50px;
    }

    .product-logo {
        position: relative;
        display: block;
        width: 25%;
        bottom: 0;
        left: 0;
    }

    .product-price {
        text-align: left;
    }

    .product-title {
        text-align: left;
    }

    .product-title span {
        display: inline;
    }

    .product-2-cart h3 {
        text-align: left;
    }

    .product-2-cart .quantity-cart .add-to-cart {
        width: initial;
        float: left;
        margin-top: 0;
        margin-left: 15px;
    }

    .product-2-cart .quantity-cart .product-quantity {
        float: left;
        width: initial;
    }

    .sale-badge {
        margin: initial;
    }
}

/* Large devices (laptops/desktops, 992px up) *************************************************************************/
@media only screen and (min-width: 992px) {
    /**/
}

/* Extra large devices (1200px up) ************************************************************************************/
@media only screen and (min-width: 1200px) {

    .product-featured-img {
        display: block;
        width: 33%;
    }
}
/* Textos colores y fondos ************************************************************************************/


.fondoazul{
    background-color:#e4eff2;
}
.fondoblancoroto{
    background-color: #f1f2f4;
}
.fondo2{
    background-image: linear-gradient(#e9e9e9, white);
}
.fondoboton1{
background-color: #f0f0f0;
}
.fondoboton2{
background-color: #f7f7f7;
}
.fondoboton3{
background-color: #fcfcfc;
}
.textoazul{
    color:  #1ebcc5;
    text-align: justify;
}
.textogris{
    text-align: justify;
color: gray;
}


.tituloh3{
    font-family: "Roboto", "Regular" !important;
    font-size: 40px !important;
    color: #363f43 !important;
}
.tituloh3medium{
    font-family: "Roboto", "Medium" !important;
    font-size: 30px !important;
    color: #9cbd37 !important;
    text-transform: uppercase !important;
}

.subtitulo{
    font-family: "Roboto", "Regular" !important;
    font-size: 20px !important;
    color: #00b0b8 !important;
}

.textocorrido{
     font-family: "Roboto", "Regular" !important;
    font-size: 18px !important;
    color: #363f43 !important;
}

.textomenu1{
 font-family: "Roboto", "Regular" !important;
    font-size: 36px !important;
    color: #363f43 !important;
}

.textomenu2{
 font-family: "Roboto", "Regular" !important; 
    font-size: 36px !important;
    color: #ffffff !important;
}

.tituloheader{
     font-family: "Roboto", "Medium" !important;
    font-size: 60px !important;
    color: #00b0b8 !important ;
}

.subtituloheaderclaro {
     font-family: "Roboto" !important;
     font-size: 26px !important;
     font-weight: 400 !important;
     color: #dbddde !important;
}

.subtituloheaderoscuro {
     font-family: "Roboto" !important;
     font-size: 26px !important;
     font-weight: 400 !important;
     color: #485258 !important;
}

/* Ocultar bloques para pnatalla media************************************************************************************/
@media only screen and (min-width: 768px) {
    /**/
    .oculto{
        display: none;
    }
    
}
@media only screen and (max-width: 768px) {
    /**/
    .huella{
       
max-width: 50% !important;

margin-left: 90px !important;
    }
    
}
/* botones************************************************************************************/
.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #00b0b8 ;
    --bs-btn-border-color: #00b0b8 ;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
    border-radius: 25px;
}
/* menu color************************************************************************************/
.menucolor{
color: #a5b9c4 !important;
}

/* padding************************************************************************************/
@media only screen and (max-width: 768px) {
    /**/
    .pt30mobil{
       
padding-top: 30px;
    }
    
}

@media only screen and (max-width: 768px) {
    /**/
    .pt50mobil{
       
padding-top: 50px !important;
    }
    .nuevo{
       left: 0px !important;
    }
    
    .p20{
        padding: 20px;
    }
}

.pt50{
    padding-top: 50px;
}
/* size img************************************************************************************/

.mw60{
    max-width: 60% !important;
}
