
html, body {
	font-family: "Encode Sans", sans-serif;
}

/* espacio de scroll */
html {
  scroll-padding-top: 3.5rem;
}
@media only screen and (max-width: 767px){
html {
  scroll-padding-top: 9.5rem;
}}

/* top amarillo */
.wsp-iso {
    background-color: #eec953;
    color: #ffffff;
}
.header-left p {
    margin: 0;
}
/* navbar */

#mainNav {
    background-color: #fff;
}

#mainNav ul li a {
    font-size: 14px;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
 }
 .nav-link .material-symbols-outlined {
    font-size: 15px;
    color: #eec953;
}
.nav-item {
    margin-right: 40px;
}
#mainNav ul li a:hover {
    color: #eec953;
}
.dropdown-menu {
    background-color: #403f3f;
}
.dropdown-item {
    color: #ffffff!important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #eec953!important;
    background-color: transparent;
}

.dropdown-toggle::after {
	color: #eec953;
}
.navbar-toggler {
	border: 1px solid #666666;
	padding-top: 5px;
}
.navbar-toggler span {
    color: #eec953;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
#navbarResponsive {
    padding-left: 20px;
}

/* buscar + wsp */
.sectionmenospad {
    padding: 1rem 0;
}
.buscar {
    width: 70%;
}
.buscar input.form-control {
    border-radius: 0;
}
.buscar button {
    background-color: #eec953;
    border: 1px solid #eec953;
    color: white;
    padding: 15px 30px;
    border-radius: 0;
}
.buscar button span {
    font-size: 18px;
}
.btn-outline-success:hover,
.btn-outline-success:active {
    color: #eec953;
    background-color: #666666;
    border-color: #666666;
}
.btn-outline-success:focus,
.btn:focus,
.form-control:focus {
    box-shadow: none;
}
.form-control:focus {
    border: 1px solid #cccccc;
}
.text-icon {
    float: right;
}
.cel_icon {
    background-color: #7fad39;
    float: left;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}
.cel_icon:hover {
    background-color: #9dd34b;
}
.text_cel {
    overflow: hidden;
}
.text_cel h5 {
    font-weight: 800;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){
    .buscar {
    width: 100%;
    }
    .text-icon {
    float: left;
    margin-top: 20px;
    }}
/* carousel */
@media only screen and (max-width: 767px){
	.wsp-iso {
    display: none;
	}
	.w-100 {
		width: auto!important;
	}}

/* scrolltop */
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #666666;
    background: #eec953;
    line-height: 65px;
}
.scroll-to-top:hover,
.scroll-to-top:focus {
	color: #ffffff;
}

/* nuestros productos */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2 {
    font-family: 'Encode Sans';
    color: #666666;
    font-weight: 700;
}
.section-title h2 span {
    color: #eec953;
}
.prod-vista {
    border: 1px solid #ccc;
    padding: 40px 20px;
}
.prod-img img {
    max-width: 100%;
}
.prod-text {
    padding-top: 20px;
}
.prod-text h4 {
    margin-bottom: 30px;
	font-size: 1.3rem;
}
.btn-ver,
.btn-enviar {
    font-size: 14px;
    color: #ffffff  !important;
    font-weight: 800;
    text-transform: uppercase;
    /*display: inline-block;*/
    padding: 13px 30px 12px  !important;
    background: #eec953 !important;
    border: none !important;
    margin-top: 10px !important;
    text-decoration: none;
}
.btn-ver:hover,
.btn-enviar:hover {
    background-color: #666666;
    color: #eec953;
}



@media only screen and (max-width: 767px){
.prod-vista {
    margin-bottom: 30px;
}}

/* servicios */
#services {
    background: #eec953 url(../assets/iso_logo_50_cortado.svg) no-repeat right center;
    padding: 70px 0;
}
.servicio-item {
    text-align: center;
}
.servicio-item h4 {
    font-weight: 700;
}
.servicio-item p {
    font-size: 20px;
}
.servicio-item h4,
.servicio-item p {
    color: #666666;
}
.foot {
    padding-top: 80px;
}
.txt_foot {
    text-align: center;
    border-top: 2px solid #ffffff;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #6f6f6f;
}
@media only screen and (max-width: 767px){
#services {
    background: #eec953 url(../assets/iso_logo_50_cortado.svg) no-repeat 150px bottom;
}}

/* empresa */
#empresa {
    background: #ffffff url(../assets/img_empresa.jpg) no-repeat left center;
    padding: 170px 0;
    background-size: 50%;
}
.section-title h2 {
font-size: 1.7rem
}
.somos p {
   font-size: 16px;
   margin-top: 14px;
}
.somos {
   text-align: left;
   padding-left: 30px;
   margin-top: 23px;
}
@media only screen and (max-width: 767px){
#empresa {
    background: #ffffff url(../assets/img_empresa.jpg) no-repeat center center;
    padding: 50px 0 320px;
    background-size: cover;
}
#empresa .section-title h2,
.somos p {
    color: #ffffff;
}}

/* contacto */
.form-contacto input {
    width: 100%;
    height: 50px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}
textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-top: 12px;
    resize: none;
}
@media only screen and (max-width: 767px){
.form-contacto .row div img {
    width: 100%;
}}

/* mapa */
.map {
    position: relative;
}
.map iframe {
    width: 100%;
}
.map .map-inside {
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-175px);
    -ms-transform: translateX(-175px);
    transform: translateX(-175px);
}
.map .map-inside .inside-widget {
    width: 350px;
    background: #ffffff;
    text-align: center;
    padding: 23px 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 5px rgb(12 7 26 / 15%);
    box-shadow: 0 0 20px 5px rgb(12 7 26 / 15%);
}
.inside-widget img {
    width: 270px;
}
.map .map-inside .inside-widget:after {
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
    border: 12px solid transparent;
    border-top: 30px solid #ffffff;
    content: "";
    z-index: -1;
}
.map .map-inside .inside-widget p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

/* datos */
.datos {
    background: #F3F6FA;
    padding-top: 70px;
    padding-bottom: 0;
}
.datos-logo img {
    margin-top: 50px;
    width: 350px;
}
.list-datos {
    margin-bottom: 30px;
}
.list-datos h6 {
    font-weight: bold;
    color: #eec953;
    font-size: 20px;
}
.list-datos ul {
    padding-left: 0;
}
.list-datos ul li {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 36px;
    list-style: none;
}
.list-datos ul li span {
    font-size: 20px;
    color: #eec953;
    vertical-align: middle;
}

/* footer */
.footer-copy {
    background-color: #eec953;
}
.copyright p {
    margin-top: 20px;
    color: white;
}
.copyright p a {
    text-decoration: none;
    color: #ffffff;
}
.copyright p a:hover {
    color: #9db102;
}

@media only screen and (max-width: 767px){
.footer-copy .copyright {
    text-align: center!important;
}}


/* Página Productos */

.categorias {
    margin: 0px 120px 10px;
}
.categorias a {
    text-align: center;
    border: 1px solid #eec953;
    background-color: #ffffff;
    color: #666;
    font-weight: 700;
    padding: 7px 0;
    text-decoration: none;
}
.categorias .activebtn,
.categorias a:hover {
    border: 1px solid #666666;
    background-color: #666666;
    color: #eec953;
}
.prod {
    margin-bottom: 30px;
}
.producto_detalle {
    margin-bottom: 20px;
}
.producto_detalle img {
    max-width: 100%;
}
.texto_producto p {
    margin-bottom: 45px;
}
.texto_producto ul {
    border-top: 1px solid #ebebeb;
    margin-top: 50px;
    padding-top: 40px;
    padding-left: 0;
}
.texto_producto ul li {
    font-size: 16px;
    color: #1c1c1c;
    list-style: none;
    line-height: 36px;
}
.texto_producto ul li b {
    padding-right: 50px;
}
.texto_producto ul li .share {
    display: inline-block;
}
.texto_producto ul li .share a {
    margin-right: 25px;
}
/* modal consultas */
.modal-header {
    background-color: #eec953;
    color: #666666;    
}
.modal-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.close {
    color: #666;
    background-color: transparent;
    border: 1px solid #666;
}
.close span {
    font-size: 25px;
    padding: 0 5px;
}

@media only screen and (max-width: 767px){
section#productos {
    padding-top: 4rem;
}
#productos .section-title h2 {
    font-size: 30px;
}
.categorias {
    margin: 0;
}
.categorias button {
    margin-bottom: 10px;
}}


/* Página cada producto */
.breadcrumb__option {
    border-top: 1px solid #eec953;
    border-bottom: 1px solid #eec953;
    padding: 10px 0;
    text-align: center;
}
.breadcrumb__option a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}
.breadcrumb__option a,
.breadcrumb__option a span {
    color: #eec953;
}
.breadcrumb__option a span {
    vertical-align: middle;
}

.texto_producto h3 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 16px;
}

/* productos relacionados */
#prod_relacionados {
    padding-top: 0;
}

/* MARIO */

#resultados a {
    color: #eec953;
    text-decoration: none;
    font-size: 1.5rem;
}
#resultados a:hover {
    color: #726025;
}

.order-selector {
            margin: 20px;
            max-width: 350px;
        }
        
        .order-selector select {
            width: 100%;
            padding: 12px 40px 12px 15px;
            border: 1px solid #d0d0d0;
            border-radius: 0;
            background-color: #ffffff;
            font-size: 14px;
            color: #999999;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 20px;
            transition: border-color 0.2s ease;
        }
        
        .order-selector select:hover {
            border-color: #999999;
        }
        
        .order-selector select:focus {
            outline: none;
            border-color: #666666;
            color: #333333;
        }
        
        /* Estilo cuando hay una opción seleccionada diferente a la primera */
        .order-selector select.has-value {
            color: #333333;
        }
        
        /* Estilos para las opciones */
        .order-selector select option {
            padding: 10px;
            color: #333333;
            background-color: #ffffff;
        }
        
        .order-selector select option:hover {
            background-color: #f5f5f5;
        }
        
        /* Para navegadores que soportan styling de options */
        @supports (-webkit-appearance: none) {
            .order-selector select option {
                padding: 12px 15px;
                line-height: 1.5;
            }
        }

/* MARIO */

/* Estilos para los filtros */
.filters {
    padding: 0 20px 15px 20px;
    margin-bottom: 20px;
}

.order-selector {
    margin-top: 0;
}

.filters h3 {
	background-color: #eec953;
	font-size: 18px;
    font-weight: 700;
    color: #666;
	padding: 17px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.filters h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
	margin-left: 20px;
    color: #333;
}

.filters h4:first-child {
    margin-top: 0;
}

.form-check {
    margin-bottom: 8px;
	margin-left: 20px;
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
    margin-left: 5px;
    user-select: none;
}

.filters hr {
	margin: 1.5rem 0;
}

.filters button {
    margin-top: 15px;
    padding: 8px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.filters button:hover {
    background: #0056b3;
}

.filter-count {
    margin-left: 10px;
    color: #666;
    font-size: 14px;
}

.order-selector h3 {
	background-color: #666;
    padding: 17px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #eec953;
}


/* Indicador de carga mientras se aplican filtros */
.applying-filters {
    opacity: 0.6;
    pointer-events: none;
}