/***********************************************************
*
*               CONFIGURATION PAGE SERP WIDGET
*
***********************************************************/
.serp-title{
    text-decoration: none;
    color:#033bbf;
    font-weight:normal;
    font-size: 18px !important;
    font-family: arial,sans-serif;
    margin:0px;
    cursor:pointer;

}

.serp-title:hover{
    text-decoration:underline;
    color:#033bbf;
    font-weight:normal;
    font-size: 18px !important;
    font-family: arial,sans-serif;
}

.serp-url {
    color: #006621;
    font-style: normal;
    font-size: 14px;
    display: inline-block;
}

.serp-description {
    color: #545454;
    font-size: small;
    line-height: 1.4;
    word-wrap: break-word;
    max-width:573px;
}

.text-black{
    color: #222222 !important;
}

.text-dark-grey{
    color: #444444 !important;
}

.text-grey{
    color: #666666 !important;
}

/* Columnas 20% personalizadas para Bootstrap 3 */
.col-20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 767px) {
    .col-xs-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.aspect-ratio-4-3 {
    aspect-ratio: 4 / 3;
    width: 100%;
}

.label{
    border-radius: 3px;
    padding: 0px 5px;
}

.label-lg{
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 5px;
}