/****************************************************************/
/**  CREA_BANNER  ******************************************/
/****************************************************************/
.crea_banner {
    background:#133850;
    font-size:1rem;
    padding:4px;
    margin:0px;
}





/****************************************************************/
/**  CREA_TARJETA  ******************************************/
/****************************************************************/
.crea_tarjeta {
    font-size:1rem;
}

/****************************************************************/


/******************* BANNER REDONDO *****************************/
.banner-redondo-item {
    width: 265px;
    max-width: 100%;
    margin: 0 auto 60px;
    font-size: 15px;
    text-align: center;
}
 .banner-redondo-item .banner-redondo-img {
    border-radius: 50%;
    overflow: hidden;
    padding: 15%;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 2px 5px 1px rgba(50, 50, 50, 0.2);
}
.banner-redondo-item .banner-redondo-img {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10%;
    background-color: #FFFFFF;
}
.banner-redondo-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 300;
}
.banner-redondo-img img {
    max-width: 100%;
    height: auto;
}
#banner-redondo a:hover{
    color:#ff0000;
    text-decoration: none;
}
#banner-redondo ul {
    list-style-type: none;
    padding-inline-start: 0px;

    }
/****************************************************************/

/******************* BANNER REDONDO SMALL *****************************/
.banner-redondo-small-item {
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}
 .banner-redondo-small-item .banner-redondo-small-img {
    border-radius: 50%;
    overflow: hidden;
    padding: 15%;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 2px 5px 1px rgba(50, 50, 50, 0.2);
}
.banner-redondo-small-item .banner-redondo-small-img {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10%;
    background-color: #FFFFFF;
}
.banner-redondo-small-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 300;
}
.banner-redondo-small-img img {
    max-width: 100%;
    height: auto;
}
#banner-redondo-small a:hover{
    color:#ff0000;
    text-decoration: none;
}
#banner-redondo-small ul {
    list-style-type: none;
    padding-inline-start: 0px;

    }
/****************************************************************/
