/* Azul: #0094d3
Anaranjado: #ff9800 
Azul oscuro: #004462
text #4f4d54*/



.tabs{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0%;
    border-bottom: 2px solid #ff9800;
    list-style: none;
}

.tabs h3{
    padding: 10px 20px;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    user-select: none;
    font-size: 14pt;
    margin: 0;
    /* border-top: 2px #004462 solid;
    border-left: 1px #004462 solid;
    border-right: 1px #004462 solid; */
}

/* .tabs li:first-child{
    border-left: 2px #004462 solid;
}

.tabs li:last-child{ 
    border-right: 2px #004462 solid;
} */

.product-list{
    display: grid;
    padding: 30px 0;
    
    display: none;
}

.paginator button{
    border: none;
    padding: 10px 15px;
    font-size: 14pt;
}

.pag-btn{
    background: white;
    color: #4f4d54;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}

.paginator{
    padding: 0 0 30px;
    display: none;
}

.tabs h3:hover, .pag-btn:hover{
    background-color: #004462;
    color: white;
    cursor: pointer;
}

.active{
    background-color: #004462;
    color: white;
}
.product-list iframe{

    width: 100%;
}
@media(max-width:677px){
    .tabs {
     display: block; 
 
}
    
}
