.itemCatalogo{
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../img/itemProveedor.png");
    height: 400px;
    align-items: center;
    align-content: center;
    align-self: center;
    position: relative;
    
  box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
  text-align: center;
}
.imgLogoCata{
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
    padding: 1em;
}
.imgIcono{
    width: 100%;
    padding: .5em;
    background-color: transparent !important;
}

.divCatalogo{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0796c2;
    height:65px;
    width: 65px;
}

.divCatalogo:hover{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FEAE22;
    height:65px;
    width: 65px;
    box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px -1px 21px -5px rgba(0,0,0,0.75);
}


.divmasInfo{
    position: absolute;
    top: 340px;
    left: 0;
    background-color: #FEAE22;
    width: 80%;
    align-content: center;
    align-items: center;
    align-self: center;
    color: #FFF;
    font-family: 'CarmenSans-Regular';
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.divmasInfo:hover{
    background-color: #0796c2;
}

.imgRedSocialCat{
    cursor: pointer;
    width: 45px;
    padding: 5px;
}

.imgRedSocialCat:hover{
    width: 40px;
}


.bodyCatalogo{
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/patronCatalogoProvedores.png");
}




.cardGeneral{
    background-color: #FFF;
     
  -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
}

.imgShadow{
     -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);

}

.backgroundColorBlanco{
  background: #f0eeeee1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 36%, #f0eeeee1 36%);
}

.tituloProveedor{
    color: black;
    font-size: 35px;
    line-height: 36px;
    font-family: 'CarmenSans-Heavy';
}

.subtituloProveedor{
    color: black;
    font-size: 30px;
    line-height: 32px;
    font-family: 'CarmenSans-Regular';
}

.textoGeneralBold{
    font-family: 'CarmenSans-Bold';
    font-size: 16px;
    color: black;
}

.iconoStyle{
    color: #0796c2;
    font-size: 40px;
}

.iconoStyle2{
    color: #FEAE22;
    font-size: 40px;
}

.tituloEncabezado{
     color: #FEAE22;
    font-size: 35px;
    line-height: 36px;
    font-family: 'CarmenSans-Heavy';
}

.tituloEncabezado span{
      color: #0796c2;
}

.puntoVenta{
    border: 2px solid #0796c2;
    border-radius: 9px;
}

.textoGeneralPuntoVe{
    font-family: 'CarmenSans-Bold';
    font-size: 16px;
    line-height: 17px;
    color: black;
}

.certificacion{
    border: 2px solid #FEAE22;
    border-radius: 9px;
}

.catalogoBtn{

    background-color: #0796c2;
    width: 100% !important;
    color: #FFF !important;
    font-family: 'CarmenSans-Medium';
    text-align: center;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    border-radius: 10px;

}

.catalogoBtn:hover{

    background-color: #FEAE22;
    width: 100% !important;
    color: #FFF !important;
    font-family: 'CarmenSans-Medium';
    text-align: center;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    border-radius: 15px !important;
      font-size: 16px;

}

.etiqueta{
    color: black;
    font-family: 'CarmenSans-Bold';

}