
.col-12{width:93%;}
    
.titulo-s{
    font-weight: 500;
    max-width: 33%;
    margin: 0px auto -5.5%;
    position: relative;
    text-align: center;
    background-color: #f1f1f1;
    padding: 15px 20px;
    white-space: nowrap;
    border: 15px solid #f1f1f1;
}

.titulo-a{
    text-decoration:none; 
    color:#000 !important;
}

.titulo-a:hover{
    text-decoration:none !important; 
    color:#000 !important;
}

.boton-ver-s{
    display: block;
    font-size: 13px;
    background: #0eabec;
    color: #fff !important;
    width: 40%;
    margin: 10px auto 0;
    padding: 8px 6px 4px;
    border-radius: 15px;
}
.flecha-s{
    border-bottom: 2px solid #000; 
    border-right: 2px solid #000;
    content: '';
    display: inline-block;
    height: 0.5em; 
    left: 0.3em; 
    position: relative;
    top: -0.1em; transform: rotate(-45deg);
    width: 0.5em;
}

.seccion-s{
    display: flex;
    height: auto;
    padding: 20px 10px;
    margin: 65px auto 0;
    background-color: #efefef;
}

.modelo-s{
    color:#000; 
    text-align: center;
    font-weight:700; 
    font-size: 15px; 
    display: block;
}

.producto-s{
    max-height: 10em; 
    margin: 0 auto;
    display: block;
}

.columna-s{
    background-color: #ffffff;
    padding: 2% 0;
    margin: 0 10px;
    border-radius: 5px;
    box-shadow: 0 4px 17px -6px #9a9a9a;
}

@media (max-width: 415px) {
.col-12{width:100% !important; display: inline-block; margin: 0px;}
.col-2 {width: 46% !important; float: left; margin: 5px;}
.col-0{width: 0% !important;}
}
    
.titulo-s {
    font-size: 18px;
    max-width: 380px;
    position: relative;
    text-align: center;
    background-color: #f1f1f1;
    border: 15px solid #f1f1f1;
    padding: 0px !important;
}
}

@media (max-width: 576px) {
.col-12{width:100% !important; display: inline-block; margin: 0px;}
.col-2 {width: 46% !important; float: left; margin: 5px;}
.col-1 {width: 10% !important; float: left; margin: 5px;}
.col-0{width: 0% !important;}

.titulo-s {
    font-size: 18px;
    max-width: 380px;
    position: relative;
    text-align: center;
    background-color: #f1f1f1;
    border: 15px solid #f1f1f1;
    padding: 0px !important;
}
}

@media (max-width: 768px) {
.col-4 {width: 25%;}
.col-1 {width: 10%}

}

@media (min-width: 1020px) {
.col-4 {width: 25%;}
.col-1 {width: 10%}

} 

@media (max-width: 768px) {
.col-3 {width: 33%;}
}

@media (min-width: 1020px) {
.col-3 {width: 33%;}
} 

img.hover-bottom {
transition: 0.3s;
}

.hover-bottom:hover {
max-height: 9.5em;
padding-bottom: 0.5em;
}
